battles/rating/index_files/form.css
2018-01-28 18:40:49 +02:00

658 lines
16 KiB
CSS

input[type=text],
input[type=password],
button,
select,
textarea {
background: none repeat scroll 0 0 transparent;
font-size: 12px;
/*font-family: "PT Sans","Trebuchet MS",segoe ui,trebuchet ms,Verdana,Arial,Tahoma,sans-serif;*/
font-family: 'Noto Serif', 'PT Sans', 'Trebuchet MS', segoe ui, trebuchet ms, Verdana, Arial, Tahoma, sans-serif;
color: #888888;
border: 0 solid;
padding: 0px 6px;
}
input[type=text],
input[type=password],
textarea {
-moz-box-shadow: inset 0 0 1px rgba(0,0,0,0.1);
-webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.1);
box-shadow: inset 0 0 1px rgba(0,0,0,0.1);
}
button {
cursor: pointer;
color: #ffffff;
}
input:placeholder { color: #9d9d9d }
input::-webkit-input-placeholder { color: #9d9d9d }
input:-moz-placeholder { color: #9d9d9d }
input.placeholder { color: #9d9d9d }
input:-ms-input-placeholder { color: #9d9d9d }
input:focus:placeholder { color: #c2c2c2 }
input:focus::-webkit-input-placeholder { color: #c2c2c2 }
input:focus:-moz-placeholder { color: #c2c2c2 }
input.placeholder:focus { color: #c2c2c2 }
input:-ms-input-placeholder:focus { color: #c2c2c2 }
form.default fieldset {
margin-bottom: 16px;
}
form.default fieldset.textarea div.field {
min-height: 120px;
}
form.default fieldset div.field {
border: 1px solid #d6d6d6;
height: 30px;
background-color: #f4f4f4;
position: relative;
}
form.default fieldset div.field.radio {
}
form.default fieldset div.field.alarm {
border: 1px solid #D66060 !important;
}
form.default fieldset div.field.success {
border: 1px solid #458C44 !important;
}
form.default fieldset div.field:hover,
form.default fieldset div.field:focus {
background-color: #ffffff;
border: 1px solid #bebebe;
}
fieldset div.field input[type=text],
fieldset div.field input[type=password],
fieldset div.field select,
fieldset div.field textarea,
fieldset div.button button {
display: block;
font-size: 14px;
}
fieldset div.field.radio ul {
list-style: none;
display: block;
width: 100%;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
position: relative;
height: 30px;
}
fieldset div.field.radio ul li {
display: block;
float: left;
color: #7C7C7C;
cursor: pointer;
text-align: center;
font-size: 14px;
height: 30px;
line-height: 30px;
position: relative;
background-color: #f4f4f4;
}
fieldset div.field.radio ul li:hover {
backgroun-position: top left;
background-repeat: repeat-x;
background-image: url(/i/form/bg-ul-hover.png);
background-color: #ffffff;
color: #080c16;
}
fieldset div.field.radio ul li.active {
backgroun-position: top left;
background-repeat: repeat-x;
background-image: url(/i/form/bg-ul-active.png);
background-color: #ffffff;
color: #080c16;
}
fieldset div.field.radion ul li:first-child {
-webkit-border-radius: 3px 0px 0px 3px;
-moz-border-radius: 3px 0px 0px 3px;
border-radius: 3px 0px 0px 3px;
}
fieldset div.field.radion ul li:last-child {
-webkit-border-radius: 0px 3px 3px 0px;
-moz-border-radius: 0px 3px 3px 0px;
border-radius: 0px 3px 3px 0px;
}
fieldset div.field.radio ul li+li::before {
content: "";
width: 0px;
height: 30px;
position: absolute;
top: 0px;
left: 0px;
border-left: 1px solid #eaeaea;
border-right: 1px solid #d6d6d6;
}
fieldset div.field.radio ul.e2 li {
width: 50%;
}
form.default fieldset > label {
font-size: 13px;
font-weight: bold;
display: block;
margin-bottom: 5px;
-moz-text-shadow: 0 0 1px rgba(0,0,0,0.4);
-webkit-text-shadow: 0 0 1px rgba(0,0,0,0.4);
text-shadow: 0 0 1px rgba(0,0,0,0.4);
font-family: 'Noto Serif', 'PT Sans', 'Trebuchet MS', segoe ui, trebuchet ms, Verdana, Arial, Tahoma, sans-serif;
}
form.default fieldset > label > span.explain {
display: inline-block;
-webkit-border-radius: 99px;
-moz-border-radius: 99px;
border-radius: 99px;
color: #ffffff;
background-color: #080c16;
width: 14px;
line-height: 14px;
font-size: 9px;
font-weight: bold;
text-align: center;
}
form.default fieldset > p.desc {
font-size: 12px;
margin-top: 3px;
margin-bottom: 3px;
color: #858585;
}
form.default fieldset div.button {
height: 32px;
-moz-text-shadow: inset 1px 0 2px rgba(0,0,0,0.9);
-webkit-text-shadow: inset 1px 0 2px rgba(0,0,0,0.9);
text-shadow: inset 1px 0 2px rgba(0,0,0,0.9);
}
form.default fieldset div.button button {
width: 220px !important;
font-size: 14px;
font-weight: bold;
margin-right: 8px;
}
div.button button,
div.field input[type=text],
div.field input[type=password],
div.field select {
width: 100%;
height: 100%;
outline: 0 none;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}
div.field textarea {
display: block;
padding: 5px;
-moz-box-sizing: border-box;
box-sizing: border-box;
height: 100%;
outline: 0 none;
width: 100%;
resize: none;
}
form.default fieldset div.field,
form.default fieldset div.button,
form.default button {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
outline: 0 none;
}
/* FORM GLUE */
form.glue fieldset div.field {
height: 38px;
background-color: #f4f4f4;
position: relative;
}
form.glue > div.glue input[type=text]
form.glue > div.glue input[type=password] {
border-radius: 0px;
}
form.glue > div.glue fieldset:first-child div.field {
-webkit-border-radius: 7px 7px 0px 0px;
-moz-border-radius: 7px 7px 0px 0px;
border-radius: 7px 7px 0px 0px;
border-top: 1px solid #2F2F2F;
}
form.glue > div.glue fieldset div.field {
border-left: 1px solid #2F2F2F;
border-right: 1px solid #2F2F2F;
}
form.glue > div.glue fieldset:last-child div.field {
-webkit-border-radius: 0px 0px 7px 7px;
-moz-border-radius: 0px 0px 7px 7px;
border-radius: 0px 0px 7px 7px;
border-bottom: 1px solid #2F2F2F;
}
form.glue div.button {
margin-top: 18px;
height: 36px;
position: relative;
}
form.glue div.button button {
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
font-size: 14px;
font-weight: bold;
-moz-text-shadow: inset 1px 0 2px rgba(0,0,0,0.9);
-webkit-text-shadow: inset 1px 0 2px rgba(0,0,0,0.9);
text-shadow: inset 1px 0 2px rgba(0,0,0,0.9);
}
form.glue fieldset div.field input[type=text],
form.glue fieldset div.field input[type=password] {
font-size: 15px;
font-weight: bold;
color: #414042;
padding: 0px 12px;
-moz-box-shadow: inset 0 0 1px rgba(0,0,0,0.4);
-webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.4);
box-shadow: inset 0 0 1px rgba(0,0,0,0.4);
}
form.glue fieldset.radio div.field {
min-height: 38px;
}
form.glue fieldset.radio div.field label {
display: block;
color: #939393;
font-size: 15px;
font-weight: bold;
padding: 0 2px 0 12px;
line-height: 36px;
float: left;
width: 50px;
}
form.glue fieldset.radio div.field radio,
form.glue fieldset.radio div.field span {
line-height: 40px;
}
form.glue fieldset.radio div.field label + input {
/*margin-left: 70px;*/
}
form.glue fieldset.radio div.field span {
font-size: 12px;
color: #939393;
padding: 0px 8px 0px 4px;
}
/******** INLINE ************/
form#shop-dimond,
form#shop-gold {
margin-top: 14px;
margin-bottom: 14px;
}
form#shop-dimond div.field,
form#shop-gold div.field {
background-color: #150506;
border: 1px solid #43565c;
-webkit-box-shadow: 0px 0px 1px 1px rgba(27,37,37,0.6);
-moz-box-shadow: 0px 0px 1px 1px rgba(27,37,37,0.6);
box-shadow: 0px 0px 1px 1px rgba(27,37,37,0.6);
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
form.inline fieldset {
position: relative;
margin-left: 20px;
margin-right: 20px;
}
form.inline fieldset div.field {
height: 38px;
background-color: #f4f4f4;
position: relative;
-moz-box-shadow: inset 0 0 1px rgba(0,0,0,0.4);
-webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.4);
box-shadow: inset 0 0 1px rgba(0,0,0,0.4);
border: 1px solid #ececec;
}
form.inline fieldset div.field > input {
margin-left: 120px;
width: 256px;
font-size: 20px;
text-align: center;
}
form.inline fieldset div.field.invalid {
border: 1px solid #a62220 !important;
}
form.inline fieldset div.field.invalid input {
color: #a62220 !important;
}
form.inline fieldset span.name {
position: absolute;
top: 4px;
left: 4px;
text-align: center;
display: block;
width: 120px;
line-height: 32px;
font-size: 15px;
font-weight: bold;
color: #f1e5d5;
-webkit-border-radius: 3px 1px 1px 3px;
-moz-border-radius: 3px 1px 1px 3px;
border-radius: 3px 1px 1px 3px;
background: rgba(95,0,0,1);
/*
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I0Y2Y2MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMlIiBzdG9wLWNvbG9yPSIjYjRjZjYxIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMyUiIHN0b3AtY29sb3I9IiM5NWJiMWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjNmU5MDEwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
background: -moz-linear-gradient(top, rgba(180,207,97,1) 0%, rgba(180,207,97,1) 3%, rgba(149,187,28,1) 3%, rgba(110,144,16,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(180,207,97,1)), color-stop(3%,rgba(180,207,97,1)), color-stop(3%,rgba(149,187,28,1)), color-stop(100%,rgba(110,144,16,1)));
background: -webkit-linear-gradient(top, rgba(180,207,97,1) 0%,rgba(180,207,97,1) 3%,rgba(149,187,28,1) 3%,rgba(110,144,16,1) 100%);
background: -o-linear-gradient(top, rgba(180,207,97,1) 0%,rgba(180,207,97,1) 3%,rgba(149,187,28,1) 3%,rgba(110,144,16,1) 100%);
background: -ms-linear-gradient(top, rgba(180,207,97,1) 0%,rgba(180,207,97,1) 3%,rgba(149,187,28,1) 3%,rgba(110,144,16,1) 100%);
background: linear-gradient(to bottom, rgba(180,207,97,1) 0%,rgba(180,207,97,1) 3%,rgba(149,187,28,1) 3%,rgba(110,144,16,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4cf61', endColorstr='#6e9010',GradientType=0 );
-moz-text-shadow: inset 1px 1px 1px rgba(0,0,0,0.9);
-webkit-text-shadow: inset 1px 1px 1px rgba(0,0,0,0.9);
text-shadow: inset 1px 1px 1px rgba(0,0,0,0.9);
*/
}
form.inline fieldset span.summa-bonus {
position: absolute;
top: 4px;
right: 4px;
text-align: center;
display: block;
width: 130px;
line-height: 32px;
font-size: 13px;
font-weight: bold;
color: #f1e5d5;
-webkit-border-radius: 1px 3px 3px 1px;
-moz-border-radius: 1px 3px 3px 1px;
border-radius: 1px 3px 3px 1px;
background: rgba(95,0,0,1);
/*
background: #c60000;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M2MDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4NDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #c60000 0%, #840000 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c60000), color-stop(100%,#840000));
background: -webkit-linear-gradient(top, #c60000 0%,#840000 100%);
background: -o-linear-gradient(top, #c60000 0%,#840000 100%);
background: -ms-linear-gradient(top, #c60000 0%,#840000 100%);
background: linear-gradient(to bottom, #c60000 0%,#840000 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c60000', endColorstr='#840000',GradientType=0 );
-moz-text-shadow: inset 1px 1px 1px rgba(0,0,0,0.9);
-webkit-text-shadow: inset 1px 1px 1px rgba(0,0,0,0.9);
text-shadow: inset 1px 1px 1px rgba(0,0,0,0.9);
*/
}
/************ NEW SIGN ************/
form#sign label {
color: #080c16;
-moz-text-shadow: 0 0 1px rgba(255,255,255,0.4);
-webkit-text-shadow: 0 0 1px rgba(255,255,255,0.4);
text-shadow: 0 0 1px rgba(255,255,255,0.4);
}
a.button {
display: inline-block;
font-size: 12px;
font-weight: bold;
padding: 3px 12px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
color: #ffffff;
margin-top: 8px;
}
/* ANY FORMS */
div#form-registration {
position: absolute;
top: 40%;
left: 50%;
width: 350px;
height: 320px;
margin-top: -180px;
margin-left: -175px;
}
div#form-auth {
position: absolute;
top: 40%;
left: 50%;
width: 350px;
height: 280px;
margin-top: -160px;
margin-left: -175px;
}
div#form-auth > div.logo,
div#form-registration > div.logo {
font-size: 60px;
font-weight: bold;
color: #ffffff;
text-transfrom: uppercase;
}
div#form-auth > p.slogan,
div#form-registration > p.slogan {
margin-top: 20px;
margin-bottom: 15px;
text-align: center;
font-size: 18px;
color: #ffffff;
}
div#form-auth > a,
div#form-registration > a {
text-align: center;
display: block;
margin-top: 18px;
color: #ffffff !important;
font-size: 14px;
}
div#form-auth > a:hover,
div#form-registration > a:hover {
text-decoration: underline;
}
form#form-auth,
form#form-registration {
margin: 0 auto;
width: 250px;
}
input:-webkit-autofill {
color: transparent !important;
background-color: transparent !important;
}
/*************** RANDOM FORM RAND-AUTH ****************/
div.rand-auth {
padding: 12px 20px 20px 20px;
}
div.rand-auth h2 {
text-align: center;
font-weight: 600;
color: #870000;
}
div.rand-auth ul.menu {
list-style: none;
text-align: center;
margin-top: 10px;
}
div.rand-auth ul.menu li {
display: inline-block;
padding: 1px 6px;
line-height: 14px;
}
div.rand-auth ul.menu li+li {
border-left: 1px solid #010101;
}
div.rand-auth ul.menu li a {
display: block;
color: #010101;
font-size: 12px;
font-weight: 600;
padding-bottom: 1px;
}
div.rand-auth ul.menu li a:hover {
border-bottom: 1px dashed #010101;
}
div.rand-auth > form {
margin-top: 10px;
}
div.rand-auth > form div.field {
height: 25px;
margin-bottom: 6px;
background-color: #150506;
border: 1px solid #43565c;
-webkit-box-shadow: 0px 0px 1px 1px rgba(27,37,37,0.6);
-moz-box-shadow: 0px 0px 1px 1px rgba(27,37,37,0.6);
box-shadow: 0px 0px 1px 1px rgba(27,37,37,0.6);
}
div.rand-auth > form div.field > input {
-webkit-box-shadow: inset 0px 0px 8px 2px rgba(150,20,20,0.5);
-moz-box-shadow: inset 0px 0px 8px 2px rgba(150,20,20,0.5);
box-shadow: inset 0px 0px 8px 2px rgba(150,20,20,0.5);
}
form.rand-auth fieldset.checkbox {
height: 25px;
text-align: center;
}
form.rand-auth fieldset.checkbox label {
color: #010101;
font-size: 11px;
line-height: 25px;
font-weight: bold;
}
form.rand-auth fieldset.checkbox > div,
form.rand-auth fieldset.checkbox > label {
display: inline-block;
}
form.rand-auth fieldset.checkbox > div.checkbox {
top: 2px;
margin-right: 6px;
position: relative;
width: 14px;
height: 14px;
background: url(/pic/front/form/check_normal.jpg) center center no-repeat;
}
form.rand-auth fieldset.checkbox > div.checkbox.active {
background: url(/pic/front/form/check_pressed.jpg) center center no-repeat;
}
form.rand-auth fieldset.checkbox > div.checkbox.active:hover {
background: url(/pic/front/form/check_pressed_select.jpg) center center no-repeat !important;
}
form.rand-auth fieldset.checkbox > div.checkbox:hover {
background: url(/pic/front/form/check_select.jpg) center center no-repeat;
}
form.rand-auth fieldset.checkbox > div.checkbox input {
display: none;
}
form.rand-auth > fieldset > div.button {
text-align: center;
margin-top: 3px;
}
form.rand-auth button {
width: 165px;
height: 34px;
background: url(/pic/front/form/button_normal.jpg) center center no-repeat;
font-size: 16px;
color: #808588;
border: none;
display: inline-block !important;
}
form.rand-auth button:hover {
background: url(/pic/front/form/button_select.jpg) center center no-repeat;
color: #f2d38a;
}
/*************** RANDOM FORM QUESTION ****************/
form#question label {
font-weight: normal !important;
color: #9b8f81 !important;
}
form#question .redactor_box iframe {
height: 110px !important;
}
form#question p.note {
color: #F59D9D;
font-size: 11px;
padding-top: 2px;
padding-bottom: 4px;
}