hero0fwar

/r/MovieQuotes - Old CSS

Nov 20th, 2013
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.13 KB | None | 0 0
  1. /* default vote */
  2. .arrow.upmod {
  3. background-image: url(%%default-vote-icon%%);
  4. background-position: 0px -0px;
  5. height: 33px; width: 40px;
  6. }
  7. .arrow.up {
  8. background-image: url(%%default-vote-icon%%);
  9. background-position: 0px -34px;
  10. height: 33px; width: 40px;
  11. }
  12. /* default vote end */
  13.  
  14. .comment .midcol{
  15. width: 40px;
  16. }
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23. /* Spoiler flair */
  24.  
  25. .linkflair-spoiler .linkflairlabel {
  26. background: #8B373B;
  27. border: 1px solid #6A0000;
  28. color: white;
  29. }
  30. .linkflair-spoiler a.title {
  31. background: #8B3737;
  32. color: #8B3737 !important;
  33. }
  34. .linkflair-spoiler a.title:hover {
  35. background: transparent;
  36. }
  37. .linkflair-spoiler .thumbnail {
  38. display: none !important;
  39. }
  40. .linkflair-spoiler a.title:visited {
  41. background: #BC5555;
  42. color: #BC5555 !important
  43. }
  44.  
  45.  
  46.  
  47. /* hide the 'nsfw' image or post thumbnail, probably a good idea */
  48. .thing.over18 .thumbnail img {
  49. display: none;
  50. }
  51.  
  52. /* show our own thumbnail */
  53. .thing.over18 .thumbnail {
  54. display: none;
  55. }
  56.  
  57.  
  58.  
  59.  
  60. .side h4:nth-of-type(1) {
  61. position: absolute;
  62. display: block;
  63. top: 65px;
  64. left: 0px;
  65. background-color: #EEE;
  66. color: #777;
  67. font-weight: bold;
  68. text-align: left;
  69. margin: 5px;
  70. border-radius: 8px;
  71. width: 40%;
  72. padding: 4px 0px 4px 12px;
  73. background-repeat: no-repeat;
  74. background-position: left
  75. }
  76.  
  77. a[href*="/mod_post"].title:link, a[href*="championship_mod_post"].title:link {
  78. color:green!important;
  79. }
  80. a[href*="/mod_post"].title:visited, a[href*="championship_mod_post"].title:visited {
  81. color:green!important;
  82. }
  83. a.title[href*="/mod_post"]:before, a.title[href*="championship_mod_post"]:before {
  84. width: 28px;
  85. height: 18px;
  86. content: "";
  87. display: inline-block;
  88. background-repeat: no-repeat;
  89. background-position: center bottom
  90.  
  91. }
  92.  
  93.  
  94. body, .side {
  95. background: #f5f5f5;
  96. font-weight: normal;
  97. }
  98.  
  99. .side {
  100. position: relative;
  101. background: #fff;
  102. width: 300px;
  103. margin: 20px 10px 40px auto;
  104. z-index: 0;
  105. padding: 10px!important;
  106. border: 1px solid #ccc;
  107. /* box-shadow: 0px 1px #ddd; */
  108. overflow: hidden;
  109. background-image: url(%%sidebar%%);
  110. background-repeat: no-repeat;
  111. background-position: top;
  112. margin-top: 2px;
  113. z-index: 100;
  114. }
  115.  
  116. .side .spacer:first-child {
  117. margin-top: 236px;
  118. }
  119.  
  120. /* Header */
  121.  
  122. #header-bottom-left {
  123. background: #fff url(%%header-bg%%) 3px -10px repeat-x;
  124. height: 50px;
  125. border-bottom: 1px solid #BBB;
  126. position: relative;
  127. }
  128.  
  129. #header {
  130. background: transparent;
  131. /* box-shadow: 0 1px 0 #f6f6f6; */
  132. border-bottom: 0;
  133. }
  134.  
  135. #header .tabmenu {
  136. position: relative;
  137. bottom: 14px;
  138. }
  139.  
  140. #header .tabmenu a {
  141. color: #fff;
  142. background-color: transparent;
  143. border: none;
  144. border-bottom: none;
  145. /* text-shadow: 0 1px 0 #b9dcea; */
  146. font-weight: 500;
  147. /* text-transform: uppercase; */
  148. padding: 17px 10px;
  149.  
  150. }
  151.  
  152. #header .tabmenu a:hover {
  153. background: #fff;
  154. color: #000;
  155. text-shadow: none;
  156. }
  157.  
  158. #header-bottom-right {
  159. border: 1px solid #fff;
  160. background: #b83c38;
  161. border-top: none;
  162. padding: 8px;
  163. right: 20px;
  164. bottom: 22px;
  165. border-bottom-right-radius: 3px;
  166. border-bottom-left-radius: 3px;
  167. border-top-right-radius: 0;
  168. border-top-left-radius: 0;
  169. right: 10px;
  170. /* text-shadow: 0 1px 0 #b9dcea; */
  171. }
  172.  
  173. .titlebox .bottom {display:none}
  174.  
  175. #header-img-a {
  176. float: left;
  177. margin-top: 2px;
  178. margin-left: 25px;
  179. }
  180.  
  181. .pagename.redditname {
  182. color: #FFF;
  183. line-height: 46px;
  184. }
  185.  
  186. .pagename a {
  187. font-variant: normal;
  188. font-size: 0!important;
  189. position: absolute;
  190. left: 63px;
  191. height: 57px;
  192. width: 148px;
  193. text-indent: -9999em!important;
  194. }
  195.  
  196. #siteTable {
  197. border: 1px solid #CCC;
  198. background: #FFF;
  199. position: relative;
  200. z-index: 10;
  201. }
  202.  
  203.  
  204. #siteTable .comment .entry .buttons li a {
  205. font-size: 10px;
  206. color: #888;
  207. }
  208. #header-bottom-right > span a, #header-bottom-right .flat-list a {
  209. color: #ddd;
  210. /* text-shadow: #888888 0 1px; */
  211. color: #000000;
  212. }
  213.  
  214. #header-bottom-right .user {
  215. color: #000000;
  216. }
  217.  
  218. #header-bottom-right .user a {
  219. margin-right: 5px;
  220. }
  221.  
  222. #header-bottom-right .logout a {
  223. color: #6bb5d2;
  224. }
  225.  
  226. #header-bottom-right .user a:first-child {
  227. margin-left: 5px;
  228. }
  229.  
  230. #header-bottom-right .separator {
  231. visibility: hidden;
  232. font-size: 11px;
  233. }
  234.  
  235. .sidecontentbox .content {
  236. margin: 0 340px 0 0 !important;
  237. width: 290px;
  238. }
  239.  
  240. #search input[type=text] {
  241. color: #4D4D4D;
  242. font-size: 12px;
  243. float: left;
  244. width: 290px;
  245. border-bottom: 1px solid #EDEDED;
  246. border-left: 1px solid #A5A5A5;
  247. border-left: 1px solid #BBB;
  248. border-right: 1px solid #EDEDED;
  249. border-top: 1px solid #A5A5A5;
  250. color: #454545;
  251. font: bold 16px Helvetica,Arial;
  252. padding: 8px 5px 6px 5px;
  253. font-weight: normal;
  254. /* box-shadow: 0 -1px 0 #ddd; */
  255. }
  256.  
  257. .sidebox .nub {
  258. display: none;
  259. }
  260.  
  261. .sidebox.submit {
  262. margin: auto;
  263. }
  264.  
  265. .titlebox {
  266. float: left;
  267. margin-top: 10px;
  268. }
  269.  
  270. .titlebox .bottom {
  271. margin: 10px 0
  272. }
  273.  
  274. /* Buttons / submit buttons */
  275.  
  276. .morelink {
  277. border: none;
  278. background: transparent;
  279. letter-spacing: normal;
  280. height: auto;
  281. }
  282. .morelink a {
  283. color: #fff!important;
  284. width: 280px;
  285. margin-top: 10px;
  286. float: left;
  287. display: table;
  288. text-align: center;
  289. }
  290.  
  291. button, .morelink a {
  292. border-radius: 3px;
  293. -moz-border-radius: 3px;
  294. -webkit-border-radius: 3px;
  295. display: inline-block;
  296. position: relative;
  297. vertical-align: baseline;
  298. font-size: inherit;
  299. font-weight: bold;
  300. padding: 3px 10px;
  301. cursor: pointer;
  302. font-family: inherit;
  303. background: #a84035;
  304. overflow: visible;
  305. height: 28px;
  306. /* text-shadow: 0 1px 0 #b9dcea; */
  307. border: 1px solid #44a2c6;
  308. color: #FFF;
  309. font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  310. box-shadow: 0 1px 0 #ddd;
  311. text-transform: capitalize;
  312. background: url(%%header-bg%%) repeat-x;
  313. }
  314.  
  315.  
  316. .morelink a:hover:before {
  317. background: #a84035;
  318. position: fixed!important;
  319. left: 0;
  320. top: 0;
  321. width: 100%;
  322. height:40px;
  323. line-height: 2em;
  324. letter-spacing: 1px;
  325. font-weight: normal;
  326. font-size: 20px;
  327. content: 'Please read the very few rules before you post or your submission will be subject to removal.';
  328. text-transform: none;
  329. z-index: 10000!important;
  330. }
  331.  
  332. /*
  333. .sidecontentbox a.helplink {
  334. position: absolute;
  335. top: 0;
  336. margin-top: 260px;
  337. line-height: 28px;
  338. width: 280px;
  339. font-size: 16px;
  340. text-align: center;
  341. }
  342. */
  343. .morelink a {
  344. width: 280px;
  345. }
  346.  
  347. button:hover, .morelink a:hover {
  348. background: #b43e31;
  349. }
  350.  
  351. .morelink:hover {
  352. background: transparent;
  353. }
  354.  
  355. button:active, button:focus, .morelink a:active, .morelink a:focus {
  356. background: #b43e31;
  357. box-shadow: none;
  358. /* text-shadow: 0 -1px 0 #b9dcea; */
  359. }
  360.  
  361.  
  362. /* Entry */
  363. #siteTable {
  364. box-shadow: 0 1px 0 #dfdfdf;
  365. }
  366. #siteTable .entry {
  367. line-height: 20px;
  368. }
  369.  
  370. #siteTable .entry a {
  371. color: #0000ff;
  372. }
  373.  
  374. #siteTable .entry a:visited {
  375. color: #551a8b;
  376. opacity: 0.8;
  377. }
  378.  
  379. #siteTable .entry a:hover {
  380. text-decoration: underline;
  381. }
  382.  
  383. #siteTable .entry .domain a {
  384. color: #aaa;
  385. }
  386.  
  387. #siteTable .flat-list li {
  388. margin-right: 5px;
  389. }
  390.  
  391. #siteTable .flat-list {
  392. margin-top: 3px;
  393. }
  394.  
  395. /* Number count */
  396. #siteTable .thing .rank {
  397. visibility: hidden;
  398. }
  399.  
  400.  
  401. /* MISC */
  402. .spacer {
  403. width: auto;
  404. }
  405.  
  406. .side .spacer {
  407. margin: 0 0 10px;
  408. }
  409.  
  410. .logout a {
  411. font-style: italic;
  412. }
  413.  
  414. /* MOD ACTIONS */
  415. #siteTable .del-button .togglebutton, #siteTable .remove-button .togglebutton {
  416. color: red;
  417. }
  418.  
  419.  
  420. #siteTable .approve-button .togglebutton a{
  421. color: #a84035;
  422. }
  423.  
  424. #siteTable .midcol {
  425. margin-right: 10px;
  426. }
  427.  
  428. #siteTable .entry .child {
  429. float: left;
  430. padding: 5px;
  431. border: 1px solid #CCC;
  432. margin: 10px 40px;
  433. }
  434.  
  435. #siteTable .entry .title {
  436. width: 91%;
  437. }
  438.  
  439. .content {
  440. margin: 20px 340px 0px 10px!important;
  441. }
  442.  
  443. /* Comments */
  444. .commentarea, #siteTable .thing {
  445. padding: 5px;
  446. position: relative;
  447. }
  448. .thing {
  449. border-bottom: 1px solid #ddd
  450. }
  451.  
  452. .panestack-title {
  453. width: 100%;
  454. margin: 5px 0 10px;
  455. border-color: #ccc;
  456. border-bottom-style: solid;
  457. }
  458.  
  459. .panestack-title .title {
  460. padding-left: 5px;
  461. margin: 0;
  462. display: table;
  463. }
  464.  
  465.  
  466.  
  467.  
  468. /* FLAIR */
  469.  
  470. /* CATEGORIES */
  471. .side .usertext-body .md {
  472. float: left;
  473. }
  474.  
  475. .side .usertext-body ul {
  476. margin: 0;
  477. list-style: none;
  478. }
  479. .side .usertext-body li {
  480. display: block;
  481. }
  482.  
  483. .side .usertext-body a {
  484. background: url(%%header-bg%%) repeat-x;
  485. border-radius: 3px;
  486. -moz-border-radius: 3px;
  487. -webkit-border-radius: 3px;
  488. display: block;
  489. position: relative;
  490. vertical-align: baseline;
  491. font-size: 14px;
  492. font-weight: bold;
  493. padding: 5px 10px;
  494. cursor: pointer;
  495. font-family: inherit;
  496. background-color: #a84035;
  497. overflow: visible;
  498. width: 278px;
  499. text-align: center;
  500. /* text-shadow: 0 1px 0 #b9dcea; */
  501. border: 1px solid #44a2c6;
  502. color: #FFF;
  503. font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  504. box-shadow: 0 1px 0 #ddd;
  505. text-transform: capitalize;
  506. border-bottom: 0;
  507. border-radius: 0;
  508. box-shadow: 0 1px 0 #a84035;
  509. }
  510. .side .usertext-body a:hover {
  511. background: #b43e31;
  512. }
  513.  
  514. .side .usertext-body a:active,
  515. .side .usertext-body a:focus {
  516. background: #b43e31;
  517. box-shadow: none;
  518. /* text-shadow: 0 -1px 0 #b9dcea; */
  519. }
  520.  
  521. #header-bottom-left .selected a {
  522. background: #fff;
  523. color: #000;
  524. text-shadow: none;
  525. }
  526.  
  527. .link.last-clicked {
  528. overflow: visible;
  529. }
  530.  
  531.  
  532.  
  533. .linkinfo .downvotes .number, .linkinfo .upvotes .number, .linkinfo .score .number {
  534. font-size: 20px!important;
  535. display: block;
  536. font-weight: normal!important;
  537. }
  538.  
  539. .linkinfo .score .word {
  540. display: none;
  541. }
  542.  
  543. .linkinfo .upvotes, .linkinfo .downvotes, .linkinfo .score {
  544. float: left;
  545. padding: 5px 10px 5px 0;
  546. margin: 8px 10px 10px 0;
  547. text-align: center;
  548. border-radius: 3px;
  549. box-shadow: 0 1px 0 #ededed;
  550. }
  551.  
  552. .linkinfo .upvotes, .linkinfo .downvotes {
  553. float: left;
  554. margin: 8px 10px 10px 0;
  555. padding: 7px;
  556. background: #FFF;
  557. border: 1px solid #CCC;
  558. }
  559.  
  560. .linkinfo .upvotes {
  561. color: green;
  562. }
  563.  
  564. .linkinfo .downvotes {
  565. color: red;
  566. }
  567.  
  568. .linkinfo {
  569. padding: 0;
  570. }
  571.  
  572. .linkinfo .shortlink input {
  573. border-color: #ccc;
  574. cursor: pointer;
  575. }
  576.  
  577. .linkinfo .score {
  578. float: left;
  579. padding: 5px 5px 10px 0;
  580. margin: 8px 10px 10px 0;
  581. text-align: center;
  582. font-size: 11px;
  583. display: block;
  584. min-width: 80px;
  585. margin-left: 20px!important;
  586. background: #fff;
  587. border: 1px solid #ccc;
  588. }
  589.  
  590. .linkinfo .date {
  591. padding: 5px;
  592. background: #FFF;
  593. border-bottom: 1px solid #CCC;
  594. text-align: center;
  595. font-size: 11px;
  596. }
  597.  
  598. .linkinfo .date time {
  599. font-weight: bold;
  600. }
  601.  
  602. .shortlink {
  603. clear: both!important;
  604. font-size: 10px;
  605. margin: 0px 20px 0px 20px;
  606. text-align: center;
  607. }
  608.  
  609. .link .rank {
  610. display: none;
  611. }
  612.  
  613. .sidecontentbox h1, .md p, .md h1 {
  614. padding-bottom: 10px;
  615. padding: 5px;
  616. }
  617.  
  618. .sidecontentbox .content {
  619. border-color: #CCC;
  620. }
  621.  
  622. .sidecontentbox .title {
  623. margin-bottom: 10px;
  624. }
  625.  
  626. .md ul {
  627. list-style: disc outside;
  628. }
  629.  
  630. .md ul {
  631. border-radius: 5px;
  632. border: 1px solid #DDD;
  633. color: #000!important;
  634. font-size: 90%;
  635. width: 300px;
  636. position: relative;
  637. }
  638.  
  639.  
  640. a.thumbnail.self {display: none !important;}
  641.  
  642. /* request color */
  643. a[href*="request"].title:link {
  644. color: #a84035 !important;
  645. }
  646. a[href*="request"].title:visited {
  647. color: #a84035 !important;
  648. }
  649. a[href*="request"].title:before {
  650. content: '';
  651. }
  652. a[href*="by_request"].title, a[href*="request_response"].title, a[href*="as_requested"].title, a[href*="per_request"].title, a[href*="request_answer"].title {
  653. color: #a84035 !important;
  654. }
  655. a[href*="by_request"].title:visited, a[href*="request_response"].title:visited, a[href*="as_requested"].title:visited, a[href*="per_request"].title:visited, a[href*="request_answer"].title:visited {
  656. color: #a84035 !important;
  657. }
  658.  
  659. .res_post_ups {
  660. margin-right: 2px!important;
  661. }
  662.  
  663. .res_post_downs {
  664. margin-left: 2px!important;
  665. }
  666.  
  667. .sidebox.create {
  668. display: none;
  669. }
  670.  
  671. .redditname .hover {
  672. display: none;
  673. }
  674.  
  675. .side .md:first-child > p a:first-child {
  676. font-variant: normal;
  677. font-size: 0!important;
  678. text-indent: -9999em!important;
  679. top: 0;
  680. position: absolute;
  681. width: 100%;
  682. height: 50px;
  683. left: 0;
  684. background: transparent;
  685. border: none;
  686. box-shadow: none;
  687. }
  688.  
  689. .login-form-side {
  690. float: left;
  691. margin-top: 10px;
  692. }
  693.  
  694. .side .md li {
  695. border-bottom: 1px solid #ddd;
  696. box-shadow: 0 1px 0 #fff;
  697. }
  698.  
  699.  
  700. .single-page .thing {
  701. border-bottom: none!important;
  702. }
  703.  
  704. .res-nightmode .thing, .res-nightmode .title {
  705. color: #16c!important;
  706. }
  707.  
  708. .res-nightmode .redditname {
  709. display: none!important;
  710. }
  711.  
  712. .res-nightmode .side a {
  713. color: #fff!important;
  714. }
  715.  
  716. .res-nightmode #header-bottom-right {
  717. text-shadow: none!important;
  718. }
  719.  
  720. .res-nightmode #header-bottom-right>span a {
  721. color: #000;
  722. text-shadow: none!important;
  723. }
  724.  
  725. .res-nightmode .spacer>.submit {
  726. overflow: visible!important;
  727. }
  728.  
  729. .res-nightmode #siteTable {
  730. background: none!important;
  731. }
  732.  
  733. .buttons li a {
  734. color: #888!important;
  735. }
  736.  
  737. .users-online {
  738. display: none;
  739. }
  740.  
  741.  
  742.  
  743.  
  744. .flair-moderator-tag {
  745. background-color: #57a921;
  746. color: #ffffff;
  747. border-color: #ffffff;
  748. }
  749.  
  750. .side .md > ul > li:last-child {
  751. border-bottom: none;
  752. box-shadow: none;
  753. }
  754.  
  755. .side .md > ul {
  756. background: #f5f5f5;
  757. }
  758.  
  759. #newlink .formtabs-content {
  760. padding-top: 1px;
  761. }
  762.  
  763. #newlink .infobar {
  764. background-color: transparent;
  765. padding: 0;
  766. margin: 0;
  767. font-size: 0;
  768. border: 0;
  769. text-indent: -10000px;
  770. }
  771.  
  772. #newlink .infobar:after {
  773. text-indent: 0;
  774. background-color: #ffd05f;
  775. color: #000 !important;
  776. border: 0;
  777. color: #666;
  778. padding: 10px;
  779. padding-bottom: 50px;
  780. background-image: url(%%ep-format%%);
  781. background-position: bottom center;
  782. background-repeat: no-repeat;
  783. font-size: small;
  784. display: block;
  785. margin-top: 5px;
  786. }
  787.  
  788. #link-desc:after {
  789. content: 'Pretty simple rule here, just remember to include what movie you are submitting from and the year it was published, direct image links only'
  790. }
  791.  
  792. div.titlebox span.word { display: none }
  793. div.titlebox span.number:after { content: " Movie Fans" }
  794. div.titlebox .users-online span.number:after { content: " Watching Now" }
  795.  
  796.  
  797.  
  798.  
  799. .commentarea .usertext-edit textarea {
  800. background: url(%%textarea%%) no-repeat bottom right;
  801.  
  802. }
  803.  
  804. .commentarea .usertext-edit textarea:active,
  805. .commentarea .usertext-edit textarea:focus {
  806. background: transparent;
  807. }
  808.  
  809.  
  810. .roundfield-content>.usertext textarea { background-image: url(%%textarea%%); background-repeat: no-repeat; border: 1px solid #ccc; }
  811.  
  812. .roundfield-content>.usertext textarea:focus { background-position: right bottom; }
  813.  
  814.  
  815.  
  816. /* Subscribe now tooltip */
  817. .option.active.add:before {
  818. position: fixed;
  819. display: block;
  820. z-index: 1000;
  821. padding: 5px 0;
  822. border-top: 2px solid #f8c410;
  823. content: "Click here to subscribe!";
  824. text-align: center;
  825. bottom: 0;
  826. left: 0;
  827. width: 100%;
  828. background-color:#d2232a;
  829. font-size: 16px
  830. }
  831.  
  832.  
  833.  
  834.  
  835. .down {
  836. display: none!important;
  837. }
  838. .link .midcol {
  839. width: 40px!important;
  840. }
  841.  
  842.  
  843.  
  844.  
  845.  
  846.  
  847. /* Table style. */
  848. .md table {
  849. margin: 10px 10px;
  850. border-bottom: 1px solid #888;
  851. }
  852. .md table th:first-child a,
  853. .md table td:first-child a[href*="reddit"] {
  854. /* background: url(%%link-icon%%) no-repeat left top;*/
  855. text-indent: 18px;
  856. display: block;
  857. margin: -10px;
  858. padding: 10px;
  859. background-position: 12px 10px;
  860. }
  861. .md th:first-child a {
  862. color: white;
  863. }
  864. .md td:first-child a[href*="reddit"] {
  865. color: #b83854;
  866. }
  867. .md th {
  868. white-space: nowrap;
  869. background-color: #444;
  870. color: whitesmoke;
  871. padding: 6px 10px;
  872. border: 1px solid #444;
  873. }
  874. .md td {
  875. vertical-align: top;
  876. padding: 10px;
  877. border-left: 1px solid #888;
  878. border-top: 1px solid #888;
  879. border-right: 1px solid #888;
  880. border-bottom: none;
  881. background-color: white;
  882. }
  883. body.res-nightmode .md td,
  884. body.res-nightmode .md td a {
  885. color: #222 ! important;
  886. }
  887. .md td:first-child {
  888. width: 33%;
  889. background-color: #EEE;
  890. }
  891. .md td:first-child:empty {
  892. background-color: #b83854;
  893. border-top-color: #b83854;
  894. }
  895. .md td:first-child:empty ~ td {
  896. border-top-color: white;
  897. padding-top: 0;
  898. }
  899. .md td:first-child .keyNavAnnotation {
  900. display: block;
  901. margin-left: -10px;
  902. margin-top: -10px;
  903. font-size: 0.7em;
  904. }
Add Comment
Please, Sign In to add comment