shiganshina

stripe layout, pet image circle, no stats

Nov 7th, 2018
1,013
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.35 KB | None | 0 0
  1. <!-- layout divs -->
  2. <div id="stripe"></div><div id="innerstripe"></div>
  3.  
  4. <!-- navigation -->
  5. <div id="navpos">
  6. <a class="navtab" id="tab1" href="#one">I.</a>
  7. <a class="navtab" id="tab2" href="#two">II.</a>
  8. <a class="navtab" id="tab3" href="#three">III.</a>
  9. <a class="navtab" id="tab4" href="#pet_treasure">IV.</a>
  10. <a class="navtab" id="tab5" href="#credits">V.</a>
  11. </div>
  12.  
  13.  
  14.  
  15. <!-- first content box -->
  16. <div id="one">
  17. Lorem ipsum dolor sit amet, modo accusam erroribus quo id. Summo virtute eam eu, et nec regione ancillae. Commune fabellas ad cum, agam paulo persius et mel. Ei feugiat evertitur eum, mel te regione neglegentur, offendit fabellas consetetur ex duo. Legere atomorum consequat sed no, ius causae tractatos an. An nam sumo malorum necessitatibus.
  18. <p>
  19. Sea honestatis consectetuer delicatissimi ut, id debet nostrum sit. Vis ut fierent deterruisset, no qualisque definitionem sed. Eu quo cetero alterum quaestio, commune inciderint ne ius, graece latine omittam vim ne. Eum no choro explicari, duo justo intellegam ea, etiam cotidieque pri no.
  20. <p>
  21. Mea et falli scripta, omnes posidonium ad vel. Cu vix mundi fabulas graecis, mea id diam repudiare definitionem. Ne legendos maluisset definiebas sea. An sed labores molestie, an mutat gubergren complectitur qui.
  22. <p>
  23. Iriure expetenda reformidans eum ad, et putant posidonium duo. Reque possim eum ei, vix ei inani falli. Vim et aeque nihil, in sea solet erroribus. Et ornatus definitionem ius, eum quas ludus feugiat ei. Eam ad atqui petentium.
  24. <p>
  25. Mazim phaedrum te cum, eu sea purto iisque apeirian. Ignota quaestio ea eum, cu dicunt repudiare cum. Ne vel postulant argumentum ullamcorper, maiorum dignissim incorrupte eum te, velit nemore nostrum ad vel. Diam natum detracto at eum. Ei duo quis augue, te decore omnium veritus cum. Aeterno philosophia mediocritatem nec ea, equidem quaestio id pri, pro vidit error nostrud at.
  26.  
  27. </div>
  28.  
  29.  
  30.  
  31. <!-- second content box -->
  32. <div id="two">
  33. <h2>h2</h2> ___<br>
  34. <h2>h2</h2> ___<br>
  35. <h2>h2</h2> ___<br>
  36. <h2>h2</h2> ___<br>
  37. <div class="hr"></div>
  38. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse sit amet massa blandit, fermentum enim a, scelerisque velit. Integer interdum urna ac dui sollicitudin sollicitudin. In feugiat posuere nulla, eget lobortis ante.
  39. </div>
  40.  
  41.  
  42.  
  43. <!-- third content box -->
  44. <div id="three">
  45.  
  46. <div class="friendleft"><a href="/pets/PETNAME"><img src="https://img.subeta.net/pets/hipottu.png"><h3>PETNAME</h3></a><br>
  47. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse sit amet massa blandit, fermentum enim a, scelerisque velit. Integer interdum urna ac dui sollicitudin sollicitudin. In feugiat posuere nulla, eget lobortis ante.
  48. </div>
  49. <br>
  50.  
  51. <div class="friendright"><a href="/pets/PETNAME"><img src="https://img.subeta.net/pets/bhakoru.png"><h3>PETNAME</h3></a><br>
  52. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse sit amet massa blandit, fermentum enim a, scelerisque velit. Integer interdum urna ac dui sollicitudin sollicitudin. In feugiat posuere nulla, eget lobortis ante.
  53. </div>
  54. <br>
  55.  
  56. <div class="friendleft"><a href="/pets/PETNAME"><img src="https://img.subeta.net/pets/ontra.png"><h3>PETNAME</h3></a><br>
  57. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse sit amet massa blandit, fermentum enim a, scelerisque velit. Integer interdum urna ac dui sollicitudin sollicitudin. In feugiat posuere nulla, eget lobortis ante.
  58. </div>
  59.  
  60. </div>
  61.  
  62.  
  63.  
  64. <!-- credits -->
  65. <div id="credits"><center>
  66. Profile template by [user=Lea].
  67. </center>
  68.  
  69. </div>
  70.  
  71.  
  72. <style>
  73. @import url(https://fonts.googleapis.com/css?family=Lemon);
  74.  
  75. /* fonts
  76. ------------------------------------------ */
  77.  
  78. .pet_name{font-family: 'Lemon', trebuchet ms;
  79. font-size: 40px;
  80. font-weight: normal}
  81. .pet_name::first-letter{font-size: 45px}
  82. td, p, body, div{font-size: 12px;
  83. font-family: 'Tahoma', sans-serif}
  84. h2{font-size: 13px !important;
  85. line-height: 13px}
  86. .navtab{font-family: 'Lemon';
  87. font-size: 15px}
  88.  
  89. /* backgrounds and colors
  90. ------------------------------------------ */
  91.  
  92. body{background-repeat: repeat;
  93. background-image: url("http://static.colourlovers.com/images/patterns/5721/5721640.png");
  94. background-color: #c4c4c4}
  95.  
  96.  
  97. #stripe{background-color: #d8d8d8;
  98. border-color: #a9a9a9}
  99. #stripe, #pet_image, #pet_treasure{box-shadow: 0 0 7px rgba(0, 0, 0, 0.25)}
  100. #innerstripe{background-color: #f7f7f7}
  101.  
  102. #pet_info{color: #555555;
  103. text-shadow: 1px 1px rgba(0, 0, 0, 0.25)}
  104. h2{color: #aaaaaa;
  105. text-shadow: 1px 1px rgba(0, 0, 0, 0.15)}
  106. a:link, a:active, a:visited{color: #777777}
  107. a:hover{color: #999999}
  108.  
  109. #column_3 ul li:nth-child(1), #column_3 ul li:nth-child(7){color: #686868}
  110. #column_3 ul li:nth-child(2), #column_3 ul li:nth-child(6){color: #7b7b7b}
  111. #column_3 ul li:nth-child(3), #column_3 ul li:nth-child(5){color: #8d8d8d}
  112. #column_3 ul li:nth-child(4){color: #a0a0a0}
  113.  
  114. .icon.heart{color: #ffffff}
  115. .icon.heart.red{color: #ffffff !important}
  116. .icon.heart:hover{color: #f0f0f0}
  117.  
  118. .pet_name{color: #ffffff;
  119. 3px 3px rgba(0, 0, 0, 0.25)}
  120.  
  121. .hr{background: -webkit-linear-gradient(left, transparent, #d8d8d8, transparent)}
  122.  
  123. #pet_minion, #pet_minion img{background-color: rgba(255, 255, 255, 0.75);
  124. border-color: #b0b0b0}
  125.  
  126. .navtab{text-shadow: 1px 1px #ffffff;
  127. background-color: #f7f7f7;
  128. border-color: #ffffff;
  129. box-shadow: 0 0 0 1px #b0b0b0}
  130.  
  131. #tab1, #tab2, #tab3, #tab4, #tab5{color: #999999}
  132.  
  133.  
  134. ::-webkit-scrollbar-thumb{background: -webkit-linear-gradient(top, #d8d8d8, #f7f7f7, #d8d8d8);
  135. box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.5);
  136. border: 1px solid #999999}
  137. ::-webkit-scrollbar-track{background-color: #f7f7f7;
  138. border: 1px solid #e3e3e3}
  139.  
  140. .friendleft a h3, .friendright a h3{border-bottom-color: #f0f0f0}
  141.  
  142.  
  143. /* navigation
  144. ------------------------------------------ */
  145. #navpos{position: fixed;
  146. top: 175px;
  147. left: 635px;
  148. z-index: 2}
  149. .navtab{position: relative;
  150. top: 0px;
  151. padding: 10px 20px 25px 20px;
  152. border-width: 1px;
  153. border-style: solid;
  154. text-align: center;
  155. border-radius: 25px 25px 0px 0px;
  156. margin-right: 10px}
  157. .navtab:hover{position: relative;
  158. top: -5px}
  159.  
  160.  
  161. /* unsorted
  162. ------------------------------------------ */
  163.  
  164. #stripe{height: 195px;
  165. width: 100%;
  166. position: fixed;
  167. top: 250px;
  168. left: 0px;
  169. border-width: 5px 0px 5px 0px;
  170. border-style: solid;
  171. z-index: 1}
  172.  
  173. #innerstripe{height: 105px;
  174. width: 100%;
  175. position: fixed;
  176. top: 300px;
  177. left: 0px;
  178. z-index: 2}
  179.  
  180. #one, #two, #three, #pet_treasure, #credits{position: fixed;
  181. top: 200px;
  182. left: 600px;
  183. height: 300px;
  184. width: 400px;
  185. overflow: auto;
  186. background: #ffffff;
  187. border-width: 10px;
  188. border-style: solid;
  189. border-color: transparent;
  190. border-radius: 20px;
  191. padding: 10px;
  192. box-sizing: border-box;
  193. z-index: 4}
  194. #one{z-index: 5}
  195. #one:target, #two:target, #three:target, #credits:target, #pet_treasure:target{z-index: 6}
  196.  
  197. .pet_spotlight{height: 95px;
  198. width: 110px;
  199. position: fixed;
  200. top: 307px;
  201. left: 400px;
  202. border-radius: 20px;
  203. z-index: 4;
  204. margin: 0px;
  205. text-transform: lowercase}
  206. .pet_spotlight img{border-radius: 10px}
  207.  
  208. /* transitions
  209. ------------------------------------------ */
  210. a, a:hover, .icon.heart, .icon.heart:hover{transition: all 1s ease}
  211. .navtab, .navtab:hover{transition: all .5s ease}
  212. #pet_minion, #pet_minion:hover{transition: all .5s ease}
  213.  
  214.  
  215. /* pet info
  216. ------------------------------------------ */
  217. #pet_image{height: 300px;
  218. width: 300px;
  219. border-radius: 50%;
  220. background-color: #ffffff;
  221. background-position: center;
  222. background-repeat: no-repeat;
  223. position: fixed;
  224. top: 200px;
  225. left: 10px;
  226. z-index: 3}
  227.  
  228. .pet_name{position: fixed;
  229. top: 255px;
  230. left: 300px;
  231. width: 300px;
  232. height: 50px;
  233. line-height: 50px;
  234. z-index: 5}
  235.  
  236. .pet_color_info, .owner{position: fixed;
  237. left: 305px;
  238. width: 290px;
  239. z-index: 3}
  240. .pet_color_info{top: 407px}
  241. .owner{top: 436px}
  242.  
  243. .pet_like{position: fixed;
  244. top: 422px;
  245. left: 305px;
  246. width: 290px;
  247. margin: 0px;
  248. font-size: 15px;
  249. z-index: 4}
  250.  
  251. #pet_minion{position: fixed;
  252. top: 455px;
  253. left: 380px;
  254. padding: 10px;
  255. overflow: hidden;
  256. margin-top: -106px;
  257. width: 130px;
  258. height: 116px;
  259. box-sizing: border-box;
  260. border-radius: 0px 0px 20px 20px;
  261. border-style: solid;
  262. border-width: 0px 1px 1px 1px}
  263. #pet_minion:hover{margin-top: 0px}
  264. #pet_minion img{border-radius: 10px;
  265. border-width: 1px;
  266. border-style: solid;
  267. margin-top: -15px}
  268.  
  269. #pet_stats{display: none}
  270.  
  271. /* friends
  272. ------------------------------------------ */
  273. .friendright img{float: right;
  274. padding-left: 10px}
  275. .friendleft img{float: left;
  276. padding-right: 10px}
  277. .friendright img, .friendleft img{height: 120px;
  278. width: 120px}
  279. .friendright, .friendleft{height: 120px;
  280. padding: 5px}
  281.  
  282. .friendright a h3, .friendleft a h3{border-bottom-width: 1px;
  283. border-bottom-style: dashed;
  284. text-align: center;
  285. width: 210px;
  286. padding-bottom: 2px;
  287. margin-bottom: 5px}
  288.  
  289. /* treasure chest
  290. ------------------------------------------ */
  291. .treasure_item_name{display: block;
  292. font-size: 10px}
  293. .treasure_item{margin: 5px;
  294. height: 120px;
  295. width: 100px;
  296. padding-top: 5px}
  297. .treasure_item:hover{pointer-events: none}
  298.  
  299.  
  300.  
  301. /* misc
  302. ------------------------------------------ */
  303. #pet_minion b{font-weight: normal}
  304.  
  305. ::-webkit-scrollbar{width: 10px}
  306. ::-webkit-scrollbar-track, ::-webkit-scrollbar-thumb{border-radius: 8px}
  307.  
  308. .rightimg{float: right;
  309. padding-left: 5px}
  310. .leftimg{float: left;
  311. padding-right: 5px}
  312.  
  313. .pet_color_info, .owner{text-transform: lowercase}
  314.  
  315. td, p, body, div{line-height: 13px}
  316. li{line-height: 14px}
  317.  
  318. .hr{width: 100%;
  319. margin-top: 15px;
  320. margin-bottom: 15px;
  321. height: 1px}
  322.  
  323. .icon.heart{opacity: 1}
  324. .icon.heart.red{opacity: 0.5}
  325.  
  326. h2{display: inline-block;
  327. font-weight: normal;
  328. padding-right: 2px}
  329. h3{display: inline-block;
  330. font-weight: bold;
  331. margin: 0px;
  332. font-size: 14px !important}
  333.  
  334.  
  335. /* removing the main site layout
  336. ------------------------------------------ */
  337.  
  338. #postcards, #menu, #sidebar, #rightbg, #bookmarks, #footer, #column_2 h2, #column_1 h2, #column_3 h2, .statbar, .pet_wco_info_date, .pet_age_info_date, #header, #stat_books_read, #stat_food_eaten, #pet_employment, #column_3 a, .statbar, #pet_friends, .hustler, .owner img, #pet_treasure h2{display: none}
  339. #page, #header-lrc, #header-ban, #header-ban-main, #header-rrc, html{background: transparent}
  340. #pet_minion{text-indent: -9999px}
  341. #pet_info a:hover{text-decoration: none}
  342. #main-content{background-image: none}
  343. #content{overflow: hidden;
  344. background: transparent}
  345.  
  346. body{overflow: hidden}
  347.  
  348. </style>
Advertisement
Add Comment
Please, Sign In to add comment