1KA_F2F/main/survey/skins/WebSM.css
2020-08-14 13:36:36 +02:00

260 lines
4.2 KiB
CSS

/* 1KA new default theme */
body {
margin: 0;
padding: 0;
color: #333;
font-size: 75%;
font-family: Arial, Verdana, Sans-Serif;
font-family: Open Sans, Arial, Sans-Serif !important;
background: #eff2f7;
}
body.preview, body.testdata{
margin-top: 26px;
}
#outercontainer {
width: 100%;
margin: 0 auto;
background: #ffffff url('WebSM/header.png') top left repeat-x;
}
#container {
position: relative;
width: 100%;
max-width: 980px;
margin: 0px auto 10px;
}
#container:before{
position: absolute;
width: 100%;
top: 100px;
text-align: center;
content:"Web Survey Methodology";
color: #475d99;
font-size: 14px;
}
/* Warning bar (preview, cookie) */
#cookie_alert, #test_alert {
height: 26px;
line-height: 25px;
color: #ffffff;
background-color: #fe9c5c;
border-bottom: 1px solid #fe9c5c;
}
#cookie_alert a, #test_alert a {
text-decoration: none;
font-weight: bold;
color: #ffffff;
}
#cookie_alert a:hover, #test_alert a:hover {
text-decoration: underline;
}
#cookie_alert span, #test_alert span {
color: #ffffff;
}
#cookie_alert span a, #test_alert span a {
color: #ffffff;
font-weight: normal;
}
/* Header - logo, naslov, progressbar */
h1 {
margin: 0px auto 50px;
padding: 160px 0 0 0;
font-size: 24px;
color: #0c377a;
text-align: center;
}
h1.evalvacija{
margin-bottom: 0;
}
#logo {
right: auto;
left: 0px;
top: 20px;
background: url("../../../main/survey/skins/WebSM/websm_logo.gif") no-repeat scroll 100% 0 transparent;
background-repeat: no-repeat;
}
#logo.english{
}
#logo a{
width: 223px;
height: 57px;
}
#progress_bar {
right: 0px;
left: auto;
top: 35px;
}
#progress_bar span {
float: left !important; /* ie6,7 doesnt support inline-block */
display: block;
width: 20px;
font-size: 11px;
color: white;
}
#progress_bar div {
height: 10px;
width: 130px;
padding: 2px;
margin: 0 5px;
border: 1px #cccccc solid;
background-color: #ffffff;
}
#progress_bar div span {
height: 10px;
background-color: #475d99;
}
#progress_bar p a {
color: white;
text-decoration: none;
}
#progress_bar p a:hover {
color: white;
}
/* Spremenljivke */
.spremenljivka {
margin: 0px 0px 45px 0px;
/*padding: 20px 2px 20px 12px !important;*/
padding: 0px !important;
border-bottom: 2px #a4acca dotted;
}
.spremenljivka.limited{
outline: 1px #F15A24 solid;
}
.required, .required_require, .required_limit {
outline: 1px #F15A24 solid;
}
.spremenljivka .naslov{
/*padding-left: 5px;*/
padding-bottom: 20px;
margin-top: 22px;
font-size: 14px;
font-weight: bold;
}
.spremenljivka .naslov .spremenljivka_info{
/*font-size: 70%;*/
color: #333;
font-style: italic;
font-weight: normal;
}
div.variabla,
td.variabla,
td.question,
td.differential{
font-size: 13px;
}
div.variable_holder {
padding: 20px;
background-color: #eff2f7;
}
.variable_holder.inline{
padding: 0px;
}
div.variable_holder thead {
font-weight: 600;
}
table.grid_table tbody tr:nth-child(2n+1) {
background-color: #EFF2F7;
}
div.variable_holder .frame_ranking{
border: 1px #B9C5D9 solid;
background-color: #EFF2F7;
}
div.variable_holder .frame_ranking_hover {
border: 1px #8A9FBF solid;
background-color: #CED7E4;
}
span.reminder {
left: -15px;
}
textarea, input[type=text]{
padding: 5px 7px;
color: #475d99;
border: 1px #939dc0 solid;
}
/* Gumbi na dnu */
div.buttons {
padding: 30px 20px 35px;
margin: 0 10px;
/*border-top: 1px #B9C5D9 solid;*/
}
div.buttons input {
cursor: pointer;
margin: 8px 10px;
/*padding: 7px 11px;*/
padding: 6px 8px;
text-align: center;
/*font-size: 15px;*/
font-size: 13px;
font-weight: bold;
color: #FFFFFF;
border-radius: 4px;
border: 0;
}
div.buttons input.next {
background-color: #3D5F95;
border: 1px solid #3D5F95;
}
div.buttons input.next:hover {
background-color: #fe8333;
border: 1px solid #fe8333;
}
div.buttons input.prev {
color: #3D5F95;
background-color: #ffffff;
border: 1px solid #3D5F95;
}
div.buttons input.prev:hover {
color: #FFFFFF;
background-color: #3D5F95;
}
/* Footer */
#footer_survey {
padding: 20px;
background-color: #eff2f7;
border-top: 1px #b9c5d9 solid;
}
#footer_survey a, #footer_survey a:visited {
color: #6d87af;
text-decoration: none;
}
#footer_survey a:hover, #footer_survey a:active {
text-decoration: underline;
}