Advertisement
Abyss90

Baby momma

Sep 26th, 2019
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.97 KB | None | 0 0
  1. <!-- THIS IS WHERE THE STYLESHEET FOR THE DIV LAYOUT BEGINS. THIS GOES IN YOUR 'ABOUT ME' SECTION. -->
  2.  
  3.  
  4. <body oncontextmenu="return false" ondragstart="return false;">
  5. <style type="text/css">
  6.  
  7. @import url('https://fonts.googleapis.com/css?family=Oswald|Playfair+Display:400,400i,700i');
  8.  
  9. .COEUR DE FEU { This base code was made by DAMNEDEST CREATIONS. Stealing will result in harsh consequences. - www.roleplayer.me/damnedestcreations }
  10.  
  11. .COEUR DE FEU { Background Properties }
  12. body{
  13. background-color:101010;
  14. background-image:url();
  15. background-attachment:fixed;
  16. background-repeat: repeat;
  17. background-position:center;
  18. }
  19.  
  20.  
  21. .COEUR DE FEU { Scrollbar Properties }
  22.  
  23. ::-webkit-scrollbar-thumb:vertical {
  24. background-color: #101010;
  25. height: 7px;
  26. }
  27.  
  28. ::-webkit-scrollbar {
  29. background-color: #161616;
  30. border: 2px solid #161616;
  31. height:5px;
  32. width:5px;
  33. }
  34.  
  35.  
  36. .COEUR DE FEU { Text Properties }
  37.  
  38. table, tr, td, li, p, div {
  39. font-family:Helvetica, Arial, sans-serif;
  40. color:535353;
  41. text-transform:normal;
  42. font-size:10px;
  43. -webkit-user-select: none;
  44. -khtml-user-select: none;
  45. -moz-user-select: none;
  46. -ms-user-select: none;
  47. user-select: none;
  48. }
  49.  
  50. i {
  51. font-family:'Playfair Display';
  52. font-weight:400i;
  53. text-transform:normal!important;
  54. background-color:transparent;
  55. color:#9aa2a6;
  56. letter-spacing:0px;
  57. font-size:12px;}
  58.  
  59. b {
  60. color:#5b666a;
  61. font-family:Georgia;
  62. font-size: 8px;
  63. font-weight:normal;
  64. text-transform:uppercase;
  65. letter-spacing: 1px;
  66. }
  67.  
  68. u {
  69. font-family:calibri;
  70. font-size:10px;
  71. text-transform:uppercase;
  72. color:646464;
  73. letter-spacing:1px;
  74. margin-bottom:5px;
  75. border-bottom:1px solid;
  76. text-decoration:none;
  77. border-color:#2d383c;
  78. }
  79.  
  80. blockquote {
  81. display:block;
  82. text-align:justify;
  83. font-size:10px;
  84. line-height:10px;
  85. text-transform:uppercase;
  86. margin:5px;
  87. font-family:courier new;
  88. letter-spacing:0px;
  89. padding:5px;
  90. color:5b666a;
  91. background-color:161616;
  92. border:1px solid;
  93. border-color:333333;
  94. }
  95.  
  96.  
  97. .COEUR DE FEU { Header Properties }
  98.  
  99. h1 {
  100. font-family: courier new;
  101. font-size: 10px;
  102. font-style: none;
  103. font-weight: normal;
  104. text-align: center;
  105. background-color: #161616;
  106. text-transform: uppercase;
  107. margin: 5px!important;
  108. display:block;
  109. letter-spacing: 5px;
  110. padding: 5px;
  111. line-height: 5px;
  112. border: 3px double;
  113. border-color: #2d383d;
  114. font-style: none;
  115. color: #666666;
  116. }
  117.  
  118. h2 {
  119. font-family: courier new;
  120. font-size: 15px;
  121. font-style: none;
  122. font-weight: normal;
  123. background-color: transparent;
  124. text-transform: uppercase;
  125. display:block;
  126. margin:0px;
  127. letter-spacing: -2px;
  128. line-height: 9px;
  129. color: #666666;
  130. }
  131.  
  132. h3 {
  133. font-family: Garamond;
  134. font-size: 15px;
  135. text-align:center;
  136. font-style: none;
  137. font-weight: normal;
  138. background-color: transparent;
  139. text-transform: uppercase;
  140. display:block;
  141. margin:5px;
  142. letter-spacing: -2px;
  143. line-height: 9px;
  144. color: #666666;
  145. }
  146.  
  147. h4 {
  148. font-family: 'Playfair Display';
  149. font-size: 10px;
  150. text-align:center;
  151. font-style: none;
  152. font-weight: normal;
  153. background-color: transparent;
  154. text-transform: uppercase;
  155. display:block;
  156. margin:5px;
  157. letter-spacing: 0px;
  158. line-height: 9px;
  159. color: #666666;
  160. }
  161.  
  162. .COEUR DE FEU { Link Properties }
  163.  
  164. a:active, a:visited, a:link {
  165. font-family:calibri;
  166. font-size:10px;
  167. text-transform:uppercase;
  168. line-height:8px;
  169. border-bottom:none;
  170. border-color:none;
  171. text-decoration:none;
  172. font-weight:normal;
  173. color:#5b666a;
  174. letter-spacing:0px;
  175. -webkit-transition: all 0.8s ease-out;
  176. -moz-transition: all 0.8s ease-out;}
  177.  
  178. a:hover {
  179. color:#535353;
  180. -webkit-transition: all 0.8s ease-out;
  181. -moz-transition: all 0.8s ease-out;}
  182.  
  183.  
  184. a.first, a.first:link, a.first:active, a.first:visited {
  185. font-family: Courier New;
  186. font-size: 8px;
  187. line-height: 15px;
  188. font-weight: normal;
  189. color: #000;
  190. text-transform: uppercase;
  191. background-color: #5b666a;
  192. text-align: left;
  193. display: block;
  194. margin:1px;
  195. border-color:5b666a;
  196. border-left-style: solid;
  197. border-left-width: 5px;
  198. border-right-style: solid;
  199. border-right-width: 0px;
  200. -webkit-transition: all 0.6s ease-out;
  201. -moz-transition: all 0.6s ease-out;
  202. }
  203.  
  204. a.first:hover {
  205. color: #dfe3e7;
  206. margin:1px;
  207. text-align: right;
  208. letter-spacing:1px;
  209. background-color: #2d383d;
  210. border-color: #2d383d;
  211. border-left-style: solid;
  212. border-left-width: 0px;
  213. border-right-style: solid;
  214. border-right-width: 5px;
  215. -webkit-transition: all 0.6s ease-out;
  216. -moz-transition: all 0.6s ease-out;
  217. }
  218.  
  219. a.second, a.second:link, a.second:active, a.second:visited {
  220. font-family: Courier New;
  221. font-size: 10px;
  222. width:80px;
  223. line-height: 10px;
  224. letter-spacing: 1px;
  225. font-weight: normal;
  226. color: 333;
  227. background-color: #5b666a;
  228. text-align: center;
  229. font-style: none;
  230. display: inline-block;
  231. margin: 5px;
  232. padding: 5px;
  233. -webkit-transition: all 0.6s ease-out;
  234. -moz-transition: all 0.6s ease-out;
  235. }
  236.  
  237. a.second:hover {
  238. color: 101010;
  239. text-align: center;
  240. background-color: #2d383d;
  241. border-left-style: solid;
  242. border-left-width: 0px;
  243. border-right-style: solid;
  244. border-right-width: 0px;
  245. -webkit-transition: all 0.6s ease-out;
  246. -moz-transition: all 0.6s ease-out;
  247. }
  248.  
  249.  
  250. .COEUR DE FEU { Module Properties }
  251.  
  252. .contain {
  253. left:50%;
  254. margin-left:-400px;
  255. top:130px;
  256. position:absolute;
  257. z-index:0;
  258. background-color:transparent;
  259. visibility:visible;
  260. }
  261.  
  262. .logo {
  263. width:515px;
  264. height:150px;
  265. position:absolute;
  266. top:280px;
  267. left:-55px;
  268. z-index:1;
  269. border:1px solid;
  270. border-color:161616;
  271. background-color:transparent;
  272. text-decoration:none;
  273. }
  274.  
  275. .navi {
  276. width:515px;
  277. height:30px;
  278. position:absolute;
  279. top:-105px;
  280. left:-55px;
  281. z-index:1;
  282. border:1px solid;
  283. border-color:161616;
  284. background-color:101010;
  285. text-decoration:none;
  286. }
  287.  
  288. .mpd1 {
  289. width:345px;
  290. height:345px;
  291. position:absolute;
  292. top:-70px;
  293. left:-55px;
  294. z-index:1;
  295. border:1px solid;
  296. border-color:161616;
  297. background-color:101010;
  298. text-decoration:none;
  299. }
  300.  
  301. .mpd2 {
  302. width:165px;
  303. height:170px;
  304. position:absolute;
  305. top:-70px;
  306. left:295px;
  307. z-index:1;
  308. border:1px solid;
  309. border-color:161616;
  310. background-color:101010;
  311. text-decoration:none;
  312. }
  313.  
  314. .mpd3 {
  315. width:165px;
  316. height:170px;
  317. position:absolute;
  318. top:105px;
  319. left:295px;
  320. z-index:1;
  321. border:1px solid;
  322. border-color:161616;
  323. background-color:101010;
  324. text-decoration:none;
  325. }
  326.  
  327.  
  328. .COEUR DE FEU { Hiding Properties }
  329.  
  330. .contacttable, .friendsComments, .friendSpace, .profileinfo, .latestBlogEntry, .interestsAndDetails, .extendedNetwork, .userProfileDetail {display:none}
  331. table,tr,td {background:transparent}
  332.  
  333. body div table tbody tr td font {visibility:hidden;}
  334. .navbar {visibility:visible;}
  335. .navbar font {visibility:hidden;}
  336.  
  337. .profile * { display: none !important; }
  338. div[id="googlebar"] { background: none !important; }
  339.  
  340. .hidenav {display:none}
  341. div.profileWidth {margin-top: -30px !important;}
  342. div.profileWidth div {filter:alpha(opacity=0); opacity:0.0001}
  343. div.profileWidth div.clearfix, hidenav hidenav hidenav, div.profileWidth div div {filter:none; opacity:0.9999}
  344. div.profileWidth div.clearfix {position:relative; top:30px}
  345.  
  346. a.text, table font a, table {visibility:hidden;}
  347.  
  348.  
  349.  
  350. </style>
  351.  
  352.  
  353.  
  354. <!-- THIS GOES IN YOUR LIKE TO MEET -->
  355.  
  356.  
  357.  
  358.  
  359.  
  360. <div class="contain">
  361.  
  362. <div class="logo">
  363. <img src="https://via.placeholder.com/515x150/101010/">
  364.  
  365. <!--The logo is meant to be a transparent PNG but you can make it into a small banner. You could also get rid of the logo DIV in general and make a background image that surrounds the modules.-->
  366. </div>
  367.  
  368. <div class="navi">
  369. <a href="/home.php" class="second">Home</a>
  370. <a href="/add_testimonial.php?member_id=YOURUSERID" class="second">Comment</a>
  371. <a href="/send_message.php?member_id=YOURUSERID" class="second">Message</a>
  372. <a href="/view_blog.php?id=THIS LINK SHOULD GO TO YOUR RULES POST ON YOUR BLOG" class="second">Content</a>
  373. <a href="/damnedestcreations" class="second">Credit</a>
  374. </div>
  375.  
  376. <div class="mpd1">
  377.  
  378. <h1>This is a header</h1>
  379. <div style="height:140px;margin:5px;padding:5px;overflow:auto;">
  380.  
  381.  
  382. <h2>WHAT DO YOU OFFER?</h2> Self-explanatory.
  383.  
  384. <p>
  385.  
  386. <h2>DO YOU OFFER CUSTOM WORK?</h2> Yes / no. Explain if your work is paid or free. This box will scroll.
  387.  
  388. <p>
  389.  
  390. <h2>Extra Thing Maybe</h2> And a description.
  391. </div>
  392.  
  393. <h1>About Quinn Fabray</h1>
  394.  
  395. <div style="height:115px;margin:5px;padding:5px;overflow:auto;">
  396. <u>Name:</u> Your name<br>
  397.  
  398. <u>Years of Experience:</u> Self-explanatory.<br>
  399.  
  400. <u>Site History:</u> Are you new? Have you been around a while?<br>
  401.  
  402.  
  403. </div>
  404.  
  405. </div>
  406.  
  407. <div class="mpd2">
  408. <h1>Quick Links</h1>
  409. <div style="height:120px;margin:5px;padding:5px;overflow:auto;">
  410. <a href="xxx" class="first">View ----</a>
  411. <a href="xxx" class="first">View ----</a>
  412. <a href="xxx" class="first">View ----</a>
  413. </div>
  414.  
  415.  
  416. </div>
  417.  
  418. <div class="mpd3">
  419. <h1>Affiliates</h1>
  420. <div style="height:120px;margin:5px;padding:5px;overflow:auto;">
  421. <h4>Mains</h4>
  422. <a href="" class="first">This Could Be You</a>
  423. <a href="" class="first">This Could Be You</a>
  424. <a href="" class="first">This Could Be You</a>
  425. <h4>Resource Sites</h4>
  426. <a href="" class="first">This Could Be You</a>
  427. <a href="" class="first">This Could Be You</a>
  428. <a href="" class="first">This Could Be You</a>
  429. <h4>Roleplay Groups</h4>
  430. <a href="" class="first">This Could Be You</a>
  431. <a href="" class="first">This Could Be You</a>
  432. <a href="" class="first">This Could Be You</a>
  433.  
  434. </div>
  435.  
  436. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement