erktheerk

FlairCSS

Jan 4th, 2014
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 4.30 KB | None | 0 0
  1. /* Flair formatting flairs are labeled alphabetically  */
  2.  
  3. .linkflairlabel {
  4.         display:block;
  5.     background-color: transparent;
  6.    
  7.     font-weight: bold;
  8.     border-width: 0px;
  9.     border-radius: 0px;
  10.     float: right;
  11.     color: #C1BFBF;
  12. }
  13.  
  14. .thing.linkflair.linkflair-a, .flairselector .Sourced {
  15. border-right: 10px solid #D95B43;
  16. }
  17.  
  18. .thing.linkflair.linkflair-a .linkflairlabel {
  19. border-bottom: solid 1px #D95B43;
  20. }
  21.  
  22. .thing.linkflair.linkflair-b, .flairselector .Freedom {
  23. border-right: 10px solid #ECD078;
  24. }
  25.  
  26. .thing.linkflair.linkflair-b .linkflairlabel {
  27. border-bottom: solid 1px #D95B43;
  28. }
  29.  
  30. .thing.linkflair.linkflair-c, .flairselector .Blog {
  31. border-right: 10px solid #C02942;
  32. }
  33.  
  34. .thing.linkflair.linkflair-c .linkflairlabel {
  35. border-bottom: solid 1px #D95B43;
  36. }
  37. .thing.linkflair.linkflair-d, .flairselector .Technical {
  38. border-right: 10px solid #542437;
  39. }
  40.  
  41. .thing.linkflair.linkflair-d .linkflairlabel {
  42. border-bottom: solid 1px #D95B43;
  43. }
  44.  
  45. .thing.linkflair.linkflair-e, .flairselector .Video {
  46. border-right: 10px solid #53777A;
  47. }
  48.  
  49. .thing.linkflair.linkflair-e .linkflairlabel {
  50. border-bottom: solid 1px #D95B43;
  51. }
  52.  
  53. .thing.linkflair.linkflair-f, .flairselector .Editorial {
  54. border-right: 10px solid #b179e1;
  55. }
  56.  
  57. .thing.linkflair.linkflair-f .linkflairlabel {
  58. border-bottom: solid 1px #D95B43;
  59. }
  60.  
  61. .thing.linkflair.linkflair-g, .flairselector .Interview {
  62. border-right: 10px solid #036564;
  63. }
  64.  
  65. .thing.linkflair.linkflair-g .linkflairlabel {
  66. border-bottom: solid 1px #D95B43;
  67.  
  68. }
  69.  
  70. .searchpane:lang(sl),
  71. .searchpane:lang(fp),
  72. .searchpane:lang(bl),
  73. .searchpane:lang(tc),
  74. .searchpane:lang(vd),
  75. .searchpane:lang(ed),
  76. .searchpane:lang(is){
  77.     display: none;
  78. }
  79.  
  80.  
  81.  
  82.  
  83.  
  84. .side .md a[href*='sl.reddit'] {
  85.     display: inline-block;
  86.     position: relative;
  87.     margin-top:0px;
  88.     border: 2px solid #97CE68;
  89.     font-size: 100%;
  90.     padding: 3px;
  91.     color: black;
  92.     font-weight: bold;
  93.     background: #4BA6E0;
  94.     min-width: 135px;
  95.     text-align: center;
  96.     border-radius: 3px;}
  97.  
  98.  
  99.  
  100.  
  101.  
  102. .side .md a[href*='fp.reddit'] {
  103.     display: inline-block;
  104.     position: relative;
  105.     margin-top:0px;
  106.     border: 2px solid #97CE68;
  107.     font-size: 100%;
  108.     padding: 3px;
  109.     color: black;
  110.     font-weight: bold;
  111.     background: #4BA6E0;
  112.     min-width: 135px;
  113.     text-align: center;
  114.     border-radius: 3px;
  115. /*positions the button */
  116.     left:145px;
  117.     top:-25px;}
  118.  
  119.  
  120.  
  121.  
  122. .side .md a[href*='bl.reddit'] {
  123.     display: inline-block;
  124.     position: relative;
  125.     margin-top:0px;
  126.     border: 2px solid #97CE68;
  127.     font-size: 100%;
  128.     padding: 3px;
  129.     color: black;
  130.     font-weight: bold;
  131.     background: #4BA6E0;
  132.     min-width: 135px;
  133.     text-align: center;
  134.     border-radius: 3px;
  135. /*positions the button */
  136.    
  137.     top:-25px;}
  138.  
  139.  
  140.  
  141.  
  142.  
  143.  
  144. .side .md a[href*='tc.reddit'] {
  145.     display: inline-block;
  146.     position: relative;
  147.     margin-top:0px;
  148.     border: 2px solid #97CE68;
  149.     font-size: 100%;
  150.     padding: 3px;
  151.     color: black;
  152.     font-weight: bold;
  153.     background: #4BA6E0;
  154.     min-width: 135px;
  155.     text-align: center;
  156.     border-radius: 3px;
  157. /*positions the button */
  158.     left:145px;
  159.     top:-50px;}
  160.  
  161.  
  162.  
  163.  
  164.  
  165.  
  166. .side .md a[href*='vd.reddit'] {
  167.     display: inline-block;
  168.     position: relative;
  169.     margin-top:0px;
  170.     border: 2px solid #97CE68;
  171.     font-size: 100%;
  172.     padding: 3px;
  173.     color: black;
  174.     font-weight: bold;
  175.     background: #4BA6E0;
  176.     min-width: 135px;
  177.     text-align: center;
  178.     border-radius: 3px;
  179. /*positions the button */
  180.    
  181.     top:-50px;}
  182.  
  183.  
  184.  
  185.  
  186. .side .md a[href*='ed.reddit'] {
  187.     display: inline-block;
  188.     position: relative;
  189.     margin-top:0px;
  190.     border: 2px solid #97CE68;
  191.     font-size: 100%;
  192.     padding: 3px;
  193.     color: black;
  194.     font-weight: bold;
  195.     background: #4BA6E0;
  196.     min-width: 135px;
  197.     text-align: center;
  198.     border-radius: 3px;
  199. /*positions the button */
  200.     left:75px;
  201.     top:-50px;}
  202.  
  203.  
  204.  
  205.  
  206.  
  207.  
  208.  
  209. .side .md a[href*='is.reddit'] {
  210.     display: inline-block;
  211.     position: relative;
  212.     margin-top:0px;
  213.     border: 2px solid #97CE68;
  214.     font-size: 100%;
  215.     padding: 3px;
  216.     color: black;
  217.     font-weight: bold;
  218.     background: #4BA6E0;
  219.     min-width: 135px;
  220.     text-align: center;
  221.     border-radius: 3px;
  222. /*positions the button */
  223.     left:145px;
  224.     top:-100px;}
Advertisement
Add Comment
Please, Sign In to add comment