Advertisement
Guest User

r/Android Stylish CSS

a guest
Apr 27th, 2012
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 9.61 KB | None | 0 0
  1. body
  2. {
  3.   background: #eee none no-repeat fixed top left;
  4.   color:#555;
  5. }
  6.  
  7. ol {
  8.     position:absolute !important;
  9.     background-color:#f00;
  10.     left:200px !important;
  11.     bottom:0px !important;
  12.     height:15px !important;
  13.     display:none;
  14. }
  15.  
  16. #sr-header-area {
  17.     background-color:#101010;
  18.     border:0 !important;
  19. }
  20.  
  21.  
  22. #header {
  23.     height:90px;
  24.     background:none;
  25.     background-color:#101010;
  26.     border:none;
  27.     border-bottom: 2px solid #74b3e2;
  28. }
  29.  
  30. #header-bottom-right .user a {
  31.     color:#33B5E5 !important;
  32. }
  33.  
  34. #header-bottom-right a {
  35.     color:#ffffff !important;
  36. }
  37.  
  38. #header-img {
  39.     display:none;
  40. }
  41.  
  42. #header-bottom-right {
  43.     background:none;
  44.     position:absolute !important;
  45.     right:5px !important;
  46.     bottom:5px !important;
  47.     height:30px;
  48. }
  49.  
  50. #header .tabmenu {
  51.     position:absolute;
  52.     bottom:8px;
  53.     left:175px;
  54. }
  55.  
  56. #header .pagename a:before {
  57. content: "r/"
  58. }
  59.  
  60. #header .pagename {
  61.     margin:10px !important;
  62.     position:absolute;
  63.     bottom:0px;
  64.     font-size:24px;
  65. }
  66.  
  67. #header .pagename a {
  68.     color:#fff !important;
  69.     margin-right:10px !important;
  70. }
  71.  
  72. #header .tabmenu li {
  73.     background:none !important;
  74.     border-right:1px solid #444444;
  75.     border-left:1px solid #444444;
  76.     margin:0;
  77.     padding-left:10px;
  78.     padding-right:10px;
  79.     padding-top:8px;
  80.     padding-bottom:5px;
  81.     border-bottom: 3px solid #101010;
  82.     text-transform:uppercase;
  83. }
  84.  
  85. #header .tabmenu li.selected {
  86.     background:none !important;
  87.     border-right:1px solid #444444;
  88.     border-left:1px solid #444444;
  89.     margin:0;
  90.     padding-left:10px;
  91.     padding-right:10px;
  92.     border-bottom: 3px solid #74b3e2;
  93. }
  94.  
  95. #header .tabmenu li a {
  96.     color:  #ffffff !important;
  97.     border:none;
  98.     background:none !important;
  99. }
  100.  
  101. #header .tabmenu li a:hover, .tabmenu li.select a:hover {
  102.     background:none !important;
  103. }
  104.  
  105. #header .tabmenu li.selected a {
  106.     color:  #ffffff !important;
  107.     border:none;
  108.     background:none !important;
  109. }
  110.  
  111. div.side {
  112.     background:none;
  113.     background-color:#dddddd;
  114.     padding:20px;
  115.     color:#555;
  116.     height:100%;
  117.     margin-right:0px;
  118. }
  119.  
  120. a {
  121.     font-weight:bold;
  122.     color:#555 !important;
  123. }
  124.  
  125. #side a {
  126.     color:#000 !important;
  127.     font-weight:bold;
  128. }
  129.  
  130. div.thing.link {
  131.     border:0;
  132.     border-radius:0 !important;
  133.     border-bottom:1px solid #cccccc;
  134.     padding: 10px;
  135. }
  136.  
  137. div.thing.link.odd, div.thing.link.odd{
  138.     background:none;
  139. }
  140.  
  141. div.thing.comment {
  142.     border:0;
  143.     border-top:1px solid #cccccc;
  144.     padding: 10px;
  145. }
  146. .content {
  147.     padding:0;
  148. }
  149.  
  150. a.title {
  151.    color:#222222 !important;
  152. }
  153.  
  154. .thumbnail img {
  155.     border:1px solid #cccccc;
  156.     width:60px;
  157.     position:relative;
  158. }
  159.  
  160. a.author {
  161.    color:#0099cc !important;
  162. }
  163.  
  164. a.submitter {
  165.    color:#669900 !important;
  166. }
  167.  
  168. .side a {
  169.     color:#555;
  170.     font-weight:bold;
  171. }
  172.  
  173. strong {
  174.     color:#33B5E5 !important;
  175. }
  176.  
  177. .entry .expando .usertext .md {
  178.     border:0;
  179.     border-radius:0;
  180.     background:none;
  181.     background-color:#fff;
  182.     padding:10px;
  183. }
  184.  
  185. .titlebox{
  186.     background:none;
  187. }
  188.  
  189. .titlebox .md {
  190.     padding:10px;
  191.     border:1px solid #ccc;
  192. }
  193.  
  194. .titlebox h1 {
  195.     margin-bottom:10px;
  196. }
  197.  
  198. .titlebox h1 a:before {
  199. content: "r/"
  200. }
  201.  
  202. .titlebox h1 a {
  203.     color:#33B5E5;
  204. }
  205.  
  206. .linkinfo {
  207.     border:none !important;
  208.     background:none !important;
  209. }
  210.  
  211. .linkinfo .upvotes {
  212.     color:#99CC00 !important;
  213. }
  214.  
  215. .linkinfo .downvotes {
  216.     color: #FF4444 !important;
  217. }
  218.  
  219. .sidecontentbox h1 {
  220.     color:#33B5E5;
  221.     background:none;
  222.     font-weight:bold;
  223. }
  224.  
  225. .sidecontentbox .content {
  226.     background:none;
  227.     border-radius:0;
  228.     border:1px solid #ccc;
  229.     padding:10px !important;
  230.     background-color:#f2f2f2;
  231.     margin-top:10px;
  232. }
  233.  
  234. .gadget .reddit-entry a {
  235. color:#555;
  236. }
  237.  
  238. .titlebox form.toggle, .leavemoderator {
  239.     background:none;
  240.     color:#555 !important;
  241.     margin-top:15px;
  242. }
  243.  
  244. .side .tagline, .tagline a{
  245.     color:#555;
  246.     margin-bottom:15px;
  247. }
  248.  
  249. .side .toggle .option {
  250.     background:none;
  251.     background-color:#555;
  252.     border:1px solid #777;
  253.     border-bottom:1px solid #666;
  254.     border-right:1px solid #666;
  255.     border-radius:0;
  256.     padding:6px;
  257. }
  258.  
  259. .fancy-toggle-button a {
  260.     color:#ffffff !important;
  261. }
  262.  
  263. .fancy-toggle-button .remove {
  264.     margin-top:10px;
  265.     background-color:#CC0000 !important;
  266.     border:1px solid #D90000 !important;
  267.     border-bottom:1px solid #BF0000 !important;
  268.     border-right:1px solid #BF0000 !important;
  269. }
  270.  
  271. .fancy-toggle-button .add {
  272.     margin-top:10px;
  273.     background-color:#669900 !important;
  274.     border:1px solid #6FA600 !important;
  275.     border-bottom:1px solid #5E8C00 !important;
  276.     border-right:1px solid #5E8C00 !important;
  277. }
  278.  
  279. .sidebox .spacer {
  280.     color:#555;
  281.     background:none;
  282. }
  283.  
  284. .sidebox .spacer .subtitle {
  285.     color:#555;
  286.     background:none;
  287. }
  288.  
  289. .sidebox.submit .spacer {
  290.     color:#555;
  291.     background:none;
  292. }
  293.  
  294. .morelink a {
  295.     color:#000000!important;
  296.     font-weight:normal;
  297. }
  298.  
  299. .morelink {
  300.     background:none;
  301.     background-color:#ccc;
  302.     border-radius:0;
  303.     border-left:1px solid #bbb;
  304.     border-right:1px solid #bbb;
  305.     border-top:1px solid #ddd;
  306.     border-bottom:1px solid #aaa;
  307.     margin-bottom:15px;
  308. }
  309.  
  310. .morelink:hover, .mlh {
  311.     background:none;
  312.     background-color:#b9d9ec;
  313.     border-radius:0;
  314.     border:2px solid #6da9d1;
  315.     position:relative;
  316.     top:-1px;
  317.     left:-1px;
  318.     margin-bottom:13px;
  319. }
  320.  
  321. .morelink .nub {
  322.     display:none;
  323. }
  324.  
  325.  
  326. .submit-page .content h1 {
  327.     margin-bottom:20px !important;
  328. }
  329.  
  330. .submit-page .content .tabmenu li {
  331.     background:none !important;
  332.     border-right:1px solid #cccccc;
  333.     border-left:1px solid #cccccc;
  334.     margin:0;
  335.     padding-left:10px;
  336.     padding-right:10px;
  337.     padding-top:8px;
  338.     padding-bottom:5px;
  339.     border-bottom: 3px solid #eeeeee;
  340.     text-transform:uppercase;
  341. }
  342.  
  343. .submit-page .content .tabmenu li.selected {
  344.     background:none !important;
  345.     border-right:1px solid #cccccc;
  346.     border-left:1px solid #cccccc;
  347.     margin:0;
  348.     padding-left:10px;
  349.     padding-right:10px;
  350.     border-bottom: 3px solid #74b3e2;
  351. }
  352.  
  353. .submit-page .content .tabmenu li a {
  354.     color:  #555555 !important;
  355.     border:none;
  356.     background:none !important;
  357.     font-size:10px !important;
  358.     font-size:100% !important;
  359. }
  360.  
  361. .submit-page .content .tabmenu li a:hover, .tabmenu li.select a:hover {
  362.     background:none !important;
  363. }
  364.  
  365. .submit-page .content .tabmenu li.selected a {
  366.     color:  #555555 !important;
  367.     border:none;
  368.     background:none !important;
  369.     font-size:10px !important;
  370.     font-size:100% !important;
  371. }
  372.  
  373.  
  374. .submit-page .formtabs-content {
  375.     border:none;
  376.     border-top:2px solid #74b3e2;
  377.     position:relative;
  378.     top:8px;
  379. }
  380.  
  381.  
  382. .infobar {
  383. color:#fff;
  384. background-color: #99CC00;
  385. padding: 10px;
  386. border: 1px solid #669900;
  387. border-radius:0px !important;
  388. font-size: small;
  389. position:relative;
  390. top:8px;
  391. }
  392.  
  393.  
  394. .formtabs-content {
  395.     background-color:#ddd!important;
  396.     padding: 10px;
  397.    
  398. }
  399.  
  400. .roundfield {
  401.     background: none;
  402. }
  403.  
  404.  
  405. #search input[type="text"] {
  406. padding-left:10px !important;
  407. background: none;
  408. background-color: #eee!important;
  409. border: none !important;
  410. border-bottom: 1px solid #ccc!important;
  411. font-size: 14px;
  412. padding: 5px 0px 5px 30px;
  413. width: 290px !important;
  414. color: #777;
  415. }
  416.  
  417. #sr-more-link {
  418.     background:none;
  419.     position:absolute;
  420.     top:30px;
  421. }
  422.  
  423.  
  424. div.styleToggle {
  425.     margin-bottom:10px;
  426. }
  427.  
  428.  
  429.  
  430. .RESshortcut.RESshortcutside.remove {
  431.     padding:6px;
  432.     margin-top:10px;
  433.     background:none;
  434.     background-color:#CC0000 !important;
  435.     border-radius:0;
  436.     border:1px solid #D90000 !important;
  437.     border-bottom:1px solid #BF0000 !important;
  438.     border-right:1px solid #BF0000 !important;
  439.     position:relative;
  440.     left:-15px;
  441. }
  442.  
  443. .RESshortcut.RESshortcutside {
  444.     color:#fff !important;
  445.     padding:6px;
  446.     margin-top:10px;
  447.     background:none;
  448.     background-color:#669900 !important;
  449.     border:1px solid #6FA600 !important;
  450.     border-bottom:1px solid #5E8C00 !important;
  451.     border-right:1px solid #5E8C00 !important;
  452.     border-radius:0;
  453.     position:relative;
  454.     left:-15px;
  455. }
  456.  
  457.  
  458. .RESDashboardToggle.remove {
  459.     padding:6px;
  460.     margin-top:10px;
  461.     background:none;
  462.     background-color:#CC0000 !important;
  463.     border-radius:0;
  464.     border:1px solid #D90000 !important;
  465.     border-bottom:1px solid #BF0000 !important;
  466.     border-right:1px solid #BF0000 !important;
  467.     position:relative;
  468.     left:-15px;
  469. }
  470.  
  471. .RESDashboardToggle {
  472.     color:#fff !important;
  473.     padding:6px;
  474.     margin-top:10px;
  475.     background:none;
  476.     background-color:#669900 !important;
  477.     border:1px solid #6FA600 !important;
  478.     border-bottom:1px solid #5E8C00 !important;
  479.     border-right:1px solid #5E8C00 !important;
  480.     border-radius:0;
  481.     position:relative;
  482.     left:-15px;
  483. }
  484.  
  485.  
  486. .NERPageMarker {
  487.     background:none;
  488.     background-color:#101010;
  489.     color:#fff;
  490.     border:none;
  491.     padding:10px;
  492. }
  493.  
  494. .keyHighlight {
  495.     background:none;
  496.     background-color:#e0e0e0;
  497.     border:0px !important;
  498.     outline:0px !important;
  499. }
  500.  
  501. .comments-page .keyHighlight {
  502.     background:none;
  503.     border:0px !important;
  504.     outline:0px !important;
  505. }
  506.  
  507.  
  508. span.domain a:hover {
  509. background: none !important;
  510. text-shadow: 1px 1px 0 #ddd !important;
  511. }
  512.  
  513. span.domain a {
  514. background: none !important;
  515. }
  516.  
  517. .linkinfo .shortlink {
  518. position:relative;
  519. top:10px;
  520. }
  521.  
  522. .linkinfo .shortlink input {
  523. background: none;
  524. background-color: #eee!important;
  525. border: none !important;
  526. border-bottom: 1px solid #ccc!important;
  527. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement