feat: import 9 missing OGP themes (Evolution, Soft, mobile, Uprise, Silver, Katiuska, expand-soft, DarkNature, Metro)
Agent-Logs-Url: https://github.com/GameServerPanel/GSP/sessions/491e883b-1dc5-4ca0-83bf-39faa9060c34 Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
This commit is contained in:
parent
3e9dca1bc1
commit
b17ead27a6
554 changed files with 14115 additions and 0 deletions
35
themes/Metro/modules/administration/main.css
Normal file
35
themes/Metro/modules/administration/main.css
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
.administration-buttons div{
|
||||
padding: 15px 10px 5px 20px;
|
||||
transition: all 0.5s;
|
||||
-webkit-transition: all 0.5s;
|
||||
min-width:125px;
|
||||
min-height:100px;
|
||||
}
|
||||
.administration-buttons div:hover {
|
||||
transition: all 0.1s;
|
||||
-webkit-transition: all 0.1s;
|
||||
background-color: #428bca;
|
||||
text-decoration:none;
|
||||
cursor:pointer;
|
||||
box-shadow: inset 1px 1px 1px 1px #428bca;
|
||||
color: white;
|
||||
}
|
||||
.administration-buttons div:active {
|
||||
background-color: #428bca;
|
||||
box-shadow: inset 0px 0px 0px 0px #428bca;
|
||||
}
|
||||
.administration-buttons div:active img{
|
||||
position:relative;
|
||||
top:0.5px;
|
||||
left:0.5px;
|
||||
color: white;
|
||||
}
|
||||
.administration-buttons, .administration-buttons:hover, .administration-buttons :active {
|
||||
text-decoration:none;
|
||||
}
|
||||
.administration-buttons-hmargin{
|
||||
width:40px;
|
||||
}
|
||||
.administration-buttons-vmargin{
|
||||
height:40px;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue