482 lines
No EOL
8.8 KiB
CSS
Executable file
482 lines
No EOL
8.8 KiB
CSS
Executable file
|
|
*{
|
|
font-family: Tahoma,Verdana,Segoe,sans-serif
|
|
}
|
|
html {
|
|
overflow-y:scroll;
|
|
}
|
|
|
|
html,body {
|
|
width:100%;
|
|
height:100%;
|
|
}
|
|
|
|
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,form,fieldset,p,button {
|
|
margin:0;
|
|
padding:0;
|
|
}
|
|
body {
|
|
min-width:880px;
|
|
max-width:100%;
|
|
max-height:0px;
|
|
background-color:#000;
|
|
background-attachment: fixed;
|
|
-webkit-background-size: cover;
|
|
-moz-background-size: cover;
|
|
-o-background-size: cover;
|
|
background-size: cover;
|
|
}
|
|
.input-form {
|
|
padding:10px;
|
|
font-weight:bold;
|
|
text-align:center;
|
|
}
|
|
|
|
label {
|
|
font-family: Copperplate,"Copperplate Gothic Light",fantasy;
|
|
font-size:18px;
|
|
color: #fff;
|
|
text-shadow:-1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
|
|
}
|
|
|
|
img {
|
|
cursor: pointer;
|
|
}
|
|
/*
|
|
.input-form{
|
|
text-align:center;
|
|
margin:10% auto 0;
|
|
padding:10px;
|
|
font-weight:bold;
|
|
}*/
|
|
|
|
.title {
|
|
font-family: Copperplate,"Copperplate Gothic Light",fantasy;
|
|
text-shadow:-1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
|
|
font-size:20px;
|
|
color:#fff;
|
|
text-decoration:none;
|
|
}
|
|
|
|
.input-form-name {
|
|
font-family: Arial, sans-serif;
|
|
border: solid 3px #404040;
|
|
padding:6px 3px;
|
|
text-indent:3px;
|
|
border-radius: 3px;
|
|
-webkit-border-radius: 3px;
|
|
-moz-border-radius: 3px;
|
|
width:170px;
|
|
opacity: 0.8;
|
|
filter:Alpha(opacity=80); /* IE8 and earlier versions supports */
|
|
}
|
|
.input-form-region {
|
|
font-family: Arial, sans-serif;
|
|
border:solid 3px #404040;
|
|
padding:6px 3px;
|
|
width:170px;
|
|
border-radius: 3px;
|
|
-webkit-border-radius: 3px;
|
|
-moz-border-radius: 3px;
|
|
opacity: 0.8;
|
|
filter:Alpha(opacity=80); /* IE8 and earlier versions supports */
|
|
}
|
|
/* input-form-submit source: http://bradsknutson.com/blog/css-button-with-sliding-background-color/ */
|
|
.input-form-submit {
|
|
color: #404040;
|
|
background: #FFF;
|
|
padding: 6px 15px;
|
|
margin: 25px;
|
|
font-family: "Arial Black","Arial Bold",Gadget,sans-serif;
|
|
border: 3px solid #404040;
|
|
font-size: 12px;
|
|
font-weight: bold;
|
|
letter-spacing: 1px;
|
|
text-transform: uppercase;
|
|
border-radius: 2px;
|
|
display: inline-block;
|
|
text-align: center;
|
|
cursor: pointer; /*
|
|
box-shadow: inset 0 0 0 0 #31302B;
|
|
-webkit-transition: all ease 0.8s;
|
|
-moz-transition: all ease 0.8s;
|
|
transition: all ease 0.8s;
|
|
/*border-radius: 5px;
|
|
-webkit-border-radius: 5px;
|
|
-moz-border-radius: 5px;
|
|
*/
|
|
opacity: 0.8;
|
|
filter:Alpha(opacity=80); /* IE8 and earlier versions supports */
|
|
}
|
|
/*
|
|
.input-form-submit:hover{
|
|
box-shadow: inset 150px 0 0 0 #31302B;
|
|
color: #FFF;
|
|
}
|
|
*/
|
|
.input-form-submit:hover {
|
|
background-color: #404040;
|
|
color: #FFF;
|
|
}
|
|
|
|
.result {
|
|
font-family: "Trebuchet MS","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Tahoma,sans-serif;
|
|
margin:-5px auto;
|
|
padding: 10px;
|
|
text-align:left;
|
|
font-size:14px;
|
|
color:#000;
|
|
width:750px;
|
|
background: rgba(255, 255, 255, 0.3);
|
|
border:3px solid #404040;
|
|
border-radius: 2px;
|
|
-webkit-border-radius: 2px;
|
|
-moz-border-radius: 2px;
|
|
|
|
}
|
|
|
|
.summoner-icon {
|
|
border:1px solid #404040;
|
|
border-radius: 5px;
|
|
-webkit-border-radius: 5px;
|
|
-moz-border-radius: 5px;
|
|
margin: 5px;
|
|
}
|
|
.summoner-name {
|
|
position:absolute;
|
|
font-size:30px;
|
|
cursor: pointer;
|
|
}
|
|
|
|
#status_dot {
|
|
font-size:35px;
|
|
text-shadow:-1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
|
|
cursor:pointer;
|
|
}
|
|
|
|
#active-text {
|
|
position:absolute;
|
|
margin-top:75px;
|
|
font-size:12px;
|
|
color:#202020;
|
|
vertical-align:center;
|
|
}
|
|
|
|
.summoner-level {
|
|
position:absolute;
|
|
margin-left:-35px;
|
|
margin-top:75px;
|
|
font-family: "Trebuchet MS","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Tahoma,sans-serif;
|
|
background: #fff;
|
|
color:#000;
|
|
font-size:11px;
|
|
padding:1px 4px;
|
|
border-radius: 2px;
|
|
-webkit-border-radius: 2px;
|
|
-moz-border-radius: 2px;
|
|
background: rgba(255, 255, 255, 0.6);
|
|
cursor:pointer;
|
|
text-align:right;
|
|
}
|
|
|
|
.summoner-revision_date {
|
|
position:absolute;
|
|
margin-top:75px;
|
|
font-size:12px;
|
|
color:#202020;
|
|
vertical-align:center;
|
|
}
|
|
|
|
.summoner-recent {
|
|
border: 1px solid #505050;
|
|
background: rgba(255, 255, 255, 0.5);
|
|
padding: 15px;
|
|
margin: 5px 5px; /* box vertical whitespace */
|
|
padding-top: 0px;
|
|
margin-top:0px;
|
|
padding-bottom: 5px;
|
|
}
|
|
|
|
.summoner-recent_belt {
|
|
margin:0px 5px;
|
|
border:1px solid #404040;
|
|
border-bottom-color: transparent;
|
|
opacity: 0.7;
|
|
filter:Alpha(opacity=70); /* IE8 and earlier versions supports */
|
|
text-indent:5px;
|
|
}
|
|
|
|
.seemore_belt {
|
|
margin:0px 5px 5px 5px;
|
|
border:1px solid #404040;
|
|
border-top-color: transparent;
|
|
opacity: 0.7;
|
|
filter:Alpha(opacity=70); /* IE8 and earlier versions supports */
|
|
text-indent:5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.summoner-champion_pic {
|
|
width:75px;
|
|
height:75px;
|
|
border-radius: 50%;
|
|
margin-top:2px;
|
|
margin-left:-10px;
|
|
margin-right:-10px;
|
|
-webkit-border-radius: 50%;
|
|
-moz-border-radius: 50%;
|
|
border: 1px #404040 solid;
|
|
}
|
|
|
|
.summoner-spell1,.summoner-spell2 {
|
|
width:34px;
|
|
height:34px;
|
|
border-radius: 5px;
|
|
-webkit-border-radius: 5px;
|
|
-moz-border-radius: 5px;
|
|
position:absolute;
|
|
margin-left:15px;
|
|
margin-top:3px;
|
|
border:1px solid #404040;
|
|
}
|
|
.summoner-spell2 {
|
|
margin-top:43px;
|
|
}
|
|
|
|
.table-col0 {
|
|
position:absolute;
|
|
margin-top:-70px;
|
|
margin-left:130px;
|
|
line-height:150%;
|
|
text-align:center;
|
|
}
|
|
|
|
.table-col1 {
|
|
position:absolute;
|
|
margin-top:-65px;
|
|
margin-left:200px;
|
|
text-align:center;
|
|
font-size:11px;
|
|
font-weight:bold;
|
|
text-align:center;
|
|
line-height:150%;
|
|
}
|
|
|
|
.table-col1-level {
|
|
color:#303030;
|
|
font-weight:normal;
|
|
}
|
|
|
|
.table-col0-kda_ratio {
|
|
color:#fff;
|
|
font-weight:bold;
|
|
font-size:9px;
|
|
background-color:rgb(0, 81, 255); /*386088*/
|
|
padding:0 3px;
|
|
text-align:center;
|
|
}
|
|
|
|
.table-col0-kda {
|
|
text-align:center;
|
|
font-size:11px;
|
|
font-weight:bold;
|
|
}
|
|
|
|
#table-col0-kill {
|
|
color:#242442;
|
|
}
|
|
|
|
.table-col0-slash {
|
|
color:#000;
|
|
font-size:10px;
|
|
font-weight:normal;
|
|
}
|
|
|
|
#table-col0-death {
|
|
color:#8B0000;
|
|
}
|
|
|
|
#table-col0-assist {
|
|
color:#242442;
|
|
}
|
|
|
|
.table-col0-kill_title {
|
|
line-height:200%;
|
|
color:#C50101;
|
|
font-weight:bold;
|
|
font-size:11px;
|
|
text-align:center;
|
|
}
|
|
|
|
.gold {
|
|
color:#FFFC00;
|
|
text-shadow:-1px 0 #202020, 0 1px #202020, 1px 0 #202020, 0 -1px #202020;
|
|
}
|
|
|
|
a[title]:hover:after {
|
|
content: attr(title);
|
|
padding: 2px 4px;
|
|
font-family: Consolas,monaco,monospace;
|
|
color: #707070;
|
|
font-size:11px;
|
|
text-align:center;
|
|
position: absolute;
|
|
z-index: 20;
|
|
white-space: pre-line;
|
|
max-width:250px;
|
|
margin-right:10px;
|
|
-moz-box-shadow: 0px 0px 4px #222;
|
|
-webkit-box-shadow: 0px 0px 4px #222;
|
|
box-shadow: 0px 0px 4px #222;
|
|
background-color: #000;
|
|
opacity: 0.90;
|
|
filter:Alpha(opacity=90); /* IE8 and earlier versions supports */
|
|
}
|
|
|
|
|
|
a[title].tier:hover:after {
|
|
margin-left:565px;
|
|
margin-top:90px;
|
|
}
|
|
|
|
a[title].spell1:hover:after, a[title].spell2:hover:after {
|
|
margin-left:40px;
|
|
width:150px;
|
|
}
|
|
|
|
a[title].spell2:hover:after {
|
|
margin-top:40px;
|
|
|
|
}
|
|
a[title].gold_a:hover:after {
|
|
width:160px;
|
|
margin-top:-90px;
|
|
}
|
|
a[title].kill_title:hover:after {
|
|
width:100px;
|
|
margin-top:-10px;
|
|
}
|
|
a[title].damage:hover:after {
|
|
width:200px;
|
|
}
|
|
a[title].ward:hover:after {
|
|
width:95px;
|
|
}
|
|
a[title].item:hover:after {
|
|
width:170px;
|
|
margin-left:-10px;
|
|
margin-top:30px;
|
|
}
|
|
|
|
.itemlist {
|
|
position:absolute;
|
|
margin-top:-55px;
|
|
margin-left:300px;
|
|
}
|
|
|
|
.itembox {
|
|
border-radius:5px;
|
|
border:1px solid #404040;
|
|
}
|
|
|
|
#ward {
|
|
font-size:11px;
|
|
color:#0B4C0B;
|
|
text-align:center;
|
|
font-weight:bold;
|
|
}
|
|
|
|
.ip_earned {
|
|
position:absolute;
|
|
margin-top:-50px;
|
|
min-width:50px;
|
|
margin-left:660px;
|
|
font-size:11px;
|
|
color:#766C03;
|
|
font-weight:bold;
|
|
text-align:center;
|
|
}
|
|
|
|
.blueTeam {
|
|
border:2px solid rgb(82, 82, 255);
|
|
border-radius: 5%;
|
|
-webkit-border-radius: 5%;
|
|
-moz-border-radius: 5%;
|
|
margin-right:-2px;
|
|
}
|
|
|
|
.redTeam {
|
|
border:2px solid rgb(255, 82, 82);
|
|
border-radius: 5%;
|
|
-webkit-border-radius: 5%;
|
|
-moz-border-radius: 5%;
|
|
margin-right:-2px;
|
|
}
|
|
|
|
.footer {
|
|
cursor:default;
|
|
margin-top:10%;
|
|
text-align:center;
|
|
font-size:12px;
|
|
color:#fff;
|
|
text-shadow:-1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
|
|
}
|
|
|
|
.total_damage {
|
|
position:absolute;
|
|
margin-top:-60px;
|
|
margin-left:600px;
|
|
font-size:11px;
|
|
color:#E24D00;
|
|
text-align:center;
|
|
font-weight:bold;
|
|
}
|
|
|
|
#damage-text {
|
|
color:#303030;
|
|
font-weight:normal;
|
|
font-size:10px;
|
|
}
|
|
|
|
#status {
|
|
line-height:300%;
|
|
font-size:12px;
|
|
text-shadow:-1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
|
|
color:#20E22A;
|
|
font-weight:normal;
|
|
}
|
|
|
|
#signup {
|
|
color:#ff0;
|
|
font-weight:bold;
|
|
text-decoration:none;
|
|
/*text-shadow:none;*/
|
|
}
|
|
|
|
#t_and_c {
|
|
line-height:200%;
|
|
font-size:11px;
|
|
text-decoration:none;
|
|
color:rgb(140, 140, 140);
|
|
}
|
|
|
|
#t_and_c:hover {
|
|
color:#fff;
|
|
}
|
|
|
|
#copyright {
|
|
font-size:11px;
|
|
}
|
|
|
|
#developer_name {
|
|
text-decoration:none;
|
|
color:#0ff;
|
|
font-weight:bold;
|
|
line-height:500%;
|
|
}
|
|
|
|
#developer_name:hover {
|
|
color:#fff;
|
|
} |