Advertisement
Guest User

Untitled

a guest
Mar 3rd, 2015
225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.21 KB | None | 0 0
  1. /* Unified theme v0.92 (r unity2d) by Joey Foo */
  2. /*general*/
  3. body {
  4. color: #000000 !important;
  5. background-color: #dedede;
  6. }
  7. .md {
  8. color: #000000;
  9. }
  10. a {
  11. color: #002288;
  12. font-weight: normal;
  13. }
  14. a:hover {
  15. color: #337777;
  16. text-decoration: none;
  17. }
  18. h1,
  19. h2,
  20. h3,
  21. h4,
  22. h5,
  23. h6 {
  24. color: #000000;
  25. }
  26. h1 a,
  27. h2 a,
  28. h3 a,
  29. h4 a,
  30. h5 a,
  31. h6 a {
  32. color: #444444;
  33. font-weight: normal;
  34. }
  35. h1 a:hover,
  36. h2 a:hover,
  37. h3 a:hover,
  38. h4 a:hover,
  39. h5 a:hover,
  40. h6 a:hover {
  41. color: #666666;
  42. text-decoration: none;
  43. }
  44. .tagline .submitter {
  45. color: #3333ff !important;
  46. font-weight: normal;
  47. }
  48. .tagline .submitter:hover {
  49. color: #6666ff !important;
  50. text-decoration: none;
  51. }
  52. .tagline .moderator {
  53. color: #33ff33 !important;
  54. font-weight: normal;
  55. }
  56. .tagline .moderator:hover {
  57. color: #66ff66 !important;
  58. text-decoration: none;
  59. }
  60. .tagline .admin {
  61. color: #ff3333 !important;
  62. font-weight: normal;
  63. }
  64. .tagline .admin:hover {
  65. color: #ff6666 !important;
  66. text-decoration: none;
  67. }
  68. button,
  69. html input[type="button"],
  70. input[type="reset"],
  71. input[type="submit"] {
  72. border: 1px solid #777777;
  73. color: #000000;
  74. border-radius: 3px;
  75. background: none;
  76. background-color: #d3d3d3;
  77. background-image: linear-gradient(#f0f0f0 0%, #c0c0c0 100%);
  78. }
  79. /*header*/
  80. #sr-header-area {
  81. background-image: linear-gradient(#ffffff 0%, #e0e0e0 10%, #bbbbbb 90%, #6c6c6c 100%);
  82. }
  83. #header {
  84. background-color: #a2a2a2;
  85. border-color: #777777;
  86. }
  87. #header-bottom-left {
  88. margin: 5px;
  89. }
  90. #header-bottom-right {
  91. position: absolute;
  92. right: 0px;
  93. top: 18px;
  94. background-color: transparent;
  95. }
  96. #header-bottom-right a {
  97. color: #444444;
  98. font-weight: normal;
  99. }
  100. #header-bottom-right a:hover {
  101. color: #666666;
  102. text-decoration: none;
  103. }
  104. #header-bottom-right .seperator {
  105. color: #000000;
  106. }
  107. #header-bottom-right .user {
  108. color: #000000;
  109. }
  110. #header-bottom-right .user .userkarma {
  111. border-bottom: 1px dotted #000000;
  112. }
  113. #header-bottom-right #mail {
  114. background-image: url(%%spritesheet%%) !important;
  115. }
  116. #header-bottom-right #modmail {
  117. background-image: url(%%spritesheet%%) !important;
  118. }
  119. #header-img-a {
  120. display: inline-block;
  121. }
  122. #header-img-a img {
  123. vertical-align: sub;
  124. }
  125. .pagename {
  126. font-weight: normal;
  127. font-variant: normal;
  128. font-size: 20px;
  129. }
  130. .pagename a {
  131. color: #444444;
  132. font-weight: normal;
  133. }
  134. .pagename a:hover {
  135. color: #666666;
  136. text-decoration: none;
  137. }
  138. .pagename a:before {
  139. content: '/r/';
  140. }
  141. .tabmenu,
  142. .tabmenu.formtab {
  143. display: block;
  144. position: relative;
  145. top: 5px;
  146. }
  147. .tabmenu .choice,
  148. .tabmenu.formtab .choice,
  149. .tabmenu a,
  150. .tabmenu.formtab a,
  151. .tabmenu #viewImagesButton,
  152. .tabmenu.formtab #viewImagesButton {
  153. color: #444444;
  154. font-weight: normal;
  155. font-size: 100%;
  156. padding-left: 8px;
  157. padding-right: 32px;
  158. font-size: 12px;
  159. font-weight: normal;
  160. border: 1px solid transparent;
  161. background-color: transparent;
  162. }
  163. .tabmenu .choice:hover,
  164. .tabmenu.formtab .choice:hover,
  165. .tabmenu a:hover,
  166. .tabmenu.formtab a:hover,
  167. .tabmenu #viewImagesButton:hover,
  168. .tabmenu.formtab #viewImagesButton:hover {
  169. color: #666666;
  170. text-decoration: none;
  171. }
  172. .tabmenu .selected .choice,
  173. .tabmenu.formtab .selected .choice,
  174. .tabmenu .selected a,
  175. .tabmenu.formtab .selected a {
  176. border-radius: 3px 3px 0 0;
  177. color: #000000;
  178. font-size: 100%;
  179. font-weight: normal;
  180. border: 1px solid #777777;
  181. border-bottom-color: #dedede;
  182. background-color: #777777;
  183. background-image: linear-gradient(#f0f0f0 0%, #dedede 100%);
  184. }
  185. .spacer .submit_text .roundfield .enabled {
  186. border: 1px solid red !important;
  187. }
  188. .submit_text h1 {
  189. font-weight: normal;
  190. font-size: 18px;
  191. }
  192. /*things*/
  193. .thing .title {
  194. color: #002288;
  195. font-weight: normal;
  196. }
  197. .thing .title:hover {
  198. color: #337777;
  199. text-decoration: none;
  200. }
  201. .thing .title:visited {
  202. color: #aa2288;
  203. }
  204. .thing .title .domain {
  205. color: #000000;
  206. color: #444444;
  207. font-weight: normal;
  208. }
  209. .thing .title .domain:hover {
  210. color: #666666;
  211. text-decoration: none;
  212. }
  213. .thing .tagline {
  214. color: #000000;
  215. }
  216. .thing .tagline a {
  217. color: #002288;
  218. font-weight: normal;
  219. }
  220. .thing .tagline a:hover {
  221. color: #337777;
  222. text-decoration: none;
  223. }
  224. .thing .spam {
  225. background-color: #ddaaaa;
  226. }
  227. div .comment .md p > a:visited {
  228. color: #aa2288;
  229. }
  230. .thing.stickied a.title {
  231. color: #008822;
  232. }
  233. .thing.visited .title,
  234. .thing .title:visited {
  235. color: #aa2288;
  236. }
  237. .entry .buttons li a {
  238. color: #444444;
  239. font-weight: normal;
  240. }
  241. .entry .buttons li a:hover {
  242. color: #666666;
  243. text-decoration: none;
  244. }
  245. .link.last-clicked {
  246. border: 1px dashed #777777;
  247. }
  248. .link .usertext .md {
  249. background-color: #c2c2c2;
  250. color: #000000;
  251. border: 1px solid #777777;
  252. border-radius: 5px;
  253. }
  254. .thumbnail.self {
  255. background-image: url(%%spritesheet%%);
  256. }
  257. .nextprev a,
  258. .next-suggestions a {
  259. border: 1px solid #777777;
  260. color: #000000;
  261. border-radius: 3px;
  262. background: none;
  263. background-color: #d3d3d3;
  264. background-image: linear-gradient(#f0f0f0 0%, #c0c0c0 100%);
  265. }
  266. .usertext.border .usertext-body,
  267. .infobar {
  268. background-color: rgba(255, 128, 0, 0.25);
  269. border: none;
  270. }
  271. /*sidebar*/
  272. .side {
  273. background-color: #c2c2c2;
  274. color: #000000;
  275. width: 288px;
  276. padding: 0 16px;
  277. }
  278. .side a {
  279. color: #002288;
  280. font-weight: normal;
  281. }
  282. .side a:hover {
  283. color: #337777;
  284. text-decoration: none;
  285. }
  286. .side blockquote {
  287. border: 1px solid #777777;
  288. color: #000000;
  289. background-color: #d3d3d3;
  290. border-radius: 3px;
  291. padding: 6px 12px;
  292. }
  293. .side em {
  294. color: #444444;
  295. font-size: 10px;
  296. font-style: normal;
  297. }
  298. .side h2 {
  299. font-size: 14px;
  300. }
  301. .side h2 a {
  302. font-size: 10px;
  303. font-weight: bold;
  304. padding-left: 12px;
  305. text-transform: uppercase;
  306. }
  307. .side hr {
  308. border-color: transparent;
  309. }
  310. .side #search input[type="text"] {
  311. border: 1px solid #777777;
  312. color: #000000;
  313. background-color: #d3d3d3;
  314. width: 100%;
  315. }
  316. .side .infobar {
  317. border: 1px solid #777777;
  318. color: #000000;
  319. background-color: #d3d3d3;
  320. }
  321. .side .infobar a {
  322. color: #002288;
  323. font-weight: normal;
  324. }
  325. .side .infobar a:hover {
  326. color: #337777;
  327. text-decoration: none;
  328. }
  329. .side .linkinfo {
  330. border: 1px solid #777777;
  331. color: #000000;
  332. background-color: #d3d3d3;
  333. }
  334. .side .linkinfo a {
  335. color: #002288;
  336. font-weight: normal;
  337. }
  338. .side .linkinfo a:hover {
  339. color: #337777;
  340. text-decoration: none;
  341. }
  342. .side .linkinfo .shortlink input {
  343. border: 1px solid #777777;
  344. color: #000000;
  345. background-color: #d3d3d3;
  346. font-size: 100%;
  347. }
  348. .side .morelink {
  349. border: 1px solid #777777;
  350. color: #000000;
  351. border-radius: 3px;
  352. background: none;
  353. background-color: #d3d3d3;
  354. background-image: linear-gradient(#f0f0f0 0%, #c0c0c0 100%);
  355. }
  356. .side .morelink a {
  357. color: #444444;
  358. font-weight: normal;
  359. font-weight: normal;
  360. }
  361. .side .morelink a:hover {
  362. color: #666666;
  363. text-decoration: none;
  364. }
  365. .side .morelink .nub {
  366. display: none;
  367. }
  368. .side .titlebox h1 a {
  369. color: #444444;
  370. font-weight: normal;
  371. }
  372. .side .titlebox h1 a:hover {
  373. color: #666666;
  374. text-decoration: none;
  375. }
  376. .side .titlebox form.toggle,
  377. .side .titlebox .leavemoderator {
  378. background: none;
  379. }
  380. .side .sidebox .spacer {
  381. border: 1px solid #777777;
  382. color: #000000;
  383. background-color: #d3d3d3;
  384. }
  385. .side .sidebox .subtitle {
  386. color: #000000;
  387. }
  388. .side .sidecontentbox .content {
  389. border: 1px solid #777777;
  390. color: #000000;
  391. background-color: #d3d3d3;
  392. }
  393. .side .gadget small {
  394. color: #000000;
  395. }
  396. .side #moderation-tools .content {
  397. border: 1px solid #777777;
  398. color: #000000;
  399. background-color: #d3d3d3;
  400. }
  401. #search input[type="submit"] {
  402. background-image: url(%%spritesheet%%);
  403. }
  404. .login-form-side input[type="text"],
  405. .login-form-side input[type="password"] {
  406. border: 1px solid #777777;
  407. color: #000000;
  408. background-color: #d3d3d3;
  409. }
  410. .login-form-side .submit *,
  411. .user-form .submit * {
  412. border: 1px solid #777777;
  413. color: #000000;
  414. border-radius: 3px;
  415. background: none;
  416. background-color: #d3d3d3;
  417. background-image: linear-gradient(#f0f0f0 0%, #c0c0c0 100%);
  418. }
  419. /*form*/
  420. .formtabs-content {
  421. border-top: 1px solid #777777;
  422. margin-top: 6px;
  423. padding-top: 12px;
  424. }
  425. .formtabs-content .infobar {
  426. border: 1px solid #777777;
  427. color: #000000;
  428. background-color: #d3d3d3;
  429. }
  430. .formtabs-content .roundfield {
  431. clear: left;
  432. background-color: #dedede;
  433. border: none;
  434. }
  435. .formtabs-content .roundfield .roundfield-content {
  436. border: none;
  437. }
  438. .formtabs-content .roundfield textarea,
  439. .formtabs-content .roundfield input[type="text"],
  440. .formtabs-content .roundfield input[type="url"],
  441. .formtabs-content .roundfield input[type="password"],
  442. .formtabs-content .roundfield input[type="number"] {
  443. border: 1px solid #777777;
  444. color: #000000;
  445. background-color: #d3d3d3;
  446. }
  447. .formtabs-content .roundfield #url-field button {
  448. border: 1px solid #777777;
  449. color: #000000;
  450. border-radius: 3px;
  451. background: none;
  452. background-color: #d3d3d3;
  453. background-image: linear-gradient(#f0f0f0 0%, #c0c0c0 100%);
  454. }
  455. ul.tabmenu.formtab {
  456. padding-left: 0;
  457. }
  458. #suggested-reddits {
  459. font-size: 56%;
  460. }
  461. .submit_text h1 {
  462. color: #000000;
  463. }
  464. .content.submit .info-notice {
  465. border: 1px solid #777777;
  466. color: #000000;
  467. background-color: #d3d3d3;
  468. }
  469. /*footer*/
  470. .footer {
  471. border: 1px solid #777777;
  472. color: #000000;
  473. background-color: #d3d3d3;
  474. }
  475. /*others*/
  476. .sheets .col textarea {
  477. width: 95%;
  478. }
  479. .icon-menu a {
  480. background: transparent;
  481. }
  482. .expando-button {
  483. background-color: #dedede;
  484. }
  485. .expando-button.selftext.collapsed,
  486. .expando-button.selftext.collapsed:hover,
  487. .eb-sch,
  488. .expando-button.selftext.expanded,
  489. .eb-se,
  490. .expando-button.selftext.expanded:hover,
  491. .eb-seh,
  492. .expando-button.video.collapsed,
  493. .expando-button.video.collapsed:hover,
  494. .eb-vch,
  495. .expando-button.video.expanded,
  496. .eb-ve,
  497. .expando-button.video.expanded:hover,
  498. .eb-veh {
  499. background-image: url(%%spritesheet%%);
  500. }
  501. .linefield {
  502. background-color: #c2c2c2;
  503. }
  504. .linefield .title,
  505. .linefield .gray {
  506. color: #000000;
  507. }
  508. /*res*/
  509. .res .RES-keyNav-activeElement,
  510. .res .comment .RES-keyNav-activeElement {
  511. background-color: #eeeeee !important;
  512. }
  513. div .RES-keyNav-activeElement,
  514. div .commentarea .RES-keyNav-activeElement .md,
  515. div .commentarea .RES-keyNav-activeElement.entry .noncollapsed {
  516. background: transparent !important;
  517. }
  518. html.res-commentBoxes .comment .comment,
  519. html.res-commentBoxes .comment .comment .comment,
  520. html.res-commentBoxes .comment .comment .comment .comment,
  521. html.res-commentBoxes .comment .comment .comment .comment .comment,
  522. html.res-commentBoxes .comment .comment .comment .comment .comment .comment,
  523. html.res-commentBoxes .comment .comment .comment .comment .comment .comment .comment,
  524. html.res-commentBoxes .comment .comment .comment .comment .comment .comment .comment .comment,
  525. html.res-commentBoxes .comment .comment .comment .comment .comment .comment .comment .comment .comment,
  526. html.res-commentBoxes .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment,
  527. html.res-commentBoxes .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment {
  528. background: #dedede !important;
  529. }
  530. html span.score {
  531. color: #000000 !important;
  532. }
  533. .pagename {
  534. position: relative;
  535. top: 12px;
  536. color: #FFF;
  537. }
  538. .pagename a {
  539. color: transparent;
  540. display: inline-block;
  541. height: 44px;
  542. width: 141px;
  543. background-image: url(%%logo%%);
  544. background-repeat: no-repeat;
  545. position: relative;
  546. bottom: 12px;
  547. }
  548. .pagename a:hover,
  549. .pagename a:active {
  550. color: transparent;
  551. }
  552. /*
  553.  
  554. .linkflair-solved .linkflairlabel {
  555. color:black;
  556. background-color:#90EE90!important;
  557. border-color:#000!important;
  558. border-width:1px;
  559. border-radius:3px;
  560. }
  561.  
  562.  
  563. .linkflair-unsolved .linkflairlabel {
  564. color: #000000;
  565. background-color:#FF8D8D!important;
  566. border-color:#000!important;
  567. border-width:1px;
  568. border-radius:3px;
  569. }
  570.  
  571.  
  572. .linkflair-noflair .linkflairlabel {
  573. color: #000000;
  574. background-color:#FFE0E0!important;
  575. border-color:#000!important;
  576. border-width:1px;
  577. border-radius:3px;
  578. }
  579.  
  580. .linkflair-blu .linkflairlabel {
  581. color: #000000;
  582. background-color:#ADD6FF!important;
  583. border-color:#000!important;
  584. border-width:1px;
  585. border-radius:3px;
  586. }
  587.  
  588. .flair.flair-aliceblue {
  589. background-color:#FFFFFF;
  590. font-size:10px;
  591. color:black;
  592. border-color:#000000;
  593. border-width:1px;
  594. border-radius:3px;
  595. }
  596.  
  597. */
  598. .linkflairlabel {
  599. background: #282C34;
  600. color: #FFF;
  601. position: relative;
  602. top: 2px;
  603. border: none;
  604. border-radius: 0;
  605. padding: 1px 4px 3px;
  606. }
  607. .linkflairlabel[title="Tip"] {
  608. background: #644A64;
  609. }
  610. .linkflairlabel[title="PSA"] {
  611. background: #FFB72D;
  612. }
  613. .linkflairlabel[title="Demo"] {
  614. background: #19A3FF;
  615. }
  616. .linkflairlabel[title="Resource"] {
  617. background: #C145A5;
  618. }
  619. .linkflairlabel[title="Tutorial"] {
  620. background: #1C774B;
  621. }
  622. .linkflairlabel[title="Newcomer"] {
  623. background: #E14C11;
  624. }
  625. .linkflairlabel[title="Unsolved"] {
  626. background: #961010;
  627. }
  628. .linkflairlabel[title="Solved"] {
  629. background: #14A714;
  630. }
  631. .linkflairlabel[title="FAT"] {
  632. background: #190707;
  633. }
  634. .linkflairlabel[title="AM[2D]A"] {
  635. background: #AEB404;
  636. }
  637. .entry .buttons li .flairselectbtn {
  638. color: #39f;
  639. }
  640. .entry .buttons li .report-thing {
  641. color: #f93;
  642. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement