Template:WikiStats2/styles.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 10: | Line 10: | ||
} | } | ||
.icr-bodystyle2{ | .icr-bodystyle2{ | ||
background-color: #e67373; | |||
background-image: linear-gradient(160deg, #12c8f5 , rgb(255, 0, 221)); | |||
border: 2px solid #000; | |||
border-radius: 25px; | |||
padding: 10px; | |||
margin: 5px; | |||
box-shadow: 2px 2px 5px #AAAAAA; | |||
} | |||
.icr-AdminBodyStyle{ | |||
background-color: #e67373; | |||
background-image: linear-gradient(160deg, #085669 , rgb(110, 0, 96)); | |||
border: 2px solid #000; | |||
border-radius: 25px; | |||
padding: 10px; | |||
margin: 5px; | |||
box-shadow: 2px 2px 5px #AAAAAA; | |||
} | |||
.icr-ModeratorBodyStyle{ | |||
background-color: #e67373; | background-color: #e67373; | ||
background-image: linear-gradient(160deg, #12c8f5 , rgb(255, 0, 221)); | background-image: linear-gradient(160deg, #12c8f5 , rgb(255, 0, 221)); | ||
| Line 29: | Line 47: | ||
.icr-title{ | .icr-title{ | ||
background-color: rgba(204, 255, 204, 0.507); | background-color: rgba(204, 255, 204, 0.507); | ||
} | |||
.icr-title_easteregg{ | |||
background-color: rgba(204, 255, 204, 0.507); | |||
background-image: linear-gradient(160deg, #572572 , #275275); | |||
border: 2px solid pink; | |||
border-radius: 8px; | |||
padding: 4px; | |||
margin: 5px; | |||
box-shadow: 5px 5px 10px cyan; | |||
} | } | ||
.icr-data{ | .icr-data{ | ||
Revision as of 20:17, 7 December 2024
.icr-bodystyle{
background-color: #AAAAAA;
background-image: linear-gradient(160deg, #276827 , rgb(19, 98, 109));
border: 2px solid #000;
border-radius: 25px;
padding: 10px;
margin: 5px;
box-shadow: 2px 2px 5px #AAAAAA;
}
.icr-bodystyle2{
background-color: #e67373;
background-image: linear-gradient(160deg, #12c8f5 , rgb(255, 0, 221));
border: 2px solid #000;
border-radius: 25px;
padding: 10px;
margin: 5px;
box-shadow: 2px 2px 5px #AAAAAA;
}
.icr-AdminBodyStyle{
background-color: #e67373;
background-image: linear-gradient(160deg, #085669 , rgb(110, 0, 96));
border: 2px solid #000;
border-radius: 25px;
padding: 10px;
margin: 5px;
box-shadow: 2px 2px 5px #AAAAAA;
}
.icr-ModeratorBodyStyle{
background-color: #e67373;
background-image: linear-gradient(160deg, #12c8f5 , rgb(255, 0, 221));
border: 2px solid #000;
border-radius: 25px;
padding: 10px;
margin: 5px;
box-shadow: 2px 2px 5px #AAAAAA;
}
.icr-right-align {
text-align: right;
}
.icr-left-align {
text-align: left;
}
.icr-header{
background-color: rgba(204, 204, 255, 0.61);
}
.icr-title{
background-color: rgba(204, 255, 204, 0.507);
}
.icr-title_easteregg{
background-color: rgba(204, 255, 204, 0.507);
background-image: linear-gradient(160deg, #572572 , #275275);
border: 2px solid pink;
border-radius: 8px;
padding: 4px;
margin: 5px;
box-shadow: 5px 5px 10px cyan;
}
.icr-data{
text-align: center;
font-weight: bold;
}
.icr-transparency1{
background-color: rgba(221, 221, 221, 0.205);
box-shadow: 2px 2px 5px #223a23;
color:rgb(0, 0, 0);
}
.icr-transparency2{
background-color: rgba(145, 142, 142, 0.144);
box-shadow: 2px 2px 5px #223a23;
color:rgb(0, 0, 0);
}
.icr-wanderer{
background-color: rgb(201, 201, 201);
}
.icr-usernamefield{
color:#fff;
}
.icr-t-0{
color: #000000;
}
.icr-t-1{
color: #0000AA;
}
.icr-t-2{
color: #00AA00;
}
.icr-t-3{
color: #00AAAA;
}
.icr-t-4{
color: #AA0000;
}
.icr-t-5{
color: #AA00AA;
}
.icr-t-6 {
color: #FFAA00;
}
.icr-t-7{
color: #AAAAAA;
}
.icr-t-8{
color: #555555;
}
.icr-t-9{
color: #5555FF;
}
.icr-t-a{
color: #55FF55;
}
.icr-t-b{
color: #55FFFF;
}
.icr-t-c{
color: #FF5555;
}
.icr-t-d{
color: #FF55FF;
}
.icr-t-e{
color: #FFFF55;
}
.icr-t-f{
color: #FFFFFF;
}