Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /*HEADER BACKGROUND*/
- #header {
- height: 220px;
- background: url(%%background%%);
- background-size: cover;
- border: none;
- }
- /*HEADER*/
- #header .pagename {
- width: 100%;
- display: block;
- position: absolute;
- top: -278px;
- z-index: -1;
- }
- #header .pagename {
- font-size: 0;
- }
- <style>…</style>
- .redditname, .score .number {
- font-family: Roboto !important;
- font-weight: bold !important;
- }
- .pagename {
- font-weight: bold;
- margin-right: 1ex;
- font-variant: small-caps;
- font-size: 1.3em;
- vertical-align: bottom;
- }
- *, :before, :after {
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- }
- /*REDDIT IKONA*/
- #header-img.default-header, #header-img {
- z-index: 99;
- width: 48px;
- padding-left: 48px;
- height: 54px;
- background-image: url(%%redditlogoht%%);
- background-size: cover;
- background-position: center;
- }
- #header-img {
- margin-top: 140px;
- margin-left: 20px;
- }
- /*SUBREDITS LISTA*/
- #sr-header-area {
- background-color: rgba(0,0,0,0.05);
- border: 0 solid;
- transition: all .15s ease;
- height: 24px;
- line-height: 23px;
- text-transform: uppercase;
- }
- #sr-header-area .sr-list {
- margin-right: 48px;
- }
- #sr-header-area .width-clip {
- right: 300px;
- }
- #sr-more-link {
- background-color: transparent
- }
- /*RIGHT SIDEBAR*/
- .side {
- float: right;
- background-color: white;
- margin: 0px 5px 0 5px;
- width: 300px;
- position: relative;
- top: 0px;
- }
- /*SUBMIT BUTTON*/
- div.content {
- margin-left: 5px !important;
- position: absolute;
- top: 230px;
- }
- /*prava horni lista*/
- #header-bottom-right {
- position: absolute;
- top: 0;
- right: 0;
- width: auto;
- max-width: 300px;
- height: 24px;
- background-color: transparent;
- font-size: 11px;
- color: rgba(255,255,255,0.45);
- padding: 5px 8px 4px 2px;
- }
- /*LIŠTA MENU bg*/
- #header .tabmenu:before {
- content: "";
- display: block;
- position: absolute;
- top: 170px;
- left: 0px;
- right: 0px;
- background-color: rgba(0,0,0,0.24);
- height: 42px;
- z-index: -1;
- }
- /*MENU*/
- #header .tabmenu li a{
- color: red;
- background-color: transparent;
- border: none;
- }
- #header .tabmenu .selected a{
- color: white;
- background-color: transparent;
- border: none;
- }
- .tabmenu li {
- margin: 0px 40px;
- position: relative;
- display: inline-block;
- top: -25px;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement