]>
git.immae.eu Git - github/shaarli/Shaarli.git/blob - inc/shaarli.css
1 /* Cascading Stylesheet for Shaarli - https://github.com/shaarli/Shaarli */
4 font-family: "Trebuchet MS",Verdana
,Arial
,Helvetica
,sans-serif
;
6 background-color: #ffffff;
11 background-color: #dedede;
12 background: -webkit-gradient
(linear
, 0 0, 0 bottom
, from
(#dedede), to
(#ffffff));
13 background: -webkit-linear-gradient
(#dedede, #ffffff);
14 background: -moz-linear-gradient
(#dedede, #ffffff);
15 background: -ms-linear-gradient
(#dedede, #ffffff);
16 background: -o-linear-gradient
(#dedede, #ffffff);
17 background: linear-gradient
(#dedede, #ffffff);
18 box-shadow: 0 1px 2px rgba
(0, 0, 0, 0.5);
20 border-radius: 3px 3px 3px 3px;
26 text-decoration: none
;
38 background-color: #c0c0c0;
39 background: -moz-linear-gradient
(#c0c0c0, #ffffff) repeat scroll
0 0 transparent
;
40 background: -webkit-gradient
(linear
, 0 0, 0 bottom
, from
(#c0c0c0), to
(#ffffff));
41 background: -webkit-linear-gradient
(#c0c0c0, #ffffff);
42 background: -ms-linear-gradient
(#c0c0c0, #ffffff);
43 background: -o-linear-gradient
(#c0c0c0, #ffffff);
44 background: linear-gradient
(#c0c0c0, #ffffff);
45 border-radius: 3px 3px 3px 3px;
46 box-shadow: 0 1px 1px rgba
(0, 0, 0, 0.5);
57 background-color: #c0c0c0;
58 background: -moz-linear-gradient
(#c0c0c0, #ffffff) repeat scroll
0 0 transparent
;
59 background: -webkit-gradient
(linear
, 0 0, 0 bottom
, from
(#c0c0c0), to
(#ffffff));
60 background: -webkit-linear-gradient
(#c0c0c0, #ffffff);
61 background: -ms-linear-gradient
(#c0c0c0, #ffffff);
62 background: -o-linear-gradient
(#c0c0c0, #ffffff);
63 background: linear-gradient
(#c0c0c0, #ffffff);
64 border-radius: 3px 3px 3px 3px;
65 box-shadow: 0 1px 1px rgba
(0, 0, 0, 0.5);
75 /* Small tab on the left of each link with edit/delete buttons. */
76 .button_edit, .button_delete {
88 padding: 4px 2px 2px 2px;
90 -webkit-border-radius: 0px 6px 6px 0px;
91 -moz-border-radius: 0px 6px 6px 0px;
92 -o-border-radius: 0px 6px 6px 0px;
93 -ms-border-radius: 0px 6px 6px 0px;
94 border-radius: 0px 6px 6px 0px;
98 background-image: url
('../images/logo.png');
99 background-repeat: no-repeat
;
101 margin: 0 10px 0 10px;
111 #pageheader #menu ul
{
113 padding: 7px 0px 0px 0px;
117 #pageheader #menu ul li
{
121 box-sizing: border-box
;
125 background-color: #333333;
126 background: -webkit-gradient
(linear
, 0 0, 0 bottom
, from
(#333333), to
(#000000));
127 background: -webkit-linear-gradient
(#333333, #000000);
128 background: -moz-linear-gradient
(#333333, #000000);
129 background: -ms-linear-gradient
(#333333, #000000);
130 background: -o-linear-gradient
(#333333, #000000);
131 background: linear-gradient
(#333333, #000000);
132 box-shadow: 0 1px 2px rgba
(0, 0, 0, 0.5);
134 border-radius: 3px 3px 3px 3px;
135 margin: 10px 3px 3px 3px;
137 text-decoration: none
;
142 #pageheader #linkcount
{
148 margin: 3px 3px 0px 0px;
152 background-color: #333333;
153 background: -webkit-gradient
(linear
, 0 0, 0 bottom
, from
(#333333), to
(#111111));
154 background: -webkit-linear-gradient
(#333333, #111111);
155 background: -moz-linear-gradient
(#333333, #111111);
156 background: -ms-linear-gradient
(#333333, #111111);
157 background: -o-linear-gradient
(#333333, #111111);
158 background: linear-gradient
(#333333, #111111);
159 box-shadow: 0 1px 2px rgba
(0, 0, 0, 0.5);
161 padding: 0 10px 5px 10px;
165 #pageheader .search
{
174 #toolsdiv #bookmark
{
182 .linksperpage, .tagfilter, .searchform, .addform {
183 background-color: #dedede;
184 background: -webkit-gradient
(linear
, 0 0, 0 bottom
, from
(#dedede), to
(#ffffff));
185 background: -webkit-linear-gradient
(#dedede, #ffffff);
186 background: -moz-linear-gradient
(#dedede, #ffffff);
187 background: -ms-linear-gradient
(#dedede, #ffffff);
188 background: -o-linear-gradient
(#dedede, #ffffff);
189 background: linear-gradient
(#dedede, #ffffff);
191 box-shadow: 0 1px 2px rgba
(0, 0, 0, 0.5);
194 border-radius: 3px 3px 3px 3px;
195 margin: 10px 3px 3px 3px;
200 box-shadow: 0 0 0 rgba
(0, 0, 0, 0.5);
204 .linksperpage input, .tagfilter input, .searchform input, .addform input {
212 .linksperpage input {
216 .searchform #searchform_value {
224 .tagfilter div.awesomplete {
228 .tagfilter #tagfilter_value {
236 .tagfilter input.bigbutton, .searchform input.bigbutton, .addform input.bigbutton {
237 background-color: #dedede;
238 background: -webkit-gradient
(linear
, 0 0, 0 bottom
, from
(#dedede), to
(#ffffff));
239 background: -webkit-linear-gradient
(#dedede, #ffffff);
240 background: -moz-linear-gradient
(#dedede, #ffffff);
241 background: -ms-linear-gradient
(#dedede, #ffffff);
242 background: -o-linear-gradient
(#dedede, #ffffff);
243 background: linear-gradient
(#dedede, #ffffff);
244 box-shadow: 0 1px 2px rgba
(0, 0, 0, 0.5);
245 padding: 0 5px 0 5px;
248 border-radius: 3px 3px 3px 3px;
259 color: #fff !important
;
262 #pageheader a:visited
{
264 text-decoration: none
;
267 #pageheader a:hover
{
269 text-decoration: none
;
272 #pageheader a:active
{
274 text-decoration: none
;
278 padding: 4px 0px 5px 5px;
284 background-color: #777;
292 text-decoration: none
;
307 .paging_privatelinks {
311 .paging_linksperpage {
314 margin: 0px 10px 2px 0px;
317 .paging_linksperpage form.linksperpage {
321 .paging_linksperpage form.linksperpage input {
341 padding: 5px 5px 5px 5px;
345 #headerform input
.linkurl
{
355 #headerform label
[for
=longlastingsession
] {
363 padding: 5px 5px 5px 5px;
369 padding: 5px 5px 5px 5px;
375 padding: 5px 5px 5px 15px;
380 #editlinkform label
{
385 #editlinkform textarea
, #editlinkform
.lf_input
{
390 padding: 4px 10px 15px 20px;
391 border-top: 1px solid
#bbb;
393 background-color: #F2F2F2;
394 background: -webkit-gradient
(linear
, 0 0, 0 bottom
, from
(#F2F2F2), to
(#ffffff));
395 background: -webkit-linear-gradient
(#F2F2F2, #ffffff);
396 background: -moz-linear-gradient
(#F2F2F2, #ffffff);
397 background: -ms-linear-gradient
(#F2F2F2, #ffffff);
398 background: -o-linear-gradient
(#F2F2F2, #ffffff);
399 background: linear-gradient
(#F2F2F2, #ffffff);
403 #linklist li.publicLinkHightLight:hover, #linklist li:hover {
408 .linkdate, .linkarchive {
413 .linkdate a, .linkarchive a {
427 #linklist li
.private
{
428 background: url
('../images/private.png') no-repeat
4px center
;
436 .private .linktitle a {
446 text-decoration: none
;
454 .linkdate, .linkarchive {
459 .linkdate a, .linkarchive a {
460 background-image: url
('../images/calendar.png');
461 padding: 2px 0 3px 20px;
462 background-repeat: no-repeat
;
463 text-decoration: none
;
485 text-decoration: none
;
489 .linkdescription a:hover {
500 background-color: #F2F2F2;
501 background: -webkit-gradient
(linear
, 0 0, 0 bottom
, from
(#F2F2F2), to
(#ffffff));
502 background: -webkit-linear-gradient
(#F2F2F2, #ffffff);
503 background: -moz-linear-gradient
(#F2F2F2, #ffffff);
504 background: -ms-linear-gradient
(#F2F2F2, #ffffff);
505 background: -o-linear-gradient
(#F2F2F2, #ffffff);
506 background: linear-gradient
(#F2F2F2, #ffffff);
507 box-shadow: 0 0 2px rgba
(0, 0, 0, 0.5);
508 padding: 3px 5px 3px 20px;
512 background-image: url
('../images/tag_blue.png');
513 background-repeat: no-repeat
;
514 background-position: 3px center
;
515 background-color: #ffffff;
519 border-color: #555573;
525 text-decoration: none
;
529 border-left: 1px solid
#aaa;
540 text-decoration: none
;
545 text-decoration: underline
;
558 margin: 15px auto
15px auto
;
570 background-color: #FFFFA0;
579 #newversion #version_id
{
580 text-decoration: blink
;
597 text-decoration: none
;
605 border: 1px solid black
;
616 padding: 10px 5px 10px 5px;
620 #installform input
.bigbutton
{
624 #changepasswordform {
626 padding: 10px 5px 10px 5px;
632 padding: 10px 5px 10px 5px;
654 padding: 10px 5px 10px 5px;
659 padding: 10px 5px 10px 5px;
665 margin: 0px 10px 0px 10px;
670 box-shadow: 0.5px 0.5px 0.5px 1px #dde4e6;
673 /* If you want thumbnails on the left:
684 /* --- Picture wall CSS --- */
687 background-color: #000;
691 .picwall_pictureframe {
692 background-color: #000;
696 vertical-align: middle
;
705 -webkit-transition: opacity
500ms ease-in-out
;
706 -moz-transition: opacity
500ms ease-in-out
;
707 -o-transition: opacity
500ms ease-in-out
;
708 transition: opacity
500ms ease-in-out
;
715 .picwall_pictureframe img {
719 } /* Adapt the width of the image */
721 .picwall_pictureframe a {
722 text-decoration: none
;
725 /* CSS to show title when hovering an image - no javascript required. */
726 .picwall_pictureframe span.info {
730 .picwall_pictureframe:hover span.info {
740 background-color: transparent
;
741 background-color: rgba
(0, 0, 0, 0.4);
742 /* FF3+, Saf3+, Opera 10.10+, Chrome, IE9 */
743 filter: progid: DXImageTransform
.Microsoft
.gradient
(startColorstr
=#66000000, endColorstr
=#66000000);
745 text-shadow: 2px 2px 1px #000000;
748 #linklist li
.publicLinkHightLight
{
752 div#permalinkQrcode
{
756 background-color: #ffffff;
757 border: 1px solid black
;
764 -webkit-box-shadow: 2px 2px 20px 2px #333333;
765 -moz-box-shadow: 2px 2px 20px 2px #333333;
766 -o-box-shadow: 2px 2px 20px 2px #333333;
767 -ms-box-shadow: 2px 2px 20px 2px #333333;
768 box-shadow: 2px 2px 20px 2px #333333;
772 font-family: Georgia
, 'DejaVu Serif', Norasi
, serif
;
773 background-color: #E6D6BE;
774 /* Background paper texture by BashCorpo:
775 http://www.bashcorpo.dk/textures.php
776 http://bashcorpo.deviantart.com/art/Grungy-paper-texture-v-5-22966998 */
777 background-image: url
("../images/Paper_texture_v5_by_bashcorpo_w1000.jpg");
778 -webkit-background-size: cover
;
779 -moz-background-size: cover
;
780 -o-background-size: cover
;
781 background-size: cover
;
783 border-bottom: 2px solid black
;
807 border: 1px solid black
;
812 padding: 5px 5px 5px 5px;
832 padding: 10px 20px 0px 20px;
839 padding: 0px 20px 30px 20px;
842 /* Individual entries in "Daily": */
844 margin: 5px 10px 2px 5px;
846 border-top: 1px solid
#555;
850 text-decoration: none
;
858 div
.dailyEntryTitle
{
863 div
.dailyEntryLinkdate
{
867 div
.dailyEntryThumbnail
{
870 background-color: rgb
(128, 128, 128);
871 background: url
(../images/50pc_transparent.png);
872 padding: 4px 0px 2px 0px;
875 div
.dailyEntryDescription
{
884 padding: 40px 0px 90px 0px;
890 padding-bottom: 20px;
893 /* Common CSS screwdriver */
906 /* For lazy images loading in picture wall.
907 Using http://www.appelsiini.net/projects/lazyload
913 #configuration_table td
{
922 background: #fff !important
;
923 color: #000 !important
;
928 width: auto
!important
;
929 margin: auto
!important
;
932 /* Minimum numer of lines to display when splitting a paragraph
940 color: #000 !important
;
941 text-decoration: none
!important
;
944 #pageheader, .paging
, #linklist li form
, #footer
{
950 border-top: 2px solid
#000;
954 #linklist li
.private
{
955 background-color: none
;
972 border: 1px solid black
;
978 @media handheld
, only screen and
(max-width: 480px), only screen and
(max-device-width: 854px) {
979 /* A few fixes for mobile devices (far from perfect). */
981 .tagfilter div.awesomplete {
993 #pageheader #menu ul
{
997 #pageheader #menu a
{
999 border-radius: 3px 3px 3px 3px;
1008 padding-bottom: 10px;
1011 #headerform label input
[type
=text
],
1012 #headerform label input
[type
=password
]{
1017 .searchform, .tagfilter {
1018 display: block
!important
;
1019 margin: 0px 3px 7px 0px !important
;
1020 padding: 0px !important
;
1021 width: 97% !important
;
1024 .searchform input, .tagfilter input {
1025 margin: 0px !important
;
1026 padding: 0px !important
;
1027 display: inline
!important
;
1030 .tagfilter input.bigbutton, .searchform input.bigbutton, .addform input.bigbutton {
1036 width: 70% !important
;
1040 width: 70% !important
;
1050 .paging_privatelinks {
1054 .paging_linksperpage {
1056 margin-bottom: 10px;
1060 #paging_older, #paging_newer
, .paging_linksperpage a
{
1061 border: 1px solid black
;
1062 padding: 3px 5px 3px 5px;
1063 background-color: #666;
1065 border-radius: 3px 3px 3px 3px;
1089 #daily_col1, #daily_col2
, #daily_col3
{
1107 div
.dailyEntryTitle
{
1112 div
.dailyEntryDescription
{
1117 #toolsdiv a
.button-description
{
1121 /* Highlight search results */
1123 background-color: #FFFF33;