]>
git.immae.eu Git - github/shaarli/Shaarli.git/blob - tpl/default/css/shaarli.css
22 display: inline-block
;
29 vertical-align: baseline
;
30 border-radius: .25rem;
38 font-family: 'Roboto Slab';
43 local
('Fira-Sans-regular'),
44 url
('../fonts/Fira-Sans-regular.woff2') format
('woff2'),
45 url
('../fonts/Fira-Sans-regular.woff') format
('woff');
49 * Extends Pure grids responsive to hide items.
50 * Use xx-0 to hide an item on xx screen.
51 * Display it at any level with xx-visible.
53 .pure-u-0 { display: none
!important
; }
54 @media screen and
(min-width: 35.5em) {
55 .pure-u-sm-0 { display: none
!important
; }
56 .pure-u-sm-visible { display: inline-block
!important
; }
58 @media screen and
(min-width: 48em) {
59 .pure-u-md-0 { display: none
!important
; }
60 .pure-u-md-visible { display: inline-block
!important
; }
62 @media screen and
(min-width: 64em) {
63 .pure-u-lg-0 { display: none
!important
; }
64 .pure-u-lg-visible { display: inline-block
!important
; }
66 @media screen and
(min-width: 80em) {
67 .pure-u-xl-0 { display: none
!important
; }
68 .pure-u-xl-visible { display: inline-block
!important
; }
71 .pure-g [class*="pure-u"]{
72 font-family: Roboto Slab
, Arial
, sans-serif
;
76 * Make pure-extras alert closable.
78 .pure-alert-closable .fa-times {
86 background-color: #1b926c;
101 -webkit-font-smoothing: antialiased
;
102 /* Hack to transition with auto height: http://stackoverflow.com/a/8331169/1484919 */
104 transition: max-height
0.5s;
109 /* Chrome bugfix: with 100% height, it only displays the first element. */
116 transition: max-height
0.75s;
125 .pure-menu-link:visited
,
126 .pure-menu-selected
.pure-menu-link
,
127 .pure-menu-selected .pure-menu-link:visited {
132 .pure-menu-link:hover
, .pure-menu-link:focus
,
133 .pure-menu-selected
.pure-menu-link:hover
,
134 .pure-menu-selected .pure-menu-link:focus {
136 background: transparent
;
139 .pure-menu-item:hover::after {
140 margin: -4px auto
0 auto
;
158 background-color: #b0ddce;
162 border-radius: 100px;
166 transition: all
0.5s;
169 .menu-toggle .bar:first-child {
170 transform: translateY
(-6px);
173 .menu-toggle.x .bar {
174 transform: rotate
(45deg);
177 .menu-toggle.x .bar:first-child {
178 transform: rotate
(-45deg);
181 @media screen and
(max-width: 64em) {
196 @media screen and
(min-width: 64em) {
203 #search, #search-linklist
{
208 #search input
[type
="text"], #search-linklist input
[type
="text"] {
213 border: medium none currentColor
;
214 box-shadow: 0 1px 0 rgba
(255, 255, 255, 0.078), 0 1px 1px rgba
(0, 0, 0, 0.298) inset
;
220 #search input
[type
="text"]::-webkit-input-placeholder
,
221 #search-linklist input
[type
="text"]::-webkit-input-placeholder
{
226 #search-linklist button
{
227 background: transparent
;
235 #search-linklist button
{
239 #search button:hover
,
240 #search-linklist button:hover
{
248 @media screen and
(min-width: 64em) {
250 #search-linklist .searchform
{
256 #search-linklist .tagfilter
{
261 @media screen and
(max-width: 64em) {
267 #header-login-form input
[type
="text"], #header-login-form input
[type
="password"] {
272 #header-login-form input
[type
="text"]::-webkit-input-placeholder
,
273 #header-login-form input
[type
="password"]::-webkit-input-placeholder
{
289 @media screen and
(min-width: 64em) {
290 .subheader-form.open, .subheader-form.open * {
295 .subheader-form input[type="text"], .subheader-form input[type="password"], .subheader-form .remember-me {
297 padding: 5px 5px 3px 15px;
301 border: medium none currentColor
;
303 box-shadow: 0 1px 0 rgba
(255, 255, 255, 0.078), 0 1px 4px rgba
(0, 0, 0, 0.298) inset
;
308 .subheader-form input
[type
="text"]::-webkit-input-placeholder
,
309 .subheader-form input
[type
="password"]::-webkit-input-placeholder
314 .subheader-form .remember-me {
315 display: inline-block
;
317 padding: 5px 20px 3px 20px;
321 .subheader-form .remember-me label, .subheader-form .remember-me input {
325 .subheader-form input[type="submit"] {
326 display: inline-block
;
328 padding: 4px 0 4px 0;
332 border: 1px solid
#f5f5f5;
337 .subheader-form input[type="submit"]:hover {
342 .new-version-message {
346 .new-version-message a {
347 color: rgb
(151, 96, 13);
361 * Plugins additional forms
368 .toolbar-plugin input[type="text"] {
373 border: medium none currentColor
;
374 box-shadow: 0 1px 0 rgba
(255, 255, 255, 0.078), 0 1px 1px rgba
(0, 0, 0, 0.298) inset
;
380 .toolbar-plugin input[type="text"]::-webkit-input-placeholder {
384 .toolbar-plugin input[type="submit"] {
388 border: medium none currentColor
;
393 .toolbar-plugin input[type="submit"]:hover {
397 @media screen and
(max-width: 64em) {
398 .toolbar-plugin input[type="text"] {
405 * CONTENT - LINKLIST PAGING
414 .linklist-filters a {
416 text-decoration: none
;
419 .linklist-filters .filter-off {
424 .linklist-filters .filter-on {
437 text-decoration: none
;
440 .linklist-pages a:hover {
453 text-decoration: none
;
458 .linksperpage a, .linksperpage input[type="text"] {
459 display: inline-block
;
468 .linksperpage input[type="text"] {
471 padding: 4px 5px 3px 8px;
473 border: medium none currentColor
;
479 * CONTENT - LINKLIST ITEMS
484 box-shadow: 2px 2px 0.5em #797979;
487 .linklist-item-title, .linklist-item-title h2 {
489 word-wrap: break-word
;
492 .linklist-item-title {
497 .linklist-item-title h2 {
498 padding: 3px 10px 0 10px;
502 .linklist-item-title a {
505 text-decoration: none
;
506 vertical-align: middle
;
507 font-family: Roboto Slab
, Arial
, sans-serif
;
510 .linklist-item-title .linklist-link {
515 .linklist-item-title .linklist-link:visited {
519 .linklist-item-title a:hover, .linklist-item-title .linklist-link:hover{
524 .linklist-item-title .label-private {
525 border: solid
1px #F89406;
526 font-family: Arial
, sans-serif
;
531 .linklist-item-title .fold-button {
535 .linklist-item-editbuttons {
540 .linklist-item-editbuttons * {
546 .linklist-item-editbuttons a {
557 color: #ac2925 !important
;
560 .linklist-item-description {
563 font-family: Roboto Slab
, Arial
, sans-serif
;
564 word-wrap: break-word
;
581 .linklist-item-description a {
582 text-decoration: none
;
586 .linklist-item-description a:hover {
590 .linklist-item-description a:visited {
594 .linklist-item-thumbnail {
602 .linklist-item
.private
.linklist-item-title::before
,
603 .linklist-item
.private
.linklist-item-description::before
,
604 .linklist-item.private .linklist-item-thumbnail::before {
616 .linklist-item.private .linklist-item-title::before {
620 .linklist-item-infos {
621 padding: 8px 8px 5px 8px;
626 .linklist-item-infos a {
628 text-decoration: none
;
631 .linklist-item-infos a:hover {
635 .linklist-item-infos .linklist-item-tags {
639 .linklist-item-infos .label-tag {
643 .linklist-item-infos-dateblock {
647 .linklist-plugin-icon {
652 .linklist-item-infos-url {
656 text-overflow: ellipsis
;
660 .linklist-item-infos .mobile-buttons {
664 .linklist-item-infos .linklist-plugin-icon {
665 display: inline-block
;
672 @media screen and
(max-width: 64em) {
673 .linklist-item-infos-url {
691 background: linear-gradient
(to right
, #949393, #252525, #949393);
707 box-shadow: 1px 1px 2px #797979;
712 .page-form .window-title {
721 .page-form .window-subtitle {
735 .page-form input
[type
="text"],
736 .page-form input
[type
="password"],
737 .page-form textarea {
738 box-sizing: border-box
;
740 padding: 5px 5px 3px 15px;
744 border: solid
1px #d8d8d8;
749 .page-form textarea {
751 padding: 15px 5px 3px 15px;
758 .page-form input
[type
="text"]::-webkit-input-placeholder
,
759 .page-form input[type="password"]::-webkit-input-placeholder {
763 .page-form input[type="submit"], .page-form a.button {
771 box-shadow: 1px 1px 1px #ddd, -1px -1px 6px #ddd, -1px 1px 2px #ddd, 1px -1px 2px #ddd;
773 text-decoration: none
;
774 vertical-align: center
;
776 display: inline-block
;
780 .page-form .button.button-red {
784 .page-form .submit-buttons {
788 @media screen and
(min-width: 64em) {
789 .page-form .submit-buttons {
793 .page-form .submit-buttons .button.button-red {
799 @media screen and
(max-width: 64em) {
800 .page-form .submit-buttons .button {
813 .page-form-light div, .page-form-light p {
818 * PAGE FORM - COMPLETE
820 .page-form-complete {
821 #background: #f5f5f5;
824 .page-form-complete div, .page-form-complete p {
828 .page-form-complete .form-label, .page-form-complete .form-input {
833 .page-form-complete
.form-label label
,
834 .page-form-complete
.form-input input
,
835 .page-form-complete .timezone {
838 transform: translateY
(-50%);
841 .page-form-complete .form-label label {
847 .page-form-complete .label-name {
851 .page-form-complete .label-desc {
855 .page-form-complete input
[type
="text"],
856 .page-form-complete input
[type
="password"],
857 .page-form-complete textarea {
862 margin: 10px 0 25px 0;
870 .page-form table .order {
871 text-decoration: none
;
875 .page-form table, .page-form th, .page-form td {
878 border-color: #aaaaaa;
881 .page-form th, .page-form td {
886 /* Awesomeplete fix */
891 div
.awesomplete
> input
{
895 div
.awesomplete
> ul
{
899 .page-form .awesomplete {
903 .page-form .awesomplete input {
907 .page-form div.awesomplete > ul {
911 @media screen and
(max-width: 64em) {
912 .page-form-complete .form-label {
916 .page-form-complete
.form-label label
,
917 .page-form-complete
.form-input input
,
918 .page-form-complete .timezone {
921 transform: translateY
(0);
924 .page-form-complete .form-input input[type="checkbox"] {
928 transform: translateY
(-50%);
931 .page-form-complete .form-input {
935 .page-form-complete .form-label label {
941 .timezone-continent:after {
946 .page-form-complete .radio-buttons {
953 * Page visitor (page form extended)
966 #login-form .remember-me
{
975 text-decoration: none
;
978 .search-result .label-tag {
982 .search-result .label-tag .remove {
983 border-left: white
1px solid
;
988 .search-result .label-private {
989 border: 1px solid white
;
999 .tools-item .pure-button:hover {
1000 background-image: none
;
1001 background-color: #1b926c;
1008 #pluginform .mobile-row
{
1016 @media screen and
(max-width: 64em) {
1017 #pluginform .main-row
, #pluginform
.main-row td
{
1018 border-bottom-style: none
;
1021 #pluginform .mobile-row
, #pluginform
.mobile-row td
{
1022 border-top-style: none
;
1041 #cloudtag, #cloudtag a
{
1043 text-decoration: none
;
1053 #picwall_container {
1054 margin: 0 10px 10px 10px;
1056 background-color: #f5f5f5;
1060 .picwall_pictureframe {
1062 background-color: #f5f5f5;
1065 display: table-cell
;
1066 vertical-align: middle
;
1075 -webkit-transition: opacity
500ms ease-in-out
;
1076 -moz-transition: opacity
500ms ease-in-out
;
1077 -o-transition: opacity
500ms ease-in-out
;
1078 transition: opacity
500ms ease-in-out
;
1085 .picwall_pictureframe img {
1089 } /* Adapt the width of the image */
1091 .picwall_pictureframe a {
1092 text-decoration: none
;
1095 /* CSS to show title when hovering an image - no javascript required. */
1096 .picwall_pictureframe span.info {
1098 font-family: Arial
, sans-serif
;
1101 .picwall_pictureframe:hover span.info {
1112 background-color: rgba
(0, 0, 0, 0.8);
1125 text-decoration: none
;
1128 .daily-about a:hover {
1132 .daily-about h3:before, .daily-about h3:after {
1135 background: linear-gradient
(to right
, #d5d4d4, #252525, #d5d4d4);
1145 .daily-entry .daily-entry-title:after {
1148 background: linear-gradient
(to right
, #fff, #515151, #fff);
1154 .daily-entry .daily-entry-title {
1158 .daily-entry .daily-entry-title a {
1160 text-decoration: none
;
1163 .daily-entry .daily-entry-description {
1164 padding: 5px 5px 0 5px;
1166 text-align: justify
;
1167 word-wrap: break-word
;
1170 .daily-entry .daily-entry-tags {
1171 padding: 0 5px 5px 5px;
1175 .daily-entry-thumbnail {
1177 margin: 15px 5px 5px 15px;
1180 .daily-entry-description a {
1181 text-decoration: none
;
1185 .daily-entry-description a:hover {
1186 text-shadow: 1px 1px #ddd;
1189 .daily-entry-description a:visited {
1194 * Fix empty bookmarklet name in Firefox
1197 -moz-user-select: auto
;