Skip to content
Snippets Groups Projects
Commit 5fb6a8b1 authored by Dan Nepejchal's avatar Dan Nepejchal
Browse files

Fix styles for collectstatic

parent 706b29e1
Branches
No related tags found
2 merge requests!147Test,!146Green deal pro regiony
Pipeline #1548 failed
Showing
with 7 additions and 225 deletions
/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Description: The default skin for the Nivo Slider.
Version: 1.3
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
Supports Thumbs: true
*/
.nivoSlider {
position:relative;
background:#fff url(../images/loading.gif) no-repeat 50% 50%;
margin-bottom:10px;
/*-webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
-moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
box-shadow: 0px 1px 5px 0px #4a4a4a;*/
}
.nivoSlider img {
position:absolute;
top:0px;
left:0px;
display:none;
}
.nivoSlider a {
border:0;
display:block;
}
.nivo-controlNav {
display: none;
text-align: center;
padding: 20px 0;
}
.nivo-controlNav a {
display:inline-block;
width:22px;
height:22px;
background:url("../images/bullets.png") no-repeat;
text-indent:-9999px;
border:0;
margin: 0 2px;
}
.nivo-controlNav a.active {
background-position:0 -22px;
}
.nivo-directionNav a {
display:block;
width:30px;
height:30px;
background:url(../images/arrows.png) no-repeat;
text-indent:-9999px;
border:0;
opacity: 0;
-webkit-transition: all 200ms ease-in-out;
-moz-transition: all 200ms ease-in-out;
-o-transition: all 200ms ease-in-out;
transition: all 200ms ease-in-out;
}
.theme-default:hover .nivo-directionNav a { opacity: 1; }
a.nivo-nextNav {
background-position:-30px 0;
right:15px;
}
a.nivo-prevNav {
left:15px;
}
.nivo-caption {
font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a {
color:#fff;
border-bottom:1px dotted #fff;
}
.nivo-caption a:hover {
color:#fff;
}
.nivo-controlNav.nivo-thumbs-enabled {
width: 100%;
}
.nivo-controlNav.nivo-thumbs-enabled a {
width: auto;
height: auto;
background: none;
margin-bottom: 5px;
}
.nivo-controlNav.nivo-thumbs-enabled img {
display: block;
width: 120px;
height: auto;
}
.nivoSlider{position:relative;background:#fff url(../images/loading.gif) no-repeat 50% 50%;margin-bottom:10px}.nivoSlider img{position:absolute;top:0;left:0;display:none}.nivoSlider a{border:0;display:block}.nivo-controlNav{display:none;text-align:center;padding:20px 0}.nivo-controlNav a{display:inline-block;width:22px;height:22px;background:url(../images/bullets.png) no-repeat;text-indent:-9999px;border:0;margin:0 2px}.nivo-controlNav a.active{background-position:0 -22px}.nivo-directionNav a{display:block;width:30px;height:30px;background:url(../images/arrows.png) no-repeat;text-indent:-9999px;border:0;opacity:0;-webkit-transition:all 200ms ease-in-out;-moz-transition:all 200ms ease-in-out;-o-transition:all 200ms ease-in-out;transition:all 200ms ease-in-out}.theme-default:hover .nivo-directionNav a{opacity:1}a.nivo-nextNav{background-position:-30px 0;right:15px}a.nivo-prevNav{left:15px}.nivo-caption{font-family:Helvetica,Arial,sans-serif}.nivo-caption a{color:#fff;border-bottom:1px dotted #fff}.nivo-caption a:hover{color:#fff}.nivo-controlNav.nivo-thumbs-enabled{width:100%}.nivo-controlNav.nivo-thumbs-enabled a{width:auto;height:auto;background:0 0;margin-bottom:5px}.nivo-controlNav.nivo-thumbs-enabled img{display:block;width:120px;height:auto}
...@@ -27,7 +27,6 @@ h3 {font-size: 120%; color: #377bba; font-weight: bold; padding: ...@@ -27,7 +27,6 @@ h3 {font-size: 120%; color: #377bba; font-weight: bold; padding:
#body .inner {padding: 20px 20px 0 20px; background-color: #fff;} #body .inner {padding: 20px 20px 0 20px; background-color: #fff;}
#body .inner p {font-size: 110%; padding-bottom: 10px; text-align: justify;} #body .inner p {font-size: 110%; padding-bottom: 10px; text-align: justify;}
#body .inner ul, #body .inner ol {font-size: 110%;} #body .inner ul, #body .inner ol {font-size: 110%;}
#body .inner ul li {list-style-image: url("../images/li_yellow.png"); }
#body .inner ul, #body .inner ol {padding-bottom: 10px;} #body .inner ul, #body .inner ol {padding-bottom: 10px;}
#body .inner ul li ul, #body .inner ul li ol, #body .inner ol li ul, #body .inner ol li ol {font-size: 100%;} #body .inner ul li ul, #body .inner ul li ol, #body .inner ol li ul, #body .inner ol li ol {font-size: 100%;}
...@@ -70,7 +69,7 @@ div.grad_half {width: 50%; position: relative; background: #cacaca; padding: 5px ...@@ -70,7 +69,7 @@ div.grad_half {width: 50%; position: relative; background: #cacaca; padding: 5px
hr.cleaner {clear: both; height: 1px; border: none; margin: -1em 0 0 0; visibility: hidden;} hr.cleaner {clear: both; height: 1px; border: none; margin: -1em 0 0 0; visibility: hidden;}
hr.cleanerie {height: 1px; border: none; margin: -1em 0 0 0; visibility: hidden;} hr.cleanerie {height: 1px; border: none; margin: -1em 0 0 0; visibility: hidden;}
a.pdf {list-style: none; background: transparent url("../images/ico_pdf.png") top left no-repeat; padding-left: 25px;} a.pdf {list-style: none; background: transparent url("../images/pdf.png") top left no-repeat; padding-left: 25px;}
.right_img {float: right; background-color: #fff; margin: 0px 0 15px 20px; padding: 3px; border: 1px solid #000;} .right_img {float: right; background-color: #fff; margin: 0px 0 15px 20px; padding: 3px; border: 1px solid #000;}
.left_img {float: left; background-color: #fff; margin: 0px 20px 15px 0px; padding: 3px; border: 1px solid #000;} .left_img {float: left; background-color: #fff; margin: 0px 20px 15px 0px; padding: 3px; border: 1px solid #000;}
.img {background-color: #fff; margin: 10px 0px; padding: 3px; border: 1px solid #000;} .img {background-color: #fff; margin: 10px 0px; padding: 3px; border: 1px solid #000;}
......
@charset "utf-8";body{background:#fff;color:#000;font-family:Arial,Helvetica,sans-serif;font-size:small;width:100%;line-height:20px;min-width:900px}A:active,A:hover,A:link,A:visited{color:#000;font-weight:700;text-decoration:underline}A:hover{text-decoration:none}.table,h1{margin-bottom:20px}h1,h2{color:#377bba}h1{font-size:160%}h2{padding:10px 0}h1,h2,h2 a:link,h3{font-weight:700}h2 a:link{text-decoration:underline}h3{font-size:120%;color:#377bba;padding:5px 0}#main{width:98%;margin:auto}#header{display:none}#body{width:100%;background-color:transparent;margin-bottom:10px}#menu,#nabidka .half img{display:none}#footer{width:100%;background:#cacaca;color:#383838;font-size:85%}#print_header{width:799px;height:100px;margin-bottom:10px}#print_header img{position:relative;top:20px;left:20px}.copyright a{font-size:85%;position:relative;top:20px}#body .inner{padding:20px 20px 0;background-color:#fff}#body .inner p{text-align:justify}#body .inner ol,#body .inner p,#body .inner ul{font-size:110%;padding-bottom:10px}#body .inner ul li{list-style-image:url(../images/li_yellow.png)}#body .inner ol li ol,#body .inner ol li ul,#body .inner ul li ol,#body .inner ul li ul,h2{font-size:100%}.table{width:90%;border:1px dotted #000;margin-top:20px;padding:1px}.table a{text-decoration:none}.table tr{height:30px}.table tr.dark,fieldset{background-color:#cacaca}.table tr.light{background-color:#eaeaea}.table tr.first{background-color:#e5eaf2;color:#000;font-size:110%}.table tr.first td{border:1px solid #c2c7cc;text-align:center}.table td{border:0 solid #7f7f7f;padding-left:5px}.table td.nopad{padding-left:0}.table td.center{text-align:center}.ta_right{text-align:right;padding-right:5px}fieldset{margin:10px 0;border:2px #e1f3f8 solid;padding:15px}label,legend{font-size:110%}legend{font-weight:700;padding:0 10px;border:1px #e1f3f8 solid;color:#fff;background-color:#383838}label{padding-bottom:2px}input{padding:2px}input,textarea{border:1px solid #000;margin-bottom:10px}input[type=submit]{display:block;width:142px;height:32px;cursor:pointer}label.short{width:260px;display:block}input.short{width:260px}input.mini{width:100px}textarea.short{width:260px;height:100px}textarea.long{width:95%}.left_block{float:left;width:49%}.right_block{float:right;width:49%}.certifikaty li,a.pdf{list-style:none}.ochranne-masky-vojenske-om-90 .velikosti{width:300px}textarea.bydliste{height:100px}textarea.dovednosti{height:60px}textarea.praxe{height:120px}div.grad,div.grad_half{width:90%;position:relative;background:#cacaca;padding:5px 10px;margin-bottom:10px}div.grad_half{width:50%}hr.cleaner{clear:both}hr.cleaner,hr.cleanerie{height:1px;border:0;margin:-1em 0 0;visibility:hidden}a.pdf{background:url(../images/ico_pdf.png) top left no-repeat;padding-left:25px}.right_img{float:right;margin:0 0 15px 20px}.img,.left_img,.right_img{background-color:#fff;padding:3px;border:1px solid #000}.left_img{float:left;margin:0 20px 15px 0}.img{margin:10px 0}.mini{font-size:x-small;line-height:15px}.half{width:50%}.justify{text-align:justify}.f_right{float:right}.f_left{float:left}.red{color:#264b7a}.yellow{color:#fd0}.upper{text-transform:uppercase}.center{text-align:center;margin:auto}.left{text-align:left}.stroke{border:1px solid #000}.medium{font-size:medium}.italic{font-style:italic}.strong{font-weight:700}.clear{clear:both}.no{padding:0;margin:0}.hidden{visibility:hidden}.display_none{display:none}.black{background-color:#fff} @charset "utf-8";body{background:#fff;color:#000;font-family:Arial,Helvetica,sans-serif;font-size:small;width:100%;line-height:20px;min-width:900px}A:active,A:hover,A:link,A:visited{color:#000;font-weight:700;text-decoration:underline}A:hover{text-decoration:none}.table,h1{margin-bottom:20px}h1,h2{color:#377bba}h1{font-size:160%}h2{padding:10px 0}h1,h2,h2 a:link,h3{font-weight:700}h2 a:link{text-decoration:underline}h3{font-size:120%;color:#377bba;padding:5px 0}#main{width:98%;margin:auto}#header{display:none}#body{width:100%;background-color:transparent;margin-bottom:10px}#menu,#nabidka .half img{display:none}#footer{width:100%;background:#cacaca;color:#383838;font-size:85%}#print_header{width:799px;height:100px;margin-bottom:10px}#print_header img{position:relative;top:20px;left:20px}.copyright a{font-size:85%;position:relative;top:20px}#body .inner{padding:20px 20px 0;background-color:#fff}#body .inner p{text-align:justify}#body .inner ol,#body .inner p,#body .inner ul{font-size:110%;padding-bottom:10px}#body .inner ol li ol,#body .inner ol li ul,#body .inner ul li ol,#body .inner ul li ul,h2{font-size:100%}.table{width:90%;border:1px dotted #000;margin-top:20px;padding:1px}.table a{text-decoration:none}.table tr{height:30px}.table tr.dark,fieldset{background-color:#cacaca}.table tr.light{background-color:#eaeaea}.table tr.first{background-color:#e5eaf2;color:#000;font-size:110%}.table tr.first td{border:1px solid #c2c7cc;text-align:center}.table td{border:0 solid #7f7f7f;padding-left:5px}.table td.nopad{padding-left:0}.table td.center{text-align:center}.ta_right{text-align:right;padding-right:5px}fieldset{margin:10px 0;border:2px #e1f3f8 solid;padding:15px}label,legend{font-size:110%}legend{font-weight:700;padding:0 10px;border:1px #e1f3f8 solid;color:#fff;background-color:#383838}label{padding-bottom:2px}input{padding:2px}input,textarea{border:1px solid #000;margin-bottom:10px}input[type=submit]{display:block;width:142px;height:32px;cursor:pointer}label.short{width:260px;display:block}input.short{width:260px}input.mini{width:100px}textarea.short{width:260px;height:100px}textarea.long{width:95%}.left_block{float:left;width:49%}.right_block{float:right;width:49%}.certifikaty li,a.pdf{list-style:none}.ochranne-masky-vojenske-om-90 .velikosti{width:300px}textarea.bydliste{height:100px}textarea.dovednosti{height:60px}textarea.praxe{height:120px}div.grad,div.grad_half{width:90%;position:relative;background:#cacaca;padding:5px 10px;margin-bottom:10px}div.grad_half{width:50%}hr.cleaner{clear:both}hr.cleaner,hr.cleanerie{height:1px;border:0;margin:-1em 0 0;visibility:hidden}a.pdf{background:url(../images/pdf.png) top left no-repeat;padding-left:25px}.right_img{float:right;margin:0 0 15px 20px}.img,.left_img,.right_img{background-color:#fff;padding:3px;border:1px solid #000}.left_img{float:left;margin:0 20px 15px 0}.img{margin:10px 0}.mini{font-size:x-small;line-height:15px}.half{width:50%}.justify{text-align:justify}.f_right{float:right}.f_left{float:left}.red{color:#264b7a}.yellow{color:#fd0}.upper{text-transform:uppercase}.center{text-align:center;margin:auto}.left{text-align:left}.stroke{border:1px solid #000}.medium{font-size:medium}.italic{font-style:italic}.strong{font-weight:700}.clear{clear:both}.no{padding:0;margin:0}.hidden{visibility:hidden}.display_none{display:none}.black{background-color:#fff}
...@@ -379,7 +379,6 @@ a.home img { ...@@ -379,7 +379,6 @@ a.home img {
.mainmenu li a:hover, .mainmenu_menu li a:hover { .mainmenu li a:hover, .mainmenu_menu li a:hover {
color: #000; color: #000;
border-bottom: 3px solid #000; border-bottom: 3px solid #000;
/*background: url("../images/mia.png");*/
} }
#responsive_menu ul { #responsive_menu ul {
...@@ -523,13 +522,6 @@ a.home img { ...@@ -523,13 +522,6 @@ a.home img {
padding-bottom: 10px; padding-bottom: 10px;
} }
.fixed1 {
background: url("../images/banners/uvod.jpg") center top no-repeat;
background-attachment: fixed;
height: 300px;
margin-bottom: 3em;
}
.fixed1 .inner { .fixed1 .inner {
position: relative; position: relative;
width: 90%; width: 90%;
...@@ -798,7 +790,6 @@ a.home img { ...@@ -798,7 +790,6 @@ a.home img {
height: 26px; height: 26px;
margin-top: 10px; margin-top: 10px;
padding-left: 10px; padding-left: 10px;
background: url("../images/submit.jpg");
color: #fff; color: #fff;
font-size: 12px; font-size: 12px;
text-decoration: none; text-decoration: none;
...@@ -933,14 +924,6 @@ hr.underline { ...@@ -933,14 +924,6 @@ hr.underline {
fill: #cccccc; fill: #cccccc;
} }
/*
table {width: 100%; border-spacing: 0; margin-bottom: 2em; border-top: 1px dashed #c4e9f2; border-bottom: 1px dashed #c4e9f2;}
.content table strong {color: #00355f;}
table tr:nth-child(even) {
background: #f0fbff;
}
table td {padding: 10px 1em;}
*/
#footer { #footer {
position: relative; position: relative;
top: 0px; top: 0px;
...@@ -998,7 +981,6 @@ table td {padding: 10px 1em;} ...@@ -998,7 +981,6 @@ table td {padding: 10px 1em;}
left: 0; left: 0;
width: auto; width: auto;
background: none; background: none;
/*#footer ul.mainmenu > li > ul::before {content: url("../images/arrow-down-mini.png"); display: block; padding: 3px 0;}*/
} }
#footer ul.mainmenu > li { #footer ul.mainmenu > li {
display: block; display: block;
......
This diff is collapsed.
This diff is collapsed.
...@@ -167,7 +167,7 @@ a.home img {position: relative; float: left;} ...@@ -167,7 +167,7 @@ a.home img {position: relative; float: left;}
li a {display: block; padding: 0px 0.5em 22px 0.5em; color: $color; font-size: 130%; text-decoration:none; font-weight: bold; text-transform: none; li a {display: block; padding: 0px 0.5em 22px 0.5em; color: $color; font-size: 130%; text-decoration:none; font-weight: bold; text-transform: none;
@include trans();} @include trans();}
li a span {} li a span {}
li a:hover {color: $acolor; border-bottom: 3px solid #000;/*background: url("../images/mia.png");*/ } li a:hover {color: $acolor; border-bottom: 3px solid #000;}
} }
#responsive_menu ul {left: -115%; padding: 1em 4%; background: rgba(0,0,0,0.8);} #responsive_menu ul {left: -115%; padding: 1em 4%; background: rgba(0,0,0,0.8);}
...@@ -218,7 +218,6 @@ a.home img {position: relative; float: left;} ...@@ -218,7 +218,6 @@ a.home img {position: relative; float: left;}
ul li ul, ol li ol {padding-top: 10px; padding-bottom: 10px;} ul li ul, ol li ol {padding-top: 10px; padding-bottom: 10px;}
} }
.fixed1 {background: url("../images/banners/uvod.jpg") center top no-repeat; background-attachment: fixed; height: 300px; margin-bottom: 3em;}
.fixed1 .inner {position: relative; width: 90%; max-width: $maxwidth; margin: auto; text-align: center;} .fixed1 .inner {position: relative; width: 90%; max-width: $maxwidth; margin: auto; text-align: center;}
.fixed1 h2 {position: relative; top: 1.9em; padding-bottom: 1.5em; color: #fff; font-size: 320%; font-weight: 200; text-transform: none; text-align: center; .fixed1 h2 {position: relative; top: 1.9em; padding-bottom: 1.5em; color: #fff; font-size: 320%; font-weight: 200; text-transform: none; text-align: center;
@include textshadow(5px,0px,5px,#000);} @include textshadow(5px,0px,5px,#000);}
...@@ -282,7 +281,7 @@ a.home img {position: relative; float: left;} ...@@ -282,7 +281,7 @@ a.home img {position: relative; float: left;}
.blog_post .mainpost {font-size: 85%;} .blog_post .mainpost {font-size: 85%;}
.blog_post .link {font-size: small;} .blog_post .link {font-size: small;}
.blog_post .date {padding-bottom: 2em; font-size: small; font-style: italic; line-height: 1em;} .blog_post .date {padding-bottom: 2em; font-size: small; font-style: italic; line-height: 1em;}
.blog_post .button {display: inline-block; width: 95px; height: 26px; margin-top: 10px; padding-left: 10px; background: url("../images/submit.jpg"); color: #fff; font-size: 12px; text-decoration: none;} .blog_post .button {display: inline-block; width: 95px; height: 26px; margin-top: 10px; padding-left: 10px; color: #fff; font-size: 12px; text-decoration: none;}
.blog_post .stroke {border: 1px solid #CCC; -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px;} .blog_post .stroke {border: 1px solid #CCC; -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px;}
.img_detail {} .img_detail {}
...@@ -316,14 +315,6 @@ hr.underline {background-color: $acolor; color: #fff; height: 3px; width: 85px; ...@@ -316,14 +315,6 @@ hr.underline {background-color: $acolor; color: #fff; height: 3px; width: 85px;
svg path {@include trans();} svg path {@include trans();}
a:hover svg path {fill: desaturate(scale-color($acolor, $lightness: 80%),50%);} a:hover svg path {fill: desaturate(scale-color($acolor, $lightness: 80%),50%);}
} }
/*
table {width: 100%; border-spacing: 0; margin-bottom: 2em; border-top: 1px dashed #c4e9f2; border-bottom: 1px dashed #c4e9f2;}
.content table strong {color: #00355f;}
table tr:nth-child(even) {
background: #f0fbff;
}
table td {padding: 10px 1em;}
*/
#footer { #footer {
position: relative; top: 0px; width: 100%; height: auto; /*overflow: hidden;*/ background-color: #000; color: #fff; font-size: 90%; margin-top: 30px; position: relative; top: 0px; width: 100%; height: auto; /*overflow: hidden;*/ background-color: #000; color: #fff; font-size: 90%; margin-top: 30px;
& > .inner {position: relative; width: 94%; max-width: $maxwidth; margin: auto; padding: 2em 0; } & > .inner {position: relative; width: 94%; max-width: $maxwidth; margin: auto; padding: 2em 0; }
...@@ -336,7 +327,6 @@ table td {padding: 10px 1em;} ...@@ -336,7 +327,6 @@ table td {padding: 10px 1em;}
ul.mainmenu { ul.mainmenu {
position: relative; top: 0em; left: 0; width: auto; background: none; position: relative; top: 0em; left: 0; width: auto; background: none;
& > li {display: block; padding: 0; padding-bottom: 0em; } & > li {display: block; padding: 0; padding-bottom: 0em; }
/*#footer ul.mainmenu > li > ul::before {content: url("../images/arrow-down-mini.png"); display: block; padding: 3px 0;}*/
& > li a {padding: 0; border: none; float: none; font-size: medium; font-weight: bold; color: #fff; } & > li a {padding: 0; border: none; float: none; font-size: medium; font-weight: bold; color: #fff; }
& > li ul li a {font-size: small; font-weight: 300; color: #838383; } & > li ul li a {font-size: small; font-weight: 300; color: #838383; }
li a:hover {border: none;} li a:hover {border: none;}
......
/* container for slides */
.images {
position:absolute;
top: 160px;
left: 10px;
width:920px;
height:220px;
cursor:pointer;
color: #fff;
overflow: hidden;
}
/* single slide */
.images div {
display:none;
position:absolute;
top:0;
left:0;
height:200px;
margin:7px;
font-size:12px;
}
.images .text {display: block; position: absolute; left: 25px; top: 40px; width: 420px; height: 180px;}
.images img {position: absolute; left: 472px; top: 8px; width: 418px; height: 172px; -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px;}
/* header */
.images h3 {
font-size: medium;
font-weight: bold;
margin:0 0 5px 0;
color:#fff;
padding-left: 20px;
}
.images h3.slide1 {background: url("../images/h3s1.png") 0 50% no-repeat;}
.images h3.slide2 {background: url("../images/h3s2.png") 0 50% no-repeat;}
.images h3.slide3 {background: url("../images/h3s3.png") 0 50% no-repeat;}
.images h3.slide4 {background: url("../images/h3s4.png") 0 50% no-repeat;}
.images h3.slide5 {background: url("../images/h3s5.png") 0 50% no-repeat;}
/* tabs (those little circles below slides) */
.slidetabs {
position: absolute;
bottom: 72px; left: 810px;
}
/* single tab */
.slidetabs a {
width:10px;
height:11px;
float:left;
margin:5px;
display:block;
font-size:1px;
}
.slidetabs a.s1 {background:url(../images/navs1.png) 0 0 no-repeat;}
.slidetabs a.s2 {background:url(../images/navs2.png) 0 0 no-repeat;}
.slidetabs a.s3 {background:url(../images/navs3.png) 0 0 no-repeat;}
.slidetabs a.s4 {background:url(../images/navs4.png) 0 0 no-repeat;}
.slidetabs a.s5 {background:url(../images/navs5.png) 0 0 no-repeat;}
/* mouseover state */
.slidetabs a:hover {
background-position:0 0px;
}
/* active state (current page state) */
.slidetabs a.current {
background-position:0 0px;
}
/* prev and next buttons */
.forward, .backward {
position: absolute; display: none;
}
/* next */
.forward { background-position: 0 -30px; clear:right; }
.forward:hover { background-position:-30px -30px; }
.forward:active { background-position:-60px -30px; }
/* prev */
.backward:hover { background-position:-30px 0; }
.backward:active { background-position:-60px 0; }
/* disabled navigational button. is not needed when tabs are
configured with rotate: true */
.disabled {
visibility:hidden !important;
}
.images{position:absolute;top:160px;left:10px;width:920px;height:220px;cursor:pointer;color:#fff;overflow:hidden}.images div{display:none;position:absolute;top:0;left:0;height:200px;margin:7px;font-size:12px}.images .text{display:block;position:absolute;left:25px;top:40px;width:420px;height:180px}.images img{position:absolute;left:472px;top:8px;width:418px;height:172px;-moz-border-radius:6px;-webkit-border-radius:6px;border-radius:6px}.images h3{font-size:medium;font-weight:700;margin:0 0 5px;color:#fff;padding-left:20px}.images h3.slide1{background:url(../images/h3s1.png) 0 50% no-repeat}.images h3.slide2{background:url(../images/h3s2.png) 0 50% no-repeat}.images h3.slide3{background:url(../images/h3s3.png) 0 50% no-repeat}.images h3.slide4{background:url(../images/h3s4.png) 0 50% no-repeat}.images h3.slide5{background:url(../images/h3s5.png) 0 50% no-repeat}.slidetabs{position:absolute;bottom:72px;left:810px}.slidetabs a{width:10px;height:11px;float:left;margin:5px;display:block;font-size:1px}.slidetabs a.s1{background:url(../images/navs1.png) 0 0 no-repeat}.slidetabs a.s2{background:url(../images/navs2.png) 0 0 no-repeat}.slidetabs a.s3{background:url(../images/navs3.png) 0 0 no-repeat}.slidetabs a.s4{background:url(../images/navs4.png) 0 0 no-repeat}.slidetabs a.s5{background:url(../images/navs5.png) 0 0 no-repeat}.slidetabs a.current,.slidetabs a:hover{background-position:0 0}.backward,.forward{position:absolute;display:none}.forward{background-position:0 -30px;clear:right}.forward:hover{background-position:-30px -30px}.forward:active{background-position:-60px -30px}.backward:hover{background-position:-30px 0}.backward:active{background-position:-60px 0}.disabled{visibility:hidden!important}
green_deal/static/green_deal/images/$filename.png

1.92 KiB

green_deal/static/green_deal/images/border.png

233 B

green_deal/static/green_deal/images/table.jpg

831 B

...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
<link rel="stylesheet" href="{% static 'green_deal/css/style.min.css' %}" type="text/css" media="screen"> <link rel="stylesheet" href="{% static 'green_deal/css/style.min.css' %}" type="text/css" media="screen">
<!--[if IE]> <link rel="stylesheet" href="{% static 'green_deal/css/styleie.css' %}" type="text/css" media="print"> <![endif]--> <!--[if IE]> <link rel="stylesheet" href="{% static 'green_deal/css/styleie.css' %}" type="text/css" media="print"> <![endif]-->
<link rel="stylesheet" href="{% static 'green_deal/css/print.css' %}" type="text/css" media="print"> <link rel="stylesheet" href="{% static 'green_deal/css/print.min.css' %}" type="text/css" media="print">
<link href='https://fonts.googleapis.com/css?family=Roboto:100,300,400,700,900&subset=latin,latin-ext' <link href='https://fonts.googleapis.com/css?family=Roboto:100,300,400,700,900&subset=latin,latin-ext'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment