Advertisement
VicariousHelpSite

Blog Layout 7b

Jun 26th, 2013
470
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. The 575px width banner is in the Blog Header section.
  8. The content and profile links are at the bottom of the Blog Stylesheet section.
  9.  
  10. !!!!!!!!!!!!TIP!!!!!!!!!!!!
  11.  
  12. 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.
  13.  
  14. 1) Create a 'Content' blog (Titled content with a short description (IE "Hover over plus sign for Content') for the body of the text.
  15. 2) Disable Kudos & Comments
  16. 3) Put a link to this content blog on your profile.
  17.  
  18.  
  19. Don't forget to replace the XXXXX with your friend ID number.
  20.  
  21. (>‿◠)✌
  22.  
  23.  
  24. *****************************SAVE YOUR WORK AS YOU GO.*******************************
  25.  
  26. ----------------------Blog Header------------------------
  27.  
  28. <center>
  29. <big>TITLE GOES HERE</big>
  30. <BR>
  31. <img src="http://i.imgbox.com/adkoYjtY.png">
  32. </center>
  33.  
  34. ----------------------Blog Stylesheet------------------------
  35.  
  36.  
  37. <style type="text/css">
  38.  
  39. .vicarious {BE RESPECTFUL TO THE LAYOUT CODER/CREATOR. DO NOT REMOVE THE .VICARIOUS CREDIT!
  40. Blog Layouts available @ http://vicarious-bloglayouts.tumblr.com/}
  41.  
  42. .vicarious{Cross Type Shared Commons}
  43. .main, a.content, a.content:link, a.content:active, a.content:visited {
  44. background: rgb(165, 132, 158);
  45. background: -moz-linear-gradient(30deg, rgb(165, 132, 158) 30%, rgb(130, 88, 100) 70%);
  46. background: -webkit-linear-gradient(30deg, rgb(165, 132, 158) 30%, rgb(130, 88, 100) 70%);
  47. background: -o-linear-gradient(30deg, rgb(165, 132, 158) 30%, rgb(130, 88, 100) 70%);
  48. background: -ms-linear-gradient(30deg, rgb(165, 132, 158) 30%, rgb(130, 88, 100) 70%);
  49. background: linear-gradient(120deg, rgb(165, 132, 158) 30%, rgb(130, 88, 100) 70%);
  50. }
  51.  
  52.  
  53. .vicarious{Background/Blog Properties}
  54.  
  55. body{
  56. margin-top:-200px;
  57. background-color: #886681 !important;
  58. background-image:url("")!important;
  59. background-repeat: repeat!important;
  60. background-attachment:fixed;
  61. background-position:bottom right;
  62. }
  63.  
  64. .blog {
  65. width:700px!important;
  66. margin-left:-55px;
  67. position:relative;
  68. background-color:transparent!important;
  69. }
  70.  
  71. .main {
  72. width:800px!important;
  73. visibility:visible;
  74. z-index:1;
  75. left:50%;
  76. top:0%;
  77. margin-left:-415px;
  78. margin-top:25px;
  79. position:absolute;
  80. padding:0px 0px 50px !important;
  81. -webkit-border-radius: 90px;
  82. -moz-border-radius: 90px;
  83. border-radius: 90px;
  84. }
  85.  
  86.  
  87. .vicarious{Text Shared Commons}
  88.  
  89. 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 {
  90. visibility: visible!important;
  91. text-decoration:none !important;
  92. background-color:transparent!important;
  93. color:3e2e3b !important;
  94. }
  95.  
  96. a.first, a.first:link, a.first:active, a.first:visited, a.content, a.content:link, a.content:active, a.content:visited, .v1, .v2, .v3, .v4, .v5, .v6, .v7, .v8, .v9, .v10, .v11, .v12 {
  97. -webkit-transition: all 0.6s ease-out;
  98. -moz-transition: all 0.6s ease-out;
  99. -ms-transition: all 0.6s ease-out;
  100. -o-transition: all 0.6s ease-out;
  101. transition: all 0.6s ease-out;
  102. }
  103.  
  104. big, a.first, a.first:link, a.first:active, a.first:visited, a.content, a.content:link, a.content:active, a.content:visited, .blogsubject {
  105. display:block!important;
  106. }
  107.  
  108. big, a.first, a.first:link, a.first:active, a.first:visited, a.content, a.content:link, a.content:active, a.content:visited, p.blogtimestamp {
  109. text-transform:uppercase !important;
  110. font-weight:bold !important;
  111. }
  112.  
  113. big, a.first, a.first:link, a.first:active, a.first:visited {
  114. text-align:center !important;
  115. }
  116.  
  117. .vicarious{Text Properties}
  118.  
  119. .blogsubject {
  120. width:100%!important;
  121. font-family: copperplate gothic light !important;
  122. font-size: 21pt !important;
  123. color:ccbec9!important;
  124. background-color: 866980!important;
  125. letter-spacing:-1pt !important;
  126. line-height:100% !important;
  127. padding:5px !important;
  128. text-align: right !important;
  129. text-transform:lowercase !important;
  130. -moz-border-radius-topleft: 90px;
  131. -webkit-border-top-left-radius: 90px;
  132. border-top-left-radius: 90px;
  133. -moz-border-radius-topright: 5px;
  134. -webkit-border-top-right-radius: 5px;
  135. border-top-right-radius: 5px;
  136. -moz-border-radius-bottomright: 5px;
  137. -webkit-border-bottom-right-radius: 5px;
  138. border-bottom-right-radius: 5px;
  139. -moz-border-radius-bottomleft: 90px;
  140. -webkit-border-bottom-left-radius: 90px;
  141. border-bottom-left-radius: 90px;
  142. }
  143.  
  144.  
  145. p.blogtimestamp {
  146. color: #b6a8b3 !important;
  147. letter-spacing:1pt !important;
  148. text-align:right !important;
  149. }
  150.  
  151. i {
  152. color: #222222 !important;
  153. font-style:italic !important;
  154. }
  155.  
  156. b {
  157. color: #c6b7c3 !important;
  158. font-weight:bold !important;
  159. }
  160.  
  161. big {
  162. font-family:copperplate gothic light !important;
  163. font-size:26pt!important;
  164. line-height:100% !important;
  165. padding:15px 20px !important;
  166. color:ccbec9 !important;
  167. text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
  168. }
  169.  
  170. .vicarious{Profile Link Codes}
  171. a.first, a.first:link, a.first:active, a.first:visited {
  172. color:e9e5e8 !important;
  173. font-size: 4.5pt !important;
  174. width:40px!important;
  175. height:40px!important;
  176. line-height:40px!important;
  177. background: rgb(165, 132, 158);
  178. background: -moz-linear-gradient(30deg, rgb(165, 132, 158) 63%, rgb(130, 88, 100) 14%);
  179. background: -webkit-linear-gradient(30deg, rgb(165, 132, 158) 63%, rgb(130, 88, 100) 14%);
  180. background: -o-linear-gradient(30deg, rgb(165, 132, 158) 63%, rgb(130, 88, 100) 14%);
  181. background: -ms-linear-gradient(30deg, rgb(165, 132, 158) 63%, rgb(130, 88, 100) 14%);
  182. background: linear-gradient(120deg, rgb(165, 132, 158) 63%, rgb(130, 88, 100) 14%);
  183. -webkit-border-radius: 90px;
  184. -moz-border-radius: 90px;
  185. border-radius: 90px;
  186. text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
  187. }
  188.  
  189. a.first:hover{
  190. background: rgb(165, 132, 158);
  191. background: -moz-linear-gradient(30deg, rgb(165, 132, 158) 30%, rgb(130, 88, 100) 25%);
  192. background: -webkit-linear-gradient(30deg, rgb(165, 132, 158) 30%, rgb(130, 88, 100) 25%);
  193. background: -o-linear-gradient(30deg, rgb(165, 132, 158) 30%, rgb(130, 88, 100) 25%);
  194. background: -ms-linear-gradient(30deg, rgb(165, 132, 158) 30%, rgb(130, 88, 100) 25%);
  195. background: linear-gradient(120deg, rgb(165, 132, 158) 30%, rgb(130, 88, 100) 25%);
  196. -webkit-transform: rotate(720deg);
  197. -moz-transform: rotate(720deg);
  198. -o-transform: rotate(720deg);
  199. -ms-transform: rotate(720deg);
  200. transform: rotate(720deg);
  201. }
  202.  
  203. .vicarious{Content Link Codes}
  204. a.content, a.content:link, a.content:active, a.content:visited {
  205. color:b6a8b3 !important;
  206. text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
  207. font-family:arial narrow !important;
  208. font-size: 10pt !important;
  209. width:300px;
  210. height: auto;
  211. padding-left:5px;
  212. margin-bottom:2px;
  213. text-align:right !important;
  214. line-height:90% !important;
  215. }
  216.  
  217. a.content:hover{
  218. color:ffffff !important;
  219. }
  220.  
  221. .vicarious{ Div Style Classes Shared Commons }
  222. .v1, .v2, .v3, .v4, .v5, .v6, .v7, .v8, .v9, .v10, .v11, .v12 {
  223. position: relative;
  224. }
  225.  
  226. .vicarious{ Div Style Classes }
  227.  
  228. .v1 {margin-left:90px;}
  229. .v1:hover {margin-left:50px;}
  230.  
  231. .v2 {margin-left:75px;}
  232. .v2:hover {margin-left:0px;}
  233.  
  234. .v3 {margin-left:50px;}
  235. .v3:hover {margin-left:0px;}
  236.  
  237. .v4 {margin-left:65px;}
  238. .v4:hover {margin-left:-30px;}
  239.  
  240. .v5 {margin-left:49px;}
  241. .v5:hover {margin-left:100px;}
  242.  
  243. .v6 {margin-left:45px;}
  244. .v6:hover {margin-left:95px;}
  245.  
  246. .v7 {margin-left:65px;}
  247. .v7:hover {margin-left:-10px;}
  248.  
  249. .v8 {margin-left:76px;}
  250. .v8:hover {margin-left:-20px;}
  251.  
  252. .v9 {margin-left:55px;}
  253. .v9:hover {margin-left:-35px;}
  254.  
  255. .v10 {margin-left:78px;}
  256. .v10:hover {margin-left:-15px;}
  257.  
  258. .v11 {margin-left:95px;}
  259. .v11:hover {margin-left:-50px;}
  260.  
  261. .v12 {margin-left:90px;}
  262. .v12:hover{margin-left:50px;}
  263.  
  264. .viclinks {
  265. text-align:left;
  266. width: 200px;
  267. height: auto;
  268. overflow: none;
  269. padding-bottom:0px;
  270. margin-top:150px;
  271. margin-bottom:15px;
  272. }
  273.  
  274. .vicbox1a {
  275. width: 450px;
  276. height:180px;
  277. overflow:hidden;
  278. margin-left:-150px;
  279. padding:20px 0px 0px 50px;
  280. -moz-border-radius-topleft: 90px;
  281. -webkit-border-top-left-radius: 90px;
  282. border-top-left-radius: 90px;
  283. -moz-border-radius-bottomleft: 90px;
  284. -webkit-border-bottom-left-radius: 90px;
  285. border-bottom-left-radius: 90px;
  286. -webkit-transform: rotate(90deg);
  287. -moz-transform: rotate(90deg);
  288. -o-transform: rotate(90deg);
  289. -ms-transform: rotate(90deg);
  290. transform: rotate(90deg);
  291. }
  292.  
  293. .vicarious{Div IDs}
  294.  
  295. #vicplus {
  296. width: 200px;
  297. height: 450px;
  298. overflow: none;
  299. background-color:transparent !important;
  300. visibility:visible;
  301. position: fixed;
  302. z-index: 9;
  303. margin-left:400px;
  304. margin-top:-425px;
  305. left:50%;
  306. top:0%;
  307. -webkit-transition: all 0.5s linear;
  308. -moz-transition: all 0.5s linear;
  309. -o-transition: all 0.5s linear;
  310. }
  311.  
  312.  
  313.  
  314. #vicplus:hover {
  315. margin-top:-20px;
  316. }
  317.  
  318.  
  319.  
  320.  
  321. .vicarious{Hide Codes}
  322. .blogContentInfo{ display:none !important;visibility:hidden!important; }
  323. .profile { display:none !important;visibility:hidden!important; }
  324. .nav, .spacer, .googleafc, .commentspacer, hr {display: none!important;}
  325. #ctl00_cpMain_googlead { display:none !important;visibility:hidden!important; }
  326. images/spacer.gif{ display:none !important;visibility:hidden!important; }
  327. .st_sharethis_hcount, .st_facebook_hcount, .st_twitter_hcount, .st_pinterest_hcount { display:none !important;visibility:hidden!important; }
  328. .vicarious {Blog Layouts available @ http://vicarious-bloglayouts.tumblr.com/}
  329. </style>
  330.  
  331.  
  332. <div id="vicplus"><div class="vicbox1a">
  333.  
  334. <div class="v1"><a class="content" href="LINK HERE">Content Link Title 1</a></div>
  335. <div class="v2"><a class="content" href="LINK HERE">Content Link Title 2</a></div>
  336. <div class="v3"><a class="content" href="LINK HERE">Content Link Title 3</a></div>
  337. <div class="v4"><a class="content" href="LINK HERE">Content Link Title 4</a></div>
  338. <div class="v5"><a class="content" href="LINK HERE">Content Link Title 5</a></div>
  339. <div class="v6"><a class="content" href="LINK HERE">Content Link Title 6</a></div>
  340. <div class="v7"><a class="content" href="LINK HERE">Content Link Title 7</a></div>
  341. <div class="v8"><a class="content" href="LINK HERE">Content Link Title 8</a></div>
  342. <div class="v9"><a class="content" href="LINK HERE">Content Link Title 9</a></div>
  343. <div class="v10"><a class="content" href="LINK HERE">Content Link Title 10</a></div>
  344. <div class="v11"><a class="content" href="LINK HERE">Content Link Title 11</a></div>
  345. <div class="v12"><a class="content" href="LINK HERE">Content Link Title 12</a></div>
  346.  
  347. </div><div class="viclinks"><center><table><tr><td valign="top">
  348.  
  349. <a class="first" href="/logincomplete.php">Home</a>
  350.  
  351. </td><td valign="top">
  352.  
  353. <a class="first"href="/add_testimonial.php?member_id=xxxxxx">Comment</a>
  354.  
  355. </td><td valign="top">
  356.  
  357. <a class="first"href="/send_message.php?member_id=xxxxxx">Message</a>
  358.  
  359. </td><td valign="top">
  360.  
  361. <a class="first"href="/gallery.php?member_id=xxxxxx">Photos</a>
  362.  
  363. </td></tr></table></center></div>
  364.  
  365. <big>+</big>
  366.  
  367. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement