Advertisement
snowflakeartist

FV01V Galaxy Villager CSS

Oct 26th, 2016
1,601
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 5.86 KB | None | 0 0
  1. .adsbygoogle {
  2. display:none!important;
  3. }
  4.  
  5. .margin-10px.text-center {
  6. display:none;
  7. }
  8.  
  9. #logo a {
  10. background:url("http://orig11.deviantart.net/9076/f/2017/023/6/d/untitled_by_teacupinfinity-dawh5ft.png");
  11. background-repeat:no-repeat;
  12. width:253px;
  13. height:140px;
  14. }
  15.  
  16. #logo + :nth-child(2) {
  17. background:url("http://orig08.deviantart.net/5704/f/2014/053/6/5/free_space_galaxy_texture_by_lyshastra-d77gh18.jpg")!important;
  18. background-repeat:repeat-x;
  19. background-position:bottom!important;
  20. }
  21.  
  22. .content:after {
  23. background:url("https://wallpaperstock.net/amazing-purple-galaxy-wallpapers_41922_1920x1200.jpg");
  24. background-size:cover;
  25. height:100%;
  26. width:100%;
  27. position: fixed;
  28. top:0;
  29. z-index:-1;
  30. }
  31.  
  32. .search-form .input {
  33. color:#fff;
  34. background:none;
  35. }
  36.  
  37. header .user-panel {
  38. background:url("https://s-media-cache-ak0.pinimg.com/736x/72/55/86/72558614f2fd815a4235e96d440284ae.jpg")!important;
  39. background-position:center!important;
  40. }
  41.  
  42. .content {
  43. background:url("http://art.teleportacia.org/observation/vernacular/stars/starry.gif") repeat;
  44. color:#fff!important;
  45. }
  46.  
  47. .content h1{
  48. margin-left:17px;
  49. margin-top:4px;
  50. color:#8a2be2;
  51. font-family:'Copperplate', fantasy;
  52. text-shadow:none!important;
  53. font-weight:normal;
  54. }
  55.  
  56. .content h2 {
  57. color:#8a2be2;
  58. font-family:'Copperplate', fantasy;
  59. text-align:center;
  60. }
  61.  
  62. .content h3 {
  63. color:#8a2be2;
  64. font-family:'Copperplate', fantasy;
  65. text-align:center;
  66. font-size:23px;
  67. }
  68.  
  69. .content h3 a {
  70. font-size:15px;
  71. font-family:'Courier New', monospaced;
  72. font-weight:normal;
  73. }
  74.  
  75. .content a {
  76. color:#fff;
  77. transition:0.5s;
  78. font-weight:normal;
  79. }
  80.  
  81. .content a:hover {
  82. text-decoration:none;
  83. letter-spacing:0.7px;
  84. transition:0.5s;
  85. }
  86.  
  87. .content strong {
  88. color:#fff!important;
  89. font-weight:normal;
  90. }
  91.  
  92. .breadcrumbs {
  93. font-family:'Courier New',monospaced;
  94. }
  95.  
  96. .villager-data-avatar {
  97. border:1px solid #ffffff;
  98. border-radius:8px;
  99. }
  100.  
  101. .villager-data-minipet {
  102. background:none;
  103. border:none
  104. margin-right:130px;
  105. margin-bottom:200px;
  106. }
  107.  
  108. .villager-data-minipet .label-success {
  109. background: transparent;
  110. position: absolute;
  111. bottom: 28px;
  112. left: 45px;
  113. }
  114.  
  115. .villager-data-minipet p:last-child {
  116. position: absolute;
  117. width: 150px;
  118. bottom: -24px;
  119. }
  120.  
  121. .villager-data-info-box:nth-child(2n+2) {
  122. border:1px solid #ffffff;
  123. font-family:'Courier New',monospaced;
  124. }
  125.  
  126. hr {
  127. border-color:#fff;
  128. }
  129.  
  130. .villager-data-wrapper {
  131. background:none;
  132. }
  133.  
  134. .villager-data-desc h3 {
  135.     display:none;
  136. }
  137.  
  138. .villager-data-desc {
  139.     height:400px;
  140.     overflow:auto;
  141.     border:1px solid #ffffff;
  142.     font-family:'Courier New',monospaced;
  143.     padding:20px;
  144. }
  145.  
  146. villager-general .label {
  147.     background: none;
  148. }
  149.  
  150. .widget-header {
  151. border:1px solid #ffffff;
  152. border-bottom-color:transparent!important;
  153. border-radius:8px 8px 0 0;
  154. text-shadow:none!important;
  155. }
  156.  
  157. .widget-header h3 {
  158. margin-top:4px;
  159. margin-bottom:1px;
  160. background-color:transparent;
  161. background-image:none;
  162. font-size:23px;
  163. color:#8a2be2;
  164. font-family:'Copperplate', fantasy;
  165. text-align:center;
  166. text-shadow:none!important;
  167. font-weight:normal;
  168. }
  169.  
  170. .widget-content img {
  171. border-radius:60px;
  172. transition:1.5s;
  173. }
  174.  
  175. .widget-content img:hover {
  176. animation: bob 1.0s ease-out infinite;
  177. }
  178.  
  179. @keyframes bob {
  180. 0% {position: relative; top: -4px;}
  181. 30% {position: relative; top: 2px;}
  182. 100% {position: relative; top: -4px;}
  183. }
  184.  
  185. .widget-content a {
  186. font-weight:normal;
  187. }
  188.  
  189. .widget .forum-posts p {
  190. color:#fff;
  191. }
  192.  
  193. .widget .forum-posts p a {
  194. color:#fff;
  195. text-decoration:none;
  196. }
  197.  
  198. .alert info margin -10px {
  199. background:none!important;
  200. color:#fff;
  201. font-family:'Courier New',monospaced;
  202. }
  203.  
  204. .notifications-widget .btn {
  205. background:none;
  206. }
  207.  
  208. .notifications-widget .btn:hover {
  209. background:none;
  210. }
  211.  
  212. .table tr:nth-child(odd) td {
  213. background:none;
  214. }
  215.  
  216. .table tr:nth-child(even) td {
  217. background:none;
  218. }
  219.  
  220. .table tr:hover td {
  221. background:none!important;
  222. }
  223.  
  224. .widget-content {
  225. opacity:0.75;
  226. font-family:'Courier New',monospaced;
  227. background:none;
  228. transition:1.5s;
  229. border:1px solid #fff;
  230. border-top:none!important;
  231. border-radius: 0 0 15px 15px;
  232. }
  233.  
  234. .widget-content:hover {
  235. opacity:1.0;
  236. }
  237.  
  238. .right-column .widget:first-child:hover {
  239. width:215px;
  240. height:322px;
  241. transition:1s;
  242. }
  243.  
  244. .right-column .widget:nth-child(3):hover {
  245. width:215px;
  246. height:1059px;
  247. transition:1s;
  248. }
  249.  
  250. .right-column .widget.recent-posts {
  251. background-color:none!important;
  252. transition:1s;
  253. }
  254.  
  255. .right-column .widget.recent-posts:hover {
  256. width:215px;
  257. height:700px;
  258. transition:1s;
  259. }
  260.  
  261. .right-column .widget:first-child clearfix {
  262. height:170px;
  263. overflow:hidden;
  264. transition:1s;
  265. }
  266.  
  267. .right-column .widget:nth-child(3) clearfix {
  268. height:170px;
  269. overflow:hidden;
  270. transition:1s;
  271. }
  272.  
  273. .right-column .widget.recent-posts clearfix {
  274. height:170px;
  275. overflow:hidden;
  276. transition:1s;
  277. }
  278.  
  279. .widget .forum-posts li:nth-child(odd) {
  280. background: none;
  281. }
  282.  
  283. .widget .forum-posts li:nth-child(odd):hover {
  284. background:none;
  285. }
  286.  
  287. .widget .forum-posts li:nth-child(even) {
  288. background: none;
  289. }
  290.  
  291. .widget .forum-posts li:nth-child(even):hover {
  292. background:none;
  293. }
  294.  
  295. .user-info h4 {
  296. color:#fff;
  297. font-size:14px;
  298. padding:8px!important;
  299. font-family:'Courier New',monospaced;
  300. }
  301.  
  302. .btn-link {
  303. color:#fff!important;
  304. background:none!important;
  305. font-weight:bold!important;
  306. font-family:'Courier New',monospaced;
  307. }
  308.  
  309. .btn-link:hover {
  310. color:#ababab!important;
  311. background:none!important;
  312. font-weight:bold!important;
  313. }
  314.  
  315. .btn medium pull-right {
  316. background:none;
  317. font-family:'Courier New',monospaced;
  318. }
  319.  
  320. .btn:hover {
  321. background:none;
  322. }
  323.  
  324. .counter {
  325. display:none;
  326. }
  327.  
  328. .textarea {
  329. background:#000;
  330. width:676px;
  331. border:1px solid #ffffff;
  332. color:#fff;
  333. font-family:'Courier New',monospaced;
  334. }
  335.  
  336. small, .small {
  337. color:#fff;
  338. font-family:'Courier New',monospaced;
  339. }
  340.  
  341. .user-comments .user-avatar-wrapper img {
  342. border-radius:60px;
  343. padding:5px;
  344. }
  345.  
  346. .user-comments .user-comment {
  347. border: 1px solid #ffffff;
  348. color:#fff;
  349. font-family:'Courier New',monospaced;
  350. }
  351.  
  352. .user-comments .user-comment .footer {
  353. border-top: 1px solid #ffffff;
  354. color:#8a2be2;
  355. }
  356.  
  357. .user-comments .user-comment .footer a {
  358. color:#8a2be2;
  359. opacity:0.85;
  360. }
  361.  
  362.  
  363. .user-comment span.tooltipster {
  364.     display: none;
  365. }
  366.  
  367. a.report-comment {
  368. color:#e22e00!important;
  369. }
  370.  
  371. a.report-villager {
  372. color: #ababab;
  373. font-family:'Courier New',monospaced;
  374. }
  375.  
  376. .bottom a {
  377. color:#fff;
  378. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement