Advertisement
VicariousHelpSite

Blog Layout 11b

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