aboutsummaryrefslogtreecommitdiffhomepage
path: root/inc
diff options
context:
space:
mode:
Diffstat (limited to 'inc')
-rw-r--r--inc/shaarli.css39
1 files changed, 28 insertions, 11 deletions
diff --git a/inc/shaarli.css b/inc/shaarli.css
index e7396ccb..325515ef 100644
--- a/inc/shaarli.css
+++ b/inc/shaarli.css
@@ -291,34 +291,34 @@ h1 {
291 color: #fff; 291 color: #fff;
292} 292}
293 293
294#paging_privatelinks { 294.paging_privatelinks {
295 float: left; 295 float: left;
296} 296}
297 297
298#paging_linksperpage { 298.paging_linksperpage {
299 float: right; 299 float: right;
300 padding-right: 5px; 300 padding-right: 5px;
301} 301}
302 302
303#paging_linksperpage form.linksperpage { 303.paging_linksperpage form.linksperpage {
304 display: inline; 304 display: inline;
305} 305}
306 306
307#paging_linksperpage form.linksperpage input { 307.paging_linksperpage form.linksperpage input {
308 height: 15px; 308 height: 15px;
309} 309}
310 310
311#paging_current { 311.paging_current {
312 display: inline; 312 display: inline;
313 color: #fff; 313 color: #fff;
314 padding: 0 20 0 20; 314 padding: 0 20 0 20;
315} 315}
316 316
317#paging_older { 317.paging_older {
318 margin-right: 15px; 318 margin-right: 15px;
319} 319}
320 320
321#paging_newer { 321.paging_newer {
322 margin-left: 15px; 322 margin-left: 15px;
323} 323}
324 324
@@ -562,7 +562,6 @@ a.qrcode img {
562} 562}
563 563
564#cloudtag a { 564#cloudtag a {
565 font-weight:bold;
566 color: black; 565 color: black;
567 text-decoration: none; 566 text-decoration: none;
568} 567}
@@ -813,6 +812,10 @@ div.dailyEntryTitle {
813 font-weight: bold; 812 font-weight: bold;
814} 813}
815 814
815div.dailyEntryLinkdate {
816 font-size: 8pt;
817}
818
816div.dailyEntryThumbnail { 819div.dailyEntryThumbnail {
817 width: 100%; 820 width: 100%;
818 text-align: center; 821 text-align: center;
@@ -844,6 +847,10 @@ div.dailyNoEntry {
844 clear: both; 847 clear: both;
845} 848}
846 849
850.right {
851 text-align: right;
852}
853
847/* For lazy images loading in picture wall. 854/* For lazy images loading in picture wall.
848 Using http://www.appelsiini.net/projects/lazyload 855 Using http://www.appelsiini.net/projects/lazyload
849*/ 856*/
@@ -851,6 +858,12 @@ div.dailyNoEntry {
851 display: none; 858 display: none;
852} 859}
853 860
861#configuration_table td {
862 border: none;
863 padding: 10px;
864 vertical-align: top;
865}
866
854@media print { 867@media print {
855 html { 868 html {
856 border: none; 869 border: none;
@@ -959,17 +972,17 @@ div.dailyNoEntry {
959 left: 0px; 972 left: 0px;
960 } 973 }
961 974
962 #paging_privatelinks { 975 .paging_privatelinks {
963 float: none; 976 float: none;
964 } 977 }
965 978
966 #paging_linksperpage { 979 .paging_linksperpage {
967 float: none; 980 float: none;
968 margin-bottom: 10px; 981 margin-bottom: 10px;
969 font-size: smaller; 982 font-size: smaller;
970 } 983 }
971 984
972 #paging_older, #paging_newer, #paging_linksperpage a { 985 #paging_older, #paging_newer, .paging_linksperpage a {
973 border: 1px solid black; 986 border: 1px solid black;
974 padding: 3px 5px 3px 5px; 987 padding: 3px 5px 3px 5px;
975 background-color: #666; 988 background-color: #666;
@@ -1030,3 +1043,7 @@ div.dailyNoEntry {
1030.highlight { 1043.highlight {
1031 background-color: #FFFF33; 1044 background-color: #FFFF33;
1032} 1045}
1046
1047.center {
1048 text-align: center;
1049}