Advertisement
Carolaine_Vieira

Sucking black page

Mar 13th, 2016
2,032
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.89 KB | None | 0 0
  1. <script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
  2. <link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">
  3. <script src="//netdna.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
  4. <link rel="stylesheet" href="cosmo/bootstrap.min.css">
  5. <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
  6. <link href='https://fonts.googleapis.com/css?family=Lovers+Quarrel' rel='stylesheet' type='text/css'>
  7. <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,600,700' rel='stylesheet' type='text/css'>
  8. <link href='https://fonts.googleapis.com/css?family=Quicksand:400,700,300' rel='stylesheet' type='text/css'>
  9.  
  10. <title>Hello There!</title>
  11. <link rel="shortcut icon" href="{Favicon}"/>
  12.  
  13. <style type="text/css">
  14.  
  15. #top1 { position:fixed; width:auto; height:auto; letter-spacing: 1px; right:10px; bottom:10px; padding:8px; font-size:30px; font-family:Lovers Quarrel; line-height:14px; text-align:right; z-index:99;
  16. -webkit-transition:all 0.3s ease-out;
  17. -moz-transition:all 0.3s ease-out;
  18. transition:all 0.3s ease-out;
  19. text-shadow:none;
  20. }
  21.  
  22. a {text-decoration:none; color:#000;}
  23. a:hover {text-decoration:none; background:#000; color:#fff;}
  24. a:active {text-decoration:none;}
  25.  
  26. u {text-decoration:none; border-bottom:1px solid #000;}
  27. b {color:#000; text-transform:uppercase; font-size:10px;}
  28. i {color:#000;}
  29.  
  30. body {
  31.  
  32. background:#f3f3f3;
  33. font-family:Open Sans;
  34. color:#999;
  35. font-size:11px;
  36.  
  37. }
  38.  
  39. #content {
  40.  
  41. margin-top:50px;
  42. padding:20px;
  43. width:900px;
  44. margin-left:400px;
  45. background:transparent;
  46.  
  47. }
  48.  
  49. .tab-content .tab-pane {
  50. display: none;
  51. margin-left:0px;
  52. background-color: #fff;
  53. padding:25px;
  54. overflow-y: auto;
  55. height:500px;
  56. margin-top:60px;
  57. }
  58.  
  59. .tab-content .active { display: block; text-decoration:none; }
  60.  
  61. #navigation{
  62. z-index:4;
  63. background:#fff;
  64. float:left;
  65. margin-left:0px;
  66. width:250px;
  67. margin-top:30px;
  68. }
  69. #navigation a {
  70. cursor:pointer;
  71. text-shadow:none;
  72. margin-top:10px;
  73. font-size:10px;
  74. font-family:Quicksand;
  75. font-weight:bold;
  76. display:inline-block;
  77. text-align:left;
  78. color:#999;
  79. width:240px;
  80. padding:10px;
  81. margin-left:30px;
  82. background:#fbfbfb;
  83. border:1px solid #eee;
  84. border-radius:5px;
  85. text-transform:uppercase;
  86. -webkit-transition:all 0.3s ease-out;
  87. -moz-transition:all 0.3s ease-out;
  88. transition:all 0.3s ease-out;
  89. }
  90. #navigation a:hover {
  91. text-shadow:none;
  92. color:#fff;
  93. box-shadow:inset 310px 0px #000;
  94. -webkit-transition:all 0.3s ease-out;
  95. -moz-transition:all 0.3s ease-out;
  96. transition:all 0.3s ease-out;
  97. }
  98.  
  99. ::-webkit-scrollbar{
  100. width:3px;
  101. height:4px;
  102. background:#fff
  103. }
  104.  
  105. ::-webkit-scrollbar-thumb{
  106. background-color:#eee;
  107. }
  108.  
  109. .fb {
  110.  
  111. padding-top:0px;
  112. padding:10px;
  113. background:transparent;
  114.  
  115. }
  116.  
  117. .fb img{
  118.  
  119. width:70px;
  120. padding:4px;
  121. background:#fbfbfb;
  122. border:1px solid #eee;
  123. margin:9.5px;
  124. -webkit-transition: all 0.5s ease;
  125. -moz-transition: all 0.5s ease;
  126. -o-transition: all 0.5s ease;
  127. -ms-transition: all 0.5s ease;
  128. transition: all 0.5s ease;
  129. border-radius:2px;
  130.  
  131. }
  132.  
  133. .ff {
  134.  
  135. padding-top:0px;
  136. padding:10px;
  137. background:transparent;
  138.  
  139. }
  140.  
  141. .ff img{
  142.  
  143. max-width:48px;
  144. padding:4px;
  145. background:#000;
  146. margin:7px;
  147. -webkit-transition: all 0.5s ease;
  148. -moz-transition: all 0.5s ease;
  149. -o-transition: all 0.5s ease;
  150. -ms-transition: all 0.5s ease;
  151. transition: all 0.5s ease;
  152. border-radius:100%;
  153.  
  154. }
  155. .ff a:hover {background:transparent;}
  156. .ff img:hover {
  157.  
  158. -webkit-transition: all 0.5s ease;
  159. -moz-transition: all 0.5s ease;
  160. -o-transition: all 0.5s ease;
  161. -ms-transition: all 0.5s ease;
  162. transition: all 0.5s ease;
  163. -webkit-transform: rotate(-360deg);
  164. -moz-transform: rotate(-360deg);
  165. -o-transform: rotate(-360deg);
  166. -ms-transform: rotate(-360deg);
  167. transform: rotate(-360deg);
  168. border-radius:10%;
  169.  
  170. }
  171.  
  172. .title {
  173.  
  174. font-family:quicksand;
  175. text-align:left;
  176. font-size:15px;
  177. padding:15px;
  178. font-weight:bold;
  179. color:#141414;
  180. text-transform:uppercase;
  181. background:#fbfbfb;
  182. border:1px solid #eee;
  183. border-radius:2px;
  184. margin-bottom:20px;
  185.  
  186. }
  187.  
  188. #pi {
  189. background:#000;
  190. color:#fff;
  191. margin-left:-15px;
  192. margin-top:-15px;
  193. margin-bottom:-15px;
  194. padding:18px;
  195. font-size:22px;
  196. margin-right:10px;
  197. }
  198.  
  199. #sidebar {
  200.  
  201. background:#fff;
  202. height:100%;
  203. width:300px;
  204. left:0px;
  205. top:0px;
  206. position:fixed;
  207.  
  208. }
  209.  
  210. #link{
  211. z-index:4;
  212. background:#fff;
  213. float:left;
  214. margin-left:0px;
  215. margin-top:10px;
  216. }
  217. #link a {
  218. cursor:pointer;
  219. text-shadow:none;
  220. margin-top:0px;
  221. margin-right:15px;
  222. font-size:12px;
  223. font-family:Quicksand;
  224. font-weight:bold;
  225. display:inline-block;
  226. text-align:left;
  227. color:#999;
  228. width:385px;
  229. padding:15px;
  230. background:transparent;
  231. border-bottom:1px solid #eee;
  232. text-transform:uppercase;
  233. -webkit-transition:all 0.3s ease-out;
  234. -moz-transition:all 0.3s ease-out;
  235. transition:all 0.3s ease-out;
  236. }
  237. #link a:hover {
  238. text-shadow:none;
  239. letter-spacing:3px;
  240. -webkit-transition:all 0.3s ease-out;
  241. -moz-transition:all 0.3s ease-out;
  242. transition:all 0.3s ease-out;
  243. }
  244.  
  245. h4 {
  246.  
  247. background:#000;
  248. text-transform:uppercase;
  249. text-align:left;
  250. color:#fff;
  251. font-size:12px;
  252. font-weight:bold;
  253. padding:15px;
  254.  
  255. }
  256.  
  257. h5 {
  258.  
  259. background:#191919;
  260. text-align:left;
  261. font-size:11.5px;
  262. font-weight:bold;
  263. padding:15px;
  264. padding-left:35px;
  265.  
  266. }
  267.  
  268. #favicon {
  269.  
  270. float:left;
  271. margin-right:10px;
  272. margin-bottom:0px;
  273. width:70px;
  274. padding:5px;
  275. background:#fbfbfb;
  276. border:1px solid #eee;
  277.  
  278. }
  279.  
  280. .ab:first-letter {font-size:15px; font-style:italic; color:#000;}
  281.  
  282. hr {
  283. border-color:#eee;
  284. width:200px;
  285. margin-left:auto;
  286. margin-right:auto;
  287. margin-top:25px;
  288. margin-bottom:25px;
  289. }
  290.  
  291. #fz {width:300px;}
  292.  
  293. </style>
  294.  
  295. <div id="sidebar">
  296. <img id="fz" src="SIDEBAR-IMAGE-URL" />
  297.  
  298. <div id="navigation">
  299.  
  300. <a href="#home" data-toggle="tab" class="active"><li class="fa fa-user"></li>&nbsp;&nbsp;About</a>
  301. <a href="#icons" data-toggle="tab"><li class="fa fa-file-image-o"></li>&nbsp;&nbsp;Icons</a>
  302. <a href="#nav" data-toggle="tab"><li class="fa fa-bars"></li>&nbsp;&nbsp;Links</a>
  303. <a href="#follow" data-toggle="tab"><li class="fa fa-plus"></li>&nbsp;&nbsp;Blogroll</a>
  304. <a href="#subm" data-toggle="tab"><li class="fa fa-paper-plane"></li>&nbsp;&nbsp;Message</a>
  305. <a href="#ask" data-toggle="tab"><li class="fa fa-question"></li>&nbsp;&nbsp;Faq</a>
  306. <a href="/"><li class="fa fa-sign-out"></li>&nbsp;&nbsp;Back</a>
  307.  
  308. </div>
  309.  
  310. </div>
  311.  
  312. <div id="content">
  313.  
  314. <div id="myTabContent" class="tab-content">
  315.  
  316. <div class="tab-pane active" id="home">
  317.  
  318. <div class="title"><li id="pi" class="fa fa-user"></li>ABOUT</div>
  319.  
  320. <img id="favicon" src="PUT-FAVICON-URL-HERE" />
  321.  
  322. <div class="ab">
  323.  
  324. <b>Bold</b>
  325. <i>Italic</i>
  326. <u>Underline</u>
  327. <a href="/">link</a>
  328. <hr>
  329.  
  330. </div>
  331.  
  332. </div>
  333.  
  334. <div class="tab-pane" id="icons">
  335.  
  336. <div class="title"><li id="pi" class="fa fa-file-image-o"></li>icons</div>
  337.  
  338. <div class="fb">
  339.  
  340. <img src="http://i.imgur.com/faNvvHr.jpg" />
  341. <img src="http://i.imgur.com/RPGzbKe.jpg" />
  342.  
  343. <!--- REPLACE FOR MORE -->
  344. <img src="URL-IMAGE-HERE" />
  345. <!--- REPLACE FOR MORE -->
  346.  
  347. </div>
  348.  
  349. </div>
  350.  
  351. <div class="tab-pane" id="nav">
  352.  
  353. <div class="title"><li id="pi" class="fa fa-bars"></li>Links</div>
  354.  
  355. <div id="link">
  356.  
  357. <!--- REPLACE FOR MORE -->
  358. <a href="">LINK</a>
  359. <!--- REPLACE FOR MORE -->
  360.  
  361.  
  362. </div>
  363.  
  364. </div>
  365.  
  366. <div class="tab-pane" id="follow">
  367.  
  368. <div class="title"><li id="pi" class="fa fa-plus"></li>following</div>
  369.  
  370. <div class="ff">
  371.  
  372. {block:Following}{block:Followed}<a href="{FollowedURL}" title="{FollowedName}"><img src="{FollowedPortraitURL-48}"></a>{/block:Followed}{/block:Following}
  373.  
  374. </div>
  375. </div>
  376.  
  377. <div class="tab-pane" id="subm">
  378.  
  379. <div class="title"><li id="pi" class="fa fa-question"></li>Ask me</div>
  380.  
  381. <iframe style="margin-top:20px; margin-bottom:25px;" frameborder="0" height="200px" id="ask_form" scrolling="yes" src="http://www.tumblr.com/ask_form/YOUR-URL.tumblr.com" width="100%"></iframe>
  382.  
  383. <div class="title"><li id="pi" class="fa fa-paper-plane"></li>submit</div>
  384.  
  385. <iframe style="margin-top:20px;" frameborder="0" height="400px" id="ask_form" scrolling="yes" src="http://www.tumblr.com/submit_form/YOUR-URL.tumblr.com" width="100%"></iframe>
  386.  
  387. </div>
  388.  
  389. <div class="tab-pane" id="ask">
  390.  
  391. <div class="title"><li id="pi" class="fa fa-info"></li>Frequently asked questions</div>
  392.  
  393. <!--- REPLACE FOR MORE -->
  394. <h4>Pergunta or Question ?</h4>
  395. <h5>Resposta or Answer</h5>
  396. <!--- REPLACE FOR MORE -->
  397.  
  398. </div>
  399. </div>
  400.  
  401. </div>
  402.  
  403. <div id="top1">
  404. <a href="http://amplamente.tumblr.com/" title="amplamente">Am</a>
  405. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement