Advertisement
Guest User

Untitled

a guest
Jun 16th, 2012
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 22.13 KB | None | 0 0
  1. Here's the code
  2.  
  3.  
  4.  
  5. body {
  6.    font-size: 11px;
  7.    font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  8.    color: #333;
  9.    line-height: 1.28;
  10.    text-align: left;
  11.    direction: ltr
  12.    }
  13. a:hover {
  14.    text-decoration: underline
  15.    }
  16. .flat-list li a:first-letter {
  17.    text-transform: uppercase
  18.    }
  19. .link .rank {
  20.    float: left;
  21.    margin-top: 6px;
  22.    color: #DDD;
  23.    font-family: inherit;
  24.    font-size: 11px;
  25.    text-align: right;
  26.    font-weight: bold;
  27.    background: transparent;
  28.    padding: 29px 11px;
  29.    border: 0;
  30.    position: absolute;
  31.    left: 5px
  32.    }
  33. .link .rank:hover {
  34.    color: #555
  35.    }
  36. .keyHighlight ~ .rank {
  37.    display: none
  38.    }
  39. .thing .title.loggedin.click {
  40.    color: #000 !important
  41.    }
  42. .thing .title {
  43.    color: #3B5998;
  44.    padding: 0px;
  45.    overflow: hidden
  46.    }
  47. #subButtons, .side .usertext-body {
  48.    background: white;
  49.    border-radius: 3px;
  50.    -moz-border-radius: 3px;
  51.    border: 1px solid #CCC;
  52.    margin: 5px;
  53.    padding: 9px 0px 4px 25px
  54.    }
  55. .morelink {
  56.    display: block;
  57.    text-align: center;
  58.    position: relative;
  59.    -moz-border-radius: 0;
  60.    border-radius: 0;
  61.    border: 1px solid #DDD;
  62.    background-image: url(http://f.thumbs.redditmedia.com/IrG2pNRCY4Flmb3M.png);
  63.    background-repeat: no-repeat;
  64.    background-position: 0 -50px;
  65.    background-color: #5B74A8;
  66.    font-size: 150%;
  67.    font-weight: bold;
  68.    letter-spacing: -1px;
  69.    line-height: 29px;
  70.    height: 29px
  71.    }
  72. .morelink a {
  73.    color: gray;
  74.    text-decoration: none
  75.    }
  76. .morelink:hover, .mlh {
  77.    background-image: url(http://f.thumbs.redditmedia.com/IrG2pNRCY4Flmb3M.png);
  78.    background-position: 0px -98px
  79.    }
  80. .sidebox.submit {
  81.    width: 277px;
  82.    padding: 10px
  83.    }
  84. .nub {
  85.    display: none
  86.    }
  87. #RESPrefsDropdown li {
  88.    border-bottom: solid 1px white !important;
  89.    border-top: solid 1px white !important;
  90.    color: #222 !important;
  91.    padding: 0 22px !important;
  92.    font-weight: normal !important
  93.    }
  94. #RESPrefsDropdown li:hover {
  95.    background-color: #6D84B4 !important;
  96.    color: white !important
  97.    }
  98. #RESPrefsDropdown ul {
  99.    list-style-type: none !important;
  100.    background-color: white !important;
  101.    width: 180px !important;
  102.    border-radius: 0 !important;
  103.    border: 1px solid black !important;
  104.    margin-top: 0px !important;
  105.    border-top: 0 !important
  106.    }
  107. #RESMainGearOverlay {
  108.    position: relative !important;
  109.    width: 27px !important;
  110.    height: 27px !important;
  111.    border: 1px solid black !important;
  112.    background-color: white !important;
  113.    border-radius: 0 !important;
  114.    margin: 11px 5px 0 !important;
  115.    border-bottom: 0 !important
  116.    }
  117. #RESSettingsButton {
  118.    display: inline-block !important;
  119.    margin: 0 5px 10px !important;
  120.    width: 15px;
  121.    height: 15px;
  122.    background-repeat: no-repeat;
  123.    background-position: 0px -209px;
  124.    vertical-align: bottom
  125.    }
  126. #REScommentNavToggle .commentNavSortTypeDisabled, .commentNavSortType {
  127.    height: 14px;
  128.    margin: 4px;
  129.    padding: 4px 5px;
  130.    position: relative;
  131.    white-space: nowrap
  132.    }
  133. #REScommentNavToggle .commentNavSortTypeDisabled:hover, .commentNavSortTyp:hover {
  134.    background-color: #EBEDF4;
  135.    border: 1px solid #9DACCE
  136.    }
  137. #REScommentNavToggle .commentNavSortTypeDisabled, #REScommentNavToggle .commentNavSortTypeDisabled:hover {
  138.    display: none
  139.    }
  140. #REScommentNavToggle span:first-of-type, .menuarea > .spacer {
  141.    display: inline;
  142.    height: 25px;
  143.    line-height: 25px
  144.    }
  145. .fancy-toggle-button .add.active, .RESshortcut.RESshortcutside, #REScommentSubToggle {
  146.    border-color: #CAD4E7;
  147.    cursor: pointer;
  148.    color: #3B5998;
  149.    font-size: 10px !important;
  150.    font-weight: normal !important;
  151.    width: inherit !important;
  152.    margin: 15px;
  153.    background: #EEE url(http://f.thumbs.redditmedia.com/BEanyFDIi9mVQcVA.png) no-repeat -5px -225px;
  154.    height: 14px;
  155.    padding: 5px 4px 5px 22px !important;
  156.    text-transform: capitalize
  157.    }
  158. .fancy-toggle-button .remove.active, .RESshortcut.RESshortcutside.remove, #REScommentSubToggle.unsubscribe {
  159.    background: #EEE url(http://f.thumbs.redditmedia.com/BEanyFDIi9mVQcVA.png) no-repeat -5px -243px;
  160.    border: 1px solid #AAA;
  161.    cursor: pointer;
  162.    color: #AAA !important;
  163.    font-weight: normal;
  164.    padding: 5px 4px 5px 21px !important;
  165.    margin: 15px;
  166.    height: 14px;
  167.    text-transform: capitalize
  168.    }
  169. ul.content > li > a, .icon-menu a {
  170.    display: block;
  171.    color: #3B5998;
  172.    font-weight: bold;
  173.    height: 25px;
  174.    line-height: 25px;
  175.    padding-left: 20px;
  176.    margin: 0
  177.    }
  178. .icon-menu .reddit-edit {
  179.    background-position: 0px -856px
  180.    }
  181. .icon-menu .moderator-mail {
  182.    background-position: 0px -14px
  183.    }
  184. .icon-menu .reddit-moderators {
  185.    background-position: 0px -808px
  186.    }
  187. .icon-menu .reddit-contributors {
  188.    background-position: 0px -831px
  189.    }
  190. .icon-menu .reddit-traffic {
  191.    background-position: 0px -879px
  192.    }
  193. .icon-menu .reddit-reported {
  194.    background-position: 0px -904px
  195.    }
  196. .icon-menu .reddit-spam {
  197.    background-position: 0px -927px
  198.    }
  199. .icon-menu .reddit-ban {
  200.    background-position: 0px -952px
  201.    }
  202. .icon-menu .reddit-flair {
  203.    background-position: 0px -977px
  204.    }
  205. ul.content > li > a:hover, .icon-menu a:hover {
  206.    text-decoration: none;
  207.    background-color: #F2F2F2
  208.    }
  209. .sidebox .subtitle {
  210.    margin-left: 10px;
  211.    color: black;
  212.    font-size: 11px
  213.    }
  214. .fancy-toggle-button .remove.active:hover, .RESshortcut.RESshortcutside.remove:hover, #REScommentSubToggle.unsubscribe:hover {
  215.    text-decoration: none;
  216.    background-position: -5px -128px
  217.    }
  218. .fancy-toggle-button .add.active:hover, .RESshortcut.RESshortcutside:hover, #REScommentSubToggle:hover {
  219.    text-decoration: none;
  220.    background-color: #EBEDF4;
  221.    border-color: #9DACCE
  222.    }
  223. .thing .title.loggedin.click {
  224.    color: #3B5998 !important
  225.    }
  226. .thing .title.loggedin {
  227.    color: #3B5998 !important
  228.    }
  229. h1.redditname > a {
  230.    float: none !important;
  231.    display: block;
  232.    color: #D8DFEA;
  233.    text-decoration: none;
  234.    background: #3B5998;
  235.    height: 30px;
  236.    line-height: 30px;
  237.    border-radius: 5px;
  238.    -moz-border-radius: 5px;
  239.    border: 1px solid #CCC
  240.    }
  241. h1.redditname > a:hover {
  242.    background: #4b67a1;
  243.    text-decoration: none;
  244.    color: white
  245.    }
  246. .titlebox h1 {
  247.    font-family: inherit;
  248.    padding: 4px;
  249.    margin: 0px;
  250.    font-weight: normal;
  251.    font-size: 18px;
  252.    text-align: center;
  253.    color: white
  254.    }
  255. .thumbnail img {
  256.    width: 68px;
  257.    height: 50px;
  258.    -moz-border-radius: 5px;
  259.    border-radius: 5px;
  260.    border: 1px solid #CCC
  261.    }
  262. .entry {
  263.    overflow: hidden;
  264.    opacity: 1;
  265.    padding-left: 10px
  266.    }
  267. a {
  268.    cursor: pointer;
  269.    color: #3B5998;
  270.    text-decoration: none
  271.    }
  272. .click-gadget > div {
  273.    border-top: 1px solid #E9E9E9
  274.    }
  275. .click-gadget > div .thing {
  276.    padding: 5px
  277.    }
  278. .entry .buttons li a {
  279.    color: #6D84B4;
  280.    font-weight: normal;
  281.    padding: 0 1px;
  282.    font-family: "lucida grande", tahoma, verdana, arial, sans-serif
  283.    }
  284. .tagline {
  285.    color: #999;
  286.    font-size: 11px
  287.    }
  288. .sidecontentbox h1 {
  289.    border-bottom: 1px solid #D9D9D9;
  290.    border-top: 1px solid #E5E5E5;
  291.    margin-bottom: 8px;
  292.    padding: 3px 8px;
  293.    background: #F2F2F2;
  294.    color: #333;
  295.    font-size: 11px;
  296.    font-weight: bold
  297.    }
  298. .sidecontentbox a.helplink {
  299.    float: right;
  300.    margin-top: 4px;
  301.    padding-right: 7px
  302.    }
  303. .thing {
  304.    border-bottom: 1px solid #E9E9E9;
  305.    padding: 0 10px
  306.    }
  307. .link {
  308.    margin: 0;
  309.    margin-bottom: 0;
  310.    padding: 17px 8px 8px 8px
  311.    }
  312. #sr-header-area .separator, #sr-header-area .srSep {
  313.    color: white
  314.    }
  315. #RESShortcutsAdd, #RESShortcutsRight, #RESShortcutsTrash, #RESShortcutsLeft {
  316.    background-color: #254B82 !important;
  317.    height: 17px
  318.    }
  319. #RESShortcutsAdd:hover, #RESShortcutsRight:hover, #RESShortcutsTrash:hover, #RESShortcutsLeft:hover {
  320.    background-color: white !important
  321.    }
  322. #RESShortcutsEditContainer {
  323.    background-color: #254B82 !important;
  324.    height: 17px
  325.    }
  326. #sr-header-area {
  327.    padding: 3px 0px 3px 5px;
  328.    background-color: #254B82;
  329.    white-space: nowrap;
  330.    overflow: hidden;
  331.    text-transform: uppercase;
  332.    border-bottom: 1px solid #1A3C6C;
  333.    font-size: 9px;
  334.    font-weight: bold
  335.    }
  336. .dropdown.srdrop .selected, #sr-header-area a {
  337.    color: #D8DFEA;
  338.    font-weight: bold
  339.    }
  340. .drop-choices {
  341.    border: 0;
  342.    background: #254B82
  343.    }
  344. #sr-more-link {
  345.    background: #254B82
  346.    }
  347. a.choice:hover {
  348.    color: white;
  349.    background: #254B82 !important
  350.    }
  351. #sr-header-area a:hover {
  352.    color: white;
  353.    text-decoration: none
  354.    }
  355. .side #search input[type="text"], .side .infobar, .side #searchexpando, .side .linkinfo, .titlebox, .login-form-side {
  356.    margin: 0 22px 5px 5px;
  357.    outline: none;
  358.    padding: 5px;
  359.    width: 277px;
  360.    border: 1px solid #BDC7D8;
  361.    font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  362.    font-size: 11px;
  363.    color: black;
  364.    background: #EDEFF4;
  365.    -moz-border-radius: 3px;
  366.    -webkit-border-radius: 3px;
  367.    border-radius: 3px
  368.    }
  369. button.btn, button, input[type="button"], input[type="submit"] {
  370.    background-image: url(http://f.thumbs.redditmedia.com/IrG2pNRCY4Flmb3M.png);
  371.    background-repeat: no-repeat;
  372.    background-position: 0 -98px;
  373.    background-color: #5B74A8;
  374.    border-color: #29447E #29447E #1A356E;
  375.    color: white;
  376.    cursor: pointer;
  377.    display: inline-block;
  378.    font-size: 11px;
  379.    font-weight: bold;
  380.    line-height: 13px;
  381.    padding: 2px 16px;
  382.    border: 1px solid #000
  383.    }
  384. button:active, button:focus {
  385.    background-position: 0 -128px
  386.    }
  387. .titlebox form.leavemoderator-button, .titlebox form.toggle {
  388.    background: transparent
  389.    }
  390. .usertext-edit textarea, login-form input {
  391.    border: 1px solid #BDC7D8;
  392.    font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  393.    font-size: 11px;
  394.    padding: 3px;
  395.    -webkit-border-radius: 0
  396.    }
  397. .usertext-edit textarea {
  398.    width: 500px
  399.    }
  400. .sitetable.nestedlisting {
  401.    width: 890px
  402.    }
  403. .commentarea .menuarea, .dropdown.lightdrop .selected {
  404.    color: #3B5998;
  405.    font-size: 11px
  406.    }
  407. .link .midcol {
  408.    position: absolute;
  409.    left: 30px;
  410.    z-index: 1;
  411.    padding: 16px 0
  412.    }
  413. .thing.link {
  414.    margin: 0;
  415.    padding: 0
  416.    }
  417. .thumbnail {
  418.    z-index: 1 !important;
  419.    position: absolute !important;
  420.    margin: 18px 125px !important
  421.    }
  422. .link .entry {
  423.    padding: 20px 10px 20px 215px;
  424.    /*215px if thumbnail shown*/
  425.    position: relative;
  426.    left: -3px;
  427.    margin-right: 0px
  428.    }
  429. .link .usertext .md {
  430.    padding: 0 5px;
  431.    background-color: transparent;
  432.    border: 0;
  433.    font-size: 11px;
  434.    font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  435.    color: #333;
  436.    line-height: 1.28
  437.    }
  438. .sidecontentbox .content {
  439.    margin: 0;
  440.    padding: 5px;
  441.    border: 0;
  442.    font-size: inherit;
  443.    list-style: none
  444.    }
  445. .comment .midcol {
  446.    margin: 5px 14px 5px 4px;
  447.    background: white;
  448.    border: 1px solid #AAA;
  449.    border-radius: 5px;
  450.    -moz-border-radius: 5px;
  451.    padding: 5px 1px 5px 12px;
  452.    width: 70px !important
  453.    }
  454. .comment .midcol.unvoted {
  455.    padding: 0px 0px 8px 13px
  456.    }
  457. .thing.comment, .expando, .keyHighlight {
  458.    background-color: #EDEFF4 !important;
  459.    border-bottom: 1px solid #D2D9E7;
  460.    margin-top: 1px;
  461.    padding: 5px 5px 4px;
  462.    border-left: 2px solid #A8B2CE;
  463.    padding-left: 3px;
  464.    border-top: 1px solid white;
  465.    outline: 0 !important
  466.    }
  467. .keyHighlight {
  468.    border: 0px;
  469.    border-left: 2px solid #A8B2CE
  470.    }
  471. .link .title {
  472.    font-weight: bold;
  473.    margin-bottom: 1px;
  474.    font-size: 13px
  475.    }
  476. .title {
  477.    color: #3B5998;
  478.    text-decoration: none
  479.    }
  480. .tagline a {
  481.    color: #3B5998;
  482.    text-decoration: none;
  483.    font-weight: bold
  484.    }
  485. .titlebox .number, .linkinfo .score .number {
  486.    font-family: Helvetica, Arial, default;
  487.    font-size: 18px;
  488.    font-weight: bold;
  489.    padding-left: 5px
  490.    }
  491. .midcol.likes::after {
  492.    content: "You like this.";
  493.    font-size: 11px;
  494.    font-weight: normal
  495.    }
  496. .arrow {
  497.    height: 14px;
  498.    margin: 8px 0 0 0;
  499.    display: block;
  500.    width: 35px;
  501.    padding: 4px 5px 4px 4px;
  502.    border-radius: 3px;
  503.    -moz-border-radius: 3px
  504.    }
  505. /*Like button*/
  506. .arrow.up {
  507.    background: #EEE url(http://f.thumbs.redditmedia.com/BEanyFDIi9mVQcVA.png) -5px -225px no-repeat;
  508.    border: 1px solid #CAD4E7
  509.    }
  510. .arrow.up:hover {
  511.    background-color: #EBEDF4;
  512.    border: 1px solid #9DACCE
  513.    }
  514. .arrow.upmod {
  515.    background: #EEE url(http://f.thumbs.redditmedia.com/BEanyFDIi9mVQcVA.png) -5px -243px no-repeat;
  516.    border: 1px solid #AAA
  517.    }
  518. .arrow.upmod:hover {
  519.    background-position: -5px -128px
  520.    }
  521. .arrow.down {
  522.    background: url(http://f.thumbs.redditmedia.com/BEanyFDIi9mVQcVA.png) -1px -128px no-repeat;
  523.    display: none
  524.    }
  525. .arrow.upmod::before {
  526.    content: " Like";
  527.    color: #AAA;
  528.    display: block;
  529.    padding-left: 17px;
  530.    white-space: nowrap;
  531.    line-height: 12px;
  532.    border-spacing: 0;
  533.    font-size: 11px;
  534.    font-weight: normal;
  535.    float: left
  536.    }
  537. .arrow.up::after {
  538.    content: " Like";
  539.    color: #3B5998;
  540.    display: block;
  541.    padding-left: 17px;
  542.    white-space: nowrap;
  543.    line-height: 12px;
  544.    border-spacing: 0;
  545.    font-size: 11px;
  546.    font-weight: normal;
  547.    float: left
  548.    }
  549. .link .score.likes, .link .score.dislikes, .link .score.unvoted {
  550.    font-family: Helvetica, Arial, default;
  551.    font-size: 11px;
  552.    font-weight: normal;
  553.    color: #333 !important
  554.    }
  555. .link .score.likes::after, .link .score.dislikes::after, .link .score.unvoted::after {
  556.    content: " people like this.";
  557.    font-family: Helvetica, Arial, default;
  558.    font-size: 11px;
  559.    font-weight: normal;
  560.    color: #333 !important
  561.    }
  562. .midcol .likes, .midcol .dislikes, .midcol .unvoted {
  563.    font-size: 11px;
  564.    font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  565.    color: #333;
  566.    font-weight: normal
  567.    }
  568. .titlebox .number::after, .linkinfo .score .number::after {
  569.    content: " people like this";
  570.    font-size: 11px;
  571.    font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  572.    color: #333;
  573.    font-weight: normal
  574.    }
  575. .link.last-clicked {
  576.    border: 0;
  577.    border-bottom: 1px solid #E9E9E9;
  578.    background: #FAFAFA
  579.    }
  580. .midcol {
  581.    float: left;
  582.    margin-right: 4px;
  583.    margin-left: 23px;
  584.    background: transparent;
  585.    overflow: hidden;
  586.    width: 100px !important;
  587.    margin-top: -5px
  588.    }
  589. .word {
  590.    visibility: hidden
  591.    }
  592. #header .tabmenu {
  593.    list-style-type: none;
  594.    white-space: nowrap;
  595.    display: inline;
  596.    margin-top: 5px;
  597.    float: left
  598.    }
  599. #header .tabmenu li {
  600.    display: inline;
  601.    font-weight: bold;
  602.    margin: 0
  603.    }
  604. #header .tabmenu li a {
  605.    height: 29px;
  606.    line-height: 29px;
  607.    padding: 0 5px;
  608.    vertical-align: top;
  609.    color: #D8DFEA;
  610.    display: inline-block;
  611.    font-weight: bold;
  612.    text-decoration: none;
  613.    background-color: transparent;
  614.    margin-top: 2px
  615.    }
  616. #header .tabmenu li::after {
  617.    background: #526DA4;
  618.    content: " ";
  619.    display: inline-block;
  620.    margin-top: 9px;
  621.    width: 1px;
  622.    height: 14px
  623.    }
  624. #header .tabmenu li a:hover, #header .tabmenu li a:focus, #header .tabmenu li a:active {
  625.    background-color: #4B67A1;
  626.    color: white;
  627.    height: 31px
  628.    }
  629. #header .tabmenu li.selected a {
  630.    color: black;
  631.    background-color: white;
  632.    border: 1px solid black;
  633.    border-bottom: 1px solid white;
  634.    z-index: 100;
  635.    padding: 0 5px;
  636.    margin-right: 5px;
  637.    margin-top: 3px
  638.    }
  639. #header .tabmenu li.selected::after {
  640.    background: transparent
  641.    }
  642. #header .tabmenu li a:hover {
  643.    margin-bottom: 5px
  644.    }
  645. .downvotes, .upvotes {
  646.    display: none
  647.    }
  648. #header {
  649.    background-color: #3B5998;
  650.    height: 57px;
  651.    border: 0;
  652.    position: fixed;
  653.    top: 0;
  654.    width: 100%
  655.    }
  656. .pagename {
  657.    float: left;
  658.    margin-left: -6px;
  659.    z-index: 5;
  660.    display: block
  661.    }
  662. #header-img-a {
  663.    background: url(http://f.thumbs.redditmedia.com/BEanyFDIi9mVQcVA.png);
  664.    background-repeat: no-repeat;
  665.    background-position: -8px -35px;
  666.    height: 30px;
  667.    width: 26px;
  668.    display: inline-block;
  669.    overflow: hidden;
  670.    margin-top: 7px;
  671.    float: left;
  672.    padding-right: 8px
  673.    }
  674. .pagename a {
  675.    background-image: url(http://f.thumbs.redditmedia.com/BEanyFDIi9mVQcVA.png);
  676.    background-repeat: no-repeat;
  677.    background-position: -37px -35px;
  678.    background-color: #3B5998;
  679.    display: inline-block;
  680.    height: 30px;
  681.    width: 103px;
  682.    line-height: 500px;
  683.    overflow: hidden;
  684.    margin-top: 7px
  685.    }
  686. #header-img-a:hover, #header-img-a:focus, #header-img-a:active {
  687.    background-color: #4b67a1;
  688.    background-position: -8px -3px
  689.    }
  690. .pagename a:hover, .pagename a:focus, .pagename a:active {
  691.    background-position: -37px -3px;
  692.    background-color: #4b67a1;
  693.    outline: none
  694.    }
  695. #header div[style^="padding"] {
  696.    display: none
  697.    }
  698. .thing .title.loggedin:link {
  699.    color: #3B5998 !important
  700.    }
  701. .thing .title.loggedin.click:link, .thing .title.loggedin:visited, .thing a.title:visited {
  702.    background: transparent url(http://f.thumbs.redditmedia.com/BEanyFDIi9mVQcVA.png) -5px -273px no-repeat !important;
  703.    padding-left: 26px !important
  704.    }
  705. #header-bottom-left {
  706.    border-bottom: 0;
  707.    height: 37px;
  708.    position: relative;
  709.    margin: 0px 35px !important;
  710.    display: inline-block
  711.    }
  712. #header-bottom-right {
  713.    border-bottom: 0;
  714.    height: 37px;
  715.    position: relative;
  716.    margin: 0px 20px !important;
  717.    display: inline-block;
  718.    float: right;
  719.    list-style-type: none;
  720.    white-space: nowrap;
  721.    display: inline;
  722.    margin-top: 5px;
  723.    background: transparent;
  724.    top: 0px !important;
  725.    color: #D8DFEA
  726.    }
  727. #header-bottom-right .separator {
  728.    display: none
  729.    }
  730. #header-bottom-right > span a, #header-bottom-right > form > a, #header-bottom-right > a, #header-bottom-right > ul > li a {
  731.    display: inline;
  732.    font-weight: bold;
  733.    margin: 0;
  734.    height: 29px;
  735.    line-height: 29px;
  736.    padding: 0 5px;
  737.    vertical-align: top;
  738.    color: #D8DFEA;
  739.    display: inline-block;
  740.    font-weight: bold;
  741.    text-decoration: none;
  742.    background-color: transparent;
  743.    margin-top: 2px;
  744.    visibility: visible
  745.    }
  746. #header-bottom-right > span > a {
  747.    margin: 2px 0 0 0 !important
  748.    }
  749. #mail {
  750.    top: 0
  751.    }
  752. #mail.nohavemail {
  753.    background-image: url(http://c.thumbs.redditmedia.com/EI1p0vt5_b4Nf5P2.png);
  754.    background-repeat: no-repeat;
  755.    background-position: -50px -247px;
  756.    margin-top: 2px;
  757.    line-height: 500px !important;
  758.    overflow: hidden;
  759.    display: inline-block;
  760.    width: 17px !important;
  761.    margin-left: -20px;
  762.    margin-right: 5px
  763.    }
  764. #userbarToggle {
  765.    position: absolute;
  766.    top: 5px !important;
  767.    left: -5px;
  768.    width: 16px;
  769.    padding-right: 5px !important;
  770.    height: 32px !important;
  771.    font-size: 15px;
  772.    color: #D8DFEA;
  773.    display: inline-block;
  774.    background-color: transparent !important;
  775.    border: 0 !important;
  776.    border-radius: 0 !important;
  777.    cursor: pointer;
  778.    text-align: right;
  779.    line-height: 32px !important
  780.    }
  781. #userbarToggle:hover {
  782.    background-color: #4b67a1 !important;
  783.    color: white
  784.    }
  785. #header-bottom-right .separator {
  786.    display: none !important
  787.    }
  788. #mail.havemail {
  789.    background-image: url(http://c.thumbs.redditmedia.com/EI1p0vt5_b4Nf5P2.png);
  790.    background-position: -73px -247px;
  791.    line-height: 500px !important;
  792.    overflow: hidden;
  793.    display: inline-block;
  794.    width: 20px !important;
  795.    margin-left: -20px;
  796.    margin-right: 5px
  797.    }
  798. #modmail.nohavemail {
  799.    background-image: url(http://c.thumbs.redditmedia.com/EI1p0vt5_b4Nf5P2.png);
  800.    background-repeat: no-repeat;
  801.    background-position: -31px -40px;
  802.    margin: 4px 0px 0px -4px;
  803.    padding: 0px 1px 3px 5px;
  804.    width: 20px !important;
  805.    height: 29px !important
  806.    }
  807. #modmail.havemail {
  808.    background-image: url(http://c.thumbs.redditmedia.com/EI1p0vt5_b4Nf5P2.png);
  809.    background-position: -55px -40px;
  810.    margin: 4px 0px 0px -4px;
  811.    padding: 0px 1px 4px 5px;
  812.    width: 20px !important;
  813.    height: 29px !important
  814.    }
  815. #header-bottom-right > span a:hover, #header-bottom-right > span a:focus, #header-bottom-right > span a:active, #header-bottom-right > a:hover, #header-bottom-right > a:focus, #header-bottom-right > a:active, #header-bottom-right > ul > li a:hover, #header-bottom-right > ul > li a:focus, #header-bottom-right > ul > li a:active, #header-bottom-right > form > a:hover, #header-bottom-right > form > a:focus, #header-bottom-right > form > a:active {
  816.    background-color: #4B67A1;
  817.    color: white !important;
  818.    height: 31px
  819.    }
  820. #header-bottom-right a {
  821.    color: #D8DFEA
  822.    }
  823. body > div.content {
  824.    border: 1px solid #E9E9E9;
  825.    background: white
  826.    }
  827. div.content {
  828.    z-index: 1;
  829.    margin: 55px 35px 0 !important;
  830.    min-width: 890px
  831.    }
  832. .side {
  833.    background-color: white;
  834.    margin: 0px 10px 0 -3px;
  835.    float: right;
  836.    border: 1px solid #E9E9E9;
  837.    border-top: 0;
  838.    padding: 5px
  839.    }
  840. /**
  841.  
  842. #header-bottom-right {
  843. background-color: transparent;
  844. padding: 4px;
  845. line-height: 12px;
  846. -moz-border-radius-topleft: 0px;
  847. -webkit-border-top-left-radius: 0px;
  848. border-top-left-radius: 0;
  849. position: fixed;
  850. width: 980px;
  851. bottom: 0;
  852. right: 0;
  853. height: 25px;
  854. }
  855.  
  856. #header-bottom-right::after {
  857. clear: both;
  858. content: ".";
  859. display: block;
  860. font-size: 0;
  861. height: 0;
  862. line-height: 0;
  863. visibility: hidden;
  864. }
  865.  
  866. #header-bottom-right>span, #header-bottom-right>a{
  867. background: #EBEEF4;
  868. border: 1px solid #BAC0CD;
  869. border-bottom: 0;
  870. color: #333;
  871. display: block;
  872. height: 25px;
  873. font-weight: bold;
  874. padding: 4px 5px;
  875. position: relative;
  876. z-index: 1;
  877. float:left;
  878. line-height: 18px;
  879. }
  880.  
  881. #header-bottom-right span.separator
  882. {
  883. visibility:hidden
  884. }
  885.  
  886. **/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement