blob: 96f0b890be584183920a0299936dd54b9d1c544f [file] [log] [blame]
//
// mirror.less
//
// author: Christopher Guindon <chris.guindon@eclipse.org>
// -------------------------------------------------------
#novaContent{
.left-sidebar{
.choose-mirror{
h2{
font-size:21.5px;
}
}
}
h2{
font-size:24px;
margin-bottom:20px;
margin-top:40px;
}
h3{
font-size:18px;
font-weight:bold;
}
.well-installer{
background-color:#FAFAFA;
box-shadow:none;
h3{
margin-top:0;
}
}
.checksums-options{
a{
background-color:#fff;
border:1px solid #CCCCCC;
border-radius:3px;
padding:0 10px;
font-weight:normal;
cursor:pointer;
color:#2C2255;
&:hover{
background-color:#211764;
border-color:#211764;
color:#fff;
text-decoration:none;
}
}
li.active{
a{
background-color:#211764;
border-color:#211764;
color:#fff;
text-decoration:none;
}
}
}
.tab-content{
padding:0;
border:none;
background:transparent;
.tab-pane{
padding:0;
}
.well{
border:none;
box-shadow:none;
background-color:#EDEDED;
p{
margin-bottom:0;
word-wrap: break-word;
}
}
}
.download-faster{
.row-item{
position:relative;
border-bottom:1px solid #E6E6E6;
padding:20px 20px;
h3{
margin-top:0;
}
}
}
.choose-mirror{
h3{
font-weight:normal;
color:#353535;
}
}
}
.member-btn-download{
position:absolute;
right:0;
bottom:30px;
.btn-sm{
padding:3px 7px;
font-size:9px;
}
}
.download-or{
color: #fff;
font-weight: bold;
padding: 3px 4px;
position: absolute;
right: 5px;
top: 40px;
&:after{
border-right: 10px solid transparent;
border-top: 10px solid #ca7200;
bottom: -10px;
content: " ";
height: 0;
position: absolute;
right: 0;
width: 0;
}
}