join-vre/src/main/webapp/JoinVRE.css

65 lines
981 B
CSS

.framed {
width: 200px;
height: 290px;
padding: 10px;
margin: 10px;
background: #FFF;
border-radius: 6px !important;
-moz-border-radius: 6px !important;
-webkit-border-radius: 6px !important;
border: 1px solid #DBDBDB;
}
.frame {
padding: 10px;
margin: 10px;
background: #FFF;
border-radius: 6px !important;
-moz-border-radius: 6px !important;
-webkit-border-radius: 6px !important;
border: 1px solid #DBDBDB;
}
.vreImage {
padding: 5px;
border: 1px solid #E6E6E6;
width: 180px;
height: 175px;
}
.vreImageDetails {
width: 200px;
text-align: center;
}
.vreDetails {
padding: 5px;
}
a.vreName {
color: #444444;
font-size: 15px;
font-weight: bold;
line-height: 18px;
}
a.vreName, a.vreName:visited {
cursor: pointer;
cursor: hand;
font-size: 16x;
text-decoration: none;
color: #3B5998;
}
a.vreName:hover {
opacity: 0.8;
font-size: 16x;
text-decoration: underline;
}
.vreDescription {
font-size: 13px;
color: #444444;
line-height: 16px;
}