Advertisement
snowflakeartist

FV05U Vintage Floral User CSS

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