Advertisement
snowflakeartist

FV04U Wood Planks User CSS

Jul 31st, 2017
486
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 11.35 KB | None | 0 0
  1. /* Free to use user profile code by snowflakeartist. If you need any help, don't be afraid to send me a private message. Please do not attempt to resell any part of my code. */
  2.  
  3. .adsbygoogle {
  4.     display:none!important;
  5. }
  6.  
  7. .margin-10px.text-center {
  8.     display:none!important;
  9. }
  10.  
  11. #logo + :nth-child(2) {
  12.     background:#CDBFB1;
  13.     position:fixed;
  14.     top:0;
  15.     right:0;
  16.     width:100%;
  17.     z-index:99;
  18.     border-radius:0;
  19.     font-family:'Trebuchet MS',sans-serif;
  20.     letter-spacing:1.5px;
  21. }
  22.  
  23. #logo + :nth-child(2) a:hover {
  24.     text-decoration:none;
  25. }
  26.  
  27. #logo a {
  28.     position:fixed;
  29.     background:url("https://orig01.deviantart.net/1c8b/f/2017/212/1/7/untitled_by_teacupinfinity-dbie60u.png") no-repeat;
  30.     background-size:contain;
  31.     height:40px;
  32.     margin-top:-71px;
  33.     left:13;
  34.     z-index:98;
  35. }
  36.  
  37. .user-panel.clearfix {
  38.     position:fixed;
  39.     font-family:'Trebuchet MS',sans-serif;
  40.     top:44px;
  41.     width:100%;
  42.     z-index:97;
  43. }
  44.  
  45. .user-panel {
  46.     background:#d7cbc0!important
  47. }
  48.  
  49. .user-panel a:hover {
  50.     text-decoration:none;
  51. }
  52.  
  53. .search-form .input {
  54.     width:200px;
  55.     position:fixed;
  56.     color: #ffffff;
  57.     background:none;
  58.     z-index:1;
  59.     box-shadow:none!important;
  60.     font-family:'Trebuchet MS',sans-serif;
  61. }
  62.  
  63. .search-form {
  64.     margin-top:-128px!important;
  65.     margin-right:-200px!important;
  66.     z-index:101;
  67. }
  68.  
  69. .content:after {
  70.     background:url("http://img09.deviantart.net/1508/i/2011/172/c/2/tileable_wood_texture_by_ftourini-d3jkpsh.jpg") repeat;
  71.     height:100%;
  72.     width:100%;
  73.     position: fixed;
  74.     top:0;
  75.     padding:none;
  76.     z-index:-999;
  77. }
  78.  
  79. .content {
  80.     background:rgba(239,228,212,0.9);
  81.     width:1400px;
  82.     color:#cca195;
  83.     margin-top:-175px!important;
  84.     font-family:'Trebuchet MS',sans-serif;
  85.     border-radius:0 0 35px 35px;
  86.     overflow:auto;
  87. }
  88.  
  89. .content a:hover {
  90.     color:#d2a38a;
  91. }
  92.  
  93. .content strong {
  94.     color:#c69086;
  95. }
  96.  
  97. a {
  98.     font-weight:normal;
  99.     transition:1.5s
  100.     color:#d2a38a;
  101. }
  102.  
  103. a:hover {
  104.     text-decoration:none;
  105.     letter-spacing:1px;
  106.     transition:1.2s;
  107. }
  108.  
  109. u {
  110.     text-decoration:none;
  111.     border-bottom:1px dotted #cca195;
  112. }
  113.  
  114. .quote {
  115.     border:none;
  116. }
  117.  
  118. .quote-body {
  119.     background:#efe4d4;
  120.     border-radius:23px 0 23px 0;
  121. }
  122.  
  123. .quote a {
  124.     color:#d2a38a;
  125. }
  126.  
  127. .quote-user {
  128.     background:none;
  129.     color:#cca195;
  130.     font-weight:normal;
  131.     margin-left:20px;
  132. }
  133.  
  134. span.tooltipster {
  135.     border:none;
  136. }
  137.  
  138. .content .fa {
  139.     color:#d2a38a!important;
  140. }
  141.  
  142. .content h1 {
  143.     color:#c69086;
  144.     text-align:center;
  145.     font-family:'Trebuchet MS',sans-serif;
  146.     text-transform:lowercase;
  147. }
  148.  
  149. .content h2 {
  150.     display:none;
  151. }
  152.  
  153. .content h3 {
  154.     display:none;
  155. }
  156.  
  157. .left-column {
  158.     margin-left:320px;
  159. }
  160.  
  161. .village-shield {
  162.     animation: bob 1.5s ease-out infinite;
  163.     border-radius:0;
  164. }
  165.  
  166. .user-data .village-shield {
  167.     margin-left: 250px;
  168. }
  169.  
  170. .col-xs-7 {
  171.     margin-top:-150px;
  172. }
  173.  
  174. .col-xs-5 {
  175.     margin-left: 500px;
  176.     margin-top:-170px!important;
  177. }
  178.  
  179. /* Please either hide your trophies or remove the code for .user-links. I have moved the .user-links to where the trophies would go. */
  180.  
  181. .user-links {
  182.     margin-left: 450px;
  183.     margin-top:-100px;
  184.     width:100px;
  185. }
  186.  
  187. .user-links li:hover {
  188.     animation: spin2 ease-in-out 4s;
  189. }
  190.  
  191. .villager-avatar:hover {
  192.     animation: spin ease-in-out 4.5s;
  193.     z-index:1;
  194. }
  195.  
  196. .villagers-list {
  197.     width:500px;
  198.     margin-left:-280px;
  199.     margin-top:-2500px!important;
  200. }
  201.  
  202. /* The following lines of .villagers-list li:nth-child(x) may need to be edited depending on how many villagers you have. I have the code for up to 26 villagers. */
  203.  
  204. .villagers-list li:first-child {
  205.     margin-top:-150px;
  206. }
  207.  
  208. .villagers-list li:nth-child(2) {
  209.     margin-top:-150px;
  210. }
  211.  
  212. .villagers-list li:nth-child(3) {
  213.     margin-top:-50px;
  214.     margin-left:-200px;
  215. }
  216.  
  217. .villagers-list li:nth-child(4) {
  218.     margin-top:-50px;
  219.     margin-left:-100px;
  220. }
  221.  
  222. .villagers-list li:nth-child(5) {
  223.     margin-top:50px;
  224.     margin-left:-200px;
  225. }
  226.  
  227. .villagers-list li:nth-child(6) {
  228.     margin-top:50px;
  229.     margin-left:-100px;
  230. }
  231.  
  232. .villagers-list li:nth-child(7) {
  233.     margin-top:150px;
  234.     margin-left:-200px;
  235. }
  236.  
  237. .villagers-list li:nth-child(8) {
  238.     margin-top:150px;
  239.     margin-left:-100px;
  240. }
  241.  
  242. .villagers-list li:nth-child(9) {
  243.     margin-top:250px;
  244.     margin-left:-200px;
  245. }
  246.  
  247. .villagers-list li:nth-child(10) {
  248.     margin-top:250px;
  249.     margin-left:-100px;
  250. }
  251.  
  252. .villagers-list li:nth-child(11) {
  253.     margin-top:350px;
  254.     margin-left:-200px;
  255. }
  256.  
  257. .villagers-list li:nth-child(12) {
  258.     margin-top:350px;
  259.     margin-left:-100px;
  260. }
  261.  
  262. .villagers-list li:nth-child(13) {
  263.     margin-top:450px;
  264.     margin-left:-200px;
  265. }
  266.  
  267. .villagers-list li:nth-child(14) {
  268.     margin-top:450px;
  269.     margin-left:-100px;
  270. }
  271.  
  272. .villagers-list li:nth-child(15) {
  273.     margin-top:550px;
  274.     margin-left:-200px;
  275. }
  276.  
  277. .villagers-list li:nth-child(16) {
  278.     margin-top:550px;
  279.     margin-left:-100px;
  280. }
  281.  
  282. .villagers-list li:nth-child(17) {
  283.     margin-top:650px;
  284.     margin-left:-200px;
  285. }
  286.  
  287. .villagers-list li:nth-child(18) {
  288.     margin-top:650px;
  289.     margin-left:-100px;
  290. }
  291.  
  292. .villagers-list li:nth-child(19) {
  293.     margin-top:750px;
  294.     margin-left:-200px;
  295. }
  296.  
  297. .villagers-list li:nth-child(20) {
  298.     margin-top:750px;
  299.     margin-left:-100px;
  300. }
  301.  
  302. .villagers-list li:nth-child(21) {
  303.     margin-top:850px;
  304.     margin-left:-200px;
  305. }
  306.  
  307. .villagers-list li:nth-child(22) {
  308.     margin-top:850px;
  309.     margin-left:-100px;
  310. }
  311.  
  312. .villagers-list li:nth-child(23) {
  313.     margin-top:950px;
  314.     margin-left:-200px;
  315. }
  316.  
  317. .villagers-list li:nth-child(24) {
  318.     margin-top:950px;
  319.     margin-left:-100px;
  320. }
  321.  
  322. .villagers-list li:nth-child(25) {
  323.     margin-top:1050px;
  324.     margin-left:-200px;
  325. }
  326.  
  327. .villagers-list li:nth-child(26) {
  328.     margin-top:1050px;
  329.     margin-left:-100px;
  330. }
  331.  
  332. .villager-info {
  333.     display:none;
  334. }
  335.  
  336. .villager-name a {
  337.     display:none;
  338. }
  339.  
  340. .gallery .name b {
  341.     display:none;
  342. }
  343.  
  344. .panel {
  345.     width:150px;
  346.     background:none;
  347.     border:none;
  348.     box-shadow:none;
  349. }
  350.  
  351. .panel:hover {
  352.     animation: spin ease-in-out 4.5s;
  353. }
  354.  
  355. /* The next few lines of .gallery .col-xs-3:nth-child(x) may need to be edited depending on how many items you have in your gallery. I have the code for up to 4 items. */
  356.  
  357. .gallery .col-xs-3:first-child {
  358.     margin-top:-80px;
  359.     margin-left:-310px;
  360. }
  361.  
  362. .gallery .col-xs-3:nth-child(2) {
  363.     margin-top:-80px;
  364.     margin-left:-210px;
  365. }
  366.  
  367. .gallery .col-xs-3:nth-child(3) {
  368.     margin-top:10px;
  369.     margin-left:-310px;
  370. }
  371.  
  372. .gallery .col-xs-3:nth-child(4) {
  373.     margin-top:15px;
  374.     margin-left:-210px;
  375. }
  376.  
  377. .user-info h4 {
  378.     color:#c69086;
  379. }
  380.  
  381. .widget-header {
  382.     border:none;
  383. }
  384.  
  385. .widget-content {
  386.     background:#efe4d4;
  387.     border-radius:23px 0 23px 0;
  388. }
  389.  
  390. .widget-content strong {
  391.     font-weight:normal;
  392. }
  393.  
  394. .widget:first-child .widget-content a {
  395.     font-weight:normal;
  396. }
  397.  
  398. .widget:first-child img {
  399.     border-radius:60px;
  400. }
  401.  
  402. .widget:first-child img:hover {
  403.     animation: spin2 ease-in-out 4.5s;
  404. }
  405.  
  406. .widget .forum-posts li:nth-child(odd) {
  407.     background: none;
  408.     border:none;
  409. }
  410.  
  411. .widget .forum-posts li:nth-child(odd):hover {
  412.     background:none;
  413. }
  414.  
  415. .widget .forum-posts li:nth-child(even) {
  416.     background: none;
  417.     border:none;
  418. }
  419.  
  420. .widget .forum-posts li:nth-child(even):hover {
  421.     background:none;
  422. }
  423.  
  424. .widget .forum-posts p {
  425.     color:#CDBFB1;
  426. }
  427.  
  428. .widget .forum-posts p a {
  429.     color:#d2a38a;
  430. }
  431.  
  432. .notifications-widget b {
  433.     font-weight:normal;
  434. }
  435.  
  436. .notifications-widget {
  437.     width:300px;
  438.     max-height:32px;
  439.     top:0;
  440.     right:10px;
  441.     margin-top:-30px;
  442.     margin-left:-330px;
  443.     overflow:hidden;
  444.     transition:all 3.5s ease-out;
  445. }
  446.  
  447. .notifications-widget:hover {
  448.     width:716px;
  449.     max-height:316px;
  450.     margin-left:-330px;
  451.     transition:all 3.5s ease-in;
  452. }
  453.  
  454. .table tr:nth-child(odd) td {
  455.     background:none;
  456.     border:none;
  457. }
  458.  
  459. .table tr:nth-child(even) td {
  460.     background:none;
  461.     border:none;
  462. }
  463.  
  464. .table tr:hover td {
  465.     background:none!important;
  466. }
  467.  
  468. .counter {
  469.     display:none;
  470. }
  471.  
  472. /* margin-top for .textarea and .btn.medium may need to be adjusted depending on the length of your profile description. */
  473.  
  474. .textarea {
  475.     width:611px;
  476.     background:#efe4d4;
  477.     color:#cca195;
  478.     margin-top:-540px;
  479.     border:none;
  480.     border-radius:23px 0 0 0;
  481. }
  482.  
  483. .btn.medium {
  484.     background:#d2a38a;
  485.     width:105px;
  486.     height:95px;
  487.     margin-top:-540px;
  488.     border-radius: 0 0 23px 0;
  489. }
  490.  
  491. .btn.small {
  492.     background:none;
  493.     color:#000!important;
  494. }
  495.  
  496. .btn-link {
  497.     color:#d2a38a!important;
  498. }
  499.  
  500. .btn-link:hover {
  501.     text-decoration:none!important;
  502.     color:#d2a38a!important;
  503. }
  504.  
  505. .user-avatar-wrapper {
  506.     width:40px!important;
  507.     margin-top:-27px;
  508.     padding-left:15px;
  509.     position:relative;
  510.     z-index:2;
  511. }
  512.  
  513. .user-avatar-wrapper img {
  514.     width:58px;
  515.     border-radius:60px;
  516.     padding:5px
  517.     z-index:2;
  518. }
  519.  
  520. .user-comments .user-avatar-wrapper img:hover {
  521.     animation: spin2 ease-in-out 4.5s;
  522. }
  523.  
  524. .user-comments .clearfix {
  525.     margin-top:-450px;
  526.     margin-left:-20px;
  527. }
  528.  
  529. .user-comments .user-comment:before, .user-comments .user-comment:after {
  530.     display:none;
  531. }
  532.  
  533. .user-comments .user-comment {
  534.     background:#efe4d4;
  535.     border:none;
  536.     border-radius:23px 0 23px 0;
  537.     width:693px;
  538.     margin-bottom:30px;
  539.     padding:15px;
  540. }
  541.  
  542. .user-comments .profanity-filter {
  543.     padding-left:10px;
  544. }
  545.  
  546. .user-comments .user-comment .footer {
  547.     width:660px;
  548.     color:#CDBFB1;
  549.     border:none;
  550. }
  551.  
  552. .user-comments .user-comment .footer a {
  553.     color:#d2a38a;
  554. }
  555.  
  556. .user-comment span.tooltipster {
  557.     display: none;
  558. }
  559.  
  560. .content .pagination .disabled {
  561.     display: none;
  562. }
  563.  
  564. .pagination li.active span {
  565.     background:none;
  566.     color:#d2a38a;
  567.     border:none;
  568.     border-radius:60px;
  569.     font-size:15px;
  570.     padding:5px!important;
  571. }
  572.  
  573. .pagination li.active span:hover {
  574.     background:none;
  575.     color:#d2a38a;
  576.     border:none;
  577.     border-radius:60px;
  578. }
  579.  
  580. .pagination a {
  581.     background:none!important;
  582.     color:#d2a38a!important;
  583.     font-weight:normal;
  584.     border:none!important;
  585.     padding:5px!important;
  586. }
  587.  
  588. .report {
  589.     margin-top:-55px;
  590. }
  591.  
  592. a.report-user {
  593.     color:#d2a38a;
  594. }
  595.  
  596. .bottom {
  597.     color:#fff!important;
  598.     margin-top: -165px;
  599.     z-index: 2;
  600.     position: relative;
  601. }
  602.  
  603. .bottom a {
  604.     color:#fff;
  605. }
  606.  
  607. .bottom ul li {
  608.     border-right:1px solid #fff!important;
  609. }
  610.  
  611. .bottom ul li:nth-child(6) {
  612.     border:none!important;
  613. }
  614.  
  615. .pets {
  616.     display:none;
  617. }
  618.  
  619. .logo-small img {
  620.     height:50px;
  621.     width:auto;
  622. }
  623.  
  624. .logo-small {
  625.     margin-top:-50px;
  626.     padding:none;
  627. }
  628.  
  629. .social {
  630.     margin-top:-55px;
  631.     z-index:3;
  632.     padding:none;
  633. }
  634.  
  635. @keyframes bob {
  636. 0% {position: relative; top: -4px;}
  637. 30% {position: relative; top: 2px;}
  638. 100% {position: relative; top: -4px;}
  639. }
  640.  
  641. @keyframes spin {
  642. 0% { transform: rotate(0deg) scale(1, 1); }
  643. 40% { transform: rotate(360deg) scale(1.1, 1.1); }
  644. 60% { transform: rotate(360deg) scale(1.1, 1.1); }
  645. 100% { transform: rotate(0deg) scale(1, 1); }
  646. }
  647.  
  648. @keyframes spin2 {
  649. 0% { transform: rotate(0deg) scale(1, 1); }
  650. 40% { transform: rotate(360deg) scale(1, 1); }
  651. 60% { transform: rotate(360deg) scale(1, 1); }
  652. 100% { transform: rotate(0deg) scale(1, 1); }
  653. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement