Advertisement
tragical

poison's profile

Sep 28th, 2014
273
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.97 KB | None | 0 0
  1. <!- // Coding (c) Owly 2014 // -!>
  2. <style type="text/css">
  3. #header, #search, #main-navbar, #sidebar, #sidetabs, #alerts, #navigation, #chatroom_mini,#chatroom, #chatroom_closed, #footer_bg, #breadcrumbs, #footer_bg, .wrapper{display: none;}div.wraper{ background:none;
  4. }
  5.  
  6. body{
  7. margin:0;
  8. color:#b8b8b8;
  9. font:10px consolas;
  10. letter-spacing:1px;
  11. background-attachment: fixed;
  12. background-repeat:repeat;
  13. background-position:left center;
  14. overflow-x:hidden;
  15. background-image: -webkit-gradient(
  16. linear,
  17. left top,
  18. left bottom,
  19. color-stop(0, #9FEDDB),
  20. color-stop(1, #4997D6)
  21. );
  22. background-image: -o-linear-gradient(bottom, #9FEDDB 0%, #4997D6 100%);
  23. background-image: -moz-linear-gradient(bottom, #9FEDDB 0%, #4997D6 100%);
  24. background-image: -webkit-linear-gradient(bottom, #9FEDDB 0%, #4997D6 100%);
  25. background-image: -ms-linear-gradient(bottom, #9FEDDB 0%, #4997D6 100%);
  26. background-image: linear-gradient(to bottom, #9FEDDB 0%, #4997D6 100%);
  27. overflow:hidden;
  28. }
  29.  
  30. .head{
  31. display:none;
  32. }
  33.  
  34. #block1, #block6{
  35. display:none;
  36. }
  37.  
  38. #content #body, #content td, #content table{
  39. background:none;
  40. border:none;
  41. }
  42.  
  43. #b-cont{
  44. -webkit-box-shadow: 7px 7px 0px 0px rgba(50, 50, 50, 0.23), 0 0 0 1px #36D9B3;
  45. -moz-box-shadow: 7px 7px 0px 0px rgba(50, 50, 50, 0.23), 0 0 0 1px #36D9B3;
  46. box-shadow: 7px 7px 0px 0px rgba(50, 50, 50, 0.23), 0 0 0 1px #36D9B3;
  47. height:275px;
  48. width:450px;
  49. background:#fff;
  50. -webkit-border-radius:5px;
  51. -moz-border-radius:5px;
  52. border-radius:5px;
  53. top:0;
  54. left:0;
  55. right:0;
  56. bottom:0;
  57. margin:auto;
  58. position:fixed;
  59. overflow:hidden;
  60. }
  61.  
  62. .b-top{
  63. width:100%;
  64. height:25px;
  65. background:#9feddb;
  66. position:relative;
  67. }
  68.  
  69. .box{
  70. margin:0px 10px;
  71. width:430px;
  72. height:260px;
  73. position:relative;
  74. overflow:auto;
  75. }
  76.  
  77. .lbox{
  78. top:-25px;
  79. position:relative;
  80. padding:5px;
  81. height:15px;
  82. width:100%;
  83. background:#f1f1f1;
  84. }
  85.  
  86. .lbox a, a:visited{
  87. margin:0px 5px;
  88. text-decoration:none;
  89. float:left;
  90. color:#b8b8b8;
  91. text-transform:uppercase;
  92. letter-spacing:1px;
  93. }
  94.  
  95. .lbox a:hover{
  96. color:#9E9E9E;
  97. }
  98.  
  99. .text{
  100. margin:0px 5px;
  101. overflow:auto;
  102. height:250px;
  103. padding-right:10px;
  104. text-align:justify;
  105. color:#9e9e9e;
  106. }
  107.  
  108. .anchor{
  109. display: block;
  110. height: 25px; /*same height as header*/
  111. width:100%;
  112. background:#9feddb;
  113. }
  114.  
  115. .faux-buttons{
  116. z-index:5;
  117. width: 20px;
  118. font:10px consolas;
  119. float: right;
  120. margin-right: 1px;
  121. background-color: #ffffff;
  122. color: #b8b8b8;
  123. right:5px;
  124. position:relative;
  125. text-align: center;
  126. height: 16px;
  127. line-height: 17px;
  128. text-decoration:none;
  129. }
  130.  
  131. #fone {
  132. float:right;
  133. border-radius: 0 0 3px 0;
  134. line-height: 15px;
  135. text-decoration:none;
  136. }
  137.  
  138. #fone:hover{
  139. background:#DE4F71;
  140. color:#fff;
  141. }
  142.  
  143. #ftwo {
  144. float:right;
  145. line-height: 18px;
  146. font-size: 8px;
  147. text-decoration:none;
  148. }
  149.  
  150. #fthree {
  151. float:right;
  152. border-radius: 0 0 0 3px;
  153. line-height:10px;
  154. text-decoration:none;
  155. }
  156.  
  157. #ftwo:hover, #fthree:hover{
  158. background:#71AEE0;
  159. color:#fff;
  160. }
  161.  
  162. .header{
  163. float:left;
  164. font:11px consolas;
  165. letter-spacing:2px;
  166. font-weight:bold;
  167. color:#fff;
  168. position:relative;
  169. top:5px;
  170. left:10px;
  171. text-transform:uppercase;
  172. }
  173.  
  174. b{
  175. color:#9FEDDB;
  176. font-weight:bold;
  177. }
  178.  
  179. i{
  180. background:#f1f1f1;
  181. padding:3px 5px;
  182. font-weight:italic;
  183. }
  184.  
  185. u{
  186. text-decoration:none;
  187. border-bottom:1px solid #9FEDDB;
  188. padding-bottom:3px;
  189. }
  190.  
  191. .box a{
  192. color:#9FEDDB;
  193. text-decoration:none;
  194. border-bottom:1px solid #fff;
  195. padding-bottom:10px;
  196. -webkit-transition: all 1s ease;
  197. -moz-transition: all 1s ease;
  198. -ms-transition: all 1s ease;
  199. -o-transition: all 1s ease;
  200. transition: all 1s ease;
  201. }
  202.  
  203. .box a:hover{
  204. border-bottom:1px solid #b8b8b8;
  205. padding-bottom:3px;
  206. }
  207.  
  208. ::selection {
  209. background: #9FEDDB; /* WebKit/Blink Browsers */
  210. color:#fff;
  211. }
  212. ::-moz-selection {
  213. background: #9FEDDB; /* Gecko Browsers */
  214. color:#fff;
  215. }
  216. </style>
  217. <div id="b-cont"><div class="header">new document 1</div>
  218. <a class="faux-buttons" id="fone" href="updates">x</a>
  219. <a class="faux-buttons" id="ftwo" href="explore.php">▢</a>
  220. <a class="faux-buttons" id="fthree" href="chat.php">_</a>
  221.  
  222.  
  223. <span class="anchor" id="one"></span><div class="b-top"></div>
  224. <div class="lbox"><a href="#one">file</a><a href="#two">edit</a><a href="#three">view</a>
  225. <a href="#four">insert</a><a href="#five">format</a></div>
  226. <div class="box"><div class="text">
  227. <center><b>bold</b> <i>italic</i> <u>underline</u> <a href="/">link</a></center>
  228. <br>
  229. I love cheese, especially bocconcini stilton. Jarlsberg squirty cheese red leicester gouda macaroni cheese macaroni cheese macaroni cheese taleggio. Cheesy feet smelly cheese smelly cheese camembert de normandie melted cheese cottage cheese cheesy grin cow. Parmesan swiss swiss mascarpone airedale cheese slices jarlsberg edam. Parmesan boursin.
  230. <br><br>
  231. Fromage frais edam edam. Stinking bishop melted cheese fondue smelly cheese the big cheese blue castello cheddar taleggio.
  232. <br><br>
  233. </div></div>
  234.  
  235. <div class="header">new document 1</div>
  236. <a class="faux-buttons" id="fone" href="updates">x</a>
  237. <a class="faux-buttons" id="ftwo" href="explore.php">▢</a>
  238. <a class="faux-buttons" id="fthree" href="chat.php">_</a>
  239. <span class="anchor" id="two"></span><div class="b-top"></div>
  240. <div class="lbox"><a href="#one">file</a><a href="#two">edit</a><a href="#three">view</a>
  241. <a href="#four">insert</a><a href="#five">format</a></div>
  242. <div class="box"><div class="text">
  243. <center><b>bold</b> <i>italic</i> <u>underline</u> <a href="/">link</a></center>
  244. <br>
  245. Cheese and wine fromage brie. Mascarpone edam pepper jack babybel goat smelly cheese cheese slices the big cheese. Who moved my cheese roquefort dolcelatte mascarpone fondue stilton squirty cheese lancashire. When the cheese comes out everybody's happy brie cheese slices cauliflower cheese camembert de normandie parmesan babybel bavarian bergkase. Manchego cheesy grin bocconcini.
  246. <br><br>
  247. Port-salut say cheese cheese strings. Stilton pepper jack cheesy grin gouda feta cottage cheese taleggio boursin.
  248. </div></div>
  249.  
  250. <div class="header">new document 1</div>
  251. <a class="faux-buttons" id="fone" href="updates">x</a>
  252. <a class="faux-buttons" id="ftwo" href="explore.php">▢</a>
  253. <a class="faux-buttons" id="fthree" href="chat.php">_</a>
  254. <span class="anchor" id="three"></span><div class="b-top"></div>
  255. <div class="lbox"><a href="#one">file</a><a href="#two">edit</a><a href="#three">view</a>
  256. <a href="#four">insert</a><a href="#five">format</a></div>
  257. <div class="box"><div class="text">
  258. <center><b>bold</b> <i>italic</i> <u>underline</u> <a href="/">link</a></center>
  259. <br>
  260. Cheesy grin mozzarella port-salut. Edam cheesecake macaroni cheese monterey jack emmental monterey jack cheese strings cauliflower cheese. Feta gouda cauliflower cheese fromage frais cheese strings fromage caerphilly bocconcini. Cottage cheese hard cheese st. agur blue cheese when the cheese comes out everybody's happy cheese and wine hard cheese cream cheese lancashire. Queso the big cheese queso pecorino.
  261. <br><br>
  262. Camembert de normandie gouda boursin. Airedale stilton when the cheese
  263. </div></div>
  264.  
  265. <div class="header">new document 1</div>
  266. <a class="faux-buttons" id="fone" href="updates">x</a>
  267. <a class="faux-buttons" id="ftwo" href="explore.php">▢</a>
  268. <a class="faux-buttons" id="fthree" href="chat.php">_</a>
  269. <span class="anchor" id="four"></span><div class="b-top"></div>
  270. <div class="lbox"><a href="#one">file</a><a href="#two">edit</a><a href="#three">view</a>
  271. <a href="#four">insert</a><a href="#five">format</a></div>
  272. <div class="box"><div class="text">
  273. <center><b>bold</b> <i>italic</i> <u>underline</u> <a href="/">link</a></center>
  274. <br>
  275. Melted cheese fondue danish fontina. Fromage frais cheese and biscuits taleggio st. agur blue cheese st. agur blue cheese feta everyone loves parmesan. Manchego bavarian bergkase stilton cheesy grin cheesecake stinking bishop manchego croque monsieur. Paneer blue castello squirty cheese ricotta fromage.
  276. <br><br>
  277. Babybel blue castello airedale. Cheesecake dolcelatte bavarian bergkase mascarpone smelly cheese croque monsieur cream cheese mozzarella. Airedale the big cheese blue castello cheeseburger lancashire roquefort parmesan brie.
  278. </div></div>
  279.  
  280. <div class="header">new document 1</div>
  281. <a class="faux-buttons" id="fone" href="updates">x</a>
  282. <a class="faux-buttons" id="ftwo" href="explore.php">▢</a>
  283. <a class="faux-buttons" id="fthree" href="chat.php">_</a>
  284. <span class="anchor" id="five"></span><div class="b-top"></div>
  285. <div class="lbox"><a href="#one">file</a><a href="#two">edit</a><a href="#three">view</a>
  286. <a href="#four">insert</a><a href="#five">format</a></div>
  287. <div class="box"><div class="text">
  288. <center><b>bold</b> <i>italic</i> <u>underline</u> <a href="/">link</a></center>
  289. <br>
  290. Halloumi who moved my cheese cottage cheese. Fondue cauliflower cheese lancashire emmental blue castello emmental cheese triangles stilton. Roquefort fondue cheese and wine swiss manchego hard cheese cheese strings stinking bishop. Squirty cheese camembert de normandie fromage cheese and biscuits melted cheese.
  291. <br><br>
  292. Manchego cheese and biscuits cheesecake. Camembert de normandie croque
  293. </div></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement