Advertisement
codejam

cputh

Nov 12th, 2017
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.51 KB | None | 0 0
  1. GLOBAL_HEAD<=
  2. <link href="http://fonts.googleapis.com/css?family=Dosis" rel="stylesheet" type="text/css">
  3. <link href="https://fonts.googleapis.com/css?family=Cabin+Sketch" rel="stylesheet">
  4. <link href="https://fonts.googleapis.com/css?family=Sail" rel="stylesheet">
  5.  
  6.  
  7. <style>
  8.  
  9.  
  10.  
  11.  
  12. /* credit: coding/ell/laurel */
  13.  
  14. body {background-color:#f0f0f0;}
  15. table {border:0px solid #cccccc;} table table {border:0;}
  16.  
  17. tr {text-align:justify;} .entrybox {width:594px;} .date, a.index {visibility:visible !important;}
  18.  
  19. table table table td.meta {font-size:0px;line-height:0px;}
  20. p table.entrybox table table td.meta, table table table td.meta a {font-size:8px;letter-spacing:1px;line-height: 8px;margin-top:-4px;}
  21. table table tr.caption td.caption, .entrybox td table td.index, tr.caption, .entrybox td.meta {visibility:hidden; line-height: 0px;}
  22.  
  23. .entrybox, .shadowed {background-color:#ffffff;box-shadow:0 0 1px #eee;
  24. border-left:1px solid; border-right: 0px; border-top: 0px; border-bottom:0px; border-color:#D7D7D7;}
  25.  
  26.  
  27. /* body text */
  28. tr, td, table, body {padding:1px; font-family: inconsolata, franklin gothic medium, arial; font-size: 11px; line-height:11px; color:#777;}
  29.  
  30. /* subject lines */
  31. p table table td.caption {font-family: dosis; font-size: 8px; letter-spacing:1px; padding-bottom: 3px; line-height: 0px; text-shadow: 0px 0px 1px #eeeeee;text-transform: uppercase;}
  32.  
  33. /* namefield. */
  34. .shadowed td div {font-family: sail; font-size:30px; letter-spacing:-1px; line-height:0px; color:#555; text-shadow: 0px 0px 1px #ddd; text-transform: lowercase; font-weight: none;}
  35. .shadowed td div img {box-shadow: 0 0 0 !important;}
  36.  
  37. /* all misc little text */
  38. p.index, .index, tr.caption, .meta, td.meta, .comments, .date {font-family: consolas, calibri, helvetica; font-size: 7px; line-height:7px; color: #444; letter-spacing:1px; text-transform:uppercase; padding:0px;}
  39. .date {padding:0;display:visible;text-align:left; font-size: 6px;} .dates{display:all;}
  40.  
  41. b {font-weight:normal !important;}
  42.  
  43. /* link effects. */
  44. a {color: #555; text-decoration: none;; -webkit-transition-duration: 1.2s; -moz-transition-duration: 1.2s; transition-duration: 1.2s;}
  45. a:hover{color: #000; text-decoration: none;-webkit-transition-duration: 1.2s; -moz-transition-duration: 1.2s; transition-duration: 1.2s;}
  46.  
  47. /* usericons & locks. */
  48. .shadowed img, .index img{border-radius: 0px; opacity:1.0; filter:alpha(opacity=100); height:80px;width:80px; padding: 0px; border: 0px solid #AAC5CF; background: #F5FAFA; box-shadow: 0 0 0px #AAC5CF;}
  49. .shadowed img{; border: 1px solid #d7d7d7; padding: 2;}
  50. p table table td.caption img {height:6px; width:7px; opacity:0.7;}
  51.  
  52. img[src*="img/userinfo.gif"] {width: 0 !important; height: 0 !important; background: transparent url() no-repeat !important; padding:7px 0 0 7px !important; vertical-align:-1px !important;opacity:0.8;}
  53. img[src*="img/community.gif"] {width: 0 !important; height: 0 !important; background: transparent url() no-repeat !important; padding:9px 0 0 9px !important; vertical-align:-1px !important;}
  54.  
  55.  
  56. /* friends page icons & users. */
  57. .entrybox a.index {background:transparent; color:#bda99b; font-size:8px;}
  58.  
  59. ::-webkit-scrollbar {width: 2px;} ::-webkit-scrollbar-track {-webkit-box-shadow: inset 0 0 0px;background-image: url();background-color:#eee;}
  60. ::-webkit-scrollbar-thumb {-webkit-box-shadow: inset 1px 1px 1px tan;background-image:url('');border-radius:0px;background-color:#fff;}
  61.  
  62. body, a, a:hover {cursor:url(http://i.imgur.com/ONVDMqu.png), default;}</style>
  63.  
  64. <=GLOBAL_HEAD
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement