LordSolrac2

Gaiazenis-v0.1a

Jun 7th, 2016
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 11.56 KB | None | 0 0
  1. /*
  2. Gaia Online Azenis Theme Attempt
  3. By SolAZDev - solazdev@gmail.com
  4. -Done in a very sleepy night-
  5.  
  6. */
  7.  
  8. /* MYGAIA */
  9. #bd .mg_content .bd li{
  10.     height: 28px;
  11.     line-height: 14px;
  12.     list-style-type: none;
  13.     color: #fff;
  14.     background: #242424;
  15. }
  16.  
  17. body.mygaia #gaia_content #bd .mg_content .mg_sprite.hd, body.mygaia #gaia_content #bd .mg_status .mg_sprite.hd {
  18.     margin: 0;
  19.     background: none;
  20.     width: auto;
  21.     height: auto !important;
  22.     font: bold 20px "Century Gothic", "TeXGyreAdventorRegular", Arial, sans-serif;
  23.     color: #17b2ff;
  24.     padding: 0 1px .25em;
  25. }
  26.  
  27. body.mygaia.app-page_mygaia #gaia_content.grid_ray_davies #bd #yui-main .yui-g {
  28.     position: relative;
  29.     background: #242424;
  30. }
  31.  
  32. body.mygaia #gaia_content #bd .mg_status .my_status .status p, body.mygaia #gaia_content #bd .mg_status .my_status .status p + div {
  33.     margin: 0;
  34.     display: block;
  35.     background: #242424;
  36.     color: #17b2ff;
  37.     padding: 3px 2px 2px;
  38.     font-size: 85%;
  39. }
  40.  
  41. #gaia_content .user_status_message h4 {
  42.     font-size: 85%;
  43.     background: #242424;
  44.     color: #17b2ff;
  45.     font-weight: bold;
  46.     margin-top: 5px;
  47. }
  48. a:-webkit-any-link {
  49.     color: #17b2ff;
  50.     text-decoration: underline;
  51.     cursor: auto;
  52. }
  53. #gaia_content .user_status_message .status p, #gaia_content .user_status_message .status div {
  54.    /* background: url(http://s.cdn.gaiaonline.com/images/mygaia/bubble-bottom.gif) 7px bottom no-repeat;*/
  55.     margin: -13px 0 0 0;
  56.     color: #17b2ff;
  57.     background: #242424;
  58.     padding: 0px 15px 5px 15px;
  59. }
  60. body.mygaia #gaia_content #bd .mg_status .friend_statuses {
  61.     margin: 0;
  62.     border-color: #DFF4C6;
  63.     padding: 5px;
  64.     max-height: 150px;
  65.     overflow: auto;
  66.     background: #242424;
  67. }
  68. body.mygaia #gaia_content #bd #friends2.mg_content .bd .bd_inner .friends_wrapper ul.mygaia-friends li:hover {
  69.     background: #484848;
  70.     border-radius: 3px;
  71. }
  72. body.mygaia #gaia_content #bd #friends2.mg_content .bd .bd_inner .friends_wrapper ul.mygaia-friends li:hover .user_name a {
  73.     width: auto;
  74.     position: absolute;
  75.     left: 0;
  76.     padding: 5px;
  77.     background: #484848;
  78.     top: 0;
  79.     border-radius: 3px;
  80.     z-index: 1;
  81. }
  82. body.mygaia #gaia_content #bd #friends2.mg_content .bd .bd_inner .friends_wrapper ul.mygaia-friends li:hover .online_status a {
  83.     background: #484848;
  84. }
  85. #gaia_content #bd a, #gaia_modal #bd a {
  86.     color: #17b2ff;
  87.     text-decoration: none;
  88. }
  89. body.mygaia #gaia_content #bd .mg_content .bd, body.mygaia #gaia_content #bd .mg_status .bd {
  90.     background: #242424;
  91.     border: 1px solid #17b2ff;
  92.     border-radius: 3px;
  93.     box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  94.     padding: 0;
  95.     overflow: visible;
  96. }
  97. #content .gaia_navigation_tabs .yuimenu li {
  98.     list-style-type: none;
  99.     margin: 0;
  100.     padding: 0;
  101.     background: #242424;
  102.     border-bottom: 1px solid #484848;
  103. }
  104. #content .gaia_navigation_tabs .tab .yuimenu ul {
  105.     margin: 0;
  106.     padding: 0;
  107.     border: 1px solid #17b2ff;
  108.     border-top: 0;
  109. }
  110. .gaia-tooltip-container .gaia-tooltip {
  111.     border: 3px solid #C6C6C6;
  112.     -moz-border-radius: 3px;
  113.     -webkit-border-radius: 3px;
  114.     border-radius: 3px;
  115.     background-color: #242424;
  116.     color: #17b2ff;
  117.     width: auto;
  118.     font-size: 11px;
  119.     overflow: visible;
  120. }
  121. .mg_sprite, .controls .close {
  122.     background: none;
  123. }
  124. #hd, #bd, #ft, .yui-g, .yui-gb, .yui-gc, .yui-gd, .yui-ge, .yui-gf {
  125.     zoom: 1;
  126.     color: #17b2ff;
  127. }
  128. .timestamp{
  129.     color: #17b2ff;
  130. }
  131. /* AVI DRESS */
  132. #inventory-search form {
  133.     padding: 5px;
  134.     background: #484848;
  135. }
  136. #items_tabview div.item-list, #other_inventory div.item-list {
  137.     min-height: 180px;
  138.     background: #242424;
  139. }
  140. #gaia_content #center .yui-content {
  141.     max-height: 379px;
  142.     background: #242424;
  143.     overflow: auto;
  144.     overflow-y: auto;
  145.     overflow-x: hidden;
  146.     position: relative;
  147. }
  148. /* HOUSES  -- INCOMPLETE */
  149. #gaia_content #home_wrapper #preference_container #pref_content {
  150.     text-decoration: none;
  151.     color: #17b2ff;
  152. }
  153. #gaia_content #home_wrapper #preference_container #pref_content {
  154.     color: #17b2ff;
  155.     font-size: 93%;
  156.     background: #242424;
  157.     border: 1px solid #6e5848;
  158.     margin: 5px;
  159.     padding: 5px;
  160. }
  161. /*INVENTORY*/
  162. #gaia_content #items_tabview em {
  163.     font: normal normal normal 12px Arial, sans-serif;
  164.     color: #17b2ff;
  165.     background: #242424;
  166. }
  167. .gaia-tabview-skin .yui-navset .yui-content, .gaia-tabview-skin .yui-navset .yui-navset-top .yui-content {
  168.     border: 1px solid #242424;
  169.     background: #242424;
  170.     padding: 0.25em 0.5em;
  171. }
  172. /* GAIA PM */
  173. #forumline {
  174.     background: #242424;
  175. }
  176. #gaia_content #pm_content {
  177.     width: 1px;
  178.     background: #242424;
  179.     float: left;
  180.     margin: 0px;
  181.     padding: 5px 0px 0px 10px;
  182. }
  183. body.mail #gaia_content #pm_content > table[width='740'][style^='clear:'][style$='left;'] tr[height="20"] {
  184.     background: linear-gradient(to bottom, #484848, #242424);
  185.     border: 1px solid #DDD !important;
  186.     height: 34px !important;
  187.     vertical-align: top;
  188. }
  189. body.mail #gaia_content #pm_content > table[width='740'][style^='clear:'][style$='left;'] tr[height="20"] {
  190.     background: linear-gradient(to bottom, #242424, #484848);
  191.     border: 1px solid #242424 !important;
  192.     height: 34px !important;
  193.     vertical-align: top;
  194. }
  195. yui-gen30{
  196.     color: #17b2ff;
  197. }
  198. #gaia_content #content-padding {
  199.     position: static;
  200.     background: #242424;
  201. }
  202. #hd, #bd, #ft, .yui-g, .yui-gb, .yui-gc, .yui-gd, .yui-ge, .yui-gf {
  203.     zoom: 1;
  204.     background: #242424;
  205.     color: #17b2ff;
  206. }
  207. /*FRIENDSHIP*/
  208. #listdetail th {
  209.     background-color: #242424;
  210.     color: #17b2ff;
  211.     font-size: 10px;
  212.     padding: 20px 0 7px 0;
  213.     line-height: 4px;
  214.     border-bottom: 1px solid #999;
  215. }
  216. #listdetail tr.rowon {
  217.     background-color: #484848;
  218. }
  219. #listdetail tr.rowoff {
  220.     background-color: #242424;
  221. }
  222. #tab_friendlist a em {
  223.     color: #17b2ff;
  224.     background: #242424;
  225. }
  226. /*JournalSkipped*/
  227. /*Quests - Who still uses this?*/
  228. #content .queststatustable tr.on {
  229.     background-color: #242424;
  230. }
  231. #content .queststatustable tr.off {
  232.     background-color: #484848;
  233. }
  234. #content .queststatustable th {
  235.     background-color: #242423;
  236.     color: #17b2ff;
  237.     font-size: 10px;
  238.     padding: 5px 5px;
  239.     border-bottom: 1px solid #17b2ff;
  240.     vertical-align: bottom;
  241.     text-align: left;
  242. }
  243. /*Achivements -- Achivements*/
  244. #incompleted, #available {
  245.     min-height: 363px;
  246.     background: #242424;
  247. }
  248. .ach .name {
  249.     float: left;
  250.     width: 139px;
  251.     line-height: 51px;
  252.     margin: 0 0 0 3px;
  253.     overflow: hidden;
  254.     color: #17b2ff;
  255.     font-size: 12px;
  256.     position: relative;
  257.     z-index: 1;
  258. }
  259. #gaia_content #right .friendspoints #friends_pg {
  260.     background-color: #242424;
  261.     border: none;
  262.     border-bottom: none;
  263.     border-right: none;
  264.     margin: 5px -17px -17px 0;
  265.     padding: 9px 5px;
  266.     text-align: right;
  267. }
  268.  
  269. /* Shops */
  270. #gaia_content #buy-items-container {
  271.     width: 496px;
  272.     background-color: #242424;
  273.     border: 1px solid #484848;
  274.     margin: -1px 0 0 0;
  275. }
  276. .gcash-price {
  277.     background: url(http://s.cdn.gaiaonline.com/images/cashshop/sender/browse/ic_gaia_cash_12x12.gif) no-repeat 0 0;
  278.     color: #17b2ff;
  279. }
  280. #gaia_content #you_have .gold-price {
  281.     margin-right: 10px;
  282.     color: #17b2ff;
  283. }
  284. #modal .bd {
  285.     padding: 15px 10px 20px 20px;
  286.     /* background: transparent url(http://s.cdn.gaiaonline.com/images/gaia_global/body/modal/modal-ftr_380x1800.gif) no-repeat bottom left; */
  287.     background: #484848;
  288. }
  289. #modal .hd {
  290.     /* background: transparent url(http://s.cdn.gaiaonline.com/images/gaia_global/body/modal/modal-hdr_380x226.gif) no-repeat 0 0; */
  291.     background: #424243;
  292. }
  293. #variations div.variation_containers .container {
  294.     background-color: #242424;
  295.     border: 1px solid #000;
  296.     margin: 10px;
  297.     max-width: 470px;
  298. }
  299. #variations .hd {
  300.     background-color: #242424;
  301.     height: 11px;
  302.     position: relative;
  303.     color: #17b2ff;
  304. }
  305. #variations li.inline_pose img {
  306.     cursor: default;
  307.     background: #242424;
  308. }
  309. #variations img:hover {
  310.     border: 1px solid #17b2ff;
  311. }
  312. .right .gold-price, .right .gcash-price {
  313.     color: #17b2ff;
  314.     font-style: italic;
  315.     font-size: 14px;
  316.     padding-left: 15px;
  317.     line-height: 15px;
  318. }
  319. gold-price, .gcash-price {
  320.     color: #17b2ff;
  321.     font-size: 10px;
  322.     padding-left: 13px;
  323.     line-height: 15px;
  324. }
  325.  
  326. /* Marketplace - Infliation Galore, THXGAIA*/
  327. #gaia_content .moduleHeaderGenericRight {
  328.     /* background: transparent url(http://s.cdn.gaiaonline.com/images/marketplace/hd_top_blue_400.png) no-repeat scroll 0 0; */
  329.     background: #484848;
  330. }
  331. #gaia_content .moduleHeaderLuxury {
  332.     /* background: transparent url(http://s.cdn.gaiaonline.com/images/marketplace/hd_top_blue_400.png) no-repeat scroll 0 0; */
  333.     background: #484848;
  334. }
  335. #gaia_content .moduleHeaderSnapshot {
  336.     /* background: transparent url(http://s.cdn.gaiaonline.com/images/marketplace/hd_top_blue_400.png) no-repeat scroll 0 0; */
  337.     background: #484848;
  338. }
  339. .moduleLeft .outfitsHeader {
  340.     /* background: transparent url(http://s.cdn.gaiaonline.com/images/marketplace/hd_top_blue_400.png) no-repeat scroll 0 0; */
  341.     background: #484848;
  342. }
  343. #gaia_content .moduleHeaderGhetto {
  344.     /* background: transparent url(http://s.cdn.gaiaonline.com/images/marketplace/hd_top_blue_400.png) no-repeat scroll 0 0; */
  345.     background: #484848;
  346. }
  347. #gaia_content #searchbox_mini .searchbox_content form {
  348.     padding: 10px 15px;
  349.     background: #484848;
  350. }
  351. #gaia_content #bd a, #gaia_modal #bd a {
  352.     color: #17b2ff;
  353.     background: #242424;
  354.     text-decoration: none;
  355. }
  356. #content .gaia_navigation_tabs .tab_end {
  357.     /* background: url(http://s.cdn.gaiaonline.com/images/mygaia/rs_tab_endcap_gradient_35.gif) left top no-repeat; */
  358.     background: linear-gradient(to right, rgba(72,72,72,1), rgba(36,36,36,0));
  359. }
  360. #gaia_content #bd a, #gaia_modal #bd a {
  361.     color: #17b2ff;
  362.     text-decoration: none;
  363. }
  364. /* FORUM */
  365. #gaia_content table.results tr.topic {
  366.     background-color: #242424;
  367. }
  368. #gaia_content table.results .post td {
  369.     padding-top: 0;
  370.     padding-left: 32px;
  371.     background-color: #242424;
  372. }
  373. #bd .main .bd {
  374.     background: none;
  375. }
  376. #bottom_separator {
  377.     background: none;
  378.     width: 675px;
  379.     height: 25px;
  380.     margin-left: 75px;
  381. }
  382. #gaia_content #c6 #bottom_separator {
  383.     background: none;
  384.     width: 675px;
  385.     height: 25px;
  386.     margin-left: 75px;
  387. }
  388. #gaia_content #c7 #bottom_separator {
  389.     background: none;
  390.     width: 675px;
  391.     height: 10px;
  392.     margin-left: 75px;
  393. }
  394. #gaia_content #c27 #bottom_separator {
  395.     background: none;
  396.     width: 675px;
  397.     height: 21px;
  398.     margin-left: 75px;
  399. }
  400. #gaia_content #c12 #bottom_separator {
  401.     background: none;
  402.     width: 675px;
  403.     height: 25px;
  404.     margin-left: 75px;
  405. }
  406. #gaia_content #c6 .middle_separator, #gaia_content #c26 .middle_separator, #gaia_content #c12 .middle_separator {
  407.     border-top: 1px solid #17b2ff;
  408.     width: 455px;
  409.     height: 1px;
  410.     position: relative;
  411.     top: -30px;
  412.     left: 188px;
  413. }
  414. .one-line-title, .creator {
  415.     height: 18px;
  416.     overflow: hidden;
  417.     background: #242424;
  418. }
  419. #gaia_content table.forum-list th, #gaia_content table.forum-list td, table.forum-list th, table.forum-list td {
  420.     padding: 3px;
  421.     margin: 0;
  422.     border: 0;
  423.     color: #17b2ff;
  424.     background: #242424;
  425. }
  426. #gaia_content table.forum-list a:visited, table.forum-list a:visited {
  427.     color: #17b2ff;
  428. }
  429. #gaia_content a:link, #gaia_content a:hover, #gaia_content a:visited {
  430.     color: #17b2ff;
  431. }
  432.  
  433.  
  434.  
  435.  
  436. a{
  437.     color: #17b2ff;
  438. }
  439. a:hover{
  440.     color: #fff;
  441. }
Add Comment
Please, Sign In to add comment