Advertisement
cat_inthe_cradle

Pie's first code

Jan 29th, 2018
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.00 KB | None | 0 0
  1. <style type="text/css">
  2. @import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:100,300,400);
  3. body{
  4. background-image:url('http://i.picpar.com/Eaoc.png');
  5. font-size: 13px; /*-- default text size --*/
  6. background-repeat: repeat;
  7. }
  8. body, a, a:hover {cursor: url(), auto; }
  9.  
  10. ::-webkit-scrollbar-thumb { width: 0px; background: transparent; }
  11. ::-webkit-scrollbar { width: 0px; background: transparent; }
  12.  
  13. ::selection { color: #000; }
  14. ::-moz-selection { color: #00; }
  15.  
  16. .render{
  17. background-image: url(''); /*-- RENDER background image link here --*/
  18. background-repeat: no-repeat;
  19. background-color: ;
  20. background-position: bottom center;
  21. height: 700px;
  22. width: 480px;
  23. background-size: contain;
  24. position: fixed;
  25. bottom: 0px;
  26. left: 0px;
  27. margin: auto;
  28.  
  29. }
  30.  
  31. .tvback{
  32. position: fixed;
  33. margin: auto;
  34. bottom: 0px;
  35. top: 0px;
  36. left: 0px;
  37. right: 0px;
  38. height: 220px;
  39. width: 340px;
  40. background-color: #747474;
  41. border-radius:1em 1em 1em 1em;
  42. border: 1px solid #747474; /*-- TV color border --*/
  43. box-shadow: 1px 1px 2px #e9e9e9; /*-- TV box shadow --*/
  44.  
  45. }
  46.  
  47. .tvscreen{
  48. position: fixed;
  49. margin: auto;
  50. bottom: 0px;
  51. top: 11px;
  52. left: -60px;
  53. right: 0px;
  54. height: 215px;
  55. width: 350px;
  56. border-radius: 15px;
  57. background-image: url('https://static.tumblr.com/454c637a44f444b1c3c37f7fd60f1663/phxdigg/ONho4e68t/tumblr_static_tumblr_static_a1djsvbglk8owccg84w888w0c_640.gif');
  58. background-repeat: repeat;
  59. background-position: center;
  60. border: 2px solid #747474; /*-- TV screen border --*/
  61. opacity: .2;
  62. }
  63.  
  64. .TV-PICTURES{
  65. position: fixed;
  66. margin: auto;
  67. bottom: 0px;
  68. top: 11px;
  69. left: -60px;
  70. right: 0px;
  71. height: 218px;
  72. width: 350px;
  73. border-radius: 15px;
  74. background-image: url('http://data.whicdn.com/images/160441355/original.jpg'); /*-- YOUR GIF LINK HERE --*/
  75. background-repeat: repeat;
  76. background-position: center;
  77. background-size: cover;
  78. border: 2px solid #e3e3e3; /*-- SECOND SCREEN border --*/
  79. opacity: .4;
  80. }
  81.  
  82. .control-panel{
  83. position: fixed;
  84. margin: auto;
  85. bottom: 0px;
  86. top: 75px;
  87. left: -30px;
  88. right: -260px;
  89. height: 180px;
  90. width: 20px;
  91. background-color: ;
  92. }
  93.  
  94. .control-panel a{
  95. display: block;
  96. height:9px;
  97. width: 9px;
  98. opacity:0.5;
  99. background-color: #e3e3e3; /*-- LINK BACKGROUND COLOR --*/
  100. border: 1px solid #c7c6c6; /*-- LINK BORDER COLOR --*/
  101. box-shadow: 1px 1px .5px transparent;
  102. border-radius: 360px;
  103. margin-top: 8px;
  104. margin-bottom: 8px;
  105. margin-left: 20px;
  106. margin-right: 20px;
  107. transition: .9s linear;
  108. }
  109. .control-panel a:active{
  110. box-shadow: 1px 1px 2px #999; /*-- LINK BOX SHADOW --*/
  111. }
  112. .control-panel a:hover{
  113. background-color: #fff; /*-- LINK BACKGROUND COLOR --*/
  114. transition: .9s linear;
  115. }
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123. .channels{
  124. position: fixed;
  125. margin: auto;
  126. bottom: 0px;
  127. top: 0px;
  128. left: -35px;
  129. right: 0px;
  130. height: 180px;
  131. width: 250px;
  132. border-radius: 15px;
  133. background-color: #eaeaea; /*-- page background color --*/
  134. border: 2px solid #e3e3e3; /*-- page border --*/
  135. overflow: hidden;
  136. opacity: 0;
  137. visibility: hidden;
  138. transition: .3s linear;
  139. }
  140. .channels:target{
  141. opacity: 1;
  142. visibility: visible;
  143. transition: .3s linear;
  144. }
  145. .c-text{
  146. margin: 10px;
  147. height: 160px;
  148. width: 230px;
  149. text-align: justify;
  150. font-family: 'roboto condensed';
  151. font-size: 10px; /*- font size -*/
  152. color: #1e1e1e; /*- font color -*/
  153. overflow: auto;
  154. }
  155. .top-letters{
  156. position: fixed;
  157. margin: auto;
  158. bottom: 0px;
  159. opacity:0.5;
  160. top: 85px;
  161. left: -38px;
  162. right: 0px;
  163. height: 50px;
  164. width: 340px;
  165. line-height: 50px;
  166. font-family: helvetica;
  167. font-size: 25px;
  168. font-weight: 700;
  169. text-shadow: 0px 0px 1px #929292; /*-- top font text shadow --*/
  170. color: #e3e3e3; /*-- top font color --*/
  171. text-transform: uppercase;
  172. text-align: center;
  173. }
  174.  
  175. .lower-music{
  176. position: fixed;
  177. margin: auto;
  178. bottom: -132px;
  179. top: 20px;
  180. left: -290px;
  181. right: -263px;
  182. height: 20px;
  183. width: 40px;
  184. line-height: 20px;
  185. font-family: 'roboto condensed';
  186. font-size: 12px;
  187. font-weight: 100;
  188. color: #929292;
  189. text-transform: uppercase;
  190. text-align: center;
  191. overflow: hidden;
  192. }
  193.  
  194.  
  195.  
  196. a {
  197. text-decoration:none;
  198. outline:none;
  199. -moz-outline-style:none;
  200. color:#dcdbd9;
  201. text-shadow: -1px 0 #c37494, 0 1px #3d7496, 1px 0 #3d7496, 0 -1px #3d7496;
  202. -moz-transition-duration:0.5s;
  203. -webkit-transition-duration:0.5s;
  204. -o-transition-duration:0.5s;
  205. }
  206.  
  207. a:hover {
  208. text-decoration:none;
  209. outline:none;
  210. -moz-outline-style:none;
  211. color:#fffe8f;
  212. }
  213.  
  214. </style>
  215.  
  216.  
  217.  
  218.  
  219.  
  220.  
  221.  
  222.  
  223.  
  224.  
  225.  
  226. <div class="tvscreen"></div>
  227. <div class="TV-PICTURES"></div><div style="letter-spacing: 2px; text-shadow: ##585858 0pt 0em .1em, ##585858 0pt 0em 1em,##585858 1pt 1em 1em;border-radius: ; opacity:1; width: px; height: px; background-color: ; position: absolute; top: 90px; left:380px; overflow: auto; text-align: left; border: px solid #000;"><span style="font-family: andale mono,times; font-size: xx-small; color: #000000;">
  228. <img src="http://i.picpar.com/zdxc.png" alt="" width="570" height="491" />
  229. </span></div>
  230.  
  231.  
  232. <div class="top-letters">
  233. <a href=""><span style="font-family: brush script mt; font-size:22;">Square root of Pie.</a></div>
  234. <div class="lower-music">
  235. <span style="font-family: brush script mt; font-size:25;">►
  236. <div style="margin-top: -25px;
  237. margin-left: 10px;
  238. opacity: 0;">
  239. <audio controls loop><source src="https://my.mixtape.moe/lbasbx.mp3"></audio>
  240. </div>
  241. </div>
  242.  
  243. <div class="control-panel">
  244. <a href="#one"></a>
  245. <a href="#two"></a>
  246. <a href="#three"></a>
  247. <a href="#four"></a>
  248. <a href="#"></a>
  249. </div>
  250.  
  251.  
  252.  
  253. <div class="channels" id="one">
  254. <div class="c-text">
  255.  
  256. <a title=""><span style="font-family: brush script mt; font-size:25;">
  257.  
  258. Felicity Laddell.
  259. </a>
  260. <br />
  261.  
  262. ▬ PIE • PI • FII • FELICE • EINSTEIN.
  263. <br /><br />
  264.  
  265. <u>FEMME // ALIEN // TATTOO ARTIST // RIDIN' SOLO // <a target="_blank" href="https://roleplay.chat/profile.php?user=Stray">♥</a></u><br />
  266.  
  267. It's irrational, in fact transcendental. It does come up occasionally in calculus, although not often. Basically, you need to be more specific. Programming graphics in X is like finding the square root of PI using Roman numerals.
  268. <br /><br />
  269.  
  270. <i>"Yes. No. To get to the other side. Uh, 1.77245..."</i><br />
  271. ▬ <i>Pie</i>
  272.  
  273.  
  274.  
  275. </div>
  276. </div>
  277. <div class="channels" id="two">
  278. <div class="c-text">
  279. <b>I am currently taking commissions! Website: <a target="_blank" href="https://pies-codes.tumblr.com/">Pies Codes.</a></b><br><br>
  280.  
  281. Join my new Patreon page! <a target="_blank" href="https://www.patreon.com/PiesCodes">Pies Patreon</a>
  282.  
  283. </div>
  284. </div>
  285. <div class="channels" id="three">
  286. <div class="c-text">
  287. <b>Relations.</b><br><br>
  288.  
  289. ▀ <a target="_blank" href="https://roleplay.chat/profile.php?user=.Domino">Domino ~</a> ; her musically inclined buddy.<br />
  290. ▀ <a target="_blank" href="https://roleplay.chat/profile.php?user=Quinn Chase">Quinn ~</a> ; her lovely best friend.<br />
  291. ▀ <a target="_blank" href="https://roleplay.chat/profile.php?user=Stray">Stray ~</a> ; he's quite unique. AND cute.<br />
  292.  
  293.  
  294. </div>
  295. </div>
  296. <div class="channels" id="four">
  297. <div class="c-text">
  298.  
  299. </div>
  300. </div>
  301. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement