Mercurial > public > sg101
comparison media/css/base.css @ 269:4e307f9ddd2d
Rounded corner CSS tweaks for side blocks and the bulletins.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sun, 26 Sep 2010 04:32:17 +0000 |
parents | eea6219024ef |
children | 593fb6dbd449 |
comparison
equal
deleted
inserted
replaced
268:eea6219024ef | 269:4e307f9ddd2d |
---|---|
122 margin: 0; | 122 margin: 0; |
123 background-color: teal; | 123 background-color: teal; |
124 color: white; | 124 color: white; |
125 font-weight: bold; | 125 font-weight: bold; |
126 text-align: center; | 126 text-align: center; |
127 border-top-left-radius: 5px; | |
128 border-top-right-radius: 5px; | |
129 -moz-border-radius-topleft: 5px; | |
130 -moz-border-radius-topright: 5px; | |
127 } | 131 } |
128 div.side-block-content { | 132 div.side-block-content { |
129 margin: 0; | 133 margin: 0; |
130 border: 1px solid teal; | 134 border: 1px solid teal; |
131 padding: 2px 2px; | 135 padding: 2px 2px; |
136 border-bottom-left-radius: 5px; | |
137 border-bottom-right-radius: 5px; | |
138 -moz-border-radius-bottomleft: 5px; | |
139 -moz-border-radius-bottomright: 5px; | |
132 } | 140 } |
133 iframe { | 141 iframe { |
134 margin-bottom: 1em; | 142 margin-bottom: 1em; |
135 } | 143 } |
136 img { | 144 img { |
157 .bulletin { | 165 .bulletin { |
158 text-align: center; | 166 text-align: center; |
159 margin: 1em 1em; | 167 margin: 1em 1em; |
160 padding: 1em 1em 0; | 168 padding: 1em 1em 0; |
161 border: 1px solid black; | 169 border: 1px solid black; |
170 border-radius: 10px; | |
171 -moz-border-radius: 10px; | |
162 } | 172 } |
163 .bulletin h3 { | 173 .bulletin h3 { |
164 background-image: url(../icons/asterisk_orange.png); | 174 background-image: url(../icons/asterisk_orange.png); |
165 background-position: center left; | 175 background-position: center left; |
166 background-repeat: no-repeat; | 176 background-repeat: no-repeat; |