First commit
This commit is contained in:
77
src/kaplus.css
Normal file
77
src/kaplus.css
Normal file
@@ -0,0 +1,77 @@
|
||||
#banner_container {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#content_wrapper > table {
|
||||
width: auto !important;
|
||||
}
|
||||
|
||||
.lay_castle_top {
|
||||
.shortcut-element {
|
||||
top: 148px !important;
|
||||
text-align: center !important;
|
||||
}
|
||||
.shortcut_container {
|
||||
float: none;
|
||||
display:
|
||||
}
|
||||
.shortcut_container:first-child {
|
||||
text-align: right;
|
||||
}
|
||||
.shortcut_container:last-child {
|
||||
text-align: left;
|
||||
}
|
||||
.shortcut_element {
|
||||
margin: 0 !important;
|
||||
padding: 0 !important;
|
||||
float: none !important;
|
||||
width: 70px !important;
|
||||
text-align: center;
|
||||
}
|
||||
.shortcut_element_left, .shortcut_element_right, .shortcut_element_left_premium, .shortcut_element_right_premium {
|
||||
display: none;
|
||||
}
|
||||
.shortcut_element_center, .shortcut_element_center_premium {
|
||||
background: none;
|
||||
float: none;
|
||||
diplay: inline-block;
|
||||
}
|
||||
.shortcut_element_marker, .shortcut_element_marker_premium {
|
||||
background-image: none !important;
|
||||
float: none !important;
|
||||
display: inline-block !important;
|
||||
padding: 0 !important;
|
||||
|
||||
a {
|
||||
position: relative;
|
||||
opacity: 0.7;
|
||||
}
|
||||
a:hover, a.has_notif {
|
||||
opacity: 1;
|
||||
}
|
||||
a.has_notif .shortcut_element_image::after {
|
||||
background-image: url("moz-extension://__MSG_@@extension_id__/images/notif.svg"), url("chrome-extension://__MSG_@@extension_id__/images/notif.svg");
|
||||
background-size: 13px 13px;
|
||||
position: absolute;
|
||||
top: -13px;
|
||||
right: 3px;
|
||||
width: 13px;
|
||||
height: 13px;
|
||||
content: "";
|
||||
}
|
||||
.shortcut_element_image {
|
||||
padding: 5px 10px;
|
||||
}
|
||||
.shortcut_element_image img {
|
||||
height: 22px;
|
||||
}
|
||||
.shortcut_element_desc {
|
||||
display: inline-block;
|
||||
vertical-align: top;
|
||||
font-size: 15px;
|
||||
font-weight: bold;
|
||||
padding: 5px 10px 5px 0;
|
||||
margin: 0 0 0 -10px;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user