Advertisement
blueshiftlabs

CollegeHockey stylesheet

Feb 21st, 2012
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 10.70 KB | None | 0 0
  1. .titlebox {
  2.     border: solid gray 1px;
  3.     padding: 1ex
  4. }
  5.  
  6. .titlebox a {
  7.     font-weight: bold
  8. }
  9.  
  10. .titlebox h1 {
  11.     font-size: 3em;
  12.     font-style: italic;
  13.     text-transform: capitalize;
  14.     border-bottom: 1px solid black;
  15.     margin-bottom: 1ex
  16. }
  17.  
  18. .titlebox .usertext .usertext-body p {
  19.     margin: 1em 0
  20. }
  21.  
  22. .titlebox .usertext .usertext-body p:first-child {
  23.     font-size: larger
  24. }
  25.  
  26. .titlebox > .number:after {
  27.     content: " Hockey Fans"
  28. }
  29.  
  30. .titlebox > .word {
  31.     display: none
  32. }
  33.  
  34. /* game thread styling */
  35. a[href*="/game_thread"].title:link {
  36.     color: #ff4500
  37. }
  38.  
  39. a[href*="/game_thread"].title:visited {
  40.     color: #ff4500 !important
  41. }
  42.  
  43. /*Changing 'MODERATORS in sidebar*/
  44. .sidecontentbox h1:not(:first-child) {
  45.     font-size: 0pt !important
  46. }
  47.  
  48. .sidecontentbox a.author {
  49.     width: 130px !important
  50. }
  51.  
  52. span.flair {
  53.     margin-right: 3px;
  54.     width: 20px;
  55.     height: 20px;
  56.     display: inline-block;
  57.     background-repeat: no-repeat;
  58.     background-image: url(%%hockeyflair%%);
  59.     vertical-align: middle;
  60.     border: none;
  61.     padding: 0;
  62.     background-color: transparent
  63. }
  64. span.flair:hover::after {
  65.     position: relative;
  66.     left: 23px;
  67.     top: 3px;
  68.     padding: 0 3px;
  69.     border: 1px solid #ff4500;
  70.     width: auto;
  71.     white-space: nowrap;
  72.     color: black !important;
  73.     background-color: white
  74. }
  75. /* NCAA */
  76. .flair-NCAAAirForceFalcons {
  77.     background-position: 0 0
  78. }
  79. .flair-NCAAAirForceFalcons:hover::after {
  80.     content: "Air Force Falcons"
  81. }
  82. .flair-NCAAAlabamaHuntsvilleChargers {
  83.     background-position: -20px 0
  84. }
  85. .flair-NCAAAlabamaHuntsvilleChargers:hover::after {
  86.     content: "Alabama Huntsville Chargers"
  87. }
  88. .flair-NCAAAlaskaAnchorageSeaWolves {
  89.     background-position: -40px 0
  90. }
  91. .flair-NCAAAlaskaAnchorageSeaWolves:hover::after {
  92.     content: "Alaska Anchorage Sea Wolves"
  93. }
  94. .flair-NCAAAlaskaNanooks {
  95.     background-position: -60px 0
  96. }
  97. .flair-NCAAAlaskaNanooks:hover::after {
  98.     content: "Alaska Nanooks"
  99. }
  100. .flair-NCAAAmericanInternationalYellowJackets {
  101.     background-position: -80px 0
  102. }
  103. .flair-NCAAAmericanInternationalYellowJackets:hover::after {
  104.     content: "American International Yellow Jackets"
  105. }
  106. .flair-NCAABemidjiStateBeavers {
  107.     background-position: -100px 0
  108. }
  109. .flair-NCAABemidjiStateBeavers:hover::after {
  110.     content: "Bemidji State Beavers"
  111. }
  112. .flair-NCAABentleyFalcons {
  113.     background-position: -120px 0
  114. }
  115. .flair-NCAABentleyFalcons:hover::after {
  116.     content: "Bentley Falcons"
  117. }
  118. .flair-NCAABostonCollegeEagles {
  119.     background-position: -140px 0
  120. }
  121. .flair-NCAABostonCollegeEagles:hover::after {
  122.     content: "Boston College Eagles"
  123. }
  124. .flair-NCAABostonUniversityTerriers {
  125.     background-position: -160px 0
  126. }
  127. .flair-NCAABostonUniversityTerriers:hover::after {
  128.     content: "Boston University Terriers"
  129. }
  130. .flair-NCAABowlingGreenFalcons {
  131.     background-position: -180px 0
  132. }
  133. .flair-NCAABowlingGreenFalcons:hover::after {
  134.     content: "Bowling Green Falcons"
  135. }
  136. .flair-NCAABrownBears {
  137.     background-position: 0 -20px
  138. }
  139. .flair-NCAABrownBears:hover::after {
  140.     content: "Brown Bears"
  141. }
  142. .flair-NCAACanisiusGoldenGriffins {
  143.     background-position: -20px -20px
  144. }
  145. .flair-NCAACanisiusGoldenGriffins:hover::after {
  146.     content: "Canisius Golden Griffins"
  147. }
  148. .flair-NCAAClarksonGoldenKnights {
  149.     background-position: -40px -20px
  150. }
  151. .flair-NCAAClarksonGoldenKnights:hover::after {
  152.     content: "Clarkson Golden Knights"
  153. }
  154. .flair-NCAAColgateRaiders {
  155.     background-position: -60px -20px
  156. }
  157. .flair-NCAAColgateRaiders:hover::after {
  158.     content: "Colgate Raiders"
  159. }
  160. .flair-NCAAColoradoCollegeTigers {
  161.     background-position: -80px -20px
  162. }
  163. .flair-NCAAColoradoCollegeTigers:hover::after {
  164.     content: "Colorado College Tigers"
  165. }
  166. .flair-NCAACornellBigRed {
  167.     background-position: -100px -20px
  168. }
  169. .flair-NCAACornellBigRed:hover::after {
  170.     content: "Cornell Big Red"
  171. }
  172. .flair-NCAADartmouthBigGreen {
  173.     background-position: -120px -20px
  174. }
  175. .flair-NCAADartmouthBigGreen:hover::after {
  176.     content: "Dartmouth Big Green"
  177. }
  178. .flair-NCAADenverPioneers {
  179.     background-position: -140px -20px
  180. }
  181. .flair-NCAADenverPioneers:hover::after {
  182.     content: "Denver Pioneers"
  183. }
  184. .flair-NCAAFerrisStateBulldogs {
  185.     background-position: -160px -20px
  186. }
  187. .flair-NCAAFerrisStateBulldogs:hover::after {
  188.     content: "Ferris State Bulldogs"
  189. }
  190. .flair-NCAAHarvardCrimson {
  191.     background-position: -180px -20px
  192. }
  193. .flair-NCAAHarvardCrimson:hover::after {
  194.     content: "Harvard Crimson"
  195. }
  196. .flair-NCAAHolyCrossCrusaders {
  197.     background-position: 0 -40px
  198. }
  199. .flair-NCAAHolyCrossCrusaders:hover::after {
  200.     content: "Holy Cross Crusaders"
  201. }
  202. .flair-NCAAIllinoisFightingIllini {
  203.     background-position: -20px -40px
  204. }
  205. .flair-NCAAIllinoisFightingIllini:hover::after {
  206.     content: "Illinois Fighting Illini"
  207. }
  208. .flair-NCAAIowaHawkeyes {
  209.     background-position: -40px -40px
  210. }
  211. .flair-NCAAIowaHawkeyes:hover::after {
  212.     content: "Iowa Hawkeyes"
  213. }
  214. .flair-NCAALakeSuperiorLakers {
  215.     background-position: -60px -40px
  216. }
  217. .flair-NCAALakeSuperiorLakers:hover::after {
  218.     content: "Lake Superior Lakers"
  219. }
  220. .flair-NCAAMaineBlackBears {
  221.     background-position: -80px -40px
  222. }
  223. .flair-NCAAMaineBlackBears:hover::after {
  224.     content: "Maine Black Bears"
  225. }
  226. .flair-NCAAMercyhurstLakers {
  227.     background-position: -100px -40px
  228. }
  229. .flair-NCAAMercyhurstLakers:hover::after {
  230.     content: "Mercyhurst Lakers"
  231. }
  232. .flair-NCAAMerrimackWarriors {
  233.     background-position: -120px -40px
  234. }
  235. .flair-NCAAMerrimackWarriors:hover::after {
  236.     content: "Merrimack Warriors"
  237. }
  238. .flair-NCAAMiamiRedHawks {
  239.     background-position: -140px -40px
  240. }
  241. .flair-NCAAMiamiRedHawks:hover::after {
  242.     content: "Miami Red Hawks"
  243. }
  244. .flair-NCAAMichiganStateSpartans {
  245.     background-position: -160px -40px
  246. }
  247. .flair-NCAAMichiganStateSpartans:hover::after {
  248.     content: "Michigan State Spartans"
  249. }
  250. .flair-NCAAMichiganTechHuskies {
  251.     background-position: -180px -40px
  252. }
  253. .flair-NCAAMichiganTechHuskies:hover::after {
  254.     content: "Michigan Tech Huskies"
  255. }
  256. .flair-NCAAMichiganWolverines {
  257.     background-position: 0 -60px
  258. }
  259. .flair-NCAAMichiganWolverines:hover:after {
  260.     content: "Michigan Wolverines"
  261. }
  262. .flair-NCAAMinnesotaDuluthBulldogs {
  263.     background-position: -20px -60px
  264. }
  265. .flair-NCAAMinnesotaDuluthBulldogs:hover::after {
  266.     content: "Minnesota Duluth Bulldogs"
  267. }
  268. .flair-NCAAMinnesotaGoldenGophers {
  269.     background-position: -40px -60px
  270. }
  271. .flair-NCAAMinnesotaGoldenGophers:hover::after {
  272.     content: "Minnesota Golden Gophers"
  273. }
  274. .flair-NCAAMinnesotaStateMavericks {
  275.     background-position: -60px -60px
  276. }
  277. .flair-NCAAMinnesotaStateMavericks:hover::after {
  278.     content: "Minnesota State Mavericks"
  279. }
  280. .flair-NCAANebraskaOmahaMavericks {
  281.     background-position: -80px -60px
  282. }
  283. .flair-NCAANebraskaOmahaMavericks:hover::after {
  284.     content: "Nebraska Omaha Mavericks"
  285. }
  286. .flair-NCAANewHampshireWildcats {
  287.     background-position: -100px -60px
  288. }
  289. .flair-NCAANewHampshireWildcats:hover::after {
  290.     content: "New Hampshire Wildcats"
  291. }
  292. .flair-NCAANiagaraPurpleEagles {
  293.     background-position: -120px -60px
  294. }
  295. .flair-NCAANiagaraPurpleEagles:hover::after {
  296.     content: "Niagara Purple Eagles"
  297. }
  298. .flair-NCAANorthDakotaFightingSioux {
  299.     background-position: -140px -60px
  300. }
  301. .flair-NCAANorthDakotaFightingSioux:hover::after {
  302.     content: "North Dakota Fighting Sioux"
  303. }
  304. .flair-NCAANortheasternHuskies {
  305.     background-position: -160px -60px
  306. }
  307. .flair-NCAANortheasternHuskies:hover::after {
  308.     content: "Northeastern Huskies"
  309. }
  310. .flair-NCAANorthernMichiganWildcats {
  311.     background-position: -180px -60px
  312. }
  313. .flair-NCAANorthernMichiganWildcats:hover::after {
  314.     content: "Northern Michigan Wildcats"
  315. }
  316. .flair-NCAANotreDameFightingIrish {
  317.     background-position: 0 -80px
  318. }
  319. .flair-NCAANotreDameFightingIrish:hover::after {
  320.     content: "Notre Dame Fighting Irish"
  321. }
  322. .flair-NCAAOhioStateBuckeyes {
  323.     background-position: -20px -80px
  324. }
  325. .flair-NCAAOhioStateBuckeyes:hover::after {
  326.     content: "Ohio State Buckeyes"
  327. }
  328. .flair-NCAAPrincetonTigers {
  329.     background-position: -40px -80px
  330. }
  331. .flair-NCAAPrincetonTigers:hover::after {
  332.     content: "Princeton Tigers"
  333. }
  334. .flair-NCAAProvidenceFriars {
  335.     background-position: -60px -80px
  336. }
  337. .flair-NCAAProvidenceFriars:hover::after {
  338.     content: "Providence Friars"
  339. }
  340. .flair-NCAAQuinnipiacBobcats {
  341.     background-position: -80px -80px
  342. }
  343. .flair-NCAAQuinnipiacBobcats:hover::after {
  344.     content: "Quinnipiac Bobcats"
  345. }
  346. .flair-NCAARITTigers {
  347.     background-position: -100px -80px
  348. }
  349. .flair-NCAARITTigers:hover::after {
  350.     content: "RITTigers"
  351. }
  352. .flair-NCAARensselaerPoly {
  353.     background-position: -120px -80px
  354. }
  355. .flair-NCAARensselaerPoly:hover::after {
  356.     content: "Rensselaer Poly"
  357. }
  358. .flair-NCAARobertMorrisColonials {
  359.     background-position: -140px -80px
  360. }
  361. .flair-NCAARobertMorrisColonials:hover::after {
  362.     content: "Robert Morris Colonials"
  363. }
  364. .flair-NCAASacredHeartPioneers {
  365.     background-position: -160px -80px
  366. }
  367. .flair-NCAASacredHeartPioneers:hover::after {
  368.     content: "Sacred Heart Pioneers"
  369. }
  370. .flair-NCAAStCloudHuskies {
  371.     background-position: -180px -80px
  372. }
  373. .flair-NCAAStCloudHuskies:hover::after {
  374.     content: "St Cloud Huskies"
  375. }
  376. .flair-NCAAStLawrenceSaints {
  377.     background-position: 0 -100px
  378. }
  379. .flair-NCAAStLawrenceSaints:hover::after {
  380.     content: "St Lawrence Saints"
  381. }
  382. .flair-NCAAUConnHuskies {
  383.     background-position: -20px -100px
  384. }
  385. .flair-NCAAUConnHuskies:hover::after {
  386.     content: "UConn Huskies"
  387. }
  388. .flair-NCAAUMassLowellRiverHawks {
  389.     background-position: -40px -100px
  390. }
  391. .flair-NCAAUMassLowellRiverHawks:hover::after {
  392.     content: "UMass Lowell River Hawks"
  393. }
  394. .flair-NCAAUMassMinutemen {
  395.     background-position: -60px -100px
  396. }
  397. .flair-NCAAUMassMinutemen:hover::after {
  398.     content: "UMass Minutemen"
  399. }
  400. .flair-NCAAUSMCBlackKnights {
  401.     background-position: -80px -100px
  402. }
  403. .flair-NCAAUSMCBlackKnights:hover::after {
  404.     content: "USMC Black Knights"
  405. }
  406. .flair-NCAAUnionCollege {
  407.     background-position: -100px -100px
  408. }
  409. .flair-NCAAUnionCollege:hover::after {
  410.     content: "Union College"
  411. }
  412. .flair-NCAAVermontCatamounts {
  413.     background-position: -120px -100px
  414. }
  415. .flair-NCAAVermontCatamounts:hover::after {
  416.     content: "Vermont Catamounts"
  417. }
  418. .flair-NCAAWesternMichiganBroncos {
  419.     background-position: -140px -100px
  420. }
  421. .flair-NCAAWesternMichiganBroncos:hover::after {
  422.     content: "Western Michigan Broncos"
  423. }
  424. .flair-NCAAWisconsinBadgers {
  425.     background-position: -160px -100px
  426. }
  427. .flair-NCAAWisconsinBadgers:hover::after {
  428.     content: "Wisconsin Badgers"
  429. }
  430. .flair-NCAAYaleBulldogs {
  431.     background-position: -180px -100px
  432. }
  433. .flair-NCAAYaleBulldogs:hover::after {
  434.     content: "Yale Bulldogs"
  435. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement