]> git.mxchange.org Git - friendica.git/blob - view/theme/vier/plus.css
Merge branch 'master' of https://github.com/friendica/friendica
[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-site-menu,
51 #nav-notifications-menu,
52 #nav-user-menu {
53   top: 35px;
54 }
55
56 #nav-messages-menu {
57   top: 32px;
58 }
59
60 #nav-messages-see-all a {
61   color: #737373;
62 }
63
64 ul.tabs li .active, span.pager_current a {
65   border-bottom: 2px solid #427FED;
66 }
67
68 span.pager_current, span.pager_n a:hover, 
69 span.pager_first a:hover, span.pager_last a:hover, 
70 span.pager_prev a:hover, span.pager_next a:hover,
71 ul.tabs a:hover {
72   border-bottom: 2px solid #427FED;
73 }
74
75 nav #nav-notifications-linkmenu.on .icon.s22.notify, nav #nav-notifications-linkmenu.selected .icon.s22.notify {
76   color: #737373;
77 }
78
79 nav #nav-messages-linkmenu.selected,
80 nav #nav-user-linklabel.selected,
81 nav #nav-apps-link.selected {
82   background-color: #fff;
83   border-bottom-style: none;
84 }
85
86 div.jGrowl div.info {
87   background: #fff url("../../../images/icons/48/info.png") no-repeat 5px center;
88 }
89
90 div.jGrowl div.notice {
91   color: #737373;
92 }
93 div.jGrowl div.info {
94   color: #737373;
95 }
96
97 .birthday-notice, .event-notice {
98   font-weight: initial;
99 }
100
101 div.pager, ul.tabs {
102   font-weight: initial;
103 }
104
105 nav .nav-menu-icon.selected {
106   background-color: #fff;
107 }
108
109 #jot #jot-tools li:hover {
110   background-color: #fff;
111 }
112
113 nav .icon {
114   color: #737373;
115 }
116
117 nav a:hover .icon {
118   color: #000;
119 }
120
121 ul.menu-popup {
122   border: 0px solid #FFF;
123   margin-top: 0px;
124 }
125
126 header #banner a, header #banner a:active, header #banner a:visited, header #banner a:link, header #banner a:hover {
127   color: #737373;
128 }
129
130 header {
131   left: 10px;
132 }
133
134 header #banner {
135   margin-top: 6px;
136 }
137
138 #banner #logo-text {
139   margin-left: 5px;
140 }
141
142 aside {
143   top: 44px;
144   height: calc(100% - 54px);
145 }
146
147 section {
148   top: 44px;
149 }
150
151 nav #search-box #search-text {
152   background-color: initial;
153   border-style: solid;
154   border-width: 1px;
155   border-color: rgba(0, 0, 0, 0.15);
156 }