Advertisement
VicariousHelpSite

Blog Layout 12b

Aug 28th, 2013
1,369
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. *Updated with an additional hide code 9-12-2013
  2.  
  3.  
  4. !!!!!!!!!!!!Read It!!!!!!!!!!!!
  5.  
  6. (⊙.⊙(☉_☉)⊙.⊙)
  7.  
  8. ALL COLORS CAN BE CHANGED.For color changes, see the color palette section in About Me. There are a ton of color schemes online. It won't take you long to change the color set-up on this profile.
  9.  
  10.  
  11. There are div ids/classes, img classes and tables (<table><tr><td>) in this layout. Be VERY, VERY, VERY careful not to drop off any of the coding.
  12.  
  13.  
  14. ............................
  15. BACKGROUND
  16. The background is set to fill the entire area of your page no matter what your monitor size. When you replace the background, you should do so with a .jpg image that is at least 1920x1080; otherwise, people with larger monitors will see a pixelated image. If you would prefer not to have a size-adjusting background but rather one that just sits off to the right, do the following:
  17.  
  18. Remove the below from the Body:
  19.  
  20. -webkit-background-size: cover;
  21. -moz-background-size: cover;
  22. -o-background-size: cover;
  23. background-size: cover;
  24.  
  25. AND ChANGE THE POSITION FROM background-position:center center;
  26. TO background-position:top right;
  27.  
  28. .......................................
  29.  
  30. Hover Image Panels
  31. To replace the images in the hover panels, replace my image url with your own wherever you see div id image urls like this:
  32.  
  33. <div id="sidebarimg" style="background-image:url(http://i.imgur.com/D3vrTwl.png);">
  34.  
  35. .......................................
  36.  
  37.  
  38.  
  39.  
  40.  
  41. Don't forget to replace the XXXXX with your friend ID number.
  42.  
  43. (>‿◠)✌
  44.  
  45.  
  46. *****************************SAVE YOUR WORK AS YOU GO.*******************************
  47.  
  48.  
  49.  
  50.  
  51.  
  52. DO NOT REMOVE THE .VICARIOUS MARKERS FROM ANY VICARIOUS LAYOUT.
  53.  
  54. -----------------------------Blog Stylesheet---------------------------------
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61. <style type="text/css">
  62. @import url(http://fonts.googleapis.com/css?family=Tangerine:400,700|Quattrocento|Just+Another+Hand);
  63. .vicarious {BE RESPECTFUL TO THE LAYOUT CODER/CREATOR. DO NOT REMOVE THE .VICARIOUS CREDIT!
  64. Blog Layouts available @ http://vicarious-bloglayouts.tumblr.com/}
  65.  
  66.  
  67. .vicarious{Cross Type Shared Commons}
  68.  
  69. .blogcommentsprofile, p.blogtimestamp, .blog {background-color:transparent!important;}
  70. .blogcomments { border-top:1px solid!important;border: 1px solid!important; }
  71.  
  72. .vicarious{Background/Blog Properties}
  73.  
  74. body{
  75. background-image: url("http://i1080.photobucket.com/albums/j334/Vicarious_HS/layouts/Untitled-1_zps3835305d.jpg~original");
  76. background-attachment:fixed;
  77. background-repeat:no-repeat;
  78. background-position:center center;
  79. -webkit-background-size: cover;
  80. -moz-background-size: cover;
  81. -o-background-size: cover;
  82. background-size: cover;
  83. margin-top:-100px;
  84. margin-left:0px;
  85. left:0%;
  86. top:0%;
  87. position:absolute;
  88. z-index:1;
  89. }
  90.  
  91.  
  92. .vicarious{ Google Chrome Scrollbar }
  93. ::-webkit-scrollbar {width: 10px;}
  94. ::-webkit-scrollbar-track {border: 1px solid !important; }
  95. ::-webkit-scrollbar-thumb {border: 1px solid!important; }
  96.  
  97.  
  98. .blog {
  99. width:480px!important;
  100. }
  101.  
  102. .main {
  103. border:1px solid !important;
  104. left:0%;
  105. top:0%;
  106. width:500px!important;
  107. visibility:visible;
  108. z-index:100;
  109. margin-left:260px;
  110. margin-top:0px;
  111. position:absolute;
  112. padding-top: 100px!important;
  113. }
  114.  
  115.  
  116. img { max-width:450px!important; }
  117.  
  118. .vicarious{Text Shared Commons}
  119.  
  120. a, a:link, a:active, a:visited, a:hover, td, .text, table, td.txt_label , tr, td, li, p, div, input, txt, i, b, .main u, .main font, a.first,
  121.  
  122. a.first:link, a.first:active, a.first:visited, a.content, a.content:link, a.content:active, a.content:visited, big, p.blogtimestamp,
  123.  
  124. .blogsubject {
  125. font-family: tahoma !important;
  126. visibility: visible!important;
  127. text-decoration:none !important;
  128. line-height:90% !important;
  129. background-color:transparent !important;
  130. font-size: 9pt !important;
  131. }
  132.  
  133. p { text-align:justify!important; }
  134.  
  135. .vicarious{Text Properties}
  136.  
  137. .blogsubject, big, small {
  138. font-family: 'Quattrocento', serif!important;
  139. font-size: 16pt !important;
  140. line-height:100%!important;
  141. text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
  142. text-align:center!important;
  143. text-transform:uppercase !important;
  144. }
  145.  
  146. big { font-size: 13pt !important; display:block; }
  147. small{ font-size: 11pt !important; display:block; }
  148. p.blogtimestamp { text-align:right !important; }
  149. i { font-family: Tangerine!important; }
  150.  
  151. b {
  152. font-family: 'Just Another Hand', cursive!important;
  153. font-size:9pt!important;
  154. font-weight:bold!important;
  155. text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
  156. }
  157.  
  158.  
  159.  
  160. a.first, a.first:link, a.first:active, a.first:visited, a.second, a.second:link, a.second:active, a.second:visited {
  161. font-family: 'Just Another Hand', cursive!important;
  162. font-size:12pt!important;
  163. text-align:center!important;
  164. text-transform:uppercase!important;
  165. line-height:30px !important;
  166. height:30px !important;
  167. width:77px;
  168. display:block !important;
  169. font-weight:norma!important;
  170. text-decoration:none!important;
  171. -webkit-transition: all 2.4s ease-out;
  172. -moz-transition: all 2.4s ease-out;transition:
  173. all 2.4s ease-out;
  174. margin-bottom:2px !important;
  175. }
  176.  
  177. a.second, a.second:link, a.second:active, a.second:visited {width:auto; line-height:14px!important; height:14px!important; }
  178.  
  179. a.third, a.third:link, a.third:active, a.third:visited {
  180. font-family: copperplate gothic light!important;
  181. font-size: 12pt !important;
  182. line-height:100%!important;
  183. text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
  184. text-align:center!important;
  185. margin:10px 0px;
  186. display:block;
  187. text-transform:uppercase!important;
  188. text-decoration:none!important;
  189. -webkit-transition: all 1.4s ease-out;
  190. -moz-transition: all 1.4s ease-out;transition:
  191. all 1.4s ease-out;
  192. }
  193.  
  194.  
  195.  
  196. .vicarious{Div Style Classes}
  197.  
  198. #sidebar, #sidebar2 {
  199. border:1px solid ;
  200. visibility:visible;
  201. left:0%;
  202. top:0%;
  203. position:fixed;
  204. z-index:2;
  205. margin-top:0px;
  206. text-align:center !important;
  207. }
  208.  
  209. #sidebartext, #sidebar:hover #sidebartext, #sidebar2text, #sidebar2:hover #sidebar2text, #context {
  210. -webkit-transition: all 0.6s ease-out;
  211. -moz-transition: all 0.6s ease-out;
  212. -ms-transition: all 0.6s ease-out;
  213. -o-transition: all 0.6s ease-out;
  214. transition: all 0.6s ease-out;
  215. }
  216.  
  217. #sidebartext, #sidebar2text, #context {
  218. text-align:left !important;
  219. overflow:hidden;
  220. -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  221. filter: alpha(opacity=0);
  222. opacity: 0;
  223. }
  224.  
  225. #sidebar:hover #sidebartext, #sidebar2:hover #sidebar2text, #context:hover {
  226. overflow:auto;
  227. -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  228. filter: alpha(opacity=100);
  229. opacity: 1;
  230. }
  231.  
  232. #sidebar {
  233. width:250px;
  234. height:1200px;
  235. margin-left:0px;
  236. overflow:none;
  237. }
  238.  
  239. #sidebarimg {
  240. width:250px;
  241. height:350px;
  242. }
  243.  
  244. #sidebartext {
  245. width:220px;
  246. height:320px;
  247. padding:15px;
  248. text-align:left!important;
  249. }
  250.  
  251. #sidebar2 {
  252. width:200px;
  253. height:auto;
  254. overflow:none;
  255. margin-left:800px;
  256. padding-top:15px;
  257. }
  258.  
  259. #sidebar2img {
  260. width:200px;
  261. height:200px;
  262. margin-left:0px;
  263. margin-top:0px;
  264. }
  265.  
  266. #sidebar2text {
  267. width:190px;
  268. height:190px;
  269. padding:5px;
  270. text-align:left!important;
  271. }
  272.  
  273. .connlinks {
  274. width:190px;
  275. height:150px;
  276. overflow:auto;
  277. padding:5px 0px;
  278. text-align:left !important;
  279. margin-bottom:10px;
  280. }
  281.  
  282.  
  283. .vicarious{ Color Palette }
  284.  
  285. body { background-color:17171a !important; }
  286. ::-webkit-scrollbar-track {background-color:2a2a2e !important; border-color:333333 !important;}
  287. ::-webkit-scrollbar-thumb {background-color:5d5d64 !important; border-color:333333 !important;}
  288. a, a:link, a:active, a:visited, a:hover, td, .text, table, td.txt_label , tr, td, li, p, div, input, txt, i, b, .main u, .main font {color:434343 !important; }
  289. big, .blogsubject, small { color:a5a5b2 !important;}
  290. I { color:dbdbdb !important; }
  291. p.blogtimestamp, B { color:6e6e74 !important; }
  292. a.first, a.first:link, a.first:active, a.first:visited, a.second, a.second:link, a.second:active, a.second:visited {
  293. color:a6a6ae !important; background-color:323236!important; }
  294. a.first:hover, a.second:hover {color:616161 !important; background-color:19191e !important; }
  295. a.third, a.third:link, a.third:active, a.third:visited { color:a5a5b2 !important;}
  296. a.third:hover {color:616161!important; }
  297. .main, .blogcomments, #sidebar, #sidebar2 { background-color:2a2a2e!important; border-color: #333333 !important; }
  298. #sidebartext, #sidebar2text { background-color:121212 !important; }
  299. td.txt_label { background-color:737378!important; }
  300.  
  301.  
  302.  
  303.  
  304.  
  305.  
  306.  
  307.  
  308.  
  309.  
  310.  
  311.  
  312.  
  313. .vicarious{Hide Codes}
  314. .blogContentInfo{ display:none !important;visibility:hidden!important; }
  315. .profile { display:none !important;visibility:hidden!important; }
  316. .nav, .spacer, .googleafc, .commentspacer, hr {display: none!important;}
  317. #ctl00_cpMain_googlead { display:none !important;visibility:hidden!important; }
  318. images/spacer.gif{ display:none !important;visibility:hidden!important; }
  319. .st_sharethis_hcount, .st_facebook_hcount, .st_twitter_hcount, .st_pinterest_hcount { display:none !important;visibility:hidden!important; }
  320. #IL_IF_RIGHT, .IL_BASE { display:none !important;visibility:hidden!important; }
  321. .vicarious {Blog Layouts available @ http://vicarious-bloglayouts.tumblr.com/}
  322.  
  323. </style>
  324.  
  325.  
  326.  
  327.  
  328. <div id="sidebar">
  329. <div id="sidebarimg" style="background-image:url(http://i.imgur.com/D3vrTwl.png);">
  330.  
  331. <div id="sidebartext">
  332.  
  333. <big>Big Header</big>
  334. <small>Small header</small>
  335. <p><B>Put something else behind here other than your stats window. Header tags are not scripted as they don't necessarily
  336.  
  337. work in conjunction with blogs; however, you can use big and small in this section for headers. These have been included.
  338.  
  339. Alternatively you can remove everything from div id sidebartext down to the first closed div tag below and just leave this section
  340.  
  341. as an image.
  342. </b>
  343. </div>
  344.  
  345. </div><center>
  346.  
  347.  
  348. <big>➳ IM: Screename ➳</big>
  349.  
  350.  
  351. <table><tr>
  352. <td><a class="first" href="/logincomplete.php">Home</a></td>
  353. <td><a class="first" href="/send_message.php?member_id=xxxxxx">Message</a></td>
  354. <td><a class="first" href="/add_comment.php?member_id=xxxxxx">Comment</a></td>
  355. </tr><tr>
  356. <td><a class="first" href="/gallery.php?member_id=xxxxxx">Photos</a></td>
  357. <td><a class="first" href="/view_member_blog.php?member_id=xxxxxx">Blogs</a></td>
  358. <td><a class="first" href="/invite_friend.php?friend_id=xxxxxx">Add</a></td>
  359. </tr></table>
  360.  
  361. <a class="third" href="PUT THE LINK TO YOUR PROFILE HERE">Back to Profile</a>
  362.  
  363.  
  364. <BR><BR>
  365.  
  366. MUSIC PLAYER HERE
  367.  
  368.  
  369. </center></div>
  370.  
  371. <div id="sidebar2"><center>
  372.  
  373. <p><big>Content</big>
  374. <div class="connlinks">
  375. <a class="second" href="LINK TO BLOG HERE">TITLE</a>
  376. <a class="second" href="LINK TO BLOG HERE">TITLE</a>
  377. <a class="second" href="LINK TO BLOG HERE">TITLE</a>
  378. <a class="second" href="LINK TO BLOG HERE">TITLE</a>
  379. <a class="second" href="LINK TO BLOG HERE">TITLE</a>
  380. <a class="second" href="LINK TO BLOG HERE">TITLE</a>
  381. <a class="second" href="LINK TO BLOG HERE">TITLE</a>
  382. <a class="second" href="LINK TO BLOG HERE">TITLE</a>
  383. <a class="second" href="LINK TO BLOG HERE">TITLE</a>
  384. </div>
  385.  
  386.  
  387. <div id="sidebar2img" style="background-image:url(http://i.imgur.com/XAlHzAg.png);">
  388.  
  389. <div id="sidebar2text">
  390.  
  391.  
  392. <p><B>If you don't have that many content links, you can shorten the div for that by scrolling up to .connlinks and changing
  393.  
  394. the height to a smaller number (ie 100px etc).
  395. <p>Put something else behind here other than your personality window. Header tags are not scripted as they don't necessarily
  396.  
  397. work in conjunction with blogs; however, you can use big and small in this section for headers. These have been included.
  398.  
  399. Alternatively you can remove everything from div id sidebar2text down to the first closed div tag below and just leave this section
  400.  
  401. as an image.
  402. </b>
  403. </div>
  404.  
  405.  
  406. </div></center></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement