diff --git buddypress.org/public_html/wp-content/themes/bporg-developer/css/style.css buddypress.org/public_html/wp-content/themes/bporg-developer/css/style.css
index 9e9a3a938..b1a34057b 100644
|
|
|
6 | 6 | font-size: 13px; |
7 | 7 | position: fixed; |
8 | 8 | top: 0; |
| 9 | box-shadow: 0 0 20px #ccc; |
| 10 | opacity: 0.95; |
9 | 11 | } |
10 | 12 | |
11 | 13 | #header-inner { |
… |
… |
body.admin-bar header#masthead { |
41 | 43 | |
42 | 44 | #header #network-title { |
43 | 45 | text-indent: -9999px; |
44 | | width: 265px; |
| 46 | width: 0; |
45 | 47 | } |
46 | 48 | |
47 | 49 | #header #network-title a { |
… |
… |
body.admin-bar header#masthead { |
80 | 82 | margin: 30px 0 0 0; |
81 | 83 | line-height: 20px; |
82 | 84 | } |
| 85 | |
83 | 86 | #nav li { |
84 | 87 | display: inline; |
85 | 88 | margin: 0 3px 0 3px; |
86 | 89 | list-style: none; |
87 | 90 | } |
| 91 | |
88 | 92 | #nav li a { |
89 | 93 | text-decoration: none; |
90 | 94 | color: #fff; |
… |
… |
body.admin-bar header#masthead { |
99 | 103 | border-radius: 3px; |
100 | 104 | border: 1px solid transparent; |
101 | 105 | } |
| 106 | |
102 | 107 | #nav li a:hover { |
103 | 108 | background-color: #cf4944; |
104 | 109 | color: rgba(255,255,255,0.9); |
… |
… |
body.admin-bar header#masthead { |
117 | 122 | left: -999em; |
118 | 123 | } |
119 | 124 | |
| 125 | #header #bb-nav { |
| 126 | margin: 0 0 24px 20px; |
| 127 | font: 400 13px/24px "Open Sans", sans-serif; |
| 128 | } |
| 129 | |
120 | 130 | /* Text meant only for screen readers. */ |
121 | 131 | .screen-reader-text { |
122 | 132 | clip: rect(1px, 1px, 1px, 1px); |