aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/Resources/static/themes/baggy/css/main.css
diff options
context:
space:
mode:
Diffstat (limited to 'app/Resources/static/themes/baggy/css/main.css')
-rwxr-xr-xapp/Resources/static/themes/baggy/css/main.css13
1 files changed, 7 insertions, 6 deletions
diff --git a/app/Resources/static/themes/baggy/css/main.css b/app/Resources/static/themes/baggy/css/main.css
index 7ffaa12c..58f0eb82 100755
--- a/app/Resources/static/themes/baggy/css/main.css
+++ b/app/Resources/static/themes/baggy/css/main.css
@@ -481,9 +481,6 @@ footer a {
481 text-transform: none; 481 text-transform: none;
482 margin-bottom: 0; 482 margin-bottom: 0;
483 line-height: 1.2; 483 line-height: 1.2;
484 text-align: justify;
485 -moz-text-align-last: center;
486 text-align-last: center;
487} 484}
488 485
489.entry h2::after { 486.entry h2::after {
@@ -1071,7 +1068,7 @@ pre code {
1071 font-family: "Courier New", Courier, monospace; 1068 font-family: "Courier New", Courier, monospace;
1072} 1069}
1073 1070
1074#filter-form { 1071#filters {
1075 position: fixed; 1072 position: fixed;
1076 width: 20%; 1073 width: 20%;
1077 height: 100%; 1074 height: 100%;
@@ -1086,7 +1083,7 @@ pre code {
1086 min-width: 300px; 1083 min-width: 300px;
1087} 1084}
1088 1085
1089#filter-form form .filter-group { 1086#filters form .filter-group {
1090 margin: 5px; 1087 margin: 5px;
1091} 1088}
1092 1089
@@ -1125,9 +1122,11 @@ pre code {
1125 .entry { 1122 .entry {
1126 width: 49%; 1123 width: 49%;
1127 } 1124 }
1125
1128 .entry:nth-child(3n+1) { 1126 .entry:nth-child(3n+1) {
1129 margin-left: 1.5%; 1127 margin-left: 1.5%;
1130 } 1128 }
1129
1131 .entry:nth-child(2n+1) { 1130 .entry:nth-child(2n+1) {
1132 margin-left: 0; 1131 margin-left: 0;
1133 } 1132 }
@@ -1137,6 +1136,7 @@ pre code {
1137 #article { 1136 #article {
1138 width: 80%; 1137 width: 80%;
1139 } 1138 }
1139
1140 .topPosF { 1140 .topPosF {
1141 right: 2.5em; 1141 right: 2.5em;
1142 } 1142 }
@@ -1147,6 +1147,7 @@ pre code {
1147 width: 100%; 1147 width: 100%;
1148 margin-left: 0; 1148 margin-left: 0;
1149 } 1149 }
1150
1150 #display-mode { 1151 #display-mode {
1151 display: none; 1152 display: none;
1152 } 1153 }
@@ -1197,7 +1198,6 @@ pre code {
1197 height: auto; 1198 height: auto;
1198 top: 0.5em; 1199 top: 0.5em;
1199 width: 75px; 1200 width: 75px;
1200 height: 75px;
1201 margin-left: -37.5px; 1201 margin-left: -37.5px;
1202 } 1202 }
1203 1203
@@ -1214,6 +1214,7 @@ pre code {
1214 background-color: #999; 1214 background-color: #999;
1215 font-size: 1.2em; 1215 font-size: 1.2em;
1216 } 1216 }
1217
1217 .desktopHide:hover, 1218 .desktopHide:hover,
1218 .desktopHide:focus { 1219 .desktopHide:focus {
1219 background-color: #fff; 1220 background-color: #fff;