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