suoh--chan

verses page for Jelly

Mar 22nd, 2016
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.31 KB | None | 0 0
  1.  
  2. <html>
  3. <head>
  4.  
  5.  
  6.  
  7. <link rel="shortcut icon" href="https://cdn2.iconfinder.com/data/icons/windows-8-metro-style/512/globe.png" />
  8. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  9. <title>Verse</title>
  10.  
  11.  
  12.  
  13. </head>
  14.  
  15. <!-- from here on, you creat class and id DIV's; class looks like: .something id's being #something, you use here to stylize how your theme looks, what color, backgrounds, borders, fonts, texts, padding, margins all of that cool stuff -->
  16.  
  17. </style>
  18.  
  19. <link href='https://fonts.googleapis.com/css?family=Anton|Pacifico|Vollkorn' rel='stylesheet' type='text/css'>
  20.  
  21. <link href='https://fonts.googleapis.com/css?family=Jura:600|Poiret+One' rel='stylesheet' type='text/css'>
  22.  
  23. <style type="text/css">
  24.  
  25.  
  26.  
  27. ::-webkit-scrollbar {width: 4px; height: 1px; background: #; }
  28. ::-webkit-scrollbar-thumb { background-color: #0F1C38; -webkit-border-radius: 1ex; }
  29.  
  30. #verse {
  31. width: 100%;
  32. height:200px; /* i restricted the height of each section just so it would match up with the icons, it will scroll automatically if your text is longer - but you don’t have to include this bit if you don’t want to */
  33. background-color: transparent;
  34. border-bottom:solid 1px #0F1C38; /* an optional bit of styling which you can alter or remove as preferred */
  35. padding-bottom:5px;
  36. margin-bottom:10px;
  37. overflow:auto;}
  38.  
  39. #rel img {
  40. float:left; /* you can change this to right if you prefer your image on the other side */
  41. margin:8px;
  42. border:5px solid #0F1C38; /* icon border color */
  43. width:80px;
  44. height:80px;
  45. padding:5px;
  46. -webkit-transition:all 0.3s ease-out;
  47. -moz-transition:all 0.3s ease-out;
  48. transition:all 0.3s ease-out;}
  49.  
  50. /* the section below is completely optional, but it’s just an additional style option for an effect when you hover over an image */
  51.  
  52. #rel:hover img {
  53. border:5px solid #6880CA; /* icon border hover color */
  54. -webkit-transition:all 0.3s ease-out;
  55. -moz-transition:all 0.3s ease-out;
  56. transition:all 0.3s ease-out;}
  57.  
  58. body {
  59. background:#1B3F8B;
  60. margin:0px;
  61. color:#1a1b2d;
  62. font-family: 'Vollkorn', serif;
  63. font-size:15px;
  64. line-height:120%;
  65. background-image:url("");
  66. background-attachment: fixed;
  67. background-image:stretch;
  68. background-repeat: no-repeat;
  69. background-image:cover;
  70. background-position:left top;
  71. }
  72.  
  73.  
  74. a {
  75. text-decoration:none;
  76. -moz-outline-style:none;
  77. font-family: 'Vollkorn', serif;
  78. color:#27408B;
  79. font-weight:bold;
  80. -webkit-transition: all 0.5s ease;
  81. -moz-transition: all 0.5s ease;
  82. -o-transition: all 0.5s ease
  83. }
  84.  
  85. a:hover {
  86. opacity:1;
  87. color:#6880CA;
  88. -webkit-transition: all 0.5s ease;
  89. -moz-transition: all 0.5s ease;
  90. -o-transition: all 0.5s ease
  91. }
  92.  
  93. b, strong {
  94. font-size:20px;
  95. font-weight:bold;
  96. color:#0F1C38;
  97. font-family: 'Jura', sans-serif;
  98. }
  99.  
  100. i, em {
  101. color:#6880CA;
  102. text-shadow:2px 2px 2px #0D1B45;
  103. font-family: 'Poiret One', cursive;
  104. font-size:20px;
  105. }
  106.  
  107. h2 {
  108. font-size:25px;
  109. color:#27408B;
  110. text-shadow:2px 2px 2px #000;
  111. font-family: 'Anton', sans-serif;
  112. }
  113.  
  114. /*BLOCKQUOTE*/
  115. blockquote {
  116. border-radius:25px;
  117. width: 400px;
  118. font-size:11px;
  119. text-transform: normal;
  120. line-height:10px;
  121. margin-left:0px;
  122. padding: 4px;
  123. padding-left:12px;
  124. border-left: 1px solid #0F1C38;
  125. color: {color:text};
  126. }
  127.  
  128.  
  129. /* links */
  130.  
  131. #links {
  132. margin-top:70px;
  133. margin-left:700px;
  134. font-family: 'IM Fell English SC', cursive;
  135. text-transform: uppercase;
  136. text-align:left;
  137. font-weight:lighter;
  138. color:#0F1C38;
  139. }
  140.  
  141. #links a {
  142. padding:3px;
  143. font-size:9px;
  144. letter-spacing:2px;
  145. margin-right:8px;
  146. color:#0F1C38;
  147. }
  148.  
  149. #links a:hover {
  150. color:#fff;
  151. }
  152.  
  153.  
  154. div.button a{
  155. text-align: center;
  156. margin:2px;
  157. padding:3px 0px;
  158. color:#0F1C38;
  159. background-color:{color:button};
  160. margin-top:2px;
  161. position:relative;
  162. width: 196px;
  163. display: inline-block;
  164.  
  165. }
  166. div.button a:hover{
  167. padding:3px 0;
  168. color:transparent ;
  169. background-color: #fff;
  170.  
  171.  
  172. }
  173.  
  174.  
  175. #entries {
  176. width:500px;
  177. height:500px;
  178. padding:10px;
  179. margin-left:400px;
  180. margin-top:50px;
  181. position:fixed;
  182. overflow:auto;
  183. background-color:#2A4D98;
  184. border: 20px double #0F1C38;
  185.  
  186. }
  187.  
  188. #posts {
  189. width:500px;
  190. }
  191.  
  192.  
  193.  
  194. #maker{
  195. float:right;
  196. position:fixed;
  197. bottom:5px;
  198. right:10px;
  199. padding:7px;
  200. font-size:8px;
  201. text-align:center;
  202. line-height:210%;
  203. border: 2px dotted #0F1C38;
  204. text-transform:uppercase;
  205. }
  206.  
  207. #maker a{
  208. padding:7px;
  209. color:#0F1C38;
  210. }
  211.  
  212. #maker a:hover{
  213. color:#fff;
  214. padding:7px;
  215. background-color:{color:hover};
  216. }
  217.  
  218. #fade { /*--Transparent background layer--*/
  219. display: none; /*--hidden by default--*/
  220. background: #000;
  221. position: fixed; left: 0; top: 0;
  222. width: 100%; height: 100%;
  223. opacity: .80;
  224. z-index: 9999;
  225. }
  226.  
  227. .c,.r{position:fixed;text-transform:lowercase;color:#5072af;letter-spacing:1px;font-size:22px;}
  228. .r {top:30px;left:30px;}
  229. .r i {margin-right:3px;font-size:10px;}
  230.  
  231.  
  232. </style>
  233.  
  234.  
  235. <!-- here is the credit -->
  236. <div id="maker"><a href="http://oforigami.co.vu/">c.</a></div></center>
  237.  
  238.  
  239. <div id="entries"><div id="posts">
  240. <br>
  241. <div style="background: transparent;padding: 5px; font-family: 'Vollkorn', serif; font-size: 50px; font-weight:bold; text-align:center; color:#27408b;} letter-spacing: 2px;text-shadow:2px 2px 2px #000;">
  242. Verse</div><br><center><i>please be advised there may be triggers in this information</i></center><br>
  243.  
  244. <div id="verse">
  245. <div id="rel">
  246. <h2>title</h2>
  247. <a href="/"><!– add the link here if you would like the icon to be a link –>
  248.  
  249. <!– add the url to the icon here –>
  250. <img src="/" /></a></div>
  251.  
  252. <b>Age:</b> - <br>
  253. <b>FC:</b> - <br>
  254. info
  255. <b>bold</b>
  256. <i>italic</i>
  257. <a href="/ask">link</a>
  258. </div>
  259.  
  260. <!– finish copying and paste new section here –>
  261.  
  262. <div id="verse">
  263. <div id="rel">
  264. <h2>title</h2>
  265. <a href="/"><!– add the link here if you would like the icon to be a link –>
  266. <br>
  267. <!– add the url to the icon here –>
  268. <img src="/" /></a></div>
  269.  
  270. <b>Age:</b> - <br>
  271. <b>FC:</b> - <br>
  272. info
  273. </div>
  274.  
  275. <!– finish copying and paste new section here –>
  276.  
  277. <div id="verse">
  278. <div id="rel">
  279. <h2>title</h2>
  280. <a href="/"><!– add the link here if you would like the icon to be a link –>
  281.  
  282. <!– add the url to the icon here –>
  283. <img src="/" /></a></div>
  284.  
  285. <b>Age:</b> - <br>
  286. <b>FC:</b> - <br>
  287. info
  288. </div>
  289.  
  290. <!– finish copying and paste new section here –>
  291.  
  292. <div id="verse">
  293. <div id="rel">
  294. <h2>title</h2>
  295. <a href="/"><!– add the link here if you would like the icon to be a link –>
  296.  
  297. <!– add the url to the icon here –>
  298. <img src="/" /></a></div>
  299.  
  300. <b>Age:</b> - <br>
  301. <b>FC:</b> - <br>
  302. info
  303. </div>
  304.  
  305. <!– finish copying and paste new section here –>
  306.  
  307. <div id="verse">
  308. <div id="rel">
  309. <h2>title</h2>
  310. <a href="/"><!– add the link here if you would like the icon to be a link –>
  311.  
  312. <!– add the url to the icon here –>
  313. <img src="/" /></a></div>
  314.  
  315. <b>Age:</b> - <br>
  316. <b>FC:</b> - <br>
  317. info
  318. </div>
  319.  
  320. <!– finish copying and paste new section here –>
  321.  
  322.  
  323.  
  324. </div>
  325. </div>
  326. <div style="background: transparent;padding: 5px; font-family: 'IM Fell English SC', cursive;; font-size: 50px; font-weight:bold; text-align:center; color:#0F1C38;} letter-spacing: 2px;">
  327. <a class ="r" href="/"><i class="fa fa-angle-left"></i> return to blog</a></div>
  328.  
  329. </div>
  330. </div>
  331.  
  332. </body>
  333. </html>
Add Comment
Please, Sign In to add comment