Advertisement
Demi-monde

Hawke

Aug 26th, 2019
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.03 KB | None | 0 0
  1. @font-face { font-family: "frontage outline"; src: url('https://dl.dropboxusercontent.com/s/452n0o323kateo7/Frontage-Outline.otf?dl=0'); format("opentype");}
  2. @font-face { font-family: "jenna sue"; src: url('https://dl.dropboxusercontent.com/s/bsju94guldr45k8/JennaSue.ttf?dl=0'); format("truetype");}
  3.  
  4.  
  5. /* ---------------------------- GENERAL ----------------------------- */
  6.  
  7. /* -------- SELECTION TOOL ------- */
  8.  
  9. ::-moz-selection {
  10. background: #000000;
  11. color: #ffffff;
  12. }
  13.  
  14. ::selection {
  15. background: #000000;
  16. color: #ffffff;
  17. }
  18.  
  19. /* -------- SCROLLBAR ------- */
  20.  
  21. ::-webkit-scrollbar {
  22. width: 0px;
  23. }
  24.  
  25. /* Track */
  26. ::-webkit-scrollbar-track {
  27. background:#ffffff;
  28. }
  29.  
  30. /* Handle */
  31. ::-webkit-scrollbar-thumb {
  32. background:#000000;
  33. }
  34. ::-webkit-scrollbar-thumb:window-inactive {
  35. background: transparent;
  36. }
  37.  
  38.  
  39. /* -------- BASICS ------- */
  40.  
  41. body {
  42. background:#121212 url();
  43. color: #eee;
  44. font-family:'work sans';
  45. font-size: 11px;
  46. margin: 0;
  47. padding: 0;
  48. word-wrap: break-word;
  49. line-height:150%;
  50. }
  51.  
  52. a {
  53. color:#5C89BC;
  54. text-decoration: none;
  55. -webkit-transition: all .3s;
  56. -moz-transition: all .3s;
  57. -o-transition: all .3s;
  58. -ms-transition: all .3s;
  59. transition: all .3s;
  60. }
  61.  
  62. a:hover{
  63. color:#a0a0a0;
  64. -webkit-transition: all .3s;
  65. -moz-transition: all .3s;
  66. -o-transition: all .3s;
  67. -ms-transition: all .3s;
  68. transition: all .3s;
  69. }
  70.  
  71. b, strong {
  72. color:#5C89BC;
  73. }
  74.  
  75.  
  76.  
  77. p{
  78. margin-bottom:10px;
  79. }
  80.  
  81. small, sub, sup {
  82. font-size:10px;
  83. }
  84.  
  85. ul{
  86. list-style-type:square;
  87. }
  88.  
  89. ol{
  90. list-style-type:;
  91. }
  92.  
  93. h1, h1 a {
  94. font-family:'frontage outline';
  95. text-align:center;
  96. font-size:32px;
  97. letter-spacing:5px;
  98. text-transform:uppercase;
  99. color:#5C89BC;
  100. line-height:120%;
  101. }
  102.  
  103. h2 {
  104. font-family:'frontage outline';
  105. color:#5C89BC;
  106. text-align:center;
  107. font-size:22px;
  108. letter-spacing:5px;
  109. text-transform:uppercase;
  110. line-height:120%;
  111. }
  112.  
  113. h5 {
  114. font-family:'frontage outline';
  115. text-transform:uppercase;
  116. font-weight:bold;
  117. padding:5px;
  118. font-size:40px;
  119. color:#5C89BC;
  120. text-align:center;
  121. width:220px;
  122. line-height:35px;
  123. margin-top:0px;
  124. letter-spacing:2px;
  125. border-bottom:solid 2px #5C89BC;
  126. max-height:50px;
  127. margin-left: -5px;
  128. overflow:hidden;
  129. }
  130.  
  131. h6 {
  132. float:right;
  133. margin-top:-350px;
  134. margin-right:10px;
  135. text-transform:uppercase;
  136. font-size:20px;
  137. font-family:'frontage outline';
  138. line-height:150%;
  139. background: -webkit-linear-gradient(20deg, , );
  140. -webkit-background-clip: text;
  141. -webkit-text-fill-color: transparent;
  142. width:190px;
  143. }
  144.  
  145. #bigcon{
  146. width:420px;
  147. margin-left:auto;
  148. margin-right:auto;
  149. }
  150.  
  151. .tabcontent {
  152. position:absolute;
  153. margin-left:auto;
  154. margin-right:auto;
  155. width: 460px;
  156. text-align:center;
  157. margin-bottom:0px;
  158. height:430px;
  159. overflow-y:hidden;
  160. left:50%;
  161. margin-left:-180px;
  162. top:50%;
  163. margin-top:-210px;
  164. padding:10px;
  165. border:solid 2px #5C89BC;
  166. }
  167.  
  168. /* ----------------------------- HEADER STUFF ---------------------------*/
  169.  
  170. #sidebar {
  171. background-color:#171717;
  172. position:fixed;
  173. width:200px;
  174. height:435px;
  175. margin-bottom:50px;
  176. text-align:center;
  177. margin-left:0px;
  178. top:50%;
  179. margin-top:-210px;
  180. left:50%;
  181. margin-left:-400px;
  182. padding:10px;
  183. border-radius:0px;
  184. z-index: -1px;
  185. }
  186.  
  187.  
  188. /* ----------------------------- SIDEBAR IMAGE ---------------------------*/
  189.  
  190. #sidebarimg {
  191. width:190px;
  192. height:90px;
  193. border-radius:0px;
  194. border:solid 2px #5C89BC;
  195. padding:5px;
  196. margin-top: -10px;
  197.  
  198. background-image: url('https://media0.giphy.com/media/mwFSaDJN7cO6k/giphy.gif');/* ----------------------------- change image here ---------------------------*/
  199.  
  200. background-size:cover;
  201. opacity: 0.5;}
  202.  
  203.  
  204. .blogtitle {
  205. margin-bottom:0px;
  206. margin-top:-20px;
  207. margin-left: -160px;
  208. width: 500px;
  209. position: relative;
  210. height:35px;
  211. font-family:'jenna sue';
  212. padding:5px;
  213. font-size:70px;
  214. line-height: 25px;
  215. letter-spacing: 2px;
  216. color:#5C89BC;
  217. text-transform:uppercase;
  218. }
  219.  
  220. .subtitle {
  221. position: absolute;
  222. margin-top:-75px;
  223. background-color:#171717;
  224. border-radius:0px;
  225. padding: 15px;
  226. width:185px;
  227. left:50%;
  228. top:50%;
  229. margin-left:-400px;
  230. z-index: ;}
  231.  
  232.  
  233.  
  234. .description{
  235. margin-top:40px;
  236. height:225px;
  237. width: 190px;
  238. overflow-y:scroll;
  239. font-size:11px;
  240. background-color:#121212;
  241. padding:8px;
  242. border-radius:0px;
  243. color:#a6a6a6;
  244. line-height:1.6;
  245. text-align: justify;
  246. letter-spacing:1px;
  247. margin-left: -5px;
  248. border:solid 1px #5C89BC;}
  249.  
  250.  
  251. /* ------------------------------ TABS ------------------------------ */
  252.  
  253. .tabs {
  254. width:100%;
  255. margin-left:0px;
  256. display:inline-block;
  257. }
  258.  
  259. /*----- Tab Links -----*/
  260.  
  261. /* Clearfix */
  262. .tab-links:after {
  263. display:block;
  264. clear:both;
  265. content:'';
  266. }
  267.  
  268. .tab-links {
  269. z-index:9999999999;
  270. margin-top:5px;
  271. }
  272. .tab-links li {
  273. margin-right:3px;
  274. display:inline-block;
  275. list-style:none;
  276. text-transform:uppercase;
  277. margin-bottom:0px;
  278. }
  279.  
  280. .tab-links a {
  281. padding:5px;
  282. display:inline-block;
  283. color:#5C89BC;
  284. border:1px solid #5C89BC;
  285. font-weight:bold;
  286. font-size:15px;
  287. font-family:'frontage outline';
  288. border-radius:0px;
  289. margin-top:5px;}
  290.  
  291. .tab-links a:hover {
  292. color: #fff;
  293. text-decoration:uppercase;
  294. -webkit-transition: all 1s;
  295. -moz-transition: all 1s;
  296. -o-transition: all 1s;
  297. -ms-transition: all 1s;
  298. transition: all 1s;
  299. }
  300.  
  301. li.active a, li.active a:hover {
  302. color:#fff;
  303. -webkit-transition: all 1s;
  304. -moz-transition: all 1s;
  305. -o-transition: all 1s;
  306. -ms-transition: all 1s;
  307. transition: all 1s;
  308. }
  309.  
  310. /*----- Content of Tabs -----*/
  311. .tab-content {
  312. }
  313.  
  314. .tab {
  315. display:none;
  316. }
  317.  
  318. .tab.active {
  319. display:block;
  320. }
  321.  
  322.  
  323. .aboutme {
  324. width:200px;
  325. height:240px;
  326. overflow-y:scroll;
  327. background-color:#121212;
  328. padding:10px;
  329. border-radius:0px;
  330. font-size:11px;
  331. z-index:999;
  332. top:50%;
  333. margin-top:-5px;
  334. font-size:10px;
  335. line-height:1.5;
  336. letter-spacing:1px;
  337. margin-left: -2px;
  338. text-align: justify;
  339. border:solid 2px #5C89BC;}
  340.  
  341. .aboutpic {
  342. width:220px;
  343. float:right;
  344. }
  345.  
  346. /* ----------------------------- RIGHT SIDE IMAGE ---------------------------*/
  347. .aboutpicimg {
  348. width:220px;
  349. height:425px;
  350. border-radius:0px;
  351.  
  352. top:50%;
  353. margin-top:-5px;
  354. margin-left:-10px;
  355. border:solid 2px #5C89BC;
  356. padding:5px;
  357. /* ----------------------------- CHANGEURL BELOW ---------------------------*/
  358. background-image: url('https://data.whicdn.com/images/320299887/large.jpg');
  359.  
  360. background-size:cover;
  361. background-attachment:absolute;
  362. opacity: 0.5;}
  363.  
  364. /* ----------------------------- WOLF IMAGE---------------------------*/
  365. .aboutme2 {
  366. width:210px;
  367. height:105px;
  368. border-radius:0px;
  369. margin-left: -2px;
  370. border:solid 2px #5C89BC;
  371. padding:5px;
  372. background-color:#222;
  373. z-index:999;
  374. top:50%;
  375. margin-top:100px;
  376. position: absolute;
  377. /* ----------------------------- CHANGE IMAGE BELOW ---------------------------*/
  378. background-image: url('https://i.pinimg.com/736x/64/a4/3b/64a43bf0d2aeb0905250cceba0dd8b35--grey-wolves-photos-of.jpg');
  379. background-size:cover;
  380. opacity: 0.5;}
  381.  
  382. /* ---------------------------- MUSES ------------------------- */
  383.  
  384. .muse {
  385. width:90px;
  386. height:90px;
  387. display:inline-block;
  388. padding:5px;
  389. margin:5px;
  390. background:#ffffff;
  391. border-radius:5px;
  392. }
  393.  
  394. .muse img {
  395. width:80px;
  396. height:80px;
  397. border-radius:100px;
  398. border:solid 2px #5C89BC;
  399. padding:5px;
  400. -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  401. filter: grayscale(0%);
  402. -webkit-transition: all 0.5s ease-in-out;
  403. -moz-transition: all 0.5s ease-in-out;
  404. -o-transition: all 0.5s ease-in-out;
  405. -ms-transition: all 0.5s ease-in-out;
  406. transition: all 0.5s ease-in-out;
  407. }
  408.  
  409. .muse img:hover {
  410. -ms-transform: rotate(-7deg); /* IE 9 */
  411. -webkit-transform: rotate(-7deg); /* Chrome, Safari, Opera */
  412. transform: rotate(-7deg);
  413. -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  414. filter: grayscale(0%);
  415. -webkit-transition: all 0.5s ease-in-out;
  416. -moz-transition: all 0.5s ease-in-out;
  417. -o-transition: all 0.5s ease-in-out;
  418. -ms-transition: all 0.5s ease-in-out;
  419. transition: all 0.5s ease-in-out;
  420. }
  421.  
  422. h4 {
  423. font-family:'frontage outline';
  424. padding:5px;
  425. font-size:18px;
  426. margin-top:-10px;
  427. margin-bottom: -5px;
  428. z-index:99999999999999999;
  429. color:#5C89BC;
  430. text-transform:uppercase;
  431. }
  432.  
  433.  
  434.  
  435.  
  436. /* QUOTES */
  437.  
  438. .quote{
  439. font-family:'work sans';
  440. text-align:center;
  441. font-size:20px;
  442. line-height:110%;
  443. }
  444.  
  445. .quotesource{
  446. text-align:center;
  447. margin-bottom:15px;
  448. margin-top:15px;
  449. }
  450.  
  451.  
  452. #glenplayer02 {
  453. position:absolute;
  454. top:0;margin-top:5px;
  455. left:20px;margin-right:10px;
  456. display:flex;
  457. z-index:99; }
  458.  
  459.  
  460. #glenplayer02 a {text-decoration:none;}
  461.  
  462. #glenplayer02 > div {
  463. align-self:center;
  464. -webkit-align-self:center;
  465. }
  466.  
  467. .music-controls {
  468. user-select:none;
  469. -webkit-user-select:none;
  470. cursor:pointer;
  471. }
  472.  
  473. .playy, .pausee {color:#888;} /* color of play & pause buttons */
  474.  
  475. .playy {font-size:13px;}
  476.  
  477. .pausee {
  478. display:none;
  479. margin-right:1.5px;
  480. }
  481.  
  482. .sonata {
  483. margin-left:10px;
  484. color:#fff; /* color of music note symbol */
  485. }
  486.  
  487. .labeltext {
  488. margin-left:25px;
  489. padding: 2px;
  490. border: 0px solid #222;
  491. font-family:'Work Sans';
  492. font-size:12px;
  493. color:#eee; /* color of song title */
  494. }
  495.  
  496. .labeltext:hover {
  497. margin-left:25px;
  498. background:#888;
  499. padding: 2px;
  500. border: 1px solid #888;
  501. font-family:'Work Sans';
  502. font-size:12px;
  503. color:#fff; /* color of song title */}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement