No edit summary |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 29: | Line 29: | ||
text-align: center; | text-align: center; | ||
border-radius:16px; | border-radius:16px; | ||
border-style: | border-style: solid; | ||
border-width: | border-width: 1px; | ||
} | |||
.link { | |||
position: absolute; | |||
width: 100%; | |||
height: 100%; | |||
top: 0; | |||
left: 0; | |||
z-index: 1; | |||
} | } | ||
Latest revision as of 00:54, 9 April 2022
/* CSS placed here will affect The sshortcut Shortcut template */
@media screen and (max-width: 600px) {
.sshortcut table {
clear: left;
margin-left: auto !important;
margin-right: auto !important;
width: 100% !important;
}
}
.skin-citizen-light .sshortcut table, .skin-timeless .sshortcut table, .skin-vector .sshortcut table {
background: rgb(180, 190, 185) !important;
color: #1a1a1b !important;
}
.sshortcut-image .image:hover img {
transform: scale( 1.1 );
}
.sshortcut table {
background: rgb(31, 38, 44);
color: #FFF;
box-shadow: 0 14px 28px rgba(0, 0, 0, 0.06), 0 10px 10px rgba(0, 0, 0, 0.06);
margin: 0 0 1em 1em;
font-size: 95%;
width: 400px;
padding: 10px;
text-align: center;
border-radius:16px;
border-style: solid;
border-width: 1px;
}
.link {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 1;
}
.sshortcutheader {
border-bottom: 1px solid #ff4500;
color: #fff;
text-align: center;
font-size:125%;
font-weight:bold;
}
.sshortcut-parameter {
font-weight: bold;
color: #74797C;
}