Advertisement
Guest User

paloozaOverall.css

a guest
Aug 25th, 2019
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 7.81 KB | None | 0 0
  1. /*****************************************************
  2. ******************* ALL ITEM PAGES *******************
  3. *****************************************************/
  4.  
  5. /*** Ensure the header and menu only appear on desktops ***/
  6. @media screen and (min-width: 1100px) {
  7.  
  8.     .items_style #announcement {
  9.         background-color: rgba(30,29,25,0.8);
  10.         z-index: 2;
  11.         border: 1px solid #483b09;}
  12.  
  13.     .items_style #logo {
  14.         margin-left: -600px;
  15.         background-size: auto 100% ;
  16.         border-bottom: 1px #483b09 solid;
  17.         display: block;
  18.         filter: drop-shadow(5px 5px 15px #000);
  19.         opacity: .9;}
  20.  
  21.     .items_style #alerts {
  22.         z-index: 2;}
  23.  
  24.     .items_style #alerts a {
  25.         color: #fff; opacity: 0.5;}
  26.  
  27.     /* Drop Down Menus */
  28.     .items_style #userinfo {
  29.         background-color: #1E1D19;
  30.         border-bottom: 1px solid #483b09;
  31.         z-index: 4;}
  32.  
  33.     .items_style #searchbars ul li input,
  34.     .items_style input {
  35.         background-color: #352b07;
  36.         color: #999;}
  37.  
  38.     .items_style ul#userinfo_minor:hover li,
  39.     .items_style ul#userinfo_stats li,
  40.     .items_style #searchbars ul.autocomplete_list li {
  41.             background-color: #0f0f0f !important;
  42.             border-bottom: 1px solid #483b09 !important;}
  43.  
  44.     .items_style #header ul#userinfo_minor li:hover,
  45.     .items_style ul#userinfo_stats li:hover,
  46.     .items_style #searchbars ul.autocomplete_list li:hover {
  47.             background-color: #352b07 !important;}
  48.  
  49.     .items_style #userinfo #userinfo_username #us_pop span {
  50.         background-color: #0f0f0f;
  51.         border-bottom: 1px solid #483b09 !important}
  52.  
  53.     .items_style #userinfo #userinfo_username #us_pop span:hover {
  54.         background-color: #352b07;}
  55.  
  56.     .items_style #userinfo #userinfo_username #us_pop a {
  57.         color: #fff;}
  58.  
  59.     /* Footer */
  60.     .items_style #footer {
  61.         display: none;}
  62.  
  63.     .items_style #site_debug,
  64.     .items_style #server_stats,
  65.     .items_style #toplink,
  66.     .items_style #copyright p:nth-of-type(2) {
  67.         background-color: #0f0f0f !important;}
  68.  
  69.      /* Menu Bar */
  70.     .items_style #menu {
  71.         font-family: ElderScrolls;
  72.         font-size: 2em;
  73.         position: relative;
  74.         z-index: 3;
  75.         background: rgba(0,0,0,0.7);
  76.         box-shadow:none;}
  77.  
  78.     .items_style #menu ul {
  79.         width: 1095px;
  80.         max-width: 1095px;
  81.         margin: 0 auto 0;
  82.         position: relative;}
  83.  
  84.     .items_style #menu ul li a:hover,
  85.     .items_style #userinfo #userinfo_username .donateico a:hover {
  86.         color: #b49629;}
  87.  
  88.     .items_style #userinfo #userinfo_username .donateico a {
  89.         font-family: ElderScrolls;
  90.         font-size: 1.9em;
  91.         margin-left: -25px;
  92.         color: #fff;}
  93.  
  94.     .items_style #searchbars input {
  95.         height: 20px;
  96.         margin: 0;}
  97.  
  98.     .items_style #items_list input,
  99.     .items_style #items_list select,
  100.     .items_style #items_list button {
  101.         font-family: roboto;
  102.         background-color: #50420e;
  103.         color: #d8d8d8;
  104.         padding: 5px;}
  105.  
  106.     .items_style #content {
  107.         background: none;
  108.         box-shadow: none;
  109.         border-radius: 0px;
  110.         padding: 0;
  111.         top: 0;
  112.         min-height: 1000px;
  113.         padding-right: 25px;
  114.         overflow: visible;}
  115.  
  116.     /* Tables */
  117.     .items_style tr.row_a, .items_style tr.row_b {
  118.         line-height: 1.5em;
  119.         border-top: 1px solid black;}
  120.  
  121.     .items_style tr.row_a {
  122.         background-color: rgba(0,0,0,0);}
  123.  
  124.     .items_style tr.row_b {
  125.         background-color: rgba(73, 71, 61, 0.3);}
  126.  
  127.     .items_table .colhead,
  128.     .items_table .colhead_dark,
  129.     .freeleech_shop_main .head,
  130.     .global_buffs_shop_main .head {
  131.         background: linear-gradient(#352b07, #1E1D19);}
  132.  
  133.     .items_table .colhead td {
  134.         font-size: .8em;
  135.         padding: 7px 3px;}
  136.  
  137.     .items_table td:nth-of-type(1) {
  138.         padding-left: 15px;}
  139.  
  140.     .box_add_freeleech,
  141.     .box_add_buff,
  142.     .items_table#running_freeleech,
  143.     .items_table#running_buffs {
  144.         margin-bottom: 20px; }
  145.  
  146.     .items_table .row_a td,
  147.     .items_table .row_b td {
  148.         background-color: inherit;}
  149.  
  150. } /* Closes media query */
  151.  
  152. /*** Left Navigation Menu ***/
  153. #items_navigation {
  154.     width: 200px;
  155.     float: left;
  156.     background: url('../images/shop/menubkg.png');
  157.     padding-bottom: 25px;
  158.     border-radius: 10px;
  159.     text-align: left;}
  160.  
  161. #items_navigation h3 {
  162.     text-align: left;
  163.     left: 0;
  164.     display: block;
  165.     font-size: 1.5em;
  166.     border-bottom: 1px solid #c7c7c7;
  167.     font-family: elderscrolls;
  168.     font-weight: normal;
  169.     color: #fff;
  170.     margin: 0;}
  171.  
  172. #items_navigation ul {
  173.     margin-bottom: 10px;}
  174.  
  175. #items_navigation li {
  176.     list-style: none;
  177.     margin-left: -30px;
  178.     font-family: Roboto;
  179.     font-size: 1.1em;
  180.     padding: 5px 0;}
  181.  
  182. #items_navigation li a {
  183.     color: rgba(255,255,255,0.8);
  184.     outline: 1px black;}
  185.  
  186. #items_navigation li#selected a {
  187.     font-weight: bold;
  188.     color: #b49629;}
  189.  
  190. #items_navigation li a:hover {
  191.     color: #b49629;
  192.     text-decoration: none;}
  193.  
  194. #items_navigation ul ul li {
  195.     margin-left: -60px;}
  196.  
  197. #items_navigation ul ul li:last-of-type {
  198.     margin-bottom: 10px;}
  199.  
  200. #items_navigation ul ul ul li {
  201.     margin-left: -80px;}
  202.  
  203. #items_navigation ul ul ul li:last-of-type {
  204.     margin-bottom: 10px;}
  205.  
  206. .items_style .global_buffs {
  207.     right: -15px;
  208.     left: auto;
  209.     background-color: #352B07;}
  210.  
  211. .items_table .colhead td {
  212.     text-align: center;}
  213.  
  214. .items_table .row_a td,
  215. .items_table .row_b td {
  216.     text-align: center;}
  217.  
  218. #running_freeleech.items_table .row_a td,
  219. #running_freeleech.items_table .row_b td {
  220.     text-align: left;}
  221.  
  222. .freeleech_shop_main td:nth-of-type(1),
  223. .global_buffs_shop_main td:nth-of-type(1) {
  224.     text-align: left;}
  225.  
  226. /*** Crafting / Equipment / Trading ***/
  227. #crafting_panel h2,
  228. #equipment h2,
  229. #trading_panel h2,
  230. #backpack h2 {
  231.     visibility: hidden;}
  232.  
  233. #crafting_panel #items #items-wrapper,
  234. #equipment #items #items-wrapper,
  235. #trading_panel .items-wrapper,
  236. #backpack #items-wrapper {
  237.     margin-top: 0;
  238.     text-align: center;
  239.     height: 100%;
  240.     width: 100%;
  241.     float: left;
  242.     padding: 0;
  243.     position: relative;}
  244.  
  245. #crafting_panel #items #items-wrapper li,
  246. #equipment #items #items-wrapper li,
  247. #trading_panel .items-wrapper li,
  248. #backpack #items-wrapper li {
  249.     padding: 4px;}
  250.  
  251. #crafting_panel #items div,
  252. #equipment #items div,
  253. #trading_panel #items div,
  254. #backpack #items div {
  255.     display: inline-block;
  256.     text-align: center;}
  257.  
  258. #crafting_panel .item,
  259. #equipment .item,
  260. #trading_panel .item,
  261. #backpack .item {
  262.     list-style-type: none;
  263.     margin: 4px;
  264.     float: left;
  265.     width: 100px;
  266.     height: 100px;
  267.     overflow: hidden;
  268.     background-color: #1c1c1c;
  269.     text-align: center;
  270.     position: relative;
  271.     font-weight: bold;
  272.     color: #999;
  273.     border: 3px solid #000;
  274.     -moz-border-radius: 4px;
  275.     -webkit-border-radius: 4px;
  276.     border-radius: 4px;
  277.     -moz-box-shadow: 3px 3px 8px rgba(0,0,0,0.7);
  278.     -webkit-box-shadow: 3px 3px 8px rgba(0,0,0,0.7);
  279.     box-shadow: 3px 3px 8px rgba(0,0,0,0.7);}
  280.  
  281. #crafting_panel .item h3,
  282. #equipment .item h3,
  283. #trading_panel .item h3,
  284. #backpack .item h3 {
  285.     position: absolute;
  286.     bottom: 2px;
  287.     width: 100px;
  288.     text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000, 0 0 6px #000;}
  289.  
  290. #crafting_panel .item .item_count,
  291. #trading_panel .item .item_count {
  292.     color: gold;
  293.     position: absolute;
  294.     top: 2px;
  295.     right: 2px;
  296.     text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000, 0 0 6px #000;}
  297.  
  298. #crafting_panel .item.used,
  299. #equipment .item.used,
  300. #trading_panel .item.used {
  301.     background: url('../images/shop/itempattern.png') repeat, url('../images/icons/equipment_used.png') 95% 5% no-repeat #1b1b1d !important;}
  302.  
  303. #crafting_panel .item.broken,
  304. #equipment .item.broken,
  305. #trading_panel .item.broken {
  306.     background: url('../images/shop/itempattern.png') repeat, url('../images/icons/equipment_broken.png') 95% 5% no-repeat #1b1b1d !important;}
  307.  
  308. #crafting_panel .item img,
  309. #equipment .item img,
  310. #trading_panel .item img,
  311. #backpack .item img {
  312.     max-width: 94px;
  313.     max-height: 94px;
  314.     padding: 3px;}
  315.  
  316. #crafting_panel .item img.equipment_level,
  317. #equipment .item img.equipment_level,
  318. #trading_panel .item img.equipment_level {
  319.     position: absolute;
  320.     top: 2px;
  321.     left: 2px;}
  322.  
  323. #crafting_panel .item:hover,
  324. #equipment .item:hover,
  325. #trading_panel .item:hover,
  326. #backpack .item:hover {
  327.     cursor: grab;
  328.     cursor: -webkit-grab;
  329.     cursor: -moz-grab;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement