Post by FallenSamurai on Apr 5, 2013 20:06:58 GMT -5
Space Theme
Series: Nature
Featuring: Space
Extras
- Fluid Width
- Rounded Corners
UPDATE 01/07/2014:
Fixed pets page.
UPDATE 05/12/2014:
Fixed for the new forums and news format.
UPDATE 07/18/2017:
Changed broken image urls to working urls.
UPDATE 07/24/2017:
+ Bookmarks Removed.
+ Changed icons in sidebar from images to FontAwesome icons.
+ Updated appearance of sidebar and shoutbox.
+ Updated appearance of forums, topics, and posts.
+ Modified appearance of main Subeta menu.
+ Minor changes to Pets page.
UPDATE 12/08/2017:
+ Fixed several issues that were created with the Subeta Layout fixes/changes.
UPDATE 2/11/2018:
+ Fixed several issues with the sidebar that were created with the Subeta Layout fixes/changes.
UPDATE 8/4/2018:
+ Updated bookmark code.
+ To disable bookmarks there are two options:
1. Scroll though the code and find the bookmark id (#bookmarks) and change display: flex; to display: none;
2. Add #bookmarks{display: none;} to the very very end of the code.
/* A free CustomCSS created by FallenSamurai, avaliable @ subetagraphics.proboards.com */
/* Last Updated on 11.2.2017 */
#content>span[style] {
border: 20px solid red;
position: absolute !important;
left: 50px !important;
top: 50px !important;
z-index: 1;
}
.floating_item {
position: fixed !important;
left: 50vw !important;
border: 20px solid red;
top: 250px !important;
z-index: 99 !important;
}
/*===========================================
/////////////////////////////////////////////
=============================================
Code
===========================================
///////////////////////////////////////////
=========================================*/
body {
background-image: url(http://i.imgur.com/UkSFd6h.jpg);
background-repeat: repeat-x;
background-position: top center;
background-attachment: fixed;
background-color: #02141b;
color: #373737;
font-family: open sans, arial;
}
div#page {
position: relative;
min-width: 1200px;
width: 94% !important;
background-color: transparent;
margin: 0px auto !important;
}
#postcards {
background: url(http://i.imgur.com/v9LdaH2.png) no-repeat scroll 0 0 transparent;
top: 20px;
height: 104px;
width: 257px;
}
#header {
height: 160px;
width: auto;
margin: 0;
padding: 0;
z-index: 2;
}
#header-ban-main {
background-image: transparent;
height: 749px;
width: 922px;
border: 0;
margin: 0;
padding: 0;
}
#rightbg, #menu-logo, #menu-right, #menu-left, #header-rrc, #header-ban, #bookmarks {
display: none;
margin: 0;
padding: 0;
}
#content {
margin-left: 200px !important;
background: #fff;
padding: 10px;
margin: 0;
border-radius: 0px 10px 10px 10px;
margin-right: 0px;
padding-top: 20px;
min-height: initial !important;
height: inherit !important;
}
a:link, a:visited, a:hover {
color: #075554;
}
div#main-content {
background-image: none! important;
background: transparent !important;
}
#sidebar-toggle-button {
display: none;
}
#footer {
position: relative !important;
bottom: 0px !important;
}
/*===========================================
/////////////////////////////////////////////
=============================================
Sidebar
===========================================
///////////////////////////////////////////
=========================================*/
#sidebar {
width: 200px;
background-color: transparent !important;
background-image: none !important;
margin-top: -20px;
padding: 0px;
color: #8c8c8c !important;
}
#sidebar a:link, #sidebar a:hover, #sidebar a:visited {
color: #57a9a7;
}
/*=================================================
===================================================
Sidebar Top
===================================================
=================================================*/
#sidebar-btn-dash, #sidebar-btn-events {
display: block;
}
#sidebar-top {
background-image: none !important;
background-color: transparent !important;
position: absolute;
top: -19px;
height: 22px;
left: 10px;
width: 200px;
z-index: 99;
}
#sidebar-btn-dash {
background-image: url(http://i.imgur.com/PfEQ5qv.png);
position: relative;
margin: 0px;
height: 19px;
width: 99px;
opacity: 0.8;
background-position: 0px 0px !important;
}
#sidebar-btn-events {
background-image: url(http://i.imgur.com/A10Bh4D.png);
position: relative;
height: 19px;
width: 99px;
opacity: 0.8;
right: 10px;
}
#sidebar-btn-events.sidebar-btn-active, #sidebar-btn-events:hover {
background-position: 0px 0px !important;
opacity: 1;
}
#sidebar-btn-dash.sidebar-btn-active, #sidebar-btn-dash:hover {
background-position: 0px 0px !important;
opacity: 1;
}
/*=================================================
===================================================
Sidebar Events Bubble
===================================================
=================================================*/
#events-bubble-wrapper {
left: 215px;
position: absolute;
top: 140px;
width: 200px;
z-index: 7000;
}
.events-bubble {
border-radius: 7px 7px 7px 7px;
font-size: 10px;
margin-bottom: 15px;
padding: 8px;
position: relative;
}
.events-bubble {
background-color: #c7736f;
color: #fff;
}
.events-bubble a:link, .events-bubble a:visited {
color: #f5c5c3 !important;
}
.events-bubble:after {
border-color: #c7736f rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
border-style: solid;
border-width: 10px 0 0 12px;
bottom: auto;
content: "";
display: block;
left: -12px;
position: absolute;
top: 10px;
width: 0;
}
.events-bubble b:nth-child(odd) {
display: block;
margin-bottom: 0px;
}
.events-bubble b:nth-child(n+2) {
display: inline-block !important;
margin-bottom: 0px;
}
.events-bubble:after {
border-color: #c7736f rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
}
.events-bubble-scroll .events-bubble:after {
border-color: #c7736f rgba(255, 255, 255, 0);
}
#events-counter {
font-size: 10px !important;
padding: 0px 4px;
letter-spacing: 1px;
}
#events-counter-wrapper {
background-color: #c7736f;
position: abosolute !important;
right: 14px;
top: 3px;
z-index: 1;
width: auto !important;
padding: 0px;
margin: 0px;
opacity: 1;
display: inline-flex;
justify-content: center;
align-items: center;
}
/*=================================================
===================================================
Sidebar Inner Widgets
===================================================
=================================================*/
#sidebar-inner {
position: relative;
width: 200px;
margin-top: 20px;
height: auto !important;
min-height: 50px !important;
padding-bottom: 1px;
background-color: #222222 !important;
background-image: none !important;
border-radius: 10px 0px 0px 10px;
}
.sidebar-widget {
width: 188px;
margin-left: auto;
margin-right: auto;
margin-bottom: 20px;
border-top: 2px solid #065453;
border-bottom: 2px solid #065453;
border-right: 0px !important;
border-left: 0px !important;
background-image: none !important;
}
.sidebar-widget .sidebar-widget-contents {
border: 0px;
overflow: hidden;
background-image: none !important;
background-color: #0e0e0e;
padding: 0px;
font-size: 12px !important;
}
.sidebar-widget-contents {
padding: 4px !important;
}
.x-js-events .sidebar-widget-contents {
padding: 0px !important;
}
.sidebar-widget .sidebar-widget-sep {
height: 1px;
background-color: #333333;
}
.sidebar-widget .sidebar-widget-header {
background-color: #000;
font-size: 12px;
font-weight: normal;
color: #818181;
opacity: 1;
margin: 0;
padding: 4px;
position: relative;
border: 0px !important;
}
.sidebar-inner-active {
display: block !important;
}
.sidebar-widget .sidebar-widget-arrow, .sidebar-widget .sidebar-widget-arrow-closed {
background-image: none !important;
position: absolute !important;
width: inherit !important;
top: 0px !important;
font-size: 10px !important;
height: 100% !important;
margin: 0px;
right: 0px !important;
display: inline-flex !important;
align-items: center;
justify-content: center;
padding: 6px !important;
color: #fff !important;
}
a.sidebar-widget-arrow:hover, a.sidebar-widget-arrow-closed:hover {
color: rgba(255, 255, 255, 0.5) !important;
}
a.sidebar-widget-arrow:after {
content: '\f068';
font-family: fontawesome;
}
a.sidebar-widget-arrow-closed:after {
content: '\f067';
font-family: fontawesome;
}
i.circular.white.icon.trash.event-remove-cat {
color: #fff;
}
i.circular.white.icon.trash.event-remove-cat:hover {
cursor: pointer;
color: rgba(255, 255, 255, 0.50);
}
div.sidebar-event {
display: inline-flex;
justify-content: center;
align-items: center;
}
i.ban.circle.icon.small.event-remove:hover {
color: rgba(217, 92, 92, 0.47) !important;
}
i.ban.circle.icon.small.event-remove {
color: #d95c5c !important;
margin: 4px !important;
padding: 0px !important;
cursor: pointer;
}
/*=================================================
===================================================
Sidebar Inner Events
===================================================
=================================================*/
.x-js-events .sidebar-widget-contents p {
margin: 0px !important;
padding: 4px 24px 4px 4px !important;
font-size: 11px;
position: relative;
}
.x-js-events .sidebar-widget-contents h2 {
font-size: 10px !important;
font-style: normal;
padding: 4px 0px 4px 4px !important;
margin: 0px !important;
font-weight: normal !important;
background-image: none !important;
background-color: #161616;
position: relative !important;
border-width: 1px 0;
border-color: #065453;
border-style: solid;
}
.x-js-events .sidebar-widget-contents .x-odd {
background-color: #0e0e0e !important;
}
.x-js-events .x-even {
background-color: #0b0b0b;
background-image: none !important;
}
#widget_4 .sidebar-widget-contents {
padding-left: 2px !important;
}
/*Search Bars*/
.sidebar-widget-contents form {
display: flex;
width: 100%;
margin: 0px !important;
padding: 0px !important;
justify-content: center;
align-items: center;
flex-wrap: wrap;
}
.sidebar-widget-contents input[type="text"] {
padding: 4px;
margin: 0 0 6px 0px; /*height: 100%;*/
background-color: #1f1f1f;
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
border: 1px solid black;
color: #989898;
width: 100% !important;
}
.sidebar-widget-contents input.btn {
padding: 4px !important;
margin: 0px !important;
display: block;
width: 100%;
font-size: 12px; /*height: 100% !important;*/
line-height: inherit !important;
border: 1px solid black !important;
box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.09) !important;
border-radius: 4px !important;
background-color: #065453;
color: rgb(210, 210, 210);
}
.sidebar-widget-contents input.btn:hover {
background-color: #161616;
color: rgb(165, 165, 165);
}
/*=================================================
===================================================
Sidebar Inner/ Events Events
===================================================
=================================================*/
a.event-remove-cat, a.event-remove {
display: inline-flex;
justify-content: center;
align-items: center;
position: absolute;
top: 0px;
height: 100%;
right: 0px !important;
left: inherit !important;
background-image: none !important;
color: #d95c5c !important;
font-size: 12px;
margin: 0px 4px 0 0;
}
a.event-remove-cat:hover, a.event-remove:hover {
color: rgba(217, 92, 92, 0.52) !important;
}
a.event-remove-cat:after {
content: '\f00d';
font-family: Fontawesome;
}
a.event-remove:after {
content: '\f00d';
font-family: Fontawesome;
}
#sidebar-inner-events .sidebar-widget-contents p {
font-size: 10px;
position: relative;
width: 140px !important;
margin-left: 3px !important;
}
#sidebar-inner-events .sidebar-widget-contents .event-sep {
background-color: #3e3e3e !important;
margin-left: auto;
margin-right: auto;
width: 100%;
margin-top: 4px;
margin-bottom: 4px;
height: 1px;
}
.x-js-wardrobe .sidebar-widget-contents img {
margin-left: 30px !important;
margin-top: 5px !important;
}
div.sidebar-event i {
align-self: flex-start !important;
}
/*=================================================
===================================================
Sidebar Shoutbox
===================================================
=================================================*/
#shoutbox textarea {
padding: 4px !important;
margin: 0 0 6px 0px; /*height: 100%;*/
background-color: #1f1f1f;
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
border: 1px solid black;
color: #989898;
width: 100% !important;
}
#shoutbox .ui.icon.shout.button.tiny.fluid {
padding: 4px !important;
margin: 0px !important;
display: block;
width: 100%;
font-size: 12px; /*height: 100% !important;*/
line-height: inherit !important;
border: 1px solid black !important;
box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.09) !important;
border-radius: 4px !important;
background-color: #065453;
color: rgb(210, 210, 210);
}
#shoutbox i.comment.icon {
display: none;
}
#shoutbox .ui.icon.shout.button.tiny.fluid:hover {
background-color: #161616;
color: rgb(165, 165, 165);
}
div#shouts {
max-height: inherit !important;
}
div.shoutbox_shout {
margin: 8px 0px;
padding: 4px;
background-color: #1f1f1f !important;
border: 0px !important;
color: #fff !important;
display: block;
font-size: 10px !important;
border-radius: 0px;
}
.shoutbox_user {
border: 0px !important;
padding: 4px;
margin: -4px -4px 4px -4px;
width: auto !important;
border-radius: inherit !important;
left: 0px !important;
background-color: #1f1f1f !important;
border-bottom: 3px solid #065453 !important;
top: 0px !important;
position: initial !important;
}
.shoutbox_user a {
color: #57a9a7 !important;
display: inline-flex;
align-items: center;
}
.shoutbox_options {
position: absolute;
top: 0px;
right: 0px;
margin: 0px;
font-size: 10px;
padding: 4px;
}
.shoutbox_options i.icon.comment {
color: #fff !important;
opacity: 1 !important;
}
/*===========================================
/////////////////////////////////////////////
=============================================
Menu
===========================================
///////////////////////////////////////////
=========================================*/
.menu-btn:hover {
background-color: rgba(0, 0, 0, .4) !important;
border-radius: 5px !important;
}
div#menu p#menu-time {
background: rgba(0, 0, 0, 0.43);
margin: 0;
padding: 10px 20px !important;
border-radius: 6px;
border: 0px !important;
position: relative;
left: 302px;
top: 0px;
width: initial !important;
height: auto;
color: #fff;
letter-spacing: 0px;
font-size: 15px;
font-weight: normal !important;
font-family: open sans !important;
justify-self: center;
align-self: center;
}
div#menu {
background: none;
position: absolute;
right: 0px;
top: 0px;
width: 100% !important;
height: 160px;
margin: 0;
padding: 0px;
border: 0px solid red;
display: flex;
align-content: center;
}
ul#menu-ul {
position: absolute !important;
border: 0px solid yellow;
right: 30px; /* top: 58px; */
width: 655px;
height: 36px;
clear: both;
margin-right: 30;
padding: 0;
align-self: center !important;
display: block;
}
ul#menu-ul .menu-btn-left, ul#menu-ul .menu-btn-right {
display: none;
}
.menu-btn {
border: 0px solid purple;
margin: 0px;
padding: 0px;
}
#menu-btn-subeta-css {
background-image: url(http://i.imgur.com/vKF52zR.png) !important;
position: absolute;
top: 0px;
left: 0px;
width: 111px;
height: 36px;
z-index: 1 !important;
}
ul#menu-ul #menu-btn-interact-css, #menu-btn-interact a.item {
background-image: url(http://i.imgur.com/ibMkazi.png);
position: absolute;
top: 0px;
left: 136px;
width: 111px;
height: 36px;
z-index: 1 !important;
}
ul#menu-ul #menu-btn-commerce-css, #menu-btn-commerce a.item {
background-image: url(http://i.imgur.com/bZVBGaB.png);
position: absolute;
top: 0px;
left: 272px;
width: 111px;
height: 36px;
}
ul#menu-ul #menu-btn-personal-css, #menu-btn-personal a.item {
background-image: url(http://i.imgur.com/MpJcc8d.png);
position: absolute;
top: 0px;
left: 408px;
width: 111px;
height: 36px;
}
ul#menu-ul #menu-btn-cs-css, #menu-btn-cs a.item {
background-image: url(http://i.imgur.com/R2yfG8G.png);
position: absolute;
top: 0px;
left: 544px;
width: 111px;
height: 36px;
}
/* Dropdown Menu - first level */
ul#menu-ul li.menu-btn ul {
margin: 0;
background-color: #022830;
border: 0px solid #a2b4b3;
padding-top: 5px !important;
padding-bottom: 5px !important;
padding: 0px;
top: 40px;
left: -22px;
width: 144px;
border-radius: 5px;
}
/* Menu Items */
ul#menu-ul li.menu-btn ul li {
border-bottom: 0px dotted #c6c6c6;
margin: 0px !important;
padding: 4px;
}
/* Menu Links Hover */
ul#menu-ul li.menu-btn ul li:hover, ul#menu-ul li.menu-btn ul li:hover a {
background: #11343b;
color: #fff;
}
ul#menu-ul li.menu-btn ul li a, ul#menu-ul li.menu-btn ul li:hover ul li a {
width: 99%;
color: #b1b1b1;
line-height: 10px;
letter-spacing: 0pt;
background: none;
}
ul#menu-ul li.menu-btn ul li {
color: #b1b1b1;
}
ul#menu-ul li.menu-btn ul li a:hover, ul#menu-ul li.menu-btn ul li ul li a:hover {
background: none;
color: #fff;
border: none;
}
ul#menu-ul li.menu-btn ul li ul {
position: absolute;
top: 0px;
left: 140px;
width: 144px !important;
background-color: #11343b;
padding: 0px 5px !important;
}
ul#menu-ul li.menu-btn ul li ul li {
border-bottom: 0px dashed #486268;
color: #b1b1b1;
}
ul#menu-ul li.menu-btn ul li ul li a:link, ul#menu-ul li.menu-btn ul li ul li a:visited {
/*color: #437b87;*/
color: #b1b1b1;
}
ul#menu-ul li.menu-btn ul li ul li a:hover {
color: #fff;
}
ul#menu-ul li.menu-btn ul li ul li a {
width: auto;
}
ul#menu-ul li#menu-btn-commerce-css ul li ul li a, ul#menu-ul li#menu-btn-personal-css ul li ul li a {
display: inline !important;
}
ul#menu-ul li.menu-btn {
background: none;
position: absolute;
left: 0px;
width: 111px;
height: 36px;
margin: 0;
padding: 0;
}
ul#menu-ul li.menu-btn a.item cufon.cufon canvas {
visibility: hidden;
}
ul#menu-ul li.menu-btn a.item {
display: block;
left: 0px;
height: 30px !important;
margin: 0;
padding: 0;
color: rgba(255, 255, 255, 0) !important;
}
ul#menu-ul li.menu-btn a.item:hover {
border-bottom: none;
}
/*===========================================
/////////////////////////////////////////////
=============================================
Bookmarks
===========================================
///////////////////////////////////////////
=========================================*/
#bookmarks {
display: flex;
flex-direction: column;
margin: 0px;
padding: 0px;
justify-content: stretch;
align-items: stretch;
font-family: open sans;
font-size: 12px !important;
text-transform: uppercase;
letter-spacing: 0.1em;
background-color: transparent;
margin-top: 168px;
right: -28px !important;
}
#bookmarks .bookmark {
background-color: #00fffc54;
border-radius: 0px 5px 5px 0px;
border: 0px; /* margin: 4px 0px !important; */
padding: 4px !important;
width: auto;
}
#bookmarks .first {
margin: 4px 0px !important;
padding: 4px 0px !important;
justify-self: center;
text-align: center; /* margin: 4px 0px; */
}
.bookmark p {
padding: 0px !important;
margin: 0px !important;
}
#bookmarks .bookmark a, #bookmarks .bookmark a:hover {
color: #ffffff;
font-size: 12px !important; /* font-weight: bold; */
text-decoration: none;
}
/*===========================================
/////////////////////////////////////////////
=============================================
News
===========================================
///////////////////////////////////////////
=========================================*/
.ui.grid {
margin: 0 !important;
}
h2.ui.header {
text-align: center;
font-weight: normal;
}
/*===========================================
/////////////////////////////////////////////
=============================================
Forums
===========================================
///////////////////////////////////////////
=========================================*/
/*Forum Main Page Headers*/
.ui.top.attached.header.message {
padding: 6px 10px !important;
margin: 0px !important;
display: flex;
align-content: center;
position: relative;
font-size: 16px !important;
margin-top: 20px !important;
box-shadow: 0px 0px 0px 1px #ccc;
border-bottom: 0px !important;
border: 1px solid rgba(255, 255, 255, 0.33);
color: #065453 !important;
}
/*table.ui.segment.table.padded.large thead {
padding: 6px 10px !important;
margin: 0px !important;
display: flex;
align-content: center;
position: relative;
font-size: 16px !important;
margin-top: 20px !important;
box-shadow: 0px 0px 0px 1px #ccc;
border-bottom: 0px !important;
border: 1px solid rgba(255, 255, 255, 0.33);
color: #065453 !important;
}
*/
/* Posts */
.posts .ui.inverted.segment {
padding: 5px 2px !important;
margin: 0px !important;
display: flex;
align-content: center;
position: relative;
font-size: 12px !important;
}
.ui.top.attached.segment.inverted.posted span:last-child {
position: absolute;
align-self: center;
right: 20px;
}
/* Admin Posts */
.posts .ui.inverted.segment.red {
background-color: #d95c5c;
box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.1) !important;
border: 1px solid #b53737 !important;
border-bottom: 0px !important;
color: rgba(255, 255, 255, 1) !important;
}
/* Mod Posts */
.posts .ui.inverted.segment.purple {
background-color: #564F8A;
box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.1) !important;
border: 1px solid #342b75 !important;
border-bottom: 0px !important;
color: rgba(255, 255, 255, 1) !important;
}
/*Normal Posts*/
.posts .ui.inverted.segment.tertiary {
background-color: #065453;
box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.1) !important;
border: 1px solid #022d2d !important;
border-bottom: 0px !important;
color: rgba(255, 255, 255, 1) !important;
}
/* Post */
.ui.attached.segment.post.regular {
padding: 0px !important;
margin: 0px !important;
}
.ui.attached.segment.post {
box-shadow: none !important;
border-radius: 0 0 4px 4px !important;
bottom: 0px !important;
top: 0px !important;
box-shadow: inset 0px 0px 0px 1px #d7d7d7 !important;
}
.post .ui.grid {
display: flex;
width: 100% !important;
padding: 0px;
margin: 0 !important;
}
.post .three.wide.column {
width: 260px !important;
padding: 0px;
margin: 1px !important;
background-color: rgb(239, 239, 239) !important;
border-radius: 0 0 0px 4px !important;
}
.post .ui.segment.aligned.center.user.details.text_center {
border-radius: 0px;
border: 0px !important;
border-color: transparent !important;
box-shadow: none !important;
background-color: transparent !important;
}
.thirteen.wide.column.post-body {
width: 100% !important;
}
.post {
background-color: rgba(255, 255, 255, 0.05) !important;
}
.ui.table tbody tr:nth-child(2n) {
background-color: rgba(243, 243, 243, 1);
}
.post.action {
background-color: rgba(238, 238, 238, 1) !important;
color: #6F6F6F !important;
}
.ui.label {
background-color: rgba(219, 219, 219, 1) !important;
background-image: none !important;
color: #000 !important;
}
.ui.attached.header {
background-color: #EBEBEB;
color: #7E7E7E;
}
.spoiler_click {
background-color: #065453 !important;
}
.ui.tertiary.inverted.segment {
background-color: #065453 !important;
}
blockquote {
width: inherit !important;
background-color: #dbdbdb !important;
border: 0px solid teal !important;
color: #000 !important;
font-family: open sans !important;
border-radius: 4px;
font-size: inherit !important;
padding: 8px !important;
}
/*===========================================
/////////////////////////////////////////////
=============================================
Table Formatting
===========================================
///////////////////////////////////////////
=========================================*/
table {
color: #555555;
}
.sp-table {
background-color: #fff;
border: 1px solid #c9c9c9;
}
.sp-sub {
background-color: #eeeeee !important;
border: 1px solid #c9c9c9;
}
.sp-header {
background-color: #eeeeee;
color: #555555;
border: 0px;
}
.sp-row {
border: 0px;
}
.sp-cells {
background-color: #fff;
}
.inventory_menu {
border-color: #c9c9c9;
background-color: #eeeeee;
color: #555555;
}
.itemtype {
background-color: #fff;
border-color: #c9c9c9;
}
.itemtype_header {
background-color: #eeeeee;
border-color: #c9c9c9 !important;
font-size: 13px;
}
.container_locked, .container_inventory {
border-color: #c9c9c9;
}
table[style] {
border-color: #c9c9c9 !important;
}
table #wishlist_table .sp-table[style] {
width: 735px !important;
}
/*===========================================
/////////////////////////////////////////////
=============================================
Misc. Code
===========================================
///////////////////////////////////////////
=========================================*/
#pref_menu {
width: 100% !important;
border-color: #c9c9c9;
}
.pref_button {
font-size: 12px;
border: 1px solid #c9c9c9;
background-color: #eeeeee;
color: #564324;
background-image: none;
padding: 6px;
width: auto;
text-align: center;
margin: 5px;
height: auto;
border-radius: 5px;
}
/* Buttons */
.default.awesome {
background-color: #276a69 !important;
}
.ui.segment {
box-shadow: 0px 0px 0px 1px #D7D7D7 !important;
}
#sidebar div.ui.segment.basic {
box-shadow: none !important;
}
/* Moves item to collections */
button.btn.btn-default.move-to {
margin: 0 auto !important;
text-align: center;
display: block;
border: 1px solid #065453 !important;
box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.09) !important;
border-radius: 4px !important;
background-color: #228280;
color: rgb(255, 255, 255);
}
/* Quests */
.five.wide.column img {
max-width: 100% !important;
}
.five.wide.column {
display: inline-flex;
justify-content: center;
align-items: center; /* display: block; */
margin: 0px; /* width: 0; */
}
.ten.wide.column p, .ten.wide.column h1 {
text-align: center;
}
.ui.bottom.attached.progress .bar {
background-color: #00b5ad;
box-shadow: inset 0px 0px 1px 0px rgba(0, 0, 0, 0.55);
}
.ui.bottom.attached.progress {
box-shadow: inset 0px 0px 1px 0px #c7c7c7;
}
/* Achievement Notification */
.ui.message.yellow .ten.wide.column p {
text-align: left !important;
}
/* forum post/thread actions */
.ui.top.attached.segment.inverted.posted span:last-child .has-tip {
padding: 0px !important;
margin: 0px !important;
position: initial !important;
font-size: 12px !important;
width: 17px !important;
align-self: center;
color: #fff !important;
margin-left: 8px !important;
height: 17px !important;
}
/*===========================================
/////////////////////////////////////////////
=============================================
Your Pets Page
===========================================
///////////////////////////////////////////
=========================================*/
/* A free CustomCSS created by FallenSamurai, avaliable @ subetagraphics.proboards.com