97. satır:
97. satır:
opacity: 1;
opacity: 1;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.75);
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.75);
+
}
+
+
/*other styles */
+
+
.sr-only{
+
position: absolute;
+
left: -9999999px;
+
}
+
+
.page-User_Seddon_Main_Page #page-actions,
+
.page-User_Seddon_Main_Page .subpages,
+
.page-User_Seddon_Main_Page .pre-content {
+
display: none;
+
}
+
+
.img-responsive,
+
.thumbnail > img,
+
.thumbnail a > img,
+
.carousel-inner > .item > img,
+
.carousel-inner > .item > a > img {
+
display: block;
+
max-width: 100%;
+
height: auto;
+
}
+
+
.carousel {
+
position: relative;
+
}
+
.carousel-inner {
+
position: relative;
+
width: 100%;
+
overflow: hidden;
+
}
+
.carousel-inner > .item {
+
position: relative;
+
padding-right: 3px;
+
display: none;
+
-webkit-transition: .6s ease-in-out left;
+
-o-transition: .6s ease-in-out left;
+
transition: .6s ease-in-out left;
+
}
+
.carousel-inner > .item > img,
+
.carousel-inner > .item > a > img {
+
line-height: 1;
+
}
+
@media all and (transform-3d), (-webkit-transform-3d) {
+
.carousel-inner > .item {
+
-webkit-transition: -webkit-transform .6s ease-in-out;
+
-o-transition: -o-transform .6s ease-in-out;
+
transition: transform .6s ease-in-out;
+
+
-webkit-backface-visibility: hidden;
+
backface-visibility: hidden;
+
-webkit-perspective: 1000px;
+
perspective: 1000px;
+
}
+
.carousel-inner > .item.next,
+
.carousel-inner > .item.active.right {
+
left: 0;
+
-webkit-transform: translate3d(100%, 0, 0);
+
transform: translate3d(100%, 0, 0);
+
}
+
.carousel-inner > .item.prev,
+
.carousel-inner > .item.active.left {
+
left: 0;
+
-webkit-transform: translate3d(-100%, 0, 0);
+
transform: translate3d(-100%, 0, 0);
+
}
+
.carousel-inner > .item.next.left,
+
.carousel-inner > .item.prev.right,
+
.carousel-inner > .item.active {
+
left: 0;
+
-webkit-transform: translate3d(0, 0, 0);
+
transform: translate3d(0, 0, 0);
+
}
+
}
+
.carousel-inner > .active,
+
.carousel-inner > .next,
+
.carousel-inner > .prev {
+
display: block;
+
}
+
.carousel-inner > .active {
+
left: 0;
+
}
+
.carousel-inner > .next,
+
.carousel-inner > .prev {
+
position: absolute;
+
top: 0;
+
width: 100%;
+
}
+
.carousel-inner > .next {
+
left: 100%;
+
}
+
.carousel-inner > .prev {
+
left: -100%;
+
}
+
.carousel-inner > .next.left,
+
.carousel-inner > .prev.right {
+
left: 0;
+
margin-top:40px;
+
}
+
.carousel-inner > .active.left {
+
left: -100%;
+
}
+
.carousel-inner > .active.right {
+
left: 100%;
+
}
+
.carousel-control {
+
position: absolute;
+
top: 0;
+
bottom: 0;
+
left: 0;
+
width: 15%;
+
font-size: 20px;
+
color: #fff;
+
text-align: center;
+
text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
+
filter: alpha(opacity=50);
+
opacity: .5;
+
}
+
.carousel-control.left {
+
background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
+
background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
+
background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
+
background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
+
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
+
background-repeat: repeat-x;
+
}
+
.carousel-control.right {
+
right: 0;
+
left: auto;
+
background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
+
background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
+
background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
+
background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
+
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
+
background-repeat: repeat-x;
+
}
+
.carousel-control:hover,
+
.carousel-control:focus {
+
color: #fff;
+
text-decoration: none;
+
filter: alpha(opacity=90);
+
outline: 0;
+
opacity: .9;
+
}
+
.carousel-control .icon-prev,
+
.carousel-control .icon-next,
+
.carousel-control .glyphicon-chevron-left,
+
.carousel-control .glyphicon-chevron-right {
+
position: absolute;
+
top: 50%;
+
z-index: 5;
+
display: inline-block;
+
margin-top: -10px;
+
}
+
.carousel-control .icon-prev,
+
.carousel-control .glyphicon-chevron-left {
+
left: 50%;
+
margin-left: -10px;
+
}
+
.carousel-control .icon-next,
+
.carousel-control .glyphicon-chevron-right {
+
right: 50%;
+
margin-right: -10px;
+
}
+
.carousel-control .icon-prev,
+
.carousel-control .icon-next {
+
width: 20px;
+
height: 20px;
+
font-family: serif;
+
line-height: 1;
+
}
+
.carousel-control .icon-prev:before {
+
content: '\2039';
+
}
+
.carousel-control .icon-next:before {
+
content: '\203a';
+
}
+
#carousel-indicator1{
+
margin-bottom: 0px;
+
}
+
+
#carousel-indicator2{
+
margin-bottom: 0px;
+
}
+
#carousel-indicator3{
+
margin-bottom: 0px;
+
}
+
+
.carousel-indicators {
+
bottom: 10px;
+
z-index: 15;
+
padding-left: 0;
+
text-align: center;
+
list-style: none;
+
}
+
.carousel-indicators li {
+
display: inline-block;
+
width: 40px;
+
height: 15px;
+
margin-bottom: 0px;
+
margin-right: 5px;
+
margin-left: 5px;
+
text-indent: -999px;
+
cursor: pointer;
+
background-color: #F8F9FA;
+
border: 1px solid #A2A9B1;
+
border-radius: 2px;
+
}
+
+
.carousel-indicators li:hover {
+
background-color: #FFFFFF;
+
border: 1px solid #A2A9B1;
+
}
+
+
.carousel-indicators li:active {
+
background-color: #EAECF0;
+
border: 1px solid #A2A9B1;
+
}
+
+
.carousel-indicators .active {
+
width: 40px;
+
height: 18px;
+
background-color: #36c;
+
border: 1px solid #36c;
+
margin-bottom: 0px;
+
}
+
+
.carousel-indicators .active:hover {
+
background-color: #447FF5;
+
border: 1px solid #447FF5;
+
}
+
+
.carousel-indicators .active:active {
+
background-color: #2A4B8D;
+
border: 1px solid #2A4B8D;
+
}
+
+
.carousel-caption {
+
position: absolute;
+
right: 15%;
+
bottom: 20px;
+
left: 15%;
+
z-index: 10;
+
padding-top: 20px;
+
padding-bottom: 20px;
+
color: #fff;
+
text-align: center;
+
text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
+
}
+
.carousel-caption .btn {
+
text-shadow: none;
+
}
+
.carousel-control .glyphicon-chevron-left,
+
.carousel-control .glyphicon-chevron-right,
+
.carousel-control .icon-prev,
+
.carousel-control .icon-next {
+
width: 30px;
+
height: 30px;
+
margin-top: -15px;
+
font-size: 30px;
+
}
+
.carousel-control .glyphicon-chevron-left,
+
.carousel-control .icon-prev {
+
margin-left: -15px;
+
}
+
.carousel-control .glyphicon-chevron-right,
+
.carousel-control .icon-next {
+
margin-right: -15px;
+
}
+
.carousel-caption {
+
right: 20%;
+
left: 20%;
+
padding-bottom: 30px;
+
}
+
.carousel-indicators {
+
margin-top: 1em;
+
}
+
+
.carousel-control-holder{
+
position: absolute;
+
top: 45%;
+
width: 36px;
+
height: 36px;
+
text-align: center;
+
background: #36c;
+
font: 29px/27px Arial,sans-serif;
+
-webkit-border-radius: 36px;
+
-moz-border-radius: 36px;
+
border-radius: 36px;
+
-webkit-box-shadow: 0 0 2px #999;
+
background-image: linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2224%22 height=%2224%22 viewBox=%220 -407 24 24%22%3E%3Cg fill=%22%23fff%22%3E%3Cpath xmlns:default=%22http://www.w3.org/2000/svg%22 d=%22M21.348-401.268q.94 0 1.61.668l.92.922-11.858 11.86-11.822-11.842.922-.94q.65-.686 1.59-.686.94 0 1.61.668l7.718 7.7 7.7-7.682q.67-.668 1.61-.668z%22/%3E%3C/g%3E%3C/svg%3E");
+
background-repeat: no-repeat;
+
box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.25);
+
z-index:999;
+
}
+
+
.carousel-control-holder:hover {
+
background-color: #447FF5;
+
}
+
+
.carousel-control-holder:active {
+
background-color: #2A4B8D;
+
}
+
+
.carousel-control-prev {
+
left:10px;
+
background-position: 50% 70%;
+
background-repeat: no-repeat;
+
-webkit-transform: rotate(90deg);
+
-moz-transform: rotate(90deg);
+
transform: rotate(90deg);
+
}
+
+
.carousel-control-next {
+
right:10px;
+
background-position: 50% 70%;
+
background-repeat: no-repeat;
+
-webkit-transform: rotate(-90deg);
+
-moz-transform: rotate(-90deg);
+
transform: rotate(-90deg);
+
}
+
.mainpage-shadowbox {
+
color: white;
+
background: rgb(16,16,16);
+
background: rgba(0,0,0,0.3);
+
border-radius: 4px;
+
}
+
.mainpage-shadowbox h2, .mainpage-shadowbox h3 {
+
color: white;
+
border:none;
+
font-family: sans-serif;
+
line-height: 1.2em;
+
margin:0;
+
}
+
.mainpage-shadowbox h2 {
+
font-size: 190%;
+
}
+
.mainpage-shadowbox h3 {
+
font-size: 150%;
+
padding: 0;
+
}
+
#mainpage-maplinks a, .mainpage-shadowbox a {
+
color: white;
+
font-weight: bold;
+
}
+
.banner-box-2 {
+
position: absolute;
+
z-index: 2;
+
margin-top: 2em;
+
min-width: 20em;
+
}
+
.banner-box-2 .quote {
+
font-size: 80%;
+
line-height: 1.2em;
+
}
+
.banner-image img {
+
max-width: 100%;
+
height: auto;
+
width: auto\9;
}
}