aboutsummaryrefslogtreecommitdiffhomepage
path: root/themes/baggy/css/main.css
diff options
context:
space:
mode:
authorThomas LEBEAU <thomas.lebeau@g-nova.fr>2014-03-08 13:47:15 +0100
committerThomas LEBEAU <thomas.lebeau@g-nova.fr>2014-03-08 13:47:15 +0100
commit4744cb0e1df8ee7c1cd10c9fbd67caec73051024 (patch)
tree0f67fff421a82bbfe4cc7cdc09fb54a61ce9ee53 /themes/baggy/css/main.css
parentb3f7b7d200dfb56334dd68135750739c3c55b05a (diff)
downloadwallabag-4744cb0e1df8ee7c1cd10c9fbd67caec73051024.tar.gz
wallabag-4744cb0e1df8ee7c1cd10c9fbd67caec73051024.tar.zst
wallabag-4744cb0e1df8ee7c1cd10c9fbd67caec73051024.zip
bagit link + overlay save link + listmode
Diffstat (limited to 'themes/baggy/css/main.css')
-rwxr-xr-xthemes/baggy/css/main.css48
1 files changed, 42 insertions, 6 deletions
diff --git a/themes/baggy/css/main.css b/themes/baggy/css/main.css
index fe77a967..586501b0 100755
--- a/themes/baggy/css/main.css
+++ b/themes/baggy/css/main.css
@@ -173,7 +173,7 @@ h2:after {
173#links { 173#links {
174 position: fixed; 174 position: fixed;
175 top: 0; 175 top: 0;
176 width: 9em; 176 width: 10em;
177 left: 0; 177 left: 0;
178 text-align: right; 178 text-align: right;
179 background: #333; 179 background: #333;
@@ -184,7 +184,7 @@ h2:after {
184} 184}
185 185
186#main { 186#main {
187 margin-left: 12em; 187 margin-left: 13em;
188 position: relative; 188 position: relative;
189 z-index: 10; 189 z-index: 10;
190 padding-right: 5%; 190 padding-right: 5%;
@@ -228,7 +228,7 @@ h2:after {
228 #links li:last-child { 228 #links li:last-child {
229 position: fixed; 229 position: fixed;
230 bottom: 1em; 230 bottom: 1em;
231 width: 9em; 231 width: 10em;
232 } 232 }
233 233
234 #links li:last-child a:before { 234 #links li:last-child a:before {
@@ -322,6 +322,15 @@ footer a {
322 letter-spacing:-5px; 322 letter-spacing:-5px;
323} 323}
324 324
325.listmode .entrie {
326 width: 100%!important;
327 margin-left: 0!important;
328}
329
330.listmode .entrie p {
331 display: none;
332}
333
325.list-entries + .results { 334.list-entries + .results {
326 margin-bottom: 2em; 335 margin-bottom: 2em;
327} 336}
@@ -343,10 +352,10 @@ footer a {
343 letter-spacing:normal; 352 letter-spacing:normal;
344 box-shadow: 0 3px 7px rgba(0,0,0,0.3); 353 box-shadow: 0 3px 7px rgba(0,0,0,0.3);
345 display: inline-block; 354 display: inline-block;
346 width: 32%; 355 width: 32%!important;
347 margin-bottom: 1.5em; 356 margin-bottom: 1.5em;
348 vertical-align: top; 357 vertical-align: top;
349 margin-left: 1.5%; 358 margin-left: 1.5%!important;
350 position: relative; 359 position: relative;
351 overflow: hidden; 360 overflow: hidden;
352 padding: 1.5em 1.5em 3em 1.5em; 361 padding: 1.5em 1.5em 3em 1.5em;
@@ -481,7 +490,7 @@ footer a {
481 } 490 }
482 491
483.entrie:nth-child(3n+1) { 492.entrie:nth-child(3n+1) {
484 margin-left: 0; 493 margin-left: 0!important;
485} 494}
486 495
487.results { 496.results {
@@ -525,6 +534,33 @@ footer a {
525 display: none; 534 display: none;
526} 535}
527 536
537#bagit-form {
538 background: rgba(0,0,0,0.8);
539 position: fixed;
540 top: 0;
541 left: 10em;
542 z-index: 20;
543 height: 100%;
544 width: 100%;
545 margin: 0;
546 padding: 2em;
547 display: none;
548}
549
550#bagit-form form {
551 background: #FFF;
552 position: absolute;
553 top: 50%;
554 left: 50%;
555 z-index: 20;
556 border: 10px solid #000;
557 width: 600px;
558 height: 300px;
559 margin: -150px 0 0 -300px;
560 padding: 2em;
561}
562
563
528/* ========================================================================== 564/* ==========================================================================
529 3 = Pictos 565 3 = Pictos
530 ========================================================================== */ 566 ========================================================================== */