Advertisement
Whipptail

Top's Profile - Dark Vers.

Aug 23rd, 2016
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 11.88 KB | None | 0 0
  1. .content:after {
  2. background: url("http://i66.tinypic.com/hsjf5l.jpg") no-repeat;
  3. background-size: cover;
  4. background-position: center top;
  5. position: fixed;
  6. width:100%;
  7. height:100%;
  8. bottom:0;
  9. top:0;
  10. z-index: -1;
  11. }
  12.  
  13. .content {
  14. color: #c2c7b9;
  15. background: url("http://i68.tinypic.com/10wv3go.jpg");
  16. background-position: center;
  17. background-size: cover;
  18. background-attachment: fixed;
  19. font-family: Calibri;
  20. font-weight: 200;
  21. box-shadow: 0 10px 25px 15px rgba(0,0,0,0.25);
  22. }
  23.  
  24. a {
  25. color: #897f9e;
  26. transition: 0.5s;
  27. }
  28.  
  29. a:hover {
  30. color: #897f9e;
  31. text-decoration: none;
  32. text-shadow: 1px 1px 8px rgba(137,127,158,1);
  33. }
  34.  
  35. .right-column {
  36. margin-right: -20px;
  37. opacity: .5;
  38. transition: 0.5s ease-in-out;
  39. }
  40.  
  41. .right-column:hover {
  42. opacity: 1;
  43. }
  44.  
  45. .content .left-column {
  46. width: 751px;
  47. margin-left: -10px;
  48. }
  49.  
  50. span.tooltipster {
  51. border-bottom: none;
  52. }
  53.  
  54.  
  55. <!--Notifications Widget--!>
  56.  
  57. .left-column .widget-header h3 {
  58. position: relative;
  59. top: 9px;
  60. width: 430px;
  61. margin: 0 0 0 170px;
  62. color: #c0cacc;
  63. border-radius: 0;
  64. background-image: none;
  65. font-size: 18px;
  66. font-weight: 200;
  67. text-align: center;
  68. text-transform: uppercase;
  69. text-shadow: 1px 1px rgba(0, 0, 0, 0.25);
  70. border-radius: 0;
  71. border: 1px outset rgba(255, 255, 255, 0.15);
  72. background: rgba(255,255,255,0.15);
  73. background-image: none;
  74. z-index: 3;
  75. transform: rotate(0deg);
  76. }
  77.  
  78. .left-column .widget-content.no-padding {
  79. width: 650px;
  80. margin: 0 0 0 50px;
  81. padding: 2px 0 0;
  82. box-shadow: 0 2px 6px 1px rgba(0,0,0,0.5);
  83. }
  84.  
  85. .left-column .widget-content.no-padding b {
  86. font-weight: 200;
  87. }
  88.  
  89. .left-column .widget-content.no-padding small {
  90. color: #c0cacc;
  91. }
  92.  
  93. .table tr {
  94. transition: 0.5s;
  95. }
  96.  
  97. .table tr:hover td {
  98. background: rgba(48, 48, 56, 0.75) !important;
  99. border-bottom: none;
  100. }
  101.  
  102. .table tr:nth-child(odd) td {
  103. background: none;
  104. border-top: none;
  105. border-bottom: 2px dashed #66766b;
  106. }
  107.  
  108. .table tr:nth-child(even) td {
  109. background: none;
  110. border-top: none;
  111. border-bottom: 2px dashed #66766b;
  112. }
  113.  
  114.  
  115. <!--Nav Bar--!>
  116.  
  117. .input.small {
  118. position: relative;
  119. left: -455px;
  120. top: 89px;
  121. height: 28px;
  122. color: #c0cacc;
  123. font-family: Calibri;
  124. font-size: 16px;
  125. font-weight: 200;
  126. background: url("/img/search.png") no-repeat 100% 50%;
  127. z-index: 5;
  128. }
  129.  
  130. .user-panel.clearfix {
  131. background: #66766b;
  132. border-top: 1px solid #829487;
  133. z-index: 4;
  134. }
  135.  
  136. #logo + :nth-child(2) {
  137. background: none;
  138. }
  139.  
  140. #logo + :nth-child(2) a {
  141. position: relative;
  142. top: 12px;
  143. color: #c0cacc !important;
  144. background: #66766b;
  145. margin: 0 -5px;
  146. padding: 3px 7px 10px;
  147. font-family: Calibri;
  148. font-weight: 200;
  149. text-transform: uppercase;
  150. text-shadow: none;
  151. letter-spacing: 1px;
  152. border-top: 5px solid #595269;
  153. box-shadow: 0 3px 4px 1px rgba(0,0,0,0.25);
  154. transition: 0.3s;
  155. }
  156.  
  157. #logo + :nth-child(2) a:hover {
  158. position: relative;
  159. top: 6px;
  160. color: #c0cacc !important;
  161. padding: 3px 7px 20px;
  162. text-shadow: 1px 1px 8px rgba(192,202,204,1);
  163. box-shadow: 0 3px 4px 1px rgba(0,0,0,0.25);
  164. }
  165.  
  166. header .user-panel .links a {
  167. color: #c0cacc;
  168. text-transform: uppercase;
  169. font-family: Calibri;
  170. font-weight: 200;
  171. letter-spacing: 1px;
  172. transition: 0.5s;
  173. }
  174.  
  175. header .user-panel .links a:hover {
  176. text-shadow: 1px 1px 8px rgba(192,202,204,1);
  177. }
  178.  
  179. .float-left {
  180. color: #c0cacc;
  181. }
  182.  
  183. .float-left a {
  184. color: #c0cacc !important;
  185. }
  186.  
  187.  
  188. <!--Headers--!>
  189.  
  190. .content h1 {
  191. position: relative;
  192. top: 8px;
  193. width: 500px;
  194. margin: 0 175px;
  195. color: #c0cacc;
  196. font-weight: 200;
  197. font-size: 30px;
  198. text-align: center;
  199. text-transform: uppercase;
  200. text-shadow: 1px 1px rgba(0, 0, 0, 0.25);
  201. letter-spacing: 2px;
  202. background: rgba(255,255,255,0.15);
  203. border: 1px outset rgba(255, 255, 255, 0.15);
  204. z-index: 1;
  205. transform: rotate(.4deg);
  206. }
  207.  
  208. .content h2 {
  209. position: relative;
  210. top: 27px;
  211. left: 5px;
  212. width: 450px;
  213. margin-left: 150px;
  214. color: #c0cacc;
  215. font-weight: 200;
  216. text-align: center;
  217. text-transform: uppercase;
  218. text-shadow: 1px 1px rgba(0, 0, 0, 0.25);
  219. letter-spacing: 4px;
  220. background: rgba(255,255,255,0.15);
  221. border: 1px outset rgba(255, 255, 255, 0.15);
  222. z-index: 1;
  223. transform: rotate(.5deg);
  224. }
  225.  
  226. .counter {
  227. display: none;
  228. }
  229.  
  230.  
  231. <!--Right Widgets--!>
  232.  
  233. .right-column a {
  234. font-family: Calibri;
  235. font-weight: 200;
  236. }
  237.  
  238. .widget-header {
  239. border-bottom: none;
  240. }
  241.  
  242. .widget-header h3 {
  243. position: relative;
  244. top: 8px;
  245. width: 170px;
  246. margin: 0 0 0 23px;
  247. color: #c0cacc;
  248. font-weight: 200;
  249. font-size: 17px;
  250. text-align: center;
  251. text-transform: uppercase;
  252. text-shadow: 1px 1px rgba(0, 0, 0, 0.25);
  253. border-radius: 0;
  254. border: 1px outset rgba(255, 255, 255, 0.15);
  255. background-image: none;
  256. background: rgba(255,255,255,0.15);
  257. z-index: 3;
  258. transform: rotate(-1deg);
  259. }
  260.  
  261. h4.align-center {
  262. color: #cad0bf;
  263. }
  264.  
  265. .widget-content {
  266. background: rgba(48, 48, 56, 0.75);
  267. box-shadow: 0 2px 6px 1px rgba(0,0,0,0.5);
  268. }
  269.  
  270. .right-column .villager-avatar {
  271. width: 80px;
  272. height: 80px;
  273. margin-right: 10px;
  274. border-radius: 0;
  275. }
  276.  
  277. .right-column .villager-avatar img {
  278. width: 80px;
  279. height: 80px;
  280. border-radius: 0;
  281. }
  282.  
  283. .widget img {
  284. width: 75px;
  285. }
  286.  
  287. .user-info img {
  288. width: 20px;
  289. margin-bottom: 0;
  290. }
  291.  
  292. .widget .forum-posts li {
  293. margin: 0;
  294. padding: 15px 20px;
  295. border-bottom: 2px dashed #66766b;
  296. }
  297.  
  298. .widget .forum-posts p {
  299. color: #c2c7b9 !important;
  300. }
  301.  
  302. .widget .forum-posts p a:hover {
  303. color: #9bafb2 !important;
  304. }
  305.  
  306. .widget .forum-posts p a:hover {
  307. text-shadow: 1px 1px 8px rgba(192,202,204,0.5);
  308. }
  309.  
  310.  
  311. <!--User Info--!>
  312.  
  313. .user-data.clearfix {
  314. width: 700px;
  315. margin-left: 23px;
  316. font-weight: 200;
  317. border-radius: 2px;
  318. background: rgba(48, 48, 56, 0.75);
  319. box-shadow: 0 2px 6px 1px rgba(0,0,0,0.5);
  320. }
  321.  
  322. .user-data .village-shield {
  323. width: 150px;
  324. margin: 5px 15px -5px -15px;
  325. border-radius: 75px;
  326. float: left;
  327. opacity: .5;
  328. transition: 1s;
  329. }
  330.  
  331. .user-data .village-shield:hover {
  332. opacity: 1;
  333. }
  334.  
  335. .user-data p {
  336. font-size: 14px;
  337. font-weight: 200;
  338. }
  339.  
  340. .col-xs-9 {
  341. width: 530px;
  342. margin: 5px 0 5px 15px;
  343. padding-top: 10px;
  344. }
  345.  
  346. .col-xs-9 strong {
  347. padding: 0 1px;
  348. font-weight: 300;
  349. background-color: #66766b;
  350. }
  351.  
  352. .col-xs-7 {
  353. width: 255px;
  354. margin-top: -5px;
  355. border-right: 3px dashed #66766b;
  356. }
  357.  
  358. .col-xs-6 {
  359. width: 45%;
  360. }
  361.  
  362. .col-xs-5 {
  363. margin-top: -14px !important;
  364. margin-left: 15px;
  365. }
  366.  
  367. .col-xs-5 h4 {
  368. font-size: 16px;
  369. font-weight: 500;
  370. letter-spacing: 1px;
  371. }
  372.  
  373. .user-links {
  374. margin: -8px 0 14px;
  375. padding: 0;
  376. }
  377.  
  378.  
  379. <!--User Description--!>
  380.  
  381. .user-desc h3 {
  382. display: none;
  383. }
  384.  
  385. .user-data .user-desc {
  386. width: 100%;
  387. margin-top: 10px;
  388. padding: 10px;
  389. }
  390.  
  391. .user-data .user-desc .profanity-filter {
  392. border-top: 3px dashed #66766b;
  393. }
  394.  
  395. .quote-user {
  396. padding: 2px;
  397. background-color: #66766b;
  398. color: #c0cacc;
  399. font-family: Calibri;
  400. font-weight: 200;
  401. letter-spacing: 1px;
  402. text-transform: uppercase;
  403. }
  404.  
  405. .quote {
  406. border: 1px solid #66766b;
  407. height: auto;
  408. position: relative;
  409. white-space: normal;
  410. }
  411.  
  412. .quote-body {
  413. padding: 0.5em 1em;
  414. overflow: auto;
  415. color: #c2c7b9;
  416. }
  417.  
  418.  
  419. <!--Villagers--!>
  420.  
  421. .villagers-list li {
  422. float: left;
  423. width: 140px;
  424. height: 135px;
  425. margin: 44px 4px -4px 6px;
  426. text-align: center;
  427. border-top: 4px solid #66766b;
  428. border-left: none;
  429. border-right: none;
  430. border-bottom: none;
  431. background: rgba(48, 48, 56, 0.75);
  432. box-shadow: 0 2px 6px 1px rgba(0,0,0,0.5);
  433. }
  434.  
  435. .left-column .villager-avatar {
  436. width: 100px;
  437. height: 90px;
  438. margin-top: 6px;
  439. border-radius: 0;
  440. }
  441.  
  442. .villager-name {
  443. width: 120px;
  444. margin: -128px 0 0 10px;
  445. background-color: #66766b;
  446. border-top: 5px solid #595269;
  447. transition: 0.5s;
  448. }
  449.  
  450. .villager-name a {
  451. color: #c0cacc !important;
  452. font-family: Calibri;
  453. font-weight: 200;
  454. letter-spacing: 1px;
  455. text-transform: uppercase;
  456. }
  457.  
  458. .villager-name a:hover {
  459. text-shadow: 1px 1px 8px rgba(192,202,204,1);
  460. }
  461.  
  462. .villager-info {
  463. margin-top: 104px;
  464. color: #c2c7b9;
  465. }
  466.  
  467.  
  468. <!--Comment Section--!>
  469.  
  470. .textarea {
  471. padding: 10px;
  472. color: #c2c7b9;
  473. font-family: Calibri;
  474. border:none;
  475. border-radius: 1px;
  476. background-color: rgba(48, 48, 56, 0.75);
  477. box-shadow: 0 2px 6px 1px rgba(0,0,0,0.5);
  478. }
  479.  
  480. .user-comments .user-comment:after, .user-comments .user-comment:before {
  481. display: none;
  482. }
  483.  
  484. .user-comments .user-comment {
  485. margin: 70px -25px 20px;
  486. background: rgba(48, 48, 56, 0.75);
  487. border-top: 3px dashed #66766b;
  488. border-left: 3px dashed #66766b;
  489. border-right: none;
  490. border-bottom: none;
  491. border-radius: 0;
  492. padding: 15px 10px 0 15px;
  493. box-shadow: 0 2px 6px 1px rgba(0,0,0,0.5);
  494. }
  495.  
  496. .user-comments .user-comment .footer {
  497. position: relative;
  498. width: 550px;
  499. padding-top: 12px;
  500. padding-right: 10px;
  501. border-top: 1px solid #66766b;
  502. }
  503.  
  504. .user-comments .user-avatar-wrapper {
  505. position: relative;
  506. top: 15px;
  507. left: 36px;
  508. width: 120px;
  509. float: left;
  510. text-align: center;
  511. transform: rotate(-4deg);
  512. z-index: 3;
  513. }
  514.  
  515. .user-comments .user-avatar-wrapper img {
  516. border-radius: 0;
  517. width: 70px;
  518. }
  519.  
  520. .user-comments .user-comment .footer a:hover {
  521. text-shadow: 1px 1px 8px rgba(192,202,204,1);
  522. }
  523.  
  524. .user-comments .user-comment .footer .report-comment {
  525. color: #a94442 !important;
  526. }
  527.  
  528. .user-comments .user-comment .footer .report-comment:hover {
  529. text-shadow: 1px 1px 8px rgba(169,68,66,1) !important;
  530. }
  531.  
  532.  
  533. <!--Pagination--!>
  534.  
  535. .pagination {
  536. margin: 20px 0 20px 0;
  537. padding: 0;
  538. list-style: none;
  539. text-align: center;
  540. }
  541.  
  542. .pagination > li > a, .pagination > li > span {
  543. position: relative;
  544. float: left;
  545. padding: 10px 15px;
  546. border-radius: 0;
  547. line-height: 1.42857;
  548. text-decoration: none;
  549. color: #fff;
  550. font-family: Calibri;
  551. font-weight: 400;
  552. background-color: rgba(48,48,56,0.5);
  553. border: 1px solid #66766b;
  554. }
  555.  
  556. .pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > span:hover, .pagination > li > span:focus {
  557. z-index: 2;
  558. color: #fff;
  559. background: rgba(48, 48, 56,1);
  560. border-color: #c2c7b9;
  561. }
  562.  
  563. .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus, .pagination > .active > span, .pagination > .active > span:hover,
  564.  
  565. .pagination > .active > span:focus {
  566. z-index: 3;
  567. color: #fff;
  568. background: rgba(48, 48, 56,1) !important;
  569. border-color: #c2c7b9;
  570. border-radius: 2px;
  571. cursor: default;
  572. }
  573.  
  574. .pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled >
  575.  
  576. a:hover, .pagination > .disabled > a:focus {
  577. color: #fff;
  578. background-color: #fff !important;
  579. border-color: #ddd;
  580. }
  581.  
  582. .pagination > li:first-child > a, .pagination > li:first-child > span {
  583. margin-left: 0;
  584. border-bottom-left-radius: 4px;
  585. border-top-left-radius: 4px;
  586. border-radius: 20px 2px 2px 20px;
  587. }
  588.  
  589. .pagination > li:last-child > a, .pagination > li:last-child > span {
  590. border-bottom-right-radius: 4px;
  591. border-top-right-radius: 4px;
  592. border-radius: 2px 20px 20px 2px;
  593. }
  594.  
  595.  
  596. <!--Buttons--!>
  597.  
  598. .btn-link {
  599. margin-top: 15px;
  600. color: #fff !important;
  601. background-color: #66766b;
  602. background-image: none;
  603. border-radius: 0;
  604. border-right: 4px solid #595269;
  605. border-left: 4px solid #595269;
  606. font-family: Calibri;
  607. font-weight: 400;
  608. text-transform: uppercase;
  609. text-shadow: none;
  610. box-shadow: 0 3px 6px 1px rgba(0,0,0,0.5);
  611. transition: 0.5s;
  612. }
  613.  
  614. .btn-link:hover {
  615. color: #fff !important;
  616. background-color: #857d98;
  617. border-right: 4px solid #595269;
  618. border-left: 4px solid #595269;
  619. text-decoration: none !important;
  620. text-shadow: 1px 1px 8px rgba(192,202,204,1);
  621. }
  622.  
  623. .text-right {
  624. text-align: center;
  625. }
  626.  
  627. .btn.medium.pull-right {
  628. position: relative;
  629. top: -10px;
  630. left: -305px;
  631. background-color: #66766b;
  632. background-image: none;
  633. border-radius: 0;
  634. border-right: 4px solid #595269;
  635. border-left: 4px solid #595269;
  636. font-family: Calibri;
  637. font-weight: 400;
  638. text-transform: uppercase;
  639. text-shadow: none;
  640. box-shadow: 0 3px 6px 1px rgba(0,0,0,0.5);
  641. transition: 0.5s;
  642. }
  643.  
  644. .btn.medium.pull-right:hover {
  645. background-color: #857d98;
  646. text-shadow: 1px 1px 8px rgba(192,202,204,1);
  647. }
  648.  
  649.  
  650. <!--Report Profile--!>
  651.  
  652. .report a {
  653. color: #9bafb2 !important;
  654. font-family: Calibri;
  655. text-transform: uppercase;
  656. letter-spacing: 1px;
  657. }
  658.  
  659. .report a:hover {
  660. color: #a94442 !important;
  661. text-shadow: 1px 1px 8px rgba(169,68,66,1);
  662. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement