Advertisement
Guest User

Floret RPR

a guest
Nov 28th, 2014
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.11 KB | None | 0 0
  1. /* Optional BB code to help pad images */
  2. .bbcode_img {
  3. max-width: 95%;
  4. padding: 10px 0px 0px;
  5. }
  6.  
  7. /* Fonts */
  8. a:link { color: #e7a495; }
  9. a:visited { color: #e7a495; }
  10. a:hover { color: #e7a495; }
  11. a:active { color: #e7a495; }
  12.  
  13. i {
  14. font-style: italic;
  15. color: #F8E3E0;
  16. }
  17.  
  18. b {
  19. font-style: bold;
  20. color: #A9726E;
  21. }
  22.  
  23. u {
  24. color: #F9B8A5;
  25. }
  26.  
  27. /* latin */
  28. @font-face {
  29. font-family: 'Miss Fajardose';
  30. font-style: normal;
  31. font-weight: 400;
  32. src: local('Miss Fajardose Regular'), local('MissFajardose-Regular'), url(http://fonts.gstatic.com/s/missfajardose/v6/WcXjlQPKn6nBfr8LY3ktNko71MWitNZWyBcTbCVq0RA.woff2) format('woff2');
  33. unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
  34. }
  35.  
  36. /* latin */
  37. @font-face {
  38. font-family: 'Playfair Display SC';
  39. font-style: normal;
  40. font-weight: 400;
  41. src: local('Playfair Display SC'), local('PlayfairDisplaySC-Regular'), url(http://fonts.gstatic.com/s/playfairdisplaysc/v4/G0-tvBxd4eQRdwFKB8dRkbAORyHZOJ_UtRbrRMg8gxM.woff2) format('woff2');
  42. unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
  43. }
  44.  
  45. /* latin */
  46. @font-face {
  47. font-family: 'Playfair Display SC';
  48. font-style: italic;
  49. font-weight: 400;
  50. src: local('Playfair Display SC Italic'), local('PlayfairDisplaySC-Italic'), url(http://fonts.gstatic.com/s/playfairdisplaysc/v4/myuYiFR-4NTrUT4w6TKls0EyZsFDDDmjwltbN20v-VI.woff2) format('woff2');
  51. unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
  52. }
  53.  
  54. /* latin */
  55. @font-face {
  56. font-family: 'Source Sans Pro';
  57. font-style: normal;
  58. font-weight: 400;
  59. src: local('Source Sans Pro'), local('SourceSansPro-Regular'), url(http://fonts.gstatic.com/s/sourcesanspro/v9/ODelI1aHBYDBqgeIAH2zlDKRFmJUU_JfdI4amS9F_UY.woff2) format('woff2');
  60. unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
  61. }
  62.  
  63. /* latin */
  64. @font-face {
  65. font-family: 'Source Sans Pro';
  66. font-style: italic;
  67. font-weight: 400;
  68. src: local('Source Sans Pro Italic'), local('SourceSansPro-It'), url(http://fonts.gstatic.com/s/sourcesanspro/v9/M2Jd71oPJhLKp0zdtTvoM410dY3WGVYHeu0rU52MF7U.woff2) format('woff2');
  69. unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
  70. }
  71.  
  72.  
  73. /* Body */
  74.  
  75. body {
  76. background: url('http://i.imgur.com/ch6Bfjb.jpg') fixed no-repeat right top -30px;
  77. background-color: #000;
  78. margin: 0px;
  79. padding: 0px;
  80. color: #a89498;
  81. font-family: 'Source Sans Pro';
  82. font-size: 12.5px;
  83. }
  84.  
  85. h4 {
  86. font-family: 'Playfair Display SC';
  87. font-size: 13px;
  88. color: #e7a495;
  89. }
  90.  
  91. input.submitButton {
  92. margin: auto;
  93. }
  94.  
  95. .submitButton, .guestbooksubmit {
  96. border-width: 15px 0px 15px 0px;
  97. border-color: transparent;
  98. border-style: solid;
  99. -webkit-border-image: url('http://i.imgur.com/4B2aVE2.png') 18 0 18 0 repeat;
  100. -o-border-image: url('http://i.imgur.com/hLxJDYk.pngg') 18 0 18 0 repeat;
  101. border-image: url('http://i.imgur.com/hLxJDYk.pngg') 18 0 18 0 repeat;
  102. background: transparent;
  103. color: rgb(250, 226, 222);
  104. text-align: center;
  105. font-family: 'Playfair Display SC';
  106. font-size: 15px;
  107. }
  108.  
  109. textarea {
  110. height: 79px;
  111. width: 100%;
  112. margin: 14px 0px;
  113. resize: none;
  114. background: rgba(18,4,5,.5);
  115. border-radius: 10px;
  116. border: 2px solid rgba(255,255,255,.2);
  117. padding: 10px;
  118. color: #F8DAD2;
  119. font-family: sans-serif;
  120. outline: none;
  121. }
  122.  
  123. select {
  124. -webkit-appearance: menulist;
  125. box-sizing: border-box;
  126. align-items: center;
  127. border: none;
  128. white-space: pre;
  129. -webkit-rtl-ordering: logical;
  130. color: white;
  131. background: url(http://i.imgur.com/yriV5iJ.png) right no-repeat #120405;
  132. background-position: 97px 8px;
  133. cursor: default;
  134. padding: 3px 0px;
  135. outline: none;
  136. }
  137.  
  138. /* Kudos */
  139.  
  140. .kudosForm {
  141. text-align: center;
  142. }
  143.  
  144. div.kudosForm h4 {
  145. font-size: 13px;
  146. margin-top: 10px;
  147. padding-top: 0px;
  148. }
  149.  
  150. div.kudosForm .submitButton {
  151. padding: 0px 9px;
  152. }
  153.  
  154. .kudosmessage {
  155. font-size: 14px;
  156. color: #EECABE;
  157. }
  158.  
  159. /* Widget Styles */
  160.  
  161. li.widget {
  162. margin: 0px;
  163. padding: 0px;
  164. background: url('http://i.imgur.com/bslAEJx.png') repeat top left transparent;
  165. border-width: 40px;
  166. border-color: transparent;
  167. border-style: solid;
  168. -webkit-border-image: url('http://i.imgur.com/uhdQkeH.png') 45 45 stretch;
  169. -o-border-image: url('http://i.imgur.com/uhdQkeH.png') 45 45 stretch;
  170. border-image: url('http://i.imgur.com/uhdQkeH.png') 45 45 stretch;
  171. margin-bottom: 30px;
  172. list-style-type: none;
  173. }
  174.  
  175. .widgetTitle {
  176. font-weight: 100;
  177. margin-top: -29px;
  178. margin-left: -17px;
  179. margin-bottom: 5px;
  180. font-family: 'Miss Fajardose';
  181. color: #d9c196;
  182. font-size: 60px;
  183. letter-spacing: 2px;
  184. background: linear-gradient(0deg, #120405 0%, #62383f 15%, #996565 25%, #d9c196 44%, #62383f 100%);
  185. -webkit-background-clip: text;
  186. -webkit-text-fill-color: transparent;
  187. -webkit-text-stroke-width: .2px;
  188. -webkit-text-stroke-color: #62383f;
  189. }
  190.  
  191. ul.inUseWidgets {
  192. list-style-type: none;
  193. margin: 0px 30px;
  194. padding: 30px 30px 0px;
  195. }
  196.  
  197. /* Sidebar */
  198.  
  199. #leftheaderside {
  200. background: url(http://i.imgur.com/EaNlfh3.png) no-repeat center top 27px;
  201. width: 240px;
  202. height: 226px;
  203. position: fixed;
  204. margin-top: -25px;
  205. z-index: 1;
  206. }
  207.  
  208. #rightheaderside {
  209. background: url(http://i.imgur.com/u1V10Ui.png) no-repeat center top;
  210. width: 240px;
  211. height: 40px;
  212. position: fixed;
  213. left: 0;
  214. bottom: 0;
  215. z-index: 2;
  216. }
  217.  
  218. #headerholder {
  219. float: left;
  220. margin: 0px;
  221. padding: 0px;
  222. width: 300px;
  223. }
  224.  
  225. #charheader {
  226. height: 100%;
  227. width: 190px;
  228. float: left;
  229. position: fixed;
  230. margin-top: -25px;
  231. background-color: rgb( 18, 4, 5 );
  232. border-width: 25px 25px 40px 25px;
  233. border-color: transparent;
  234. border-style: solid;
  235. -webkit-border-image: url('http://i.imgur.com/PFe4s1v.png') 19 27 30 27 repeat;
  236. -o-border-image: url('http://i.imgur.com/PFe4s1v.png') 19 27 30 27 repeat;
  237. border-image: url('http://i.imgur.com/PFe4s1v.png') 25 25 40 25 repeat;
  238. margin-bottom: 30px;
  239. }
  240.  
  241. div#charheader a {
  242. color: #E1B9B1;
  243. }
  244.  
  245. .portraitcontainer img {
  246. max-width: 95px;
  247. max-height: 95px;
  248. border-radius: 50px;
  249. }
  250.  
  251. .portraitcontainer {
  252. padding: 0px;
  253. border: none;
  254. text-align: center;
  255. width: 100%;
  256. margin: auto auto;
  257. padding-top: 66px;
  258. }
  259.  
  260. h1#characterName {
  261. font-size: 0px;
  262. font-family: sans-serif;
  263. font-weight: 100;
  264. color: transparent;
  265. text-align: center;
  266. height: 120px;
  267. margin: 0px 0px 106px 0px;
  268. }
  269.  
  270. h2#playedBy {
  271. font-size: 14px;
  272. margin: auto auto;
  273. border: none;
  274. padding: 10px;
  275. text-align: center;
  276. position: relative;
  277. text-transform: uppercase;
  278. display: inherit;
  279. font-family: 'Playfair Display SC';
  280. color: rgba(138,98,101,1);
  281. line-height: 23px;
  282. letter-spacing: 2px;
  283. }
  284.  
  285. h2#playedBy a {
  286. font-family: sans-serif;
  287. font-size: 8px;
  288. margin: auto auto;
  289. }
  290.  
  291. /* Sidebar Page Tabs */
  292.  
  293. ul#pagetabs {
  294. height: auto;
  295. padding: 6px;
  296. text-align: center;
  297. font-size: 25px;
  298. margin: auto auto;
  299. margin-top: 15px;
  300. }
  301.  
  302. ul#pagetabs li {
  303. padding: 0px 0px 20px 0px;
  304. text-align: center;
  305. font-size: 14px;
  306. font-family: 'Playfair Display SC';
  307. float: none;
  308. margin: 0px 28px;
  309. }
  310.  
  311. /* Playstyles */
  312.  
  313. table.alwaysnever {
  314. border-collapse: collapse;
  315. border-spacing: 0px;
  316. margin: auto auto;
  317. font-family: 'Playfair Display SC';
  318. font-size: 11px;
  319. color: #FAD5C9;
  320. text-align: center;
  321. border-color: transparent;
  322. }
  323.  
  324. .alwaysnever td {
  325. border: 1px solid transparent;
  326. margin: 0px;
  327. padding: 0px;
  328. vertical-align:
  329. top;
  330. }
  331.  
  332. .alwaysnever ul {
  333. list-style-type: none;
  334. padding: 0px;
  335. margin:0px;
  336. }
  337.  
  338. .alwaysnever ul li {
  339. padding: 5px;
  340. color: #DBBB96;
  341. font-family: 'Source Sans Pro';
  342. font-size: 12px;
  343. }
  344.  
  345. .alwaystitle strong, .sometimestitle strong, .maybetitle strong, .nevertitle strong {
  346. padding: 10px;
  347. font-size: 1.2em;
  348. text-align: center;
  349. }
  350.  
  351. /* Toolbar */
  352.  
  353. #toolbar {
  354. position: relative;
  355. width: 47%;
  356. margin-left: 206px;
  357. padding: 0px;
  358. -moz-border-radius: 0px 0px 5px 5px;
  359. -webkit-border-radius: 0px 0px 5px 5px;
  360. height: 25px;
  361. display: block;
  362. z-index: 3;
  363. }
  364.  
  365. #toolbar {background: none}
  366.  
  367. #toolbar ul {
  368. padding-top: 15px;
  369. text-align: center;
  370. list-style-type: none;
  371. }
  372. ul#toolbar-dropdown-nav, ul.nestedPages {
  373. background: #17080B;
  374. border: 1px solid transparent;
  375. margin-top: -2px;
  376. }
  377. ul#toolbar-dropdown-nav, ul.nestedPages {
  378. position: absolute;
  379. padding: 0px;
  380. }
  381. #toolbar-dropdown-nav {
  382. left: 40%!important;
  383. top: 32px;
  384. }
  385.  
  386. #toolbar-nav a {
  387. height:40px;
  388. display:inline-block;
  389. }
  390.  
  391. #toolbar ul {
  392. padding-top: 15px;
  393. text-align: center;
  394. list-style-type: none;
  395. }
  396.  
  397. #toolbar a {
  398. color: #DAC3AC;
  399. font-size: 9px;
  400. font-family: 'Playfair Display SC';
  401. text-decoration: none;
  402. font-weight: 900;
  403. letter-spacing: .5px;
  404. text-shadow: -3px 0px 1px rgba(0, 0, 0, 1), 3px 0px 1px rgba(0, 0, 0, 1), -2px -1px 1px rgba(0, 0, 0, 1), 0px 2px 1px rgba(0, 0, 0, 1);
  405. }
  406.  
  407. /* Main body of the page */
  408.  
  409. #charcontent {
  410. width: 47%;
  411. height: 100%;
  412. position: relative;
  413. margin-left: 210px;
  414. padding: 0;
  415. float: left;
  416. background: transparent;
  417. }
  418.  
  419. h2.pagetitle {
  420. display: none;}
  421.  
  422.  
  423. /* Guestbook */
  424.  
  425. h4.guestbooktitle {
  426. text-align: left;
  427. font-family: 'Playfair Display SC';
  428. font-size: 17px;
  429. color: #E7A495;
  430. }
  431.  
  432. .guestbookwidget {
  433. text-align: center;
  434. }
  435.  
  436. #charcontent ul.guestbook li div.portraitcontainer {
  437. margin: 0px;
  438. padding: 0px;
  439. margin-right: 10px;
  440. background: none;
  441. height: 55px;
  442. width: 55px;
  443. border: 2px solid #120405;
  444. border-radius: 50px;
  445. position: static;
  446. display: inline;
  447. }
  448.  
  449. ul.guestbook img.portrait {
  450. width: 55px;
  451. height: 55px;
  452. }
  453.  
  454. /* Journal */
  455. ul.journal h4 .posttitle {
  456. font-size: 16px;
  457. color: #BA888C;
  458. }
  459.  
  460. ul.journal h4 .postdate {
  461. font-size: 10px;
  462. color: #FAE5E0;
  463. margin-left: 20px;
  464. font-family: 'Source Sand Pro';
  465. }
  466.  
  467. ul.journal li {
  468. padding: 5px 10px;
  469. margin-top: -20px;
  470. }
  471.  
  472. /* Pop Boxes */
  473. .hiddenCharacterWindow {
  474. position: fixed;
  475. z-index: 15;
  476. background: url('http://i.imgur.com/bslAEJx.png') repeat top left #120405;
  477. border-width: 40px;
  478. border-color: transparent;
  479. border-style: solid;
  480. -webkit-border-image: url('http://i.imgur.com/uhdQkeH.png') 45 45 stretch;
  481. -o-border-image: url('http://i.imgur.com/uhdQkeH.png') 45 45 stretch;
  482. border-image: url('http://i.imgur.com/uhdQkeH.png') 45 45 stretch;
  483. margin: 100px auto 0px auto;
  484. width: 400px;
  485. left: 50%;
  486. margin-left: -175px;
  487. -moz-border-radius: 5px;
  488. -webkit-border-radius: 5px;
  489. -moz-box-shadow: 5px 5px 10px #111;
  490. display: none;
  491. padding: 10px;
  492. color: #997577;
  493. text-align: center;
  494. }
  495.  
  496. .hiddenCharacterWindow h5 {
  497. font-family: 'Playfair Display SC';
  498. padding-top: 0px;
  499. font-size: 16px;
  500. text-align: center;
  501. color: #e7a495;
  502. margin: 0px;
  503. }
  504.  
  505. .friendclose, .kudosClose, .gameclose, .friendclose:hover, .kudosClose:hover, .gameclose:hover {
  506. background: url(http://i.imgur.com/q5qUDPD.png) no-repeat;
  507. height: 16px;
  508. width: 16px;
  509. text-decoration: none;
  510. text-align: right;
  511. margin: -24px;
  512. display: block;
  513. float: right;
  514. }
  515.  
  516. .addfriendbox.hiddenCharacterWindow input {
  517. background: #0D0304;
  518. border: 2px inset #F3D1AC;
  519. color: #EAB6A6;
  520. padding: 3px;
  521. margin-top: 10px;
  522. }
  523.  
  524.  
  525. /* Youtube Player */
  526.  
  527. embed {
  528. height: 180px;
  529. width: 270px;
  530. border: 13px solid #ead8b2;
  531. -webkit-border-image: url(http://fc00.deviantart.net/fs70/f/2014/150/3/0/z33bum4_by_contingencyiam-d7ke71y.png) 31 31 round;
  532. -o-border-image: url(http://fc00.deviantart.net/fs70/f/2014/150/3/0/z33bum4_by_contingencyiam-d7ke71y.png) 31 31 round;
  533. padding: 0px;
  534. margin: 20px 0px 10px 0px;
  535. }
  536.  
  537. /* Gallery */
  538.  
  539. ul.gallery li img {
  540. border: 2px solid #B99872;
  541. -webkit-filter: sepia(50%);
  542. -moz-filter: sepia(50%);
  543. -ms-filter: sepia(50%);
  544. -o-filter: sepia(50%);
  545. filter: url(sepia.svg#old-timey);
  546. filter: sepia(50%);
  547. }
  548.  
  549. /* Footer */
  550.  
  551. div#footer{
  552. width: 47%;
  553. float: left;
  554. margin: auto auto;
  555. clear: both;
  556. position: relative;
  557. margin-left: 206px;
  558. padding: 0px;
  559. margin-top: -30px;
  560. }
  561.  
  562. div#footer a {
  563. color: #DAC3AC;
  564. font-size: 9px;
  565. font-family: 'Playfair Display SC';
  566. text-decoration: none;
  567. font-weight: 900;
  568. letter-spacing: .5px;
  569. text-shadow: -3px 0px 2px rgba(0, 0, 0, .5), 3px 0px 2px rgba(0, 0, 0, .5), -2px -1px 2px rgba(0, 0, 0, .5), 0px 2px 2px rgba(0, 0, 0, .5);
  570. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement