Commit 98838c7fa051f89b5de88fb61c14ed2d6331b58f
1 parent
ef74ef83
Exists in
community_hub_submodule
update theme
Showing
1 changed file
with
9 additions
and
82 deletions
Show diff stats
public/style.css
| @@ -121,7 +121,6 @@ | @@ -121,7 +121,6 @@ | ||
| 121 | 121 | ||
| 122 | .hub .mediation-bar ul li.pin { | 122 | .hub .mediation-bar ul li.pin { |
| 123 | height: 25px; | 123 | height: 25px; |
| 124 | - /*margin-right: 15px;*/ | ||
| 125 | } | 124 | } |
| 126 | 125 | ||
| 127 | .hub .remove{} | 126 | .hub .remove{} |
| @@ -177,38 +176,25 @@ | @@ -177,38 +176,25 @@ | ||
| 177 | height: 500px; | 176 | height: 500px; |
| 178 | overflow-x: hidden; | 177 | overflow-x: hidden; |
| 179 | overflow-y: scroll; | 178 | overflow-y: scroll; |
| 180 | - margin-top: -1px; | ||
| 181 | margin-bottom: 14px; | 179 | margin-bottom: 14px; |
| 182 | border: 1px solid lightgray; | 180 | border: 1px solid lightgray; |
| 183 | - /*border-bottom: 1px solid lightgray; | ||
| 184 | - border-left: 1px solid lightgray;*/ | ||
| 185 | - /*display: inline-block;*/ | ||
| 186 | width: 100%; | 181 | width: 100%; |
| 182 | + display: inline-block; | ||
| 183 | + margin-top: 0; | ||
| 187 | } | 184 | } |
| 188 | 185 | ||
| 189 | .hub ul#live-posts, .hub ul#mediation-posts{ | 186 | .hub ul#live-posts, .hub ul#mediation-posts{ |
| 190 | - /*border-width: 0 1px 1px;*/ | ||
| 191 | - /*border-style: solid;*/ | ||
| 192 | - /*border-color: lightGray;*/ | ||
| 193 | border-bottom: 1px solid lightgray; | 187 | border-bottom: 1px solid lightgray; |
| 194 | padding-top: 10px; | 188 | padding-top: 10px; |
| 195 | - /*clear: both;*/ | ||
| 196 | - /*height: 475px;*/ | ||
| 197 | - /*overflow-y: scroll;*/ | ||
| 198 | - | ||
| 199 | } | 189 | } |
| 200 | 190 | ||
| 201 | /*modificação da scroll bar*/ | 191 | /*modificação da scroll bar*/ |
| 202 | -.hub div.envelope::-webkit-scrollbar-button /*, | ||
| 203 | -.hub ul#live-posts::-webkit-scrollbar-button, | ||
| 204 | -.hub ul#mediation-posts::-webkit-scrollbar-button */ { | 192 | +.hub div.envelope::-webkit-scrollbar-button { |
| 205 | height: 0; | 193 | height: 0; |
| 206 | width: 0; | 194 | width: 0; |
| 207 | } | 195 | } |
| 208 | 196 | ||
| 209 | -.hub div.envelope::-webkit-scrollbar-thumb /*, | ||
| 210 | -.hub ul#live-posts::-webkit-scrollbar-thumb, | ||
| 211 | -.hub ul#mediation-posts::-webkit-scrollbar-thumb */ { | 197 | +.hub div.envelope::-webkit-scrollbar-thumb { |
| 212 | background-clip: padding-box; | 198 | background-clip: padding-box; |
| 213 | background-color: rgba(0,0,0,.3); | 199 | background-color: rgba(0,0,0,.3); |
| 214 | border: 5px solid transparent; | 200 | border: 5px solid transparent; |
| @@ -219,9 +205,7 @@ | @@ -219,9 +205,7 @@ | ||
| 219 | width: 5px; | 205 | width: 5px; |
| 220 | } | 206 | } |
| 221 | 207 | ||
| 222 | -.hub div.envelope::-webkit-scrollbar /*, | ||
| 223 | -.hub ul#live-posts::-webkit-scrollbar, | ||
| 224 | -.hub ul#mediation-posts::-webkit-scrollbar */ { | 208 | +.hub div.envelope::-webkit-scrollbar { |
| 225 | height: 15px; | 209 | height: 15px; |
| 226 | width: 15px; | 210 | width: 15px; |
| 227 | } | 211 | } |
| @@ -241,7 +225,6 @@ | @@ -241,7 +225,6 @@ | ||
| 241 | /*novos elementos: h1.live - h1.mediation*/ | 225 | /*novos elementos: h1.live - h1.mediation*/ |
| 242 | #content .main-block .hub .live h1.live, | 226 | #content .main-block .hub .live h1.live, |
| 243 | #content .main-block .hub .mediation h1.mediation { | 227 | #content .main-block .hub .mediation h1.mediation { |
| 244 | - /*background-color: #f4f4f4;*/ | ||
| 245 | border: 1px solid lightGray; | 228 | border: 1px solid lightGray; |
| 246 | border-top: 1px solid #96110D; | 229 | border-top: 1px solid #96110D; |
| 247 | border-bottom: 0px solid #FFFFFF; | 230 | border-bottom: 0px solid #FFFFFF; |
| @@ -284,7 +267,7 @@ z-index: 99; | @@ -284,7 +267,7 @@ z-index: 99; | ||
| 284 | margin-top: 8px; | 267 | margin-top: 8px; |
| 285 | line-height: 27px; | 268 | line-height: 27px; |
| 286 | cursor: pointer; | 269 | cursor: pointer; |
| 287 | - | 270 | + top: 1px; |
| 288 | } | 271 | } |
| 289 | 272 | ||
| 290 | #content .main-block .hub .live h1.mediation {} | 273 | #content .main-block .hub .live h1.mediation {} |
| @@ -292,7 +275,6 @@ z-index: 99; | @@ -292,7 +275,6 @@ z-index: 99; | ||
| 292 | #content .main-block .hub .mediation h1.live { | 275 | #content .main-block .hub .mediation h1.live { |
| 293 | margin-left: 20px; | 276 | margin-left: 20px; |
| 294 | top:1px; | 277 | top:1px; |
| 295 | - /*border-bottom: 0px;*/ | ||
| 296 | } | 278 | } |
| 297 | 279 | ||
| 298 | 280 | ||
| @@ -303,7 +285,7 @@ z-index: 99; | @@ -303,7 +285,7 @@ z-index: 99; | ||
| 303 | color: #D71410; | 285 | color: #D71410; |
| 304 | display: inline-block; | 286 | display: inline-block; |
| 305 | font-size: 14px; | 287 | font-size: 14px; |
| 306 | - font-family: /*Arial Black, */arial, sans-serif; | 288 | + font-family: arial, sans-serif; |
| 307 | padding-right: 0; | 289 | padding-right: 0; |
| 308 | width: 70%; | 290 | width: 70%; |
| 309 | } | 291 | } |
| @@ -316,7 +298,6 @@ z-index: 99; | @@ -316,7 +298,6 @@ z-index: 99; | ||
| 316 | font-weight: bold; | 298 | font-weight: bold; |
| 317 | padding: 0 0.5em; | 299 | padding: 0 0.5em; |
| 318 | text-align: center; | 300 | text-align: center; |
| 319 | - /*text-transform: uppercase;*/ | ||
| 320 | vertical-align: top; | 301 | vertical-align: top; |
| 321 | width: 20%; | 302 | width: 20%; |
| 322 | 303 | ||
| @@ -370,7 +351,6 @@ z-index: 99; | @@ -370,7 +351,6 @@ z-index: 99; | ||
| 370 | /****aba live aberta****/ | 351 | /****aba live aberta****/ |
| 371 | 352 | ||
| 372 | .hub .live.show { | 353 | .hub .live.show { |
| 373 | - /*width: 85%;*/ | ||
| 374 | width: 100%; | 354 | width: 100%; |
| 375 | } | 355 | } |
| 376 | 356 | ||
| @@ -400,7 +380,6 @@ margin-right: 10px; | @@ -400,7 +380,6 @@ margin-right: 10px; | ||
| 400 | } | 380 | } |
| 401 | 381 | ||
| 402 | #content .main-block .hub .mediation h1{ | 382 | #content .main-block .hub .mediation h1{ |
| 403 | - /* background-color: #ed8e01;*/ | ||
| 404 | border: 1px solid lightGray | 383 | border: 1px solid lightGray |
| 405 | } | 384 | } |
| 406 | 385 | ||
| @@ -410,7 +389,6 @@ margin-right: 10px; | @@ -410,7 +389,6 @@ margin-right: 10px; | ||
| 410 | font-size: 14px; | 389 | font-size: 14px; |
| 411 | font-family: Arial, sans-serif; | 390 | font-family: Arial, sans-serif; |
| 412 | padding-right: 0; | 391 | padding-right: 0; |
| 413 | - /* width: 100%;*/ | ||
| 414 | } | 392 | } |
| 415 | .hub .mediation .expand { | 393 | .hub .mediation .expand { |
| 416 | float: right; | 394 | float: right; |
| @@ -430,20 +408,13 @@ margin-right: 10px; | @@ -430,20 +408,13 @@ margin-right: 10px; | ||
| 430 | } | 408 | } |
| 431 | 409 | ||
| 432 | #content .main-block .hub .mediation.hide h1{ | 410 | #content .main-block .hub .mediation.hide h1{ |
| 433 | -/* | ||
| 434 | - background-color: #ed8e01; | ||
| 435 | - border: 1px solid lightGray; | ||
| 436 | - text-align: center; | ||
| 437 | - padding-left: 0; | ||
| 438 | -*/ | ||
| 439 | cursor: pointer; | 411 | cursor: pointer; |
| 440 | } | 412 | } |
| 441 | 413 | ||
| 442 | #content .hub .mediation.hide .title { | 414 | #content .hub .mediation.hide .title { |
| 443 | -/* color: white;*/ | ||
| 444 | display: inline-block; | 415 | display: inline-block; |
| 445 | font-size: 14px; | 416 | font-size: 14px; |
| 446 | - font-family: /*Arial Black, */arial, sans-serif; | 417 | + font-family: arial, sans-serif; |
| 447 | padding-right: 0; | 418 | padding-right: 0; |
| 448 | width: 100%; | 419 | width: 100%; |
| 449 | } | 420 | } |
| @@ -472,50 +443,13 @@ display: none; | @@ -472,50 +443,13 @@ display: none; | ||
| 472 | /****aba mediation aberta****/ | 443 | /****aba mediation aberta****/ |
| 473 | 444 | ||
| 474 | .hub .mediation.show { | 445 | .hub .mediation.show { |
| 475 | -/* border: 0px solid lightGray; | ||
| 476 | - display: inline-block; | ||
| 477 | - clear: right; | ||
| 478 | - float: none; | ||
| 479 | - margin-left: 1%; | ||
| 480 | - margin-bottom: 2em; | ||
| 481 | -*/ | ||
| 482 | - /*width: 85%;*/ | ||
| 483 | width: 100%; | 446 | width: 100%; |
| 484 | } | 447 | } |
| 485 | 448 | ||
| 486 | -#content .main-block .hub .mediation.show h1{ | ||
| 487 | -/* background-color: #ed8e01;*/ | ||
| 488 | -/* border: 1px solid lightGray*/ | ||
| 489 | -} | ||
| 490 | - | ||
| 491 | #content .hub .mediation.show .title { | 449 | #content .hub .mediation.show .title { |
| 492 | - /*color: white;*/ | ||
| 493 | display: inline-block; | 450 | display: inline-block; |
| 494 | -/* font-size: 20px;*/ | ||
| 495 | - font-family: /*Arial Black, */arial, sans-serif; | 451 | + font-family: arial, sans-serif; |
| 496 | padding-right: 0; | 452 | padding-right: 0; |
| 497 | -/* width: 60%;*/ | ||
| 498 | -} | ||
| 499 | - | ||
| 500 | -/* | ||
| 501 | -.hub .mediation.show .expand { | ||
| 502 | - float: right; | ||
| 503 | - padding-right: 1em; | ||
| 504 | - display: block; | ||
| 505 | -}*/ | ||
| 506 | - | ||
| 507 | - | ||
| 508 | -.hub .mediation.show ul#mediation-posts { | ||
| 509 | -/* | ||
| 510 | - height: 500px; | ||
| 511 | - overflow-x: hidden; | ||
| 512 | - overflow-y: scroll; | ||
| 513 | - border-width: 0 1px 1px; | ||
| 514 | - border-style: solid; | ||
| 515 | - border-color: lightGray; | ||
| 516 | - padding-top: 10px; | ||
| 517 | - background-color: #f9f9f9; | ||
| 518 | -*/ | ||
| 519 | } | 453 | } |
| 520 | 454 | ||
| 521 | .hub .mediation.show ul#mediation-posts li{ | 455 | .hub .mediation.show ul#mediation-posts li{ |
| @@ -537,11 +471,8 @@ display: none; | @@ -537,11 +471,8 @@ display: none; | ||
| 537 | } | 471 | } |
| 538 | 472 | ||
| 539 | .hub .form-mediation { | 473 | .hub .form-mediation { |
| 540 | - /*width: 93%;*/ | ||
| 541 | - /*width: 426px;*/ | ||
| 542 | width: 60%; | 474 | width: 60%; |
| 543 | display: inline-block; | 475 | display: inline-block; |
| 544 | - /*height: 376px;*/ | ||
| 545 | padding: 10px; | 476 | padding: 10px; |
| 546 | border: 1px solid #c0c0c0; | 477 | border: 1px solid #c0c0c0; |
| 547 | overflow-x: hidden; | 478 | overflow-x: hidden; |
| @@ -555,10 +486,6 @@ display: none; | @@ -555,10 +486,6 @@ display: none; | ||
| 555 | 486 | ||
| 556 | 487 | ||
| 557 | .hub div.settings { | 488 | .hub div.settings { |
| 558 | - /*width: 96%;*/ | ||
| 559 | - /*margin-top: 10px;*/ | ||
| 560 | - /*margin-left: 10px;*/ | ||
| 561 | - /*width: 240px;*/ | ||
| 562 | display: inline-block; | 489 | display: inline-block; |
| 563 | margin-left: 1%; | 490 | margin-left: 1%; |
| 564 | margin-top: 10px; | 491 | margin-top: 10px; |