Você está na página 1de 6

/*** Tabmenu ***/ /* ul.

tabmenu { position: absolute; top: 70px; left: 10px; }*/ /* */ #header { border: 0; border-bottom: 1px solid #B8CBDE; padding: 5px; min-height: 40px; } ul.tabmenu { position: relative; float: left; clear: right; margin-top: 15px; width: 100%; padding-left: 5px; box-sizing: border-box; white-space: normal; } .tabmenu { white-space: normal; } #header-bottom-left > ul.tabmenu li { white-space: normal; } ul.tabmenu li { border: 1px solid #E1E1E1; border-left: 0; padding: 6px; background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f fffff), color-stop(100%,#f8f8f8)); margin: 0 0 4px 0; display: inline-block; } ul.tabmenu li:first-child { border-left: 1px solid #E1E1E1; border-radius: 3px 0 0 3px; } ul.tabmenu li:last-child { border-radius: 0 3px 3px 0; } ul.tabmenu li a { background: transparent;

font-size: 11px; } ul.tabmenu li.selected a { border: 0; color: #fff; } ul.tabmenu li.selected { background: #FF453A; border: 1px solid #BF332C; } #search { padding-left: 20px; padding-top: 10px; } #search input { /* position: absolute; top: 6px; left: -325px; */ border: 1px solid #E1E1E1; border-radius: 3px; font-size: 11px; padding: 5px; width: 240px; color: #8C8C8C; } /*** Posts ***/ .content { margin-top: 50px; } .sidecontentbox .content { margin-top: 0; } .thing { padding-top: 2px; padding-bottom: 2px; } div.score { margin: 4px 0 4px -2px; color: #8C8C8C; font-size: 12px; } a { color: #336699; } .fancy-toggle-button a { color: white; }

span.rank { display: none; } .keyHighlight { outline: 1px solid #E1E1E1; background: #EBF2FC; } ul.flat-list.buttons li a { color: #8C8C8C; } .tagline a { color: #8C8C8C; } /*** Topmenu ***/ #sr-header-area, #sr-header-area a, #sr-header-area div, #sr-header-area div a { background: #2D2D2D; color: #CCC; display: none; } span.hover.pagename.redditname a { display: none; } /*** User menu ***/ #header-bottom-right { margin: 0; top: 10px; background: none; } #header-bottom-right span, #header-bottom-right div, #header-bottom-right ui, #h eader-bottom-right a { float: right; outline: 0px solid red; width: 20px; height: 20px; margin: 5px; overflow: hidden; } #header-bottom-right a { color: #8C8C8C; } #header-bottom-right span.separator { display: none; } /*hide menu*/ #header-bottom-right #userbarToggle { color: transparent;

background: url('http://i.imgur.com/rZWNv.jpg')no-repeat top left; } /*user*/ #header-bottom-right span.user { width: 250px; height: 26px; margin-top: -1px; background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f fffff), color-stop(100%,#EFF7FF)); color: transparent; border-radius: 4px; } #header-bottom-right span.user a, #header-bottom-right span.user b { background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(white), to(# EFF7FF)); background-origin: padding-box; color: gray; font-weight: bold; font-size: 12px; line-height: 26px; margin: 0; } #header-bottom-right span.user a { float: left; margin-left: 7px; width: 100px; } #header-bottom-right span.user img { display: none; } #header-bottom-right span.user b { float: right; width: 45px; } /*message*/ #header-bottom-right .nohavemail { color: transparent; /* background: url('http://i.imgur.com/ml7zJ.jpg')no-repeat top left;*/ } /*settings*/ #header-bottom-right .flat-list a { color: transparent; background: url('http://i.imgur.com/H8tTI.jpg')no-repeat top left; } /*RES settings*/ #header-bottom-right #openRESPrefs { color: transparent; background: url('http://i.imgur.com/5ZFlp.jpg')no-repeat top left;

} /*toogle color theme*/ #header-bottom-right #lightSwitch { color: transparent; background: url('http://i.imgur.com/ml7zJ.jpg')no-repeat top left; } /*logout*/ #header-bottom-right .logout a { color: transparent; background: url('http://i.imgur.com/m85Er.jpg')no-repeat top left; } /*** Side menu ***/ .side { margin-top: 0px; } .sidebox { padding-left: 20px ; } .side div.spacer, .side div.morelink, .side div.nub { position: relative; background: none; border: 0; padding: 0; color: #8C8C8C; } .side div.morelink a { top: 70px; border: 1px solid #E1E1E1; background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f fffff), color-stop(100%,#f8f8f8)); font-size: 12px; font-weight: normal; letter-spacing: 1px; line-height: 28px; width: 250px; border-radius: 3px; color: #8C8C8C; } .side .content { border: 0; } .sponsored-tagline { border-top: 1px solid #e4eff9; border-left: 1px solid #dbe6f0; margin: 0; padding: 3px; background-color: rgba(238,247,255, .95); border-top-left-radius: 6px; }

Você também pode gostar