aboutsummaryrefslogtreecommitdiff
path: root/public/theme/base.css
diff options
context:
space:
mode:
authorGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2012-12-07 21:44:39 +0100
committerGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2012-12-07 21:44:39 +0100
commitadc704c3d75518fd7ed7a32b9ed21d9b7eb71c99 (patch)
treec7e768c89f1d9a37220d95a9add921d8f228692b /public/theme/base.css
parentb039a6a0e35b3b9d9eef90474df8199289f61a43 (diff)
git diff Attention git diff À partir de ce commit, les contenus des articles sont compressés dans la base de données - pas compatible avec les anciennes versions, pour cela il faut mettre à jour la BDD
Diffstat (limited to 'public/theme/base.css')
-rw-r--r--public/theme/base.css39
1 files changed, 10 insertions, 29 deletions
diff --git a/public/theme/base.css b/public/theme/base.css
index 3de9094d7..bf19ef0ae 100644
--- a/public/theme/base.css
+++ b/public/theme/base.css
@@ -244,39 +244,20 @@ form {
.post.flux:hover {
background: #fff;
}
- .post.flux .after {
- padding: 10px 20px;
+ .post.flux .after, .post.flux .before {
+ padding: 0 20px;
color: #aaa;
font-size: 80%;
font-style: italic;
}
- .post.flux .after a {
+ .post.flux .before a {
color: #96BDE2;
}
- .post.flux .after .options {
- float: right;
- }
- .post.flux .after .options a {
- padding: 0 20px;
- }
- /*.post.flux .after {
- margin: 20px 0 0;
- background: #fff;
- font-size: 80%;
- text-align: center;
- border-top: 1px solid #aaa;
- border-bottom: 1px solid #aaa;
- }
.post.flux .after a {
display: inline-block;
- height: 50px;
- line-height: 50px;
- width: 50%;
+ height: 40px;
+ line-height: 40px;
}
- .post.flux .after a:hover {
- background: #f6f6f6;
- text-decoration: none;
- }*/
.post.flux > h1 {
min-height: 0;
padding: 10px 20px;
@@ -284,7 +265,7 @@ form {
line-height: 150%;
}
.post.flux .content {
- padding: 10px 100px;
+ padding: 5px 100px;
}
.post.flux .content h1, .post.flux .content h2, .post.flux .content h3 {
margin: 20px 0;
@@ -314,6 +295,10 @@ form {
border-left: 4px solid #ccc;
color: #666;
}
+ .post.flux.active {
+ border-left: 10px solid #0062BE;
+ background: #fff;
+ }
.post.flux.not_read {
border-left: 10px solid #FF5300;
background: #FFF3ED;
@@ -322,10 +307,6 @@ form {
border-left: 10px solid #FFC300;
background: #FFF6DA;
}
- .post.flux.active {
- border-left: 10px solid #0062BE;
- background: #fff;
- }
/*** PAGINATION ***/
.pagination {