Advertisement
Guest User

Untitled

a guest
Mar 9th, 2014
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.67 KB | None | 0 0
  1. /*START: frequently edited sidebar elements*/
  2. /*START: sidebar image*/
  3. .side .spacer:first-child:after {
  4. content:"";
  5. display:block;
  6. padding-top:260px;
  7. background:url(%%sidebar%%) no-repeat;
  8. background-position:center;
  9. margin-top:10px;
  10. box-shadow: 0px 2px 9px #686868;
  11. }
  12. /*END: sidebar image*/
  13. /*START: sidebar image caption
  14. .side .spacer:nth-of-type(1) {
  15. position:relative;
  16. }
  17. .side .spacer:nth-of-type(1):hover:before {
  18. position:absolute;
  19. bottom:0px;
  20. left:0px;
  21. right:0px;
  22. content:"Caption here";
  23. font-size:10px;
  24. color:#fff;
  25. padding:5px 5px 5px 5px;
  26. background-image:url('%%bktrans%%')!important;
  27. text-align: justify;
  28. }
  29. END: sidebar image caption*/
  30. /*END: frequently edited sidebar elements*/
  31.  
  32. /*START: subreddit bar*/
  33. #sr-header-area,
  34. .res-nightmode #sr-header-area,
  35. #RESShortcutsEditContainer,
  36. #RESShortcutsSort,
  37. #RESShortcutsRight,
  38. #RESShortcutsAdd,
  39. #RESShortcutsLeft,
  40. #RESShortcutsTrash,
  41. #RESSubredditGroupDropdown,
  42. span.selected.title,
  43. #sr-more-link {
  44. color:#fff!important;
  45. background-color:SecondaryTeamColor!important;
  46. border:0px!important;
  47. opacity:0.8;
  48. }
  49. #sr-header-area,
  50. .res-nightmode #sr-header-area {
  51. box-shadow: 0px 2px 9px #000;
  52. }
  53. #sr-header-area a {
  54. color:#fff;
  55. }
  56. #sr-header-area a:hover {
  57. color:PrimaryTeamColor;
  58. }
  59. #RESSubredditGroupDropdown ul li,
  60. #RESSubredditGroupDropdown ul li a,
  61. #RESSubredditGroupDropdown ul li a:visited {
  62. color:#fff;
  63. background-color:SecondaryTeamColor;
  64. }
  65. #RESSubredditGroupDropdown ul li:hover,
  66. #RESSubredditGroupDropdown ul li a:hover {
  67. color:PrimaryTeamColor;
  68. background-color:SecondaryTeamColor;
  69. }
  70. /*START: subreddit list*/
  71. #srList,
  72. #srList tr {
  73. color:#fff;
  74. background-color:SecondaryTeamColor;
  75. opacity:0.9!important;
  76. border:0px!important;
  77. height: auto!important;
  78. }
  79. #srList a,
  80. #srList a:visited {
  81. color:#fff;
  82. }
  83. #srList tr:hover,
  84. #srList tr a:hover{
  85. color:PrimaryTeamColor;
  86. background-color:SecondaryTeamColor!important;
  87. }
  88. .drop-choices.srdrop{
  89. color:#fff!important;
  90. background-color:SecondaryTeamColor!important;
  91. border:0px!important;
  92. }
  93. a.choice:hover{
  94. background-color:SecondaryTeamColor!important;
  95. }
  96. /*END: subreddit list*/
  97. /*END: subreddit bar*/
  98.  
  99. /*START: header*/
  100. /*START: banner*/
  101. #header {
  102. color:#fff;
  103. background-color:#fff!important;
  104. background:url(%%banner%%) repeat;
  105. background-position:center;
  106. border-bottom:1px solid #000;
  107. }
  108. .res-nightmode #header {
  109. color:#fff;
  110. background-color:#000!important;
  111. background:url(%%nightmodebanner%%) repeat!important;
  112. background-position:top left;
  113. border-bottom:1px solid #000;
  114. }
  115. .res-nightmode #header-bottom-left {
  116. background: none!important;
  117. }
  118. /*END: banner*/
  119. /*START: bottom left*/
  120. .pagename {
  121. color:#fff;
  122. background-color:SecondaryTeamColor;
  123. padding: 2px 5px 0px 5px!important;
  124. }
  125. .res-nightmode .pagename {
  126. background: none;
  127. }
  128. .pagename a {
  129. color:PrimaryTeamColor !important;
  130. background-color:SecondaryTeamColor;
  131. }
  132. .pagename a:hover {
  133. text-decoration:none;
  134. }
  135. .res-nightmode .pagename a {
  136. background: none;
  137. }
  138. #header-bottom-left .tabmenu li{
  139. font-size: 12px;
  140. font-weight: bold;
  141. }
  142. #header-bottom-left .tabmenu li a {
  143. background-color:SecondaryTeamColor!important;
  144. color:#fff!important;
  145. border:0px!important;
  146. border-bottom: 2px solid #000;
  147. border-left: 1px solid #000!important;
  148. border-top: 1px solid #000!important;
  149. border-right: 1px solid #000!important;
  150. padding: 5px 5px 0px 5px!important;
  151. }
  152. #header-bottom-left .tabmenu li.selected a {
  153. background-color:#f8f8f8!important;
  154. color:PrimaryTeamColor!important;
  155. border:0px!important;
  156. border-bottom: 2px solid #f8f8f8!important;
  157. border-left: 1px solid #000!important;
  158. border-top: 1px solid #000!important;
  159. border-right: 1px solid #000!important;
  160. padding: 5px 5px 0px 5px!important;
  161. }
  162. #header-bottom-left .tabmenu li a:hover {
  163. color:PrimaryTeamColor!important;
  164. }
  165. .res-nightmode #header-bottom-left .tabmenu li.selected a {
  166. background-color:#222222!important;
  167. border-bottom: 2px solid #222222!important;
  168. }
  169. /*END: bottom left*/
  170. /*START: bottom right*/
  171. #header-bottom-right {
  172. background-color:#fff;
  173. opacity:0.8;
  174. margin-bottom:0px !important;
  175. padding-left:5px;
  176. }
  177. #header-bottom-right a {
  178. color:#000!important;
  179. }
  180. #header-bottom-right a:hover{
  181. color:PrimaryTeamColor!important;
  182. }
  183. #header-bottom-right a:visited {
  184. color:#000!important;
  185. }
  186. /*START: RES navbar*/
  187. #header-bottom-right.res-navTop {
  188. background-color:#fff;
  189. opacity:0.8;
  190. margin-top:5px !important;
  191. margin-bottom:2px !important;
  192. height:34px !important;
  193. box-shadow: 0px 2px 9px #000;
  194. }
  195. #header-bottom-right.res-navTop a{
  196. margin-top:13px;
  197. }
  198. #header-bottom-right.res-navTop a:hover{
  199. color:PrimaryTeamColor!important;
  200. }
  201. #userbarToggle{
  202. color:PrimaryTeamColor!important;
  203. background-color:#fff!important;
  204. height:30px!important;
  205. margin-bottom: 0px !important;
  206. border:0px!important;
  207. border-radius:0px!important;
  208. padding:10px 0px 5px 0px;
  209. }
  210. /*END: RES navbar*/
  211. /*END: bottom right*/
  212. /*END: header*/
  213.  
  214. /*START: sidebar*/
  215. /*START: general*/
  216. div.nub {
  217. display:none;
  218. }
  219. h1.hover.redditname {
  220. display: none!important;
  221. }
  222. div.morelink {
  223. border:0;
  224. }
  225. .side {
  226. background:url(%%hover2%%);
  227. padding-left: 10px;
  228. padding-right: 10px;
  229. margin-right: 10px;
  230. margin-left: 10px;
  231. margin-top: 10px;
  232. border-left: 5px solid #d8d8d8;
  233. }
  234. .res-nightmode .side{
  235. background:url(%%hover2%%);
  236. border-left: 5px solid #383838;
  237. }
  238. .side a,
  239. .side a:visited,
  240. .res-nightmode .side a,
  241. .res-nightmode .side a:visited{
  242. color: PrimaryTeamColor;
  243. }
  244. .titlebox .usertext .md{
  245. overflow: visible;
  246. }
  247. /*END: general*/
  248. /*START: custom text*/
  249. .age {
  250. display:none;
  251. }
  252. .titlebox .bottom:before {
  253. display:block;
  254. content:"established in 1894";
  255. float:right;
  256. }
  257. .subscribers .number:after{
  258. content:" prospects";
  259. }
  260. .subscribers span.word {
  261. display:none;
  262. }
  263. .users-online .word, .users-online .number:after{
  264. content:" waiting for the call up";
  265. }
  266. .users-online .word {
  267. display:none;
  268. }
  269. a[href*="/message/compose"] + .title h1 {
  270. display: none;
  271. }
  272. a[href*="/message/compose"] + .title::before {
  273. content: "FRONT OFFICE";
  274. color: grey;
  275. font-size: 130%;
  276. }
  277. .linkinfo{
  278. border: 0px;
  279. border-radius: 0px;
  280. background:url(%%hover2%%);
  281. }
  282. .score {
  283. color: PrimaryTeamColor;
  284. }
  285. .linkinfo .upvotes {
  286. color: PrimaryTeamColor;
  287. }
  288. .linkinfo .upvotes .word {
  289. display: none;
  290. }
  291. .linkinfo .upvotes:after {
  292. content:"Runs";
  293. color:PrimaryTeamColor;
  294. }
  295. .linkinfo .downvotes{
  296. color: #000;
  297. }
  298. .linkinfo .downvotes .word {
  299. display: none;
  300. }
  301. .linkinfo .downvotes:after {
  302. content:"Outs";
  303. }
  304. /*END: custom text*/
  305. /*START: headers*/
  306. .titlebox .usertext .md h1{
  307. color: PrimaryTeamColor;
  308. }
  309. .titlebox .usertext .md>h2 {
  310. border:0;
  311. background:PrimaryTeamColor;
  312. color:#fff;
  313. font-weight:bold;
  314. font-size:12px;
  315. width:100%;
  316. overflow:hidden;
  317. padding :5px 0px 5px 25px;
  318. margin-right:0px;
  319. margin-left:-5px;
  320. border-bottom:1px solid PrimaryTeamColor;
  321. margin-bottom:20px;
  322. margin-top:10px;
  323. box-shadow: 0px 2px 9px #686868;
  324. }
  325. .res-nightmode .titlebox .usertext .md>h2 {
  326. box-shadow: 0px 2px 9px #000;
  327. }
  328. .titlebox .usertext .md h3 {
  329. color:#fff!important;
  330. background:#000;
  331. font-weight:normal;
  332. text-align:center;
  333. border-top:0px solid #C4CACC;
  334. border-bottom:1px solid #000000;
  335. padding-bottom:2px;
  336. margin:10px 0px 5px 0px;
  337. box-shadow: 0px 2px 9px #686868;
  338. }
  339. .res-nightmode .titlebox .usertext .md h3 {
  340. box-shadow: 0px 2px 9px #000;
  341. }
  342. /*END: headers*/
  343. /*START: flairselector */
  344. .flairselector {
  345. left:auto!important;
  346. right:150px;
  347. }
  348. div.flairselector h2{
  349. border:0;
  350. background:PrimaryTeamColor;
  351. color:#fff;
  352. font-weight:bold;
  353. font-size:12px;
  354. width:100%;
  355. overflow:hidden;
  356. padding :5px 0px 5px 25px;
  357. margin-right:0px;
  358. margin-left:-5px;
  359. border-bottom:1px solid PrimaryTeamColor;
  360. margin-bottom:20px;
  361. margin-top:10px;
  362. box-shadow: 0px 2px 9px #686868;
  363. }
  364. .res-nightmode div.flairselector{
  365. background: #383838;
  366. border: 0px!important;
  367. box-shadow: 0px 2px 9px #000;
  368. }
  369. .res-nightmode div.flairselector h2{
  370. box-shadow: 0px 2px 9px #000;
  371. }
  372. .res-nightmode .flairselector li{
  373. border: 0px!important;
  374. }
  375. .res-nightmode .flairselector li:hover{
  376. background: #484848;
  377. }
  378. /*END: flairselector*/
  379. /*END: sidebar*/
  380.  
  381. /*START: Buttons*/
  382. div.sidebox.create div.morelink a.login-required,
  383. div.sidebox.submit.submit-link div.morelink a.login-required,
  384. div.sidebox.submit.submit-text div.morelink a.login-required {
  385. background:PrimaryTeamColor;
  386. letter-spacing: 0px;
  387. color:#fff;
  388. border:0px;
  389. color:#fff;
  390. font-weight:bold;
  391. font-size:12px;
  392. text-align: left;
  393. padding-left: 20px;
  394. margin-right:0px;
  395. box-shadow: 0px 2px 9px #686868;
  396. }
  397. div.sidebox.create div.morelink a.login-required:hover,
  398. div.sidebox.submit.submit-link a.login-required:hover,
  399. div.sidebox.submit.submit-text a.login-required:hover {
  400. background-color:SecondaryTeamColor!important;
  401. border:0px;
  402. box-shadow: 0px 2px 9px #686868;
  403. }
  404. input[type="button"], input[type="submit"], input[type="reset"], input[type="file"]::-webkit-file-upload-button, button {
  405. background-color:PrimaryTeamColor;
  406. letter-spacing: 0px;
  407. color:#fff;
  408. border:0px;
  409. color:#fff;
  410. font-weight:bold;
  411. font-size:12px;
  412. text-align: center;
  413. padding: 5px;
  414. margin-right:0px;
  415. box-shadow: 0px 2px 9px #686868;
  416. }
  417. input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="file"]::-webkit-file-upload-button, button:hover {
  418. background-color:SecondaryTeamColor;
  419. border:0px;
  420. box-shadow: 0px 2px 9px #686868;
  421. }
  422. .RESBigEditorPop.blueButton {
  423. text-align:center;
  424. background-color:PrimaryTeamColor;
  425. cursor:default;
  426. color:#fff;
  427. padding:6px;
  428. border:0px;
  429. border-radius:0px;
  430. color:#fff;
  431. font-weight:bold;
  432. font-size:12px;
  433. box-shadow: 0px 2px 9px #686868;
  434. }
  435. .RESBigEditorPop.blueButton:hover {
  436. background-color:SecondaryTeamColor;
  437. }
  438. /*END: Buttons*/
  439.  
  440. /*START: body*/
  441. /*START: general*/
  442. body {
  443. background-color:#f8f8f8;
  444. width: 100%;
  445. min-width: 800px!important;
  446. position: relative;
  447. }
  448. div.content {
  449. margin-top: 10px;
  450. margin-right: 335px;
  451. margin-bottom: 0px;
  452. position: relative;
  453. height: 100%!important;
  454. z-index: 0;
  455. }
  456. .res-nightmode div.content {
  457. background: none;
  458. }
  459. a {
  460. color: PrimaryTeamColor;
  461. }
  462. /*END: general*/
  463. /*START: RES tweaks*/
  464. .NERPageMarker,
  465. .res-nightmode .NERPageMarker {
  466. border: 0px!important;
  467. background: none!important;
  468. }
  469. #progressIndicator,
  470. .res-nightmode #progressIndicator {
  471. border: 0px!important;
  472. background: none!important;
  473. }
  474. #progressIndicator h2,
  475. .res-nightmode #progressIndicator h2 {
  476. color: PrimaryTeamColor;
  477. }
  478. /*END: RES tweaks*/
  479. /*START: tables*/
  480. div.usertext-body .md table {
  481. font: lighter 12px arial,helvetica,clean,sans-serif;
  482. background-color:#fff;
  483. margin-top:7px!important;
  484. margin-bottom:10px;
  485. margin-left:0px;
  486. width:100%;
  487. }
  488. div.usertext-body .md table th {
  489. background:#e8e8e8;
  490. color:#000;
  491. font-size:11px;
  492. position:relative;
  493. text-align:center;
  494. border-top: 2px solid PrimaryTeamColor!important;
  495. }
  496. .res-nightmode div.usertext-body .md table,
  497. .res-nightmode div.usertext-body .md table tr,
  498. .res-nightmode div.usertext-body .md table tr td {
  499. background-color:#303030;
  500. border:1px solid #505050;
  501. }
  502. .res-nightmode div.usertext-body .md table th {
  503. background:#505050;
  504. color:#fff;
  505. border:1px solid #505050;
  506. text-align:center;
  507. }
  508. /*END: tables*/
  509. /*END: body*/
  510.  
  511. /*START: selfpost contents*/
  512. .self .entry h1 {
  513. color:PrimaryTeamColor;
  514. font-weight:bold;
  515. font-size:20px;
  516. overflow:hidden;
  517. padding:5px 5px 5px 25px;
  518. margin-right:0px;
  519. margin-left:0px;
  520. border-bottom:1px solid PrimaryTeamColor;
  521. margin-bottom:20px;
  522. margin-top:10px;
  523. }
  524. .self .entry h2 {
  525. border:0;
  526. background:PrimaryTeamColor;
  527. color:#fff!important;
  528. font-weight:bold;
  529. font-size:12px;
  530. width:90%;
  531. overflow:hidden;
  532. padding:5px 5px 5px 25px;
  533. margin-right:0px;
  534. margin-left:0px;
  535. border-bottom:1px solid PrimaryTeamColor;
  536. margin-bottom:20px;
  537. margin-top:10px;
  538. z-index:100;
  539. box-shadow: 0px 2px 9px #686868;
  540. }
  541. .self .entry h2 a{
  542. color:#000!important;
  543. }
  544. .res-nightmode .self .entry h2 {
  545. box-shadow: 0px 2px 9px #000;
  546. }
  547. .self .entry h3 {
  548. color:#fff!important;
  549. background:#000;
  550. font-weight:normal;
  551. font-size:12px;
  552. text-align:left;
  553. width:80%;
  554. border-top:0px;
  555. border-bottom:1px solid #000000;
  556. margin:10px 0px 7px 0px;
  557. padding:2px;
  558. box-shadow: 0px 2px 9px #686868;
  559. }
  560. .res-nightmode .self .entry h3 {
  561. box-shadow: 0px 2px 9px #000;
  562. }
  563. /*END: selfpost contents*/
  564.  
  565. /*START: comments*/
  566. .res-nightmode .comment .md > p a {
  567. color: PrimaryTeamColor!important;
  568. }
  569. .res-nightmode .entry .domain a {
  570. color: #e8e8e8;
  571. }
  572. .RES-keyNav-activeElement .usertext .md a {
  573. color: PrimaryTeamColor;
  574. }
  575. .res-nightmode .RES-keyNav-activeElement .usertext .md a {
  576. color: PrimaryTeamColor;
  577. }
  578. .md blockquote, .help blockquote {
  579. border-left: 2px solid PrimaryTeamColor;
  580. padding-left: 4px;
  581. margin: 5px;
  582. margin-right: 15px;
  583. background:url(%%hover2%%);
  584. }
  585. div.entry h1{
  586. color:PrimaryTeamColor;
  587. font-weight:bold;
  588. font-size:20px;
  589. border-bottom: 1px solid PrimaryTeamColor;
  590. }
  591. div.entry h2{
  592. color:PrimaryTeamColor;
  593. font-weight:bold;
  594. font-size:20px;
  595. }
  596. .res-nightmode div.entry h2{
  597. color:PrimaryTeamColor;
  598. }
  599. div.entry h3{
  600. color:#000;
  601. font-weight:bold;
  602. font-size:20px;
  603. }
  604. .res-nightmode div.entry h3{
  605. color:#505050;
  606. }
  607. .comment .md p > a:visited {
  608. color: #505050!important;
  609. }
  610. /*START: comment tree highlighting*/
  611. .res .commentarea .thing {
  612. border-top:0!important;
  613. border-bottom:0!important;
  614. border-right:0!important;
  615. border-radius:0!important;
  616. background:url(%%hover%%)!important;
  617. }
  618. .commentarea .thing {
  619. background:url(%%hover%%);
  620. border-left:3px #d8d8d8 solid!important;
  621. padding:10px 10px 8px 5px;
  622. margin:0 0 2px 0;
  623. }
  624. .commentarea .thing:hover {
  625. border-left:3px PrimaryTeamColor solid!important;
  626. box-shadow: 0px 2px 9px #d8d8d8;
  627. }
  628. .commentarea .child .thing:hover {
  629. border-left:2px PrimaryTeamColor solid!important;
  630. }
  631. .commentarea .child .thing .child .thing:hover {
  632. border-left:1px PrimaryTeamColor solid!important;
  633. }
  634. .commentarea .child .thing {
  635. border:none;
  636. border-left:2px #d8d8d8 solid!important;
  637. padding:3px 10px 3px 4px;
  638. margin:0 0 3px 0;
  639. }
  640. .commentarea .child .thing .child .thing {
  641. border:none;
  642. border-left:1px #d8d8d8 solid!important;
  643. }
  644. .res-nightmode .commentarea .thing {
  645. border-left:3px #383838 solid!important;
  646. background:black!important;
  647. }
  648. .res-nightmode .commentarea .thing:hover {
  649. border-left:3px PrimaryTeamColor solid!important;
  650. box-shadow: 0px 2px 9px #000!important;
  651. }
  652. .res-nightmode .commentarea .child .thing:hover {
  653. border-left:2px PrimaryTeamColor solid!important;
  654. }
  655. .res-nightmode .commentarea .child .thing .child .thing:hover {
  656. border-left:1px PrimaryTeamColor solid!important;
  657. }
  658. .res-nightmode .commentarea .child .thing {
  659. border:none;
  660. border-left:2px #383838 solid!important;
  661. padding:3px 10px 3px 4px;
  662. margin:0 0 3px 0;
  663. }
  664. .res-nightmode .commentarea .child .thing .child .thing {
  665. border:none;
  666. border-left:1px #383838 solid!important;
  667. }
  668. /*END: comment tree highlighting*/
  669. /*START: RES Selected*/
  670. body .RES-keyNav-activeElement, body .commentarea .RES-keyNav-activeElement .md, body .commentarea .RES-keyNav-activeElement.entry .noncollapsed {
  671. background: none!important;
  672. outline: 0px!important;
  673. margin-right: 10px!important;
  674. }
  675. body .RES-keyNav-activeElement{
  676. outline: 1px dotted #000!important;
  677. background: none!important;
  678. }
  679. body div.usertext-body div.md{
  680. border: 0px!important;
  681. border-radius: 0px!important;
  682. }
  683. /*END: RES Selected*/
  684. /*START: Spoiler tag*/
  685. a[href$="/spoiler"] {
  686. background: #000 !important;
  687. color: #000 !important;
  688. padding-right:4px;
  689. }
  690.  
  691. a[href$="/spoiler"]:hover {
  692. color: PrimaryTeamColor!important;
  693. }
  694.  
  695. a[href$="/spoiler"]:before {
  696. color: #FFF !important;
  697. background: PrimaryTeamColor!important;
  698. display: inline!important;
  699. content: "Spoiler: ";
  700. padding: 0 4px;
  701. margin-right: 4px;
  702. }
  703.  
  704. a[href$="/spoiler"][title]:before {
  705. content: "Spoiler from: " attr(title);
  706. }
  707. /*END: Spoiler tag*/
  708. /*END: comments*/
  709.  
  710. /*START: listing page*/
  711. /*START: general*/
  712. .res_comment_ups {
  713. color:PrimaryTeamColor!important;
  714. }
  715. .res_comment_downs {
  716. color:#000!important;
  717. }
  718. .res_post_ups {
  719. color:PrimaryTeamColor!important;
  720. }
  721. .res_post_downs {
  722. color:#000!important;
  723. }
  724. #siteTable div.even a.title,
  725. .res-nightmode #siteTable div.even a.title {
  726. color:PrimaryTeamColor;
  727. font-size:15px;
  728. }
  729. #siteTable div.even a.title:visited
  730. .res-nightmode #siteTable div.even a.title:visited {
  731. color:#CC6600;
  732. }
  733. #siteTable div.odd a.title,
  734. .res-nightmode #siteTable div.odd a.title {
  735. color:#000;
  736. font-size:15px;
  737. }
  738. #siteTable div.odd a.title:visited
  739. .res-nightmode #siteTable div.odd a.title:visited {
  740. color:#888888;
  741. }
  742. #siteTable div.thing a.voteWeight {
  743. color:#000;
  744. }
  745. /*END: general*/
  746. /*START: top margin for navbar under tabmenu*/
  747. #siteTable {
  748. margin-top: 10px;
  749. }
  750. /*START: top margin for navbar under tabmenu*/
  751. /*START: post hover effects*/
  752. .listing-page .thing {
  753. margin: 10px;
  754. padding-top: 10px;
  755. padding-bottom: 10px;
  756. border-left: 5px solid #d8d8d8;
  757. background:url(%%hover2%%);
  758. overflow: visible;
  759. box-shadow: 0px 2px 9px #d8d8d8;
  760. }
  761. .listing-page .thing:hover {
  762. background:url(%%hover%%);
  763. }
  764. .listing-page .thing.even:hover {
  765. border-left: 5px solid PrimaryTeamColor;
  766. }
  767. .listing-page .thing.odd:hover {
  768. border-left: 5px solid SecondaryTeamColor;
  769. }
  770. .listing-page .odd.stickied{
  771. border: 1px solid PrimaryTeamColor;
  772. border-left: 5px solid PrimaryTeamColor;
  773. }
  774. .listing-page .odd.stickied:hover {
  775. border: 1px solid PrimaryTeamColor;
  776. border-left: 5px solid PrimaryTeamColor!important;
  777. }
  778. .res-nightmode .listing-page .thing {
  779. border-left: 5px solid #383838!important;
  780. background:url(%%hover2%%);
  781. overflow: visible;
  782. box-shadow: 0px 2px 9px #000;
  783. }
  784. .res-nightmode.listing-page .thing:hover {
  785. background-color: #383838!important;
  786. }
  787. .res-nightmode .listing-page .thing.even:hover{
  788. border-left: 5px solid PrimaryTeamColor!important;
  789. }
  790. .res-nightmode .listing-page .thing.odd:hover {
  791. border-left: 5px solid SecondaryTeamColor!important;
  792. }
  793. .res-nightmode .listing-page .odd.stickied{
  794. border: 1px solid PrimaryTeamColor!important;
  795. border-left: 5px solid PrimaryTeamColor!important;
  796. }
  797. .res-nightmode .listing-page .odd.stickied:hover {
  798. border: 1px solid PrimaryTeamColor!important;
  799. border-left: 5px solid PrimaryTeamColor!important;
  800. }
  801. /*END: post hover effects*/
  802. /*END: listing page*/
  803.  
  804. /*START: flair*/
  805. /*START: user flair*/
  806. .flair {
  807. background-image: url(%%spritesheet%%);
  808. background-repeat: no-repeat;
  809. background-color: transparent;
  810. display: block;
  811. width: 50px;
  812. height: 50px;
  813. border: none;
  814. }
  815. .flair-51s {
  816. background-position: 0 0;
  817. }
  818. .flair-Aces {
  819. background-position: 0 -50px;
  820. }
  821. .flair-Bats {
  822. background-position: 0 -100px;
  823. }
  824. .flair-Bees {
  825. background-position: 0 -150px;
  826. }
  827. .flair-Bisons {
  828. background-position: 0 -200px;
  829. }
  830. .flair-Braves {
  831. background-position: 0 -250px;
  832. }
  833. .flair-Bulls {
  834. background-position: 0 -300px;
  835. }
  836. .flair-Chiefs {
  837. background-position: 0 -350px;
  838. }
  839. .flair-Chihuahuas {
  840. background-position: 0 -400px;
  841. }
  842. .flair-Clippers {
  843. background-position: 0 -450px;
  844. }
  845. .flair-Cubs {
  846. background-position: 0 -500px;
  847. }
  848. .flair-Express {
  849. background-position: 0 -550px;
  850. }
  851. .flair-Grizzlies {
  852. background-position: 0 -600px;
  853. }
  854. .flair-Indians {
  855. background-position: 0 -650px;
  856. }
  857. .flair-Ironpigs {
  858. background-position: 0 -700px;
  859. }
  860. .flair-Isotopes {
  861. background-position: 0 -750px;
  862. }
  863. .flair-Knights {
  864. background-position: 0 -800px;
  865. }
  866. .flair-Mudhens {
  867. background-position: 0 -850px;
  868. }
  869. .flair-Railriders {
  870. background-position: 0 -900px;
  871. }
  872. .flair-Rainiers {
  873. background-position: 0 -950px;
  874. }
  875. .flair-Redbirds {
  876. background-position: 0 -1000px;
  877. }
  878. .flair-Redhawks {
  879. background-position: 0 -1050px;
  880. }
  881. .flair-Redsox {
  882. background-position: 0 -1100px;
  883. }
  884. .flair-Redwings {
  885. background-position: 0 -1150px;
  886. }
  887. .flair-Rivercats {
  888. background-position: 0 -1200px;
  889. }
  890. .flair-Skysox {
  891. background-position: 0 -1250px;
  892. }
  893. .flair-Sounds {
  894. background-position: 0 -1300px;
  895. }
  896. .flair-Stormchasers {
  897. background-position: 0 -1350px;
  898. }
  899. .flair-Tides {
  900. background-position: 0 -1400px;
  901. }
  902. .flair-Zephyrs {
  903. background-position: 0 -1450px;
  904. }
  905.  
  906. .link .flair, .entry .tagline .flair {
  907. float:left;
  908. }
  909. /*END: user flair*/
  910. /*START: inline flair*/
  911. a[href="/51S"]:before,a[href="/r/lasvegas51"]:before, a[href="/r/LasVegas51"]:before, a[href="/ACE"]:before, a[href="/r/Aces"]:before, a[href="/r/aces"]:before, a[href="/BAT"]:before, a[href="/BEE"]:before, a[href="/r/saltlakebees/"]:before, a[href="/r/SaltLakeBees/"]:before, a[href="/BIS"]:before, a[href="/r/buffalobisons"]:before, a[href="/r/BuffaloBisons"]:before, a[href="/BRA"]:before, a[href="/BUL"]:before, a[href="/r/durhambulls"]:before, a[href="/r/DurhamBulls"]:before, a[href="/CHIE"]:before, a[href="/CHIH"]:before, a[href="/CLI"]:before, a[href="/CUB"]:before, a[href="/EXP"]:before, a[href="/r/roundrockexpress"]:before, a[href="/r/RoundRockExpress"]:before, a[href="/GRI"]:before, a[href="/IND"]:before, a[href="/IRO"]:before, a[href="/ISO"]:before, a[href="/KNI"]:before, a[href="/MUD"]:before, a[href="/RAI"]:before, a[href="/RAIN"]:before, a[href="/REDB"]:before, a[href="/REDH"]:before, a[href="/REDS"]:before, a[href="/REDW"]:before, a[href="/RIV"]:before, a[href="/r/sacramentorivercats"]:before, a[href="/r/SacramentoRivercats"]:before, a[href="/r/SacramentoRiverCats"]:before, a[href="/SKY"]:before, a[href="/SOU"]:before, a[href="/STO"]:before, a[href="/TID"]:before, a[href="/r/tides"]:before, a[href="/ZEP"]:before{
  912. background-image: url(%%spritesheet%%);
  913. background-repeat: no-repeat;
  914. width: 50px;
  915. height: 50px;
  916. display: inline-block;
  917. content: "";
  918. }
  919. a[href="/51S"]:before,
  920. a[href="/r/lasvegas51"]:before,
  921. a[href="/r/LasVegas51"]:before {
  922. background-position: 0 0;
  923. }
  924. a[href="/ACE"]:before,
  925. a[href="/r/Aces"]:before,
  926. a[href="/r/aces"]:before {
  927. background-position: 0 -50px;
  928. }
  929. a[href="/BAT"]:before {
  930. background-position: 0 -100px;
  931. }
  932. a[href="/BEE"]:before,
  933. a[href="/r/saltlakebees/"]:before,
  934. a[href="/r/SaltLakeBees/"]:before {
  935. background-position: 0 -150px;
  936. }
  937. a[href="/BIS"]:before,
  938. a[href="/r/buffalobisons"]:before,
  939. a[href="/r/BuffaloBisons"]:before {
  940. background-position: 0 -200px;
  941. }
  942. a[href="/BRA"]:before {
  943. background-position: 0 -250px;
  944. }
  945. a[href="/BUL"]:before,
  946. a[href="/r/durhambulls"]:before,
  947. a[href="/r/DurhamBulls"]:before {
  948. background-position: 0 -300px;
  949. }
  950. a[href="/CHIE"]:before {
  951. background-position: 0 -350px;
  952. }
  953. a[href="/CHIH"]:before {
  954. background-position: 0 -400px;
  955. }
  956. a[href="/CLI"]:before {
  957. background-position: 0 -450px;
  958. }
  959. a[href="/CUB"]:before {
  960. background-position: 0 -500px;
  961. }
  962. a[href="/EXP"]:before,
  963. a[href="/r/roundrockexpress"]:before,
  964. a[href="/r/RoundRockExpress"]:before {
  965. background-position: 0 -550px;
  966. }
  967. a[href="/GRI"]:before {
  968. background-position: 0 -600px;
  969. }
  970. a[href="/IND"]:before {
  971. background-position: 0 -650px;
  972. }
  973. a[href="/IRO"]:before {
  974. background-position: 0 -700px;
  975. }
  976. a[href="/ISO"]:before {
  977. background-position: 0 -750px;
  978. }
  979. a[href="/KNI"]:before {
  980. background-position: 0 -800px;
  981. }
  982. a[href="/MUD"]:before {
  983. background-position: 0 -850px;
  984. }
  985. a[href="/RAI"]:before {
  986. background-position: 0 -900px;
  987. }
  988. a[href="/RAIN"]:before {
  989. background-position: 0 -950px;
  990. }
  991. a[href="/REDB"]:before {
  992. background-position: 0 -1000px;
  993. }
  994. a[href="/REDH"]:before {
  995. background-position: 0 -1050px;
  996. }
  997. a[href="/REDS"]:before {
  998. background-position: 0 -1100px;
  999. }
  1000. a[href="/REDW"]:before {
  1001. background-position: 0 -1150px;
  1002. }
  1003. a[href="/RIV"]:before,
  1004. a[href="/r/sacramentorivercats"]:before,
  1005. a[href="/r/SacramentoRivercats"]:before,
  1006. a[href="/r/SacramentoRiverCats"]:before {
  1007. background-position: 0 -1200px;
  1008. }
  1009. a[href="/SKY"]:before {
  1010. background-position: 0 -1250px;
  1011. }
  1012. a[href="/SOU"]:before {
  1013. background-position: 0 -1300px;
  1014. }
  1015. a[href="/STO"]:before {
  1016. background-position: 0 -1350px;
  1017. }
  1018. a[href="/TID"]:before,
  1019. a[href="/r/tides"]:before,
  1020. a[href="/r/Tides"]:before {
  1021. background-position: 0 -1400px;
  1022. }
  1023. a[href="/ZEP"]:before {
  1024. background-position: 0 -1450px;
  1025. }
  1026. /*END: inline flair*/
  1027. /*END: flair*/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement