comparison rhodecode/public/css/style.css @ 1670:d2de0c2f02cd beta

#77 code review - initial very simple version of changeset comments - RST parsed
author Marcin Kuzminski <marcin@python-works.com>
date Fri, 11 Nov 2011 20:41:53 +0200
parents 833f9dec0a06
children 6f0143e5efe5
comparison
equal deleted inserted replaced
1669:f522f4d3bf93 1670:d2de0c2f02cd
3133 -webkit-box-shadow: rgba(0,0,0,0.07) 0 1px 2px inset; 3133 -webkit-box-shadow: rgba(0,0,0,0.07) 0 1px 2px inset;
3134 -webkit-border-radius: 3px; 3134 -webkit-border-radius: 3px;
3135 -moz-border-radius: 3px; 3135 -moz-border-radius: 3px;
3136 border-radius: 3px; 3136 border-radius: 3px;
3137 } 3137 }
3138
3139
3140 /** RST STYLE **/
3141
3142
3143 div.rst-block {
3144 padding:0px;
3145 }
3146
3147 div.rst-block h2 {
3148 font-weight: normal;
3149 }
3150
3151 div.rst-block {
3152 background-color: #fafafa;
3153 }
3154
3155 div.rst-block {
3156 clear:both;
3157 overflow:hidden;
3158 margin:0;
3159 padding:0 20px 10px;
3160 }
3161
3162 div.rst-block h1, div.rst-block h2, div.rst-block h3, div.rst-block h4, div.rst-block h5, div.rst-block h6 {
3163 border-bottom: 0 !important;
3164 margin: 0 !important;
3165 padding: 0 !important;
3166 line-height: 1.5em !important;
3167 }
3168
3169
3170 div.rst-block h1:first-child {
3171 padding-top: .25em !important;
3172 }
3173
3174 div.rst-block h2, div.rst-block h3 {
3175 margin: 1em 0 !important;
3176 }
3177
3178 div.rst-block h2 {
3179 margin-top: 1.5em !important;
3180 border-top: 4px solid #e0e0e0 !important;
3181 padding-top: .5em !important;
3182 }
3183
3184 div.rst-block p {
3185 color: black !important;
3186 margin: 1em 0 !important;
3187 line-height: 1.5em !important;
3188 }
3189
3190 div.rst-block ul {
3191 list-style: disc !important;
3192 margin: 1em 0 1em 2em !important;
3193 }
3194
3195 div.rst-block ol {
3196 list-style: decimal;
3197 margin: 1em 0 1em 2em !important;
3198 }
3199
3200 div.rst-block pre, code {
3201 font: 12px "Bitstream Vera Sans Mono","Courier",monospace;
3202 }
3203
3204 div.rst-block code {
3205 font-size: 12px !important;
3206 background-color: ghostWhite !important;
3207 color: #444 !important;
3208 padding: 0 .2em !important;
3209 border: 1px solid #dedede !important;
3210 }
3211
3212 div.rst-block pre code {
3213 padding: 0 !important;
3214 font-size: 12px !important;
3215 background-color: #eee !important;
3216 border: none !important;
3217 }
3218
3219 div.rst-block pre {
3220 margin: 1em 0;
3221 font-size: 12px;
3222 background-color: #eee;
3223 border: 1px solid #ddd;
3224 padding: 5px;
3225 color: #444;
3226 overflow: auto;
3227 -webkit-box-shadow: rgba(0,0,0,0.07) 0 1px 2px inset;
3228 -webkit-border-radius: 3px;
3229 -moz-border-radius: 3px;
3230 border-radius: 3px;
3231 }
3232
3233
3234
3235 .comments {
3236 padding:10px 20px;
3237 }
3238
3239 .comments .comment {
3240 border: 1px solid #ddd;
3241 margin-top: 10px;
3242 -webkit-border-radius: 4px;
3243 -moz-border-radius: 4px;
3244 border-radius: 4px;
3245 }
3246
3247 .comments .comment .meta {
3248 background: #f8f8f8;
3249 padding: 6px;
3250 border-bottom: 1px solid #ddd;
3251 }
3252
3253 .comments .comment .meta img {
3254 vertical-align: middle;
3255 }
3256
3257 .comments .comment .meta .user {
3258 font-weight: bold;
3259 }
3260
3261 .comments .comment .meta .date {
3262 float: right;
3263 }
3264
3265 .comments .comment .text {
3266 margin-top: 7px;
3267 padding: 6px;
3268 padding-bottom: 13px;
3269 }
3270
3271 .comments .comments-number{
3272 padding:0px 0px 10px 0px;
3273 font-weight: bold;
3274 }
3275
3276 .comment-form .clearfix{
3277 background: #EEE;
3278 -webkit-border-radius: 4px;
3279 -moz-border-radius: 4px;
3280 border-radius: 4px;
3281 padding: 10px;
3282 }
3283
3284 div.comment-form {
3285 margin-top: 20px;
3286 }
3287
3288 .comment-form strong {
3289 display: block;
3290 margin-bottom: 15px;
3291 }
3292
3293 .comment-form textarea {
3294 width: 100%;
3295 height: 100px;
3296 font-family: 'Monaco', 'Courier', 'Courier New', monospace;
3297 }
3298
3299 form.comment-form {
3300 margin-top: 10px;
3301 margin-left: 10px;
3302 }
3303
3304 .comment-form-submit {
3305 margin-top: 5px;
3306 margin-left: 525px;
3307 }
3308
3309 .file-comments {
3310 display: none;
3311 }
3312
3313 .comment-form .comment {
3314 margin-left: 10px;
3315 }
3316
3317 .comment-form .comment-help{
3318 padding: 0px 0px 5px 0px;
3319 color: #666;
3320 }
3321
3322 .comment-form .comment-button{
3323 padding-top:5px;
3324 }
3325
3326 .add-another-button {
3327 margin-left: 10px;
3328 margin-top: 10px;
3329 margin-bottom: 10px;
3330 }
3331
3332 .comment .buttons {
3333 float: right;
3334 display: none;
3335 }