SHOW:
|
|
- or go back to the newest paste.
1 | @namespace url(http://www.w3.org/1999/xhtml); | |
2 | ||
3 | @-moz-document domain("databaze-her.cz") { | |
4 | ||
5 | ||
6 | #homepage-content section.block h1 {float: left; line-height: 22px;} | |
7 | #homepage-content section.block div.block-options {padding-bottom: 5px; text-align: right; border-bottom: 1px solid #dde;} | |
8 | #homepage-content section[data-name] .block-settings{margin-left: 10px;} | |
9 | #homepage-content section[data-name] .with-submenu {text-align: left;} | |
10 | ||
11 | ||
12 | #homepage-content section.block[data-name] {position: relative;} | |
13 | #homepage-content section[data-name] .description-visible .block-description {position: absolute; top: 60px; text-align: center; width: 440px; z-index: 100; background-color: white; border: 1px solid gray; border-radius: 5px; box-shadow: 0 0 10px #555;} | |
14 | #homepage-content section[data-name] .description-visible h1 {display: block;} | |
15 | ||
16 | ||
17 | #homepage-content section.block[data-name] li {position: relative;} | |
18 | #homepage-content section.block[data-name] .entry-rating {position: absolute; top: 0.5em; right: 0;} | |
19 | ||
20 | #homepage-content section[data-name] a span {color: black;} | |
21 | #homepage-content section[data-name] a:hover {text-decoration: none;} | |
22 | ||
23 | #homepage-content section.block[data-name="games_ratings"] ul.block-entries li a {display: inline;} | |
24 | #homepage-content section.block[data-name="games_ratings"] ul.block-entries li {padding: 2px; margin: 0; border: none;} | |
25 | #homepage-content section.block[data-name="games_ratings"] .block-entry-content > * {margin-bottom: 4px;} | |
26 | ||
27 | header[role="banner"] {padding: 0; margin-bottom: 0;} | |
28 | #user-header {padding: 5px 15px; line-height: 1.2em;} | |
29 | ||
30 | ||
31 | ||
32 | #mainmenu a {line-height: 24px !important; padding: 0 7px !important;} | |
33 | #mainmenu > * {margin: 0 10px;} | |
34 | #mainmenu span a:first-child {padding-right: 3px !important; padding-left: 7px !important;} | |
35 | #mainmenu span a:last-child {padding-left: 3px !important; padding-right: 7px !important;} | |
36 | ||
37 | #homepage-content a.counter.unread {border: 1px solid #800000; line-height: 18px;} | |
38 | #homepage-content a.counter.unread:hover {background-color: white; color: #800000;} | |
39 | ||
40 | body {padding: 0;} | |
41 | ||
42 | #user > a, #user > div > a, #logo {height: 47px !important; line-height: 45px !important;} | |
43 | #user-watched {position: relative;} | |
44 | #user-watched > a {width: 50px;} | |
45 | #user-watched > a b {position: absolute; top: 10px; left: 0; width: 50px; margin: 0 !important; line-height: 14px; text-align: center;} | |
46 | a#user-id {padding-left: 3px !important;} | |
47 | a#user-id img {margin-top: 3px !important;} | |
48 | #search {margin-top: 6px !important;} | |
49 | #logo span {display: none !important;} | |
50 | ||
51 | #user a.show-submenu {padding-top: 15px !important;} | |
52 | ||
53 | .tile:focus .tile-back, .tile:hover .tile-back, .tile:active .tile-back { | |
54 | overflow: visible;} | |
55 | .tile:focus .tile-back > div, .tile:hover .tile-back > div, .tile:active .tile-back > div { | |
56 | padding-right: 15px; top: 5px; left: -200px; right: 100px; height:80px; background-color: #fff; border: 1px solid #aac; transition: none; box-shadow: 0px 0px 0px 1px #FFF inset, 0px 0px 3px; z-index: -1;} | |
57 | ||
58 | label {line-height: initial !important;} | |
59 | ||
60 | - | #homepage-content section[data-name="subscription"] {display: none !important;} |
60 | + | |
61 | #homepage-content section[data-name="games_visited"] h1 span::after {content:"Aktuální hry"; color: black; display: inline; font-size: 23px;} | |
62 | ||
63 | #homepage-content ul.block-games.new li {margin-top: 0 !important;} | |
64 | } |