titleproblems

Keep It Simple - Subreddit Theme

Jul 3rd, 2013
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 4.05 KB | None | 0 0
  1. /*
  2. ------------------------------------------------------------------------------------------
  3. Welcome to /r/SUBREDDIT-NAME-HERE 's stylesheet.
  4. ------------------------------------------------------------------------------------------
  5. This subreddit is using the "Keep It Simple" theme written by /u/titleproblems
  6. It can be found at /r/titleproblems, alongside other themes and templates.
  7. ------------------------------------------------------------------------------------------
  8. Organized CSS Comments to make the code more organized by /u/titleproblems
  9. Get it yourself! http://pastebin.com/JebhGdP8
  10. ------------------------------------------------------------------------------------------
  11. */
  12.  
  13.  
  14. /***** Header *****/
  15.  
  16. #header {
  17.     background-color: #cee3f8;
  18.     border-bottom: 1px solid #b0d6fd;
  19.     z-index: 1;
  20. }
  21.  
  22. #header .pagename a, #header .pagename {
  23.     display: none;
  24. }
  25.  
  26. #header-bottom-right {
  27.     position: absolute;
  28.     margin-top: 46px;
  29.     right: 0px;
  30.     background: transparent !important;
  31.     border-bottom: 1px solid #f4f4f4;
  32.     bottom: -25px;
  33. }
  34.  
  35. #userbarToggle {
  36.     background: transparent !important;
  37.     border-radius: 0px !important;
  38.     border-bottom: 1px solid #f4f4f4;
  39.     border-left: 1px solid #f4f4f4;
  40.     border-right: 1px solid #f4f4f4 !important;
  41. }
  42.  
  43.  
  44. /***** END of Header *****/
  45.  
  46. /***** Tabmenu *****/
  47.  
  48. #header .tabmenu {
  49.     position: absolute;
  50.     top: 28px;
  51.     left: 120px;
  52. }
  53. #header .tabmenu li { margin: 0px 0px; }
  54. #header .tabmenu li a {
  55.     background: transparent;
  56.     border-right: 1px solid #b0d6fd;
  57.     border-left: 1px solid #b0d6fd;
  58.     padding-top: 14px;
  59.     padding-bottom: 15px;
  60.     color: #474747;
  61. }
  62.  
  63. #header .tabmenu li a:hover { background-color: #e6f0f9; }
  64.  
  65. #header .tabmenu li.selected a {
  66.     border-top: 0px;
  67.     border-bottom: 0px;
  68.     color: #000;
  69. }
  70.  
  71. /***** END of Tabmenu *****/
  72.  
  73. /***** Side *****/
  74.  
  75. .side {
  76.     padding-top: 25px;
  77.     background: transparent !important;
  78. }
  79.  
  80. .titlebox h6:first-of-type {
  81.     position: absolute;
  82.     top: 85px;
  83.     left: 50px;
  84.     color: #474747;
  85. }
  86.  
  87. .sidebox.submit.submit-link {
  88.     position: absolute;
  89.     right: 200px;
  90.     top: 19px;
  91.     width: 160px;
  92. }
  93.  
  94. .sidebox.submit.submit-text {
  95.     position: absolute;
  96.     right: 20px;
  97.     top: 19px;
  98.     width: 180px;
  99. }
  100.  
  101. .morelink {
  102.     z-index: 50;
  103.     background: none !important;
  104.     border-left: 1px solid #b0d6fd;
  105.     border-right: 1px solid #b0d6fd;
  106.     border-top: 0px;
  107.     border-bottom: 0px;
  108.     padding-top: 8px;
  109.     padding-bottom: 8px;
  110.     overflow: hidden;
  111. }
  112.  
  113. .morelink:hover {
  114.     background: none;
  115.     background-color: #e6f0f9 !important;
  116.     border-left: 1px solid #b0d6fd;
  117.     border-right: 1px solid #b0d6fd;
  118.     border-top: 0px;
  119.     border-bottom: 0px;
  120.     color: #000;
  121. }
  122.  
  123. .morelink a {
  124.     color: #474747 !important;
  125.     font-size: 13px;
  126. }
  127.  
  128. .morelink a:hover {
  129.     color: #000 !important;
  130. }
  131.  
  132. .morelink .nub { display: none; }
  133.  
  134.  
  135. .sidecontentbox .content {
  136.     width: 290px;
  137. }
  138.  
  139. /***** END of Side *****/
  140.  
  141. /***** Content *****/
  142.  
  143. .content {
  144.     border: 1px solid #f4f4f4;
  145.     background-color: #fbfbfb;
  146.     overflow: hidden;
  147.     margin-left: 20px;
  148.     margin-top: 50px;
  149.     padding: 10px;
  150. }
  151.  
  152. .link {
  153.     border-bottom: 1px solid #f4f4f4;
  154.     padding-bottom: 5px;
  155. }
  156.  
  157. /***** END of Content *****/
  158.  
  159. /***** RES Stuff *****/
  160.  
  161. .RES-keyNav-activeElement, .commentarea .RES-keyNav-activeElement.entry .noncollapsed, .entry.likes.RES-keyNav-activeElement.lcTagged {
  162.     outline: 1px dashed #cee3f8;
  163.     border-right: 3px solid #cee3f8;
  164.     background-color: transparent !important;
  165.     background: transparent !important;
  166. }
  167.  
  168. /***** END of RES Stuff *****/
  169.  
  170. /***** Link Flair Stuff *****/
  171.  
  172. .linkflairlabel {
  173.     background: transparent !important;
  174.     border: none !important;
  175. }
  176.  
  177. /***** END of Link Flair Stuff *****/
  178.  
  179. /***** User Flair Stuff *****/
  180.  
  181. .flair {
  182.     background: transparent !important;
  183.     border: none !important;
  184. }
  185.  
  186. /***** End of User Flair Stuff *****/
  187.  
  188. /***** Other *****/
  189. /***** END of Other *****/
Add Comment
Please, Sign In to add comment