tentacoolgoods

simple with left border

Oct 2nd, 2017
450
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.98 KB | None | 0 0
  1. GLOBAL_HEAD<=
  2. <link href="http://fonts.googleapis.com/css?family=Roboto+Condensed" rel="stylesheet" type="text/css">
  3.  
  4. <style>
  5. /* layout by enola and brie with very minor edits by tentacool - feel free to reach out for assistance */
  6. /* you do not need to rehost any of my fonts unless you choose to */
  7.  
  8. @font-face { font-family: "starfish"; src: url('https://dl.dropboxusercontent.com/s/pmqlfb0lqbvflrn/Starfish.ttf'); format("truetype");}
  9.  
  10. /* background */
  11. html {background-image:url(https://i.imgur.com/3PWJuPy.png);background-color: ;background-attachment: fixed;}
  12. body, td {font-family: calibri; font-size: 10px; line-height: 9px; color: #3B2E2C;}
  13.  
  14. /* entrybox and sidebar image*/
  15. .entrybox, .shadowed {background: url(https://i.imgur.com/F4GC5HL.png);box-shadow:0 0 1px #dddddd;
  16. border-left:0px solid; border-right: 0px; border-top: 0px; border-width: 0px 0px 0px 2px; border-image: url(https://i.imgur.com/XyJXPG7.jpg) 4 repeat;}
  17.  
  18. /* namefield */
  19. .shadowed td div {font-family:starfish;color: #00A3FC; font-size:35px;line-height:13px; text-shadow:1px 1px 1px #CCC;letter-spacing:0px;-webkit-text-stroke: 0.1px;-ms-text-stroke: 0.1px; padding-bottom:4px;}
  20.  
  21. /* links */
  22. a, a:visited, a:active {color: #00A3FC; text-decoration: none;; -webkit-transition-duration: 1.2s; -moz-transition-duration: 1.2s; transition-duration: 1.2s;}
  23. a:hover{color: #FFB8FB; text-decoration: none;-webkit-transition-duration: 1.2s; -moz-transition-duration: 1.2s; transition-duration: 1.2s;}
  24.  
  25. /* links under namefield */
  26. a.index {display:visible !important;}
  27. table table table td.meta a {text-transform:uppercase; font-size:8px;letter-spacing:1px;line-height:8px;margin-top:-4px;}
  28. table table table td.meta {font-size:0px;line-height:0px;}
  29.  
  30. /* mood & music */
  31. .entrybox td.meta {display:none; font-size:8px; line-height:8px;}
  32.  
  33. /* date & time */
  34. .entrybox td.index {display:none; Roboto Condensed; font-size: 10px; line-height:0px;}
  35.  
  36. /* top right navigation */
  37. a.index {visibility:visible !important;}
  38.  
  39. /* usericon */
  40. .index img, .shadowed img {border-radius:; box-shadow:; padding:2px; height:80px; width:80px;}
  41.  
  42. /* subject */
  43. p table table td.caption {font-family:Roboto Condensed; font-size: 10px; line-height:0px; font-weight:normal; letter-spacing:1px; text-transform:uppercase;
  44. border-radius:px px 0 0; border-width: 0px 0px 2px 0px; border-image: url(http://i.imgur.com/Z5upPmm.jpg) 7 repeat;}
  45.  
  46. /* comments */
  47. .comments{color:#3EC9A7; font-family: Roboto Condensed; font-size:8px; line-weight: lighter; line-height:0px; letter-spacing:1px; opacity: ; text-transform:uppercase; padding:4px;}
  48.  
  49. /* cursor */
  50. body, a {cursor:url(https://i.imgur.com/h2zNor5.png), default;}
  51. a:hover {cursor:url(https://i.imgur.com/6GAtOYA.png), default;}
  52.  
  53. /* hides standard upper links */
  54. tr.caption {visibility:hidden;position:absolute;top:1px; !important;}
  55.  
  56.  
  57. /* all misc little text */
  58. .comments, .date, .index, .meta, .ljadshadowed, span.ljuser {font-family:Roboto Condensed, Calibri, Consolas, Monaco, "Lucida Console", monospace;font-size:8px;text-transform:uppercase;line-height:10px;padding:0px;letter-spacing:1px !important;text-shadow:1px 1px 1px #DDD;}
  59.  
  60. /* friends only and private locks */
  61. img[src*="img/icon_protected.gif"] {width: 0 !important; height: 0 !important; background: transparent url(http://i.imgur.com/VQezO8R.png) no-repeat !important; padding: 9px 0 0 7px !important; vertical-align:-1px !important;opacity:0.8;}
  62. img[src*="img/icon_private.gif"] {width: 0 !important; height: 0 !important; background: transparent url(http://i.imgur.com/jEQ6Le9.gif) no-repeat !important; padding:9px 0 0 9px !important; vertical-align:-2px !important;opacity:0.8;}
  63.  
  64. /* lj icons */
  65. .ljuser img{display:none;}
  66.  
  67. ::-webkit-scrollbar {width: 1px;}
  68. ::-webkit-scrollbar-track {-webkit-box-shadow: inset 0 0 0px;background-image: url();background-color:#EEE;}
  69. ::-webkit-scrollbar-thumb {-webkit-box-shadow: inset 1px 1px 1px #ccc;background-image:url();border-radius:0px;background-color:#25C7EF;}
  70.  
  71. </style>
  72.  
  73. <=GLOBAL_HEAD
Advertisement
Add Comment
Please, Sign In to add comment