]> git.mxchange.org Git - friendica.git/blob - view/theme/vier/plus.css
Merge branch '3.4.2'
[friendica.git] / view / theme / vier / plus.css
1 nav {
2   background: #fff;
3   box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
4   padding-top: 6px;
5   padding-bottom: 6px;
6 }
7
8 nav a:active,
9 nav a:link,
10 nav a:visited,
11 nav a {
12   color: #737373;
13 }
14
15 nav a:hover,
16 #nav-messages-see-all a:hover {
17   color: #000;
18 }
19
20 nav .nav-notify {
21 /*  background-color: #427FED; */
22   background-color: #CB4437;
23   top: -3px;
24   right: -4px;
25   font: bold 11px/16px Arial;
26   padding: 1px;
27   border-radius: 10px;
28 }
29
30 nav .nav-menu-icon .nav-notify {
31   top: 0px;
32 }
33
34 nav .nav-menu.selected a {
35   color: #000;
36 /*  font-weight: bold; */
37 }
38
39 nav .nav-menu:hover,
40 nav .nav-menu.selected {
41   border-bottom: 2px solid #427FED;
42 }
43
44 nav .nav-menu {
45   height: 23px;
46   font-size: 14px;
47   font-weight: initial;
48 }
49
50 #nav-apps-menu,
51 #nav-site-menu,
52 #nav-notifications-menu,
53 #nav-user-menu {
54   top: 32px;
55 }
56
57 #nav-messages-menu {
58   top: 32px;
59 }
60
61 #nav-messages-see-all a {
62   color: #737373;
63 }
64
65 ul.tabs li .active, span.pager_current a {
66   border-bottom: 2px solid #427FED;
67 }
68
69 span.pager_current, span.pager_n a:hover, 
70 span.pager_first a:hover, span.pager_last a:hover, 
71 span.pager_prev a:hover, span.pager_next a:hover,
72 ul.tabs a:hover {
73   border-bottom: 2px solid #427FED;
74 }
75
76 nav #nav-notifications-linkmenu.on .icon.s22.notify, nav #nav-notifications-linkmenu.selected .icon.s22.notify {
77   color: #737373;
78 }
79
80 nav #nav-messages-linkmenu.selected,
81 nav #nav-user-linklabel.selected,
82 nav #nav-apps-link.selected {
83   background-color: #fff;
84   border-bottom-style: none;
85 }
86
87 div.jGrowl div.info {
88   background: #fff url("../../../images/icons/48/info.png") no-repeat 5px center;
89 }
90
91 div.jGrowl div.notice {
92   color: #737373;
93 }
94 div.jGrowl div.info {
95   color: #737373;
96 }
97
98 .birthday-notice, .event-notice {
99   font-weight: initial;
100 }
101
102 div.pager, ul.tabs {
103   font-weight: initial;
104 }
105
106 nav .nav-menu-icon.selected {
107   background-color: #fff;
108 }
109
110 #jot #jot-tools li:hover {
111   background-color: #fff;
112 }
113
114 nav .icon {
115   color: #737373;
116 }
117
118 nav a:hover .icon {
119   color: #000;
120 }
121
122 ul.menu-popup {
123   border: 0px solid #FFF;
124   margin-top: 0px;
125 }
126
127 header #banner a, header #banner a:active, header #banner a:visited, header #banner a:link, header #banner a:hover {
128   color: #737373;
129 }
130
131 header {
132   left: 10px;
133 }
134
135 header #banner {
136   margin-top: 6px;
137 }
138
139 #banner #logo-text {
140   margin-left: 5px;
141 }
142
143 aside {
144   top: 44px;
145   height: calc(100% - 54px);
146 }
147
148 section {
149   top: 44px;
150 }
151
152 nav #search-box #search-text {
153   background-color: initial;
154   border-style: solid;
155   border-width: 1px;
156   border-color: rgba(0, 0, 0, 0.15);
157 }