Advertisement
luckyoldsun

blue/purple layout

Feb 25th, 2019
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.21 KB | None | 0 0
  1. <style>
  2.  
  3. body, td {
  4. font-family: verdana, sans-serif;
  5. font-size: 10pt;
  6. }
  7. tt, pre {
  8. font-family: monospace;
  9. }
  10. a {
  11. text-decoration: none;
  12. }
  13. a:hover {
  14. text-decoration: underline;
  15. }
  16. .shadowed, .ljadshadowed {
  17. font-size: 8pt;
  18. background: ;
  19. }
  20. .ljadshadowed div {
  21. visibility: visible;
  22. position: relative;
  23. }
  24. .meta {
  25. font-size: 8pt;
  26. }
  27. .index {
  28. font-size: 8pt;
  29. }
  30. .caption, .index {
  31. color: ;
  32. }
  33. .comments {
  34. font-size: 8pt;
  35. }
  36. </style>
  37.  
  38.  
  39. <link rel="stylesheet" type="text/css" href="http://www.insanejournal.com/stc/lj_base.css?v=1488833697" />
  40. <link rel="stylesheet" type="text/css" href="http://www.insanejournal.com/stc/esn.css?v=1488833697" />
  41. <link rel="meta" type="application/rdf+xml" title="FOAF" href="http://asylums.insanejournal.com/htmlshit/data/foaf" />
  42. <meta name="foaf:maker" content="foaf:mbox_sha1sum '595004faa019bc179ef2a7b68941b6dc6c39a889'" />
  43. <link href="https://fonts.googleapis.com/css?family=Playfair+Display" rel="stylesheet">
  44. <link rel="stylesheet" href="http://ortiz.neocities.org/fonts/script.css">
  45. <link rel="stylesheet" href="https://acrobat.neocities.org/fonts4.css">
  46. <link rel="stylesheet" href="http://acrobat.neocities.org/morefonts.css">
  47. <link rel="stylesheet" href="http://acrobat.neocities.org/fonts.css">
  48. <link rel="stylesheet" href="http://acrobat.neocities.org/fonts2.css">
  49. <link rel="stylesheet" href="http://acrobat.neocities.org/fonts3.css">
  50. <link rel="stylesheet" href="http://acrobat.neocities.org/uploadurfonts.css">
  51. <link href="https://fonts.googleapis.com/css?family=Oswald:300" rel="stylesheet">
  52. <link href="https://fonts.googleapis.com/css?family=Barrio" rel="stylesheet">
  53.  
  54. <meta type="credit" content="ᴄᴏᴅᴇᴅ ʙʏ ᴠᴀɴᴇssᴀʜ@ɪᴊ ● ᴘʟᴇᴀsᴇ ʙᴇ ᴄᴏᴜʀᴛᴇᴏᴜs! ᴋᴇᴇᴘ ᴛʜɪs ᴄʀᴇᴅɪᴛ ɪɴᴛᴀᴄᴛ ᴀɴᴅ ᴅᴏ ɴᴏᴛ ʜᴏᴛʟɪɴᴋ — ʀᴇᴜᴘʟᴏᴀᴅ ᴍʏ ᴄss ғɪʟᴇ ᴀɴᴅ ɪᴍᴀɢᴇs ᴛᴏ ʏᴏᴜʀ ᴏᴡɴ ᴀᴄᴄᴏᴜɴᴛs. ᴛʜᴀɴᴋ ʏᴏᴜ! ♡">
  55. <title>sᴏᴍᴇᴛɪᴍᴇs ᴛʜᴇ ᴄʟᴏᴛʜᴇs ᴅᴏ ɴᴏᴛ ᴍᴀᴋᴇ ᴛʜᴇ ᴍᴀɴ</title>
  56.  
  57.  
  58.  
  59. <style>
  60.  
  61.  
  62. body {
  63. /* Background + Gradient */
  64. background: #f2f2f2; /* Old browsers */
  65. background: -moz-linear-gradient(top, #C6B8F6 0%, #98BCEA 100%); /* FF3.6-15 */
  66. background: -webkit-linear-gradient(top, #C6B8F6 0%,#98BCEA 100%); /* Chrome10-25,Safari5.1-6 */
  67. background: linear-gradient(to bottom, #C6B8F6 0%,#98BCEA 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */;}
  68.  
  69. @font-face {
  70. font-family: 'three';
  71. src: url('//2ttf.com/webfont/aIDHbVDy/webfont.ttf') format('truetype');}
  72.  
  73.  
  74. /* REMOVES HEADER BOX, INCL. LINKS AND ICON */
  75. .shadowed {height: 0px; }
  76. .shadowed img {display: none; }
  77.  
  78. /* ENTRY BOXES */
  79. .entrybox {background-color: rgba(255, 255, 255, 0.3); box-shadow: 1px 1px 1px rgba(0,0,0,0.1); }
  80. table {margin-bottom: -3px; }
  81.  
  82. /* SUBJECT LINES */
  83. p table table td.caption {
  84. color: #000000;
  85. font-family: 'Oswald', sans-serif;
  86. font-size: 12px;
  87. line-height: 6px;
  88. text-shadow: 0px 0px 1px #a9a9a7;
  89. text-transform: uppercase; }
  90.  
  91. /* MOVES DATES TO NEW LINE */
  92. .entrybox td.index, .dated {display: none; }
  93.  
  94. /* NEW DATES */
  95. .dates {
  96. color: #000000;
  97. font-family: consolas;
  98. font-size: 7px;
  99. letter-spacing: 1px;
  100. line-height: 4px;
  101. text-shadow: 0px 0px 1px #a9a9a7;
  102. text-transform: uppercase; }
  103.  
  104. /* FRIENDS PAGE ICONS * /
  105. .entrybox a.index {
  106. color: #000;
  107. font-family: stars;
  108. font-size: 7px;
  109. letter-spacing: 2px;
  110. line-height: 14px;
  111. text-transform: uppercase; }
  112.  
  113. .entrybox a.index img {
  114. border-radius: 50px;
  115. box-shadow: 1px 1px 1px #ddd;
  116. height: 75px;
  117. width: 75px; }
  118.  
  119. .entrybox tr td table tr td table tr td {
  120. background: transparent; }
  121.  
  122. /* ENTRY FONT */
  123. body, html, td {
  124. color: #000000;
  125. font-family: arial;
  126. font-size: 10px;
  127. letter-spacing: 1px;
  128. line-height: 12px; }
  129.  
  130. /* usericons & locks. */
  131. .ljuser img {display:none;}
  132. .ljuser:before {content: "★";}
  133. .caption img {width:8px; height:8px;}
  134.  
  135. /* COMMENTS */
  136. .comments {
  137. font-family: 'Oswald', sans-serif; font-size: 11px; line-height: 11px;
  138. text-transform: uppercase; font-weight: lighter; text-shadow: 0 0 0;
  139. letter-spacing: 0.5px; padding-bottom: 3px; padding-right: 3px; }
  140.  
  141. /*bottom nav text*/
  142. p table table table td.meta {font-size: 0px; line-height: 0px;}
  143. p table table td.meta a{
  144. font-family: consolas;
  145. font-size: 6pt;
  146. line-height: 4px;
  147. letter-spacing: 0px;
  148. font-weight: lighter;
  149. text-transform: uppercase;
  150. padding: 2px;
  151. }
  152.  
  153. /* VIEWING */
  154. .index, .meta {
  155. font-family: consolas;
  156. font-size: 7px;
  157. font-weight: lighter;
  158. letter-spacing: 1px;
  159. line-height: 7px;
  160. opacity: 0.80;
  161. text-transform: uppercase; }
  162.  
  163. /* friends page icons & users */
  164. .entrybox a.index font {
  165. color: #686868;
  166. font-family: consolas;
  167. font-size: 6pt;
  168. line-height: 7pt;
  169. text-transform: uppercase;
  170. letter-spacing: 0.5px;
  171. padding:1px;}
  172.  
  173. .entrybox tr td table tr td table tr td {
  174. background: transparent;}
  175.  
  176. /* changes friend icons */
  177. .index img {
  178. height: 75px;
  179. width: 75px;}
  180.  
  181. /* ALIGNS ALL TEXT */
  182. tr {text-align: justify; }
  183.  
  184. /* LINK EFFECTS */
  185. a {
  186. color: #333;
  187. text-decoration: none;
  188. text-shadow: 1px 1px 1px #91BDE8;
  189. transition: 0.6s;
  190. -webkit-transition: 0.6s; }
  191.  
  192.  
  193. /* SELECTED TEXT */
  194. ::selection {
  195. background-color: white;
  196. color: #b199ff;
  197. text-shadow: 1px 1px 1px #f6f6f6; }
  198.  
  199. /* SCROLLBAR */
  200. ::-webkit-scrollbar {
  201. background-color: #fff;
  202. width: 13px; }
  203.  
  204. ::-webkit-scrollbar-thumb {
  205. background-color: #ccc;
  206. border: 6px solid #fff; }
  207.  
  208. ::-webkit-scrollbar-track {
  209. background-color: #eee;
  210. border: 6px solid #fff; }
  211.  
  212. /* ETCETERA */
  213. hr {border-left: none; border-top: 1px solid #dfdfdf; }
  214.  
  215. u {border-bottom: 1px solid #c0c0c0;
  216. padding-bottom: 0px;
  217. text-decoration: none; }
  218.  
  219. #credit {
  220. background-color: rgba(0,0,0,0.04);
  221. bottom: 10px;
  222. color: #5a5a5a;
  223. font-family: zen;
  224. font-size: 12px;
  225. height: 10px;
  226. overflow: hidden;
  227. padding: 5px;
  228. position: fixed;
  229. right: 10px;
  230. transition-duration: 0.6s;
  231. width: 10px;
  232. -webkit-transition-duration: 0.6s; }
  233.  
  234. #src {
  235. color: #5a5a5a;
  236. font-family: zen;
  237. font-size: 7px;
  238. margin-left: 4px;
  239. margin-top: 1px;
  240. position: absolute;
  241. text-transform: uppercase; }
  242.  
  243.  
  244. /* SIDEBAR */
  245. #sidebar {
  246. height: 0px;
  247. position: fixed;
  248. margin-left: 245px;
  249. margin-top: 14px;
  250. width: 150px;
  251. visibility: visible; }
  252.  
  253. #navi {margin-left: 15px; }
  254. #navi a {
  255. background-color: rgba(255, 255, 255, 0.3);
  256. font-size: 10px;
  257. display: inline-block;
  258. padding: 6px;
  259. text-align: center; }
  260. </style>
  261.  
  262.  
  263.  
  264. <style>
  265.  
  266. table table table table .meta {visibility:hidden; position:absolute; top:1px}
  267. table table table table table .meta {visibility:visible; position:relative; top:1px}
  268. tr.caption {display:none}
  269. .shadowed td div {visibility:hidden; position:absolute; top:1px}
  270. .shadowed span#navigation img {display:inline; visibility:visible; position:relative;}
  271. </style>
  272.  
  273.  
  274. <div id="sidebar"><span id="navi">
  275. <a href="/profile" style="color:#00c7ef;" title="profile"><i class="http://i.imgur.com/8JMVvOt.png" aria-hidden="true"></i></a>
  276. <a href="friends" style="color:#00c7ef;" title="friends"><i class="http://i.imgur.com/ufX5gBe.png" aria-hidden="true"></i></a>​
  277. <a href="/2001/01/01/" style="color:#00c7ef;" title="customs"><i class="http://i.imgur.com/JGKhc9H.png" aria-hidden="true"></i></a>
  278. </span></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement