]> git.mxchange.org Git - friendica.git/blob - view/theme/vier/plus.css
baaffb8995037a50ae0a6077a79a96c195ded5cc
[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 nav .nav-menu-icon.selected {
91   background-color: #fff;
92 }
93
94 #jot #jot-tools li:hover {
95   background-color: #fff;
96 }
97
98 nav .icon {
99   color: #737373;
100 }
101
102 nav a:hover .icon {
103   color: #000;
104 }
105
106 ul.menu-popup {
107   border: 0px solid #FFF;
108   margin-top: 0px;
109 }
110
111 header #banner a, header #banner a:active, header #banner a:visited, header #banner a:link, header #banner a:hover {
112   color: #737373;
113 }
114
115 header {
116   left: 10px;
117 }
118
119 header #banner {
120   margin-top: 6px;
121 }
122
123 #banner #logo-text {
124   margin-left: 5px;
125 }
126
127 aside {
128   top: 44px;
129   height: calc(100% - 54px);
130 }
131
132 section {
133   top: 44px;
134 }
135
136 nav #search-box #search-text {
137   background-color: initial;
138   border-style: solid;
139   border-width: 1px;
140   border-color: rgba(0, 0, 0, 0.15);
141 }