Advertisement
Guest User

Untitled

a guest
Feb 16th, 2020
256
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 3.08 KB | None | 0 0
  1. .md{
  2.     font-family:verdana,arial,helvetica,sans-serif
  3. }
  4. .md h2,.md h3{
  5.     margin-top:5px;
  6.     margin-bottom:5px;
  7.     color:#fff!important;
  8.     background-color:#0F1C43;
  9.     border:0px;
  10.     display:block;
  11.     width:96.7%;
  12.     padding:2px;
  13.     margin-left:2.5px;
  14.     text-align:center;
  15.     font-weight:normal
  16. }
  17. .md h2{
  18.     line-height:30px;
  19.     font-size:18px
  20. }
  21. .md h3{
  22.     font-size:10px;
  23.     line-height:20px
  24. }
  25. .md table th{
  26.     background-color:#0F1C43;
  27.     padding:5px;
  28.     border:1px solid #0F1C43
  29. }
  30. .md table th{
  31.     background-color:#1b365d;
  32.     padding:5px;
  33.     border:1px solid #1b365d
  34. }
  35. .md table{
  36.     width:98%;
  37.     margin:1em auto;
  38.     border:none;
  39.     margin-top:5px;
  40.     border-collapse:collapse;
  41.     font-size:12px;
  42.     text-align:left
  43. }
  44. .md th{
  45.     background:#1b365d;
  46.     color:#ffffff;
  47.     border:1px solid #1b365d;
  48.     padding:3px;
  49.     font-weight:normal;
  50.     font-size:1em
  51. }
  52. .md td{
  53.     padding:4px 4px;
  54.     border:none;
  55.     color:#1b365d
  56. }
  57. th[align="center"]{
  58.     text-align:center
  59. }
  60. th[align="right"]{
  61.     text-align:right
  62. }
  63. .md a{
  64.     color:#1b365d;
  65.     text-decoration:none;
  66.     text-decoration-line:none;
  67.     text-decoration-style:initial;
  68.     text-decoration-color:initial
  69. }
  70. a[href="/OTT"]:before,a[href$="/r/AtleticoOttawa"]:before,a[href$="/r/atleticoottawa"]:before,
  71. a[href="/CGY"]:before,a[href$="/r/CavalryFC"]:before,a[href$="/r/cavalryfc"]:before,
  72. a[href="/EDM"]:before,a[href$="/r/FCEdmonton"]:before,a[href$="/r/fcedmonton"]:before,
  73. a[href="/HAM"]:before,a[href$="/r/ForgeFC"]:before,a[href$="/r/forgefc"]:before,
  74. a[href="/HFX"]:before,a[href$="/r/HFXWanderers"]:before,a[href$="/r/hfxwanderers"]:before,
  75. a[href="/PFC"]:before,a[href$="/r/pacificfc"]:before,a[href$="/r/pacificfc"]:before,
  76. a[href="/WPG"]:before,a[href$="/r/ValourFC"]:before,a[href$="/r/valourfc"]:before,
  77. a[href="/YK9"]:before,a[href$="/r/York9"]:before,a[href$="/r/york9"]:before,
  78. {
  79.     content:"";
  80.     display:inline-block;
  81.     vertical-align:middle;
  82.     margin-right:5px;
  83.     background-image:url("%%standingswidget%%");
  84.     background-repeat:no-repeat;
  85.     width:20px;
  86.     height:20px
  87. }
  88. a[href="/OTT"]:before,a[href$="/r/AtleticoOttawa"]:before,a[href$="/r/atleticoottawa"]:before{
  89.     background-position:0 0
  90. }
  91. a[href="/CGY"]:before,a[href$="/r/CavalryFC"]:before,a[href$="/r/cavalryfc"]:before{
  92.     background-position:0 -20px
  93. }
  94. a[href="/EDM"]:before,a[href$="/r/FCEdmonton"]:before,a[href$="/r/fcedmonton"]:before{
  95.     background-position:0 -40px
  96. }
  97. a[href="/HAM"]:before,a[href$="/r/ForgeFC"]:before,a[href$="/r/forgefc"]:before{
  98.     background-position:0 -60px
  99. }
  100. a[href="/HFX"]:before,a[href$="/r/HFXWanderers"]:before,a[href$="/r/hfxwanderers"]:before{
  101.     background-position:0 -80px
  102. }
  103. a[href="/PFC"]:before,a[href$="/r/pacificfc"]:before,a[href$="/r/pacificfc"]:before{
  104.     background-position:0 -100px
  105. }
  106. a[href="/WPG"]:before,a[href$="/r/ValourFC"]:before,a[href$="/r/valourfc"]:before{
  107.     background-position:0 -120px
  108. }
  109. a[href="/YK9"]:before,a[href$="/r/York9"]:before,a[href$="/r/york9"]:before{
  110.     background-position:0 -140px
  111. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement