Advertisement
VicariousHelpSite

Blog Layout 5b

Jun 25th, 2013
416
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. !!!!!!!!!!!!Read It!!!!!!!!!!!!
  2.  
  3. (⊙.⊙(☉_☉)⊙.⊙)
  4.  
  5. There are div ids/classes and table classes in this layout. Be VERY, VERY, VERY careful not to drop off any of the coding.
  6.  
  7. ///Top Pic///
  8. Put your 660px width by 200px height image url in the spot between the ( and ) near the bottom of the Blog Stylesheet secton. It will look like this:
  9.  
  10. <div id="victop" style="background-image:url(http://i.imgbox.com/abj1XtPw.png);"></div>
  11.  
  12. ///////////////
  13.  
  14.  
  15. !!!!!!!!!!!!TIP!!!!!!!!!!!!
  16.  
  17. Since you are making a blog for content, it should be relatively blank as the meat of the blog is going to be accessed via the content links. When they click on a content link, it will take them to the appropriate blog.
  18.  
  19. 1) Create a 'Content' blog (Titled content with a short description (IE "Hover over top pic for Content') for the body of the text.
  20. 2) Disable Kudos & Comments
  21. 3) Put a link to this content blog on your profile.
  22.  
  23.  
  24. Don't forget to replace the XXXXX with your friend ID number.
  25.  
  26. (>‿◠)✌
  27.  
  28.  
  29. *****************************SAVE YOUR WORK AS YOU GO.*******************************
  30.  
  31. ----------------------Blog Header------------------------
  32.  
  33. LEAVE BLANK
  34.  
  35. ----------------------Blog Stylesheet------------------------
  36.  
  37.  
  38. <style type="text/css">
  39.  
  40. .vicarious {BE RESPECTFUL TO THE LAYOUT CODER/CREATOR. DO NOT REMOVE THE .VICARIOUS CREDIT!
  41. Blog Layouts available @ http://vicarious-bloglayouts.tumblr.com/}
  42.  
  43. .vicarious{Cross Type Shared Commons}
  44.  
  45. .blogcomments, .blogcommentsprofile, p.blogtimestamp, .blog {
  46. background-color:transparent!important;}
  47.  
  48.  
  49. #victop1, .v1, .v2, .v3, a.first, a.first:link, a.first:active, a.first:visited, a.content, a.content:link, a.content:active, a.content:visited {
  50. -webkit-transition: all 0.6s ease-out;
  51. -moz-transition: all 0.6s ease-out;
  52. -ms-transition: all 0.6s ease-out;
  53. -o-transition: all 0.6s ease-out;
  54. transition: all 0.6s ease-out;
  55. }
  56.  
  57.  
  58.  
  59.  
  60.  
  61. .vicarious{Background/Blog Shared Commons}
  62.  
  63. .blogcomments, .blogcommentsprofile {
  64. background-color:#0c1527 !important;
  65. border:1px solid #1f2738!important;
  66. }
  67.  
  68.  
  69. .vicarious{Background/Blog Properties}
  70.  
  71. body{
  72. background-color: #0c1527 !important;
  73. background-image:url("")!important;
  74. background-repeat: repeat!important;
  75. background-attachment:fixed;
  76. background-position:bottom right;
  77. }
  78.  
  79. .main {
  80. width:500px!important;
  81. left:50%;
  82. top:0%;
  83. visibility:visible;
  84. z-index:1;
  85. margin-left:-322px;
  86. margin-top:200px;
  87. position:absolute;
  88. }
  89.  
  90. .blog {
  91. width:610px!important;
  92. background-color:transparent !important;
  93. -webkit-box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.75);
  94. -moz-box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.75);
  95. box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.75);
  96. }
  97.  
  98.  
  99.  
  100. .vicarious{Text Shared Commons}
  101.  
  102. 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,
  103.  
  104. a.content:link, a.content:active, a.content:visited, big, p.blogtimestamp, .blogsubject {
  105. font-family: tahoma !important;
  106. visibility: visible!important;
  107. color: #a8a8a8 !important;
  108. text-decoration:none !important;
  109. font-size:6pt !important;
  110. line-height:90% !important;
  111. text-align:left !important;
  112. background-color:transparent !important;
  113. }
  114.  
  115.  
  116.  
  117.  
  118. big, a.first, a.first:link, a.first:active, a.first:visited, a.content, a.content:link, a.content:active, a.content:visited, blogsubject {
  119. display:block!important;
  120. }
  121.  
  122. big, a.first, a.first:link, a.first:active, a.first:visited, a.content, a.content:link, a.content:active, a.content:visited {
  123. color: #000000 !important;
  124. }
  125.  
  126. big, p.blogtimestamp, a.first, a.first:link, a.first:active, a.first:visited, a.content, a.content:link, a.content:active, a.content:visited {
  127. text-transform:uppercase !important;
  128. font-weight:bold !important;
  129. text-align:center !important;
  130. }
  131.  
  132.  
  133. .vicarious{Text Properties}
  134.  
  135. td.txt_label {
  136. background-color: transparent !important;
  137. }
  138.  
  139. .blogsubject {
  140. width:100%!important;
  141. text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
  142. font-size: 14pt !important;
  143. color:c1c1c1 !important;
  144. letter-spacing:-1pt !important;
  145. line-height:100% !important;
  146. padding:5px !important;
  147. text-align: left !important;
  148. text-transform:lowercase !important;
  149. }
  150.  
  151.  
  152. p.blogtimestamp {
  153. color: #6f7684 !important;
  154. letter-spacing:1pt !important;
  155. text-align:right !important;
  156. }
  157.  
  158. i {
  159. color: #555555 !important;
  160. font-style:italic !important;
  161. }
  162.  
  163. b {
  164. color: #cccccc !important;
  165. font-weight:bold !important;
  166. }
  167.  
  168. big {
  169. font-family:copperplate gothic light !important;
  170. font-size:26pt!important;
  171. line-height:100% !important;
  172. padding:15px 20px !important;
  173. color:c1c1c1 !important;
  174. text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
  175. }
  176.  
  177.  
  178. .vicarious{Profile Link Codes}
  179.  
  180. a.first, a.first:link, a.first:active, a.first:visited {
  181. font-family:arial narrow !important;
  182. font-size: 10pt !important;
  183. color:848a97 !important;
  184. background-color: #1f2738 !important;
  185. width:300px;
  186. height: auto;
  187. padding-left:5px;
  188. margin-bottom:2px;
  189. border-right: 50px solid;
  190. border-color:#1f2738 !important;
  191. }
  192.  
  193. a.first:hover{
  194. color:3b4456 !important;
  195. }
  196.  
  197.  
  198. .vicarious{Content Link Codes}
  199. a.content, a.content:link, a.content:active, a.content:visited {
  200. color:c1c1c1 !important;
  201. background-color: #2a3449 !important;
  202. height:18px!important;
  203. line-height:18px!important;
  204. width:156.5px!important;
  205. margin:2px !important;
  206. }
  207.  
  208. a.content:hover{
  209. color:79808e !important;
  210. background-color: #0c1527 !important;
  211. }
  212.  
  213.  
  214.  
  215. .vicarious{Div ID Shared Commons}
  216.  
  217. #vicback, #vicback2 {
  218. border-color: #1f2738 !important;
  219. border-left:55px solid;
  220. border-right:55px solid;
  221. height:1200px;
  222. left:50%;
  223. top:0%;
  224. visibility:visible;
  225. z-index:-1;
  226. margin-top:0px;
  227. position:fixed;
  228. }
  229.  
  230. #vicbox1a, #vicbox2a {
  231. height:40px;
  232. width:400px;
  233. overflow:hidden;
  234. -webkit-transform: rotate(270deg);
  235. -moz-transform: rotate(270deg);
  236. -o-transform: rotate(270deg);
  237. -ms-transform: rotate(270deg);
  238. transform: rotate(270deg);
  239. left:50%;
  240. top:0%;
  241. visibility:visible;
  242. z-index:-1;
  243. position:fixed;
  244. }
  245.  
  246. #victop, #victop1, #victop1:hover {
  247. background-color: #1f2738!important;
  248. height:200px;
  249. width:660px;
  250. left:50%;
  251. top:0%;
  252. visibility:visible;
  253. z-index:10;
  254. position:fixed;
  255. margin-left:-318px;
  256. margin-top:0px;
  257. position:fixed;
  258. overflow:hidden;
  259. }
  260.  
  261.  
  262. .vicarious{Div IDs}
  263.  
  264.  
  265.  
  266. #vicback{
  267. background-color: #2b3343 !important;
  268. width:665px;
  269. margin-left:-375px;
  270. }
  271.  
  272. #vicback2 {
  273. background-color: #0c1527 !important;
  274. width:865px;
  275. margin-left:-475px;
  276. }
  277.  
  278. #vicbox1a {
  279. margin-left:-597px;
  280. margin-top:180px;
  281. }
  282.  
  283.  
  284. #vicbox2a {
  285. margin-left:223px;
  286. margin-top:180px;
  287. }
  288.  
  289.  
  290. #victop {
  291. }
  292.  
  293. #victop1 {
  294. -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  295. filter: alpha(opacity=0);
  296. opacity: 0;
  297. }
  298.  
  299. #victop1:hover {
  300. -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  301. filter: alpha(opacity=100);
  302. opacity: 1;
  303. }
  304.  
  305. .vicarious{Div Style Shared Commons}
  306.  
  307. .v1, .v2, .v3 {
  308. position: relative;
  309. }
  310.  
  311. .vicarious{Div Style Classes}
  312.  
  313. .v1 {margin-left:150px; }
  314. .v1:hover {margin-left:100px;}
  315.  
  316. .v2 {margin-left:125px; }
  317. .v2:hover {margin-left:75px;}
  318.  
  319. .v3 {margin-left:100px; }
  320. .v3:hover {margin-left:50px;}
  321.  
  322.  
  323.  
  324. .vicarious{Hide Codes}
  325. .profile { display:none !important;visibility:hidden!important; }
  326. .nav, .spacer, .googleafc, .commentspacer, hr {display: none!important;}
  327. #ctl00_cpMain_googlead { display:none !important;visibility:hidden!important; }
  328. images/spacer.gif{ display:none !important;visibility:hidden!important; }
  329. .st_sharethis_hcount, .st_facebook_hcount, .st_twitter_hcount, .st_pinterest_hcount { display:none !important;visibility:hidden!important; }
  330. .vicarious {Blog Layouts available @ http://vicarious-bloglayouts.tumblr.com/}
  331. </style>
  332.  
  333.  
  334.  
  335.  
  336.  
  337.  
  338.  
  339. <div id="vicback2"></div>
  340.  
  341. <div id="vicbox1a">
  342.  
  343. <div class="v1"><a class="first" href="/logincomplete.php">Home</a></div>
  344. <div class="v2"><a class="first"href="/add_testimonial.php?member_id=xxxxxx">Comment</a></div>
  345. <div class="v3"><a class="first"href="/send_message.php?member_id=xxxxxx">Message</a></div>
  346.  
  347.  
  348. </div>
  349.  
  350.  
  351. <div id="vicbox2a">
  352. <div class="v3"><a class="first"href="/gallery.php?member_id=xxxxxx">Photos</a></div>
  353. <div class="v2"><a class="first" href="LINK HERE">EXTRA Link Title</a></div>
  354. <div class="v1"><a class="first" href="LINK HERE">EXTRA Link Title</a></div>
  355.  
  356.  
  357. </div>
  358.  
  359.  
  360.  
  361.  
  362.  
  363. <div id="vicback"></div>
  364.  
  365. <div id="victop" style="background-image:url(http://i.imgbox.com/abj1XtPw.png);"></div>
  366.  
  367. <div id="victop1">
  368.  
  369. <big>CONTENT</BIG>
  370. <table><tr><td valign="top">
  371.  
  372. <a class="content" href="LINK GOES HERE" >Content Link</a>
  373. <a class="content" href="LINK GOES HERE" >Content Link</a>
  374. <a class="content" href="LINK GOES HERE" >Content Link</a>
  375. <a class="content" href="LINK GOES HERE" >Content Link</a>
  376. <a class="content" href="LINK GOES HERE" >Content Link</a>
  377. <a class="content" href="LINK GOES HERE" >Content Link</a>
  378.  
  379. </td><td valign="top">
  380.  
  381. <a class="content" href="LINK GOES HERE" >Content Link</a>
  382. <a class="content" href="LINK GOES HERE" >Content Link</a>
  383. <a class="content" href="LINK GOES HERE" >Content Link</a>
  384. <a class="content" href="LINK GOES HERE" >Content Link</a>
  385. <a class="content" href="LINK GOES HERE" >Content Link</a>
  386. <a class="content" href="LINK GOES HERE" >Content Link</a>
  387.  
  388. </td><td valign="top">
  389.  
  390. <a class="content" href="LINK GOES HERE" >Content Link</a>
  391. <a class="content" href="LINK GOES HERE" >Content Link</a>
  392. <a class="content" href="LINK GOES HERE" >Content Link</a>
  393. <a class="content" href="LINK GOES HERE" >Content Link</a>
  394. <a class="content" href="LINK GOES HERE" >Content Link</a>
  395. <a class="content" href="LINK GOES HERE" >Content Link</a>
  396.  
  397. </td><td valign="top">
  398.  
  399. <a class="content" href="LINK GOES HERE" >Content Link</a>
  400. <a class="content" href="LINK GOES HERE" >Content Link</a>
  401. <a class="content" href="LINK GOES HERE" >Content Link</a>
  402. <a class="content" href="LINK GOES HERE" >Content Link</a>
  403. <a class="content" href="LINK GOES HERE" >Content Link</a>
  404. <a class="content" href="LINK GOES HERE" >Content Link</a>
  405.  
  406. </td></tr></table>
  407. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement