diff options
Diffstat (limited to 'app/assets/stylesheets/main')
| -rw-r--r-- | app/assets/stylesheets/main/entries.scss | 54 | ||||
| -rw-r--r-- | app/assets/stylesheets/main/layout.scss | 11 |
2 files changed, 64 insertions, 1 deletions
| diff --git a/app/assets/stylesheets/main/entries.scss b/app/assets/stylesheets/main/entries.scss index 4afd15d..d67ae67 100644 --- a/app/assets/stylesheets/main/entries.scss +++ b/app/assets/stylesheets/main/entries.scss | |||
| @@ -153,7 +153,6 @@ | |||
| 153 | 153 | ||
| 154 | .update-posted { | 154 | .update-posted { |
| 155 | display: block; | 155 | display: block; |
| 156 | font-style: italic; | ||
| 157 | background-color: #EAADEA; | 156 | background-color: #EAADEA; |
| 158 | font-size: 16px; | 157 | font-size: 16px; |
| 159 | margin: .5em -20px; | 158 | margin: .5em -20px; |
| @@ -161,6 +160,16 @@ | |||
| 161 | border-width: 1px 0 1px 0; | 160 | border-width: 1px 0 1px 0; |
| 162 | border-style: solid; | 161 | border-style: solid; |
| 163 | border-color: #DB70DB; | 162 | border-color: #DB70DB; |
| 163 | |||
| 164 | time { | ||
| 165 | font-style: italic; | ||
| 166 | } | ||
| 167 | |||
| 168 | .update-edit-link { | ||
| 169 | float: right; | ||
| 170 | color: blue; | ||
| 171 | font-weight: normal; | ||
| 172 | } | ||
| 164 | } | 173 | } |
| 165 | } | 174 | } |
| 166 | } | 175 | } |
| @@ -463,3 +472,46 @@ | |||
| 463 | .next-post { | 472 | .next-post { |
| 464 | float: right; | 473 | float: right; |
| 465 | } | 474 | } |
| 475 | |||
| 476 | #streams-index { | ||
| 477 | width: 100%; | ||
| 478 | border-collapse: collapse; | ||
| 479 | |||
| 480 | #streams-index-header-row { | ||
| 481 | th { | ||
| 482 | background-color: #bdbdbd; | ||
| 483 | padding-left: 0.5em; | ||
| 484 | border-top: 1px solid #848484; | ||
| 485 | border-bottom: 1px solid #848484; | ||
| 486 | } | ||
| 487 | } | ||
| 488 | |||
| 489 | th { | ||
| 490 | padding-bottom: 0.5em; | ||
| 491 | padding-top: 0.5em; | ||
| 492 | text-align: left; | ||
| 493 | } | ||
| 494 | |||
| 495 | td { | ||
| 496 | padding-top: 1em; | ||
| 497 | padding-left: 0.5em; | ||
| 498 | |||
| 499 | time { | ||
| 500 | font-size: .75em; | ||
| 501 | } | ||
| 502 | |||
| 503 | .stream-link { | ||
| 504 | font-weight: bold; | ||
| 505 | text-decoration: none; | ||
| 506 | |||
| 507 | &, &:visited { | ||
| 508 | color: #ee2c2c; | ||
| 509 | } | ||
| 510 | |||
| 511 | &:hover { | ||
| 512 | text-decoration: underline; | ||
| 513 | color: #9ea1ad; | ||
| 514 | } | ||
| 515 | } | ||
| 516 | } | ||
| 517 | } | ||
| diff --git a/app/assets/stylesheets/main/layout.scss b/app/assets/stylesheets/main/layout.scss index ef31ada..d5fe7a7 100644 --- a/app/assets/stylesheets/main/layout.scss +++ b/app/assets/stylesheets/main/layout.scss | |||
| @@ -228,3 +228,14 @@ h2.centered { | |||
| 228 | text-decoration: none; | 228 | text-decoration: none; |
| 229 | } | 229 | } |
| 230 | } | 230 | } |
| 231 | |||
| 232 | #scrobble-box { | ||
| 233 | img { | ||
| 234 | margin: 0 auto; | ||
| 235 | display: block; | ||
| 236 | } | ||
| 237 | |||
| 238 | p { | ||
| 239 | text-align: center; | ||
| 240 | } | ||
| 241 | } | ||
