diff options
Diffstat (limited to 'tpl/default/css')
-rw-r--r-- | tpl/default/css/shaarli.css | 29 |
1 files changed, 23 insertions, 6 deletions
diff --git a/tpl/default/css/shaarli.css b/tpl/default/css/shaarli.css index debd25ea..91d801a5 100644 --- a/tpl/default/css/shaarli.css +++ b/tpl/default/css/shaarli.css | |||
@@ -112,10 +112,6 @@ pre { | |||
112 | transition: max-height 0.75s; | 112 | transition: max-height 0.75s; |
113 | } | 113 | } |
114 | 114 | ||
115 | .pure-menu-selected { | ||
116 | background: #b0ddce; | ||
117 | } | ||
118 | |||
119 | .pure-menu-link, | 115 | .pure-menu-link, |
120 | .pure-menu-link:visited, | 116 | .pure-menu-link:visited, |
121 | .pure-menu-selected .pure-menu-link, | 117 | .pure-menu-selected .pure-menu-link, |
@@ -174,7 +170,7 @@ pre { | |||
174 | #header { | 170 | #header { |
175 | width: 100%; | 171 | width: 100%; |
176 | height: 150px; | 172 | height: 150px; |
177 | background: url(../img/noise.png), #1fa67a url(../img/logo2.png) no-repeat fixed 10px 2.5em; | 173 | background: url(../img/noise.png), #1fa67a url(../img/logo.png) no-repeat fixed 10px 2.5em; |
178 | } | 174 | } |
179 | 175 | ||
180 | #header h1 { | 176 | #header h1 { |
@@ -515,6 +511,7 @@ pre { | |||
515 | } | 511 | } |
516 | 512 | ||
517 | .linklist-item-thumbnail { | 513 | .linklist-item-thumbnail { |
514 | margin-top: 10px; | ||
518 | padding: 10px; | 515 | padding: 10px; |
519 | float: left; | 516 | float: left; |
520 | } | 517 | } |
@@ -672,6 +669,7 @@ pre { | |||
672 | .page-form select { | 669 | .page-form select { |
673 | color: black; | 670 | color: black; |
674 | } | 671 | } |
672 | |||
675 | /** | 673 | /** |
676 | * PAGE FORM - LIGHT | 674 | * PAGE FORM - LIGHT |
677 | */ | 675 | */ |
@@ -717,6 +715,12 @@ pre { | |||
717 | font-size: 0.7em; | 715 | font-size: 0.7em; |
718 | } | 716 | } |
719 | 717 | ||
718 | .page-form-complete input[type="text"], | ||
719 | .page-form-complete input[type="password"], | ||
720 | .page-form-complete textarea { | ||
721 | margin: 0; | ||
722 | } | ||
723 | |||
720 | .page-form section { | 724 | .page-form section { |
721 | margin-top: 20px; | 725 | margin-top: 20px; |
722 | } | 726 | } |
@@ -1133,4 +1137,17 @@ pre { | |||
1133 | .daily-entry-thumbnail { | 1137 | .daily-entry-thumbnail { |
1134 | float: left; | 1138 | float: left; |
1135 | margin: 15px 5px 5px 5px; | 1139 | margin: 15px 5px 5px 5px; |
1136 | } \ No newline at end of file | 1140 | } |
1141 | |||
1142 | .daily-entry-description a { | ||
1143 | text-decoration: none; | ||
1144 | color: #1b926c; | ||
1145 | } | ||
1146 | |||
1147 | .daily-entry-description a:hover { | ||
1148 | text-shadow: 1px 1px #ddd; | ||
1149 | } | ||
1150 | |||
1151 | .daily-entry-description a:visited { | ||
1152 | color: #20b988; | ||
1153 | } | ||