69 lines
1.3 KiB
CSS
69 lines
1.3 KiB
CSS
|
|
.document-tilte{
|
|
position:relative;
|
|
float:right;
|
|
margin:5px;
|
|
width:250px;
|
|
height:325px;
|
|
background: #ffffff;
|
|
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
|
|
-webkit-transition: box-shadow 0.2s;
|
|
-moz-transition: box-shadow 0.2s;
|
|
transition: box-shadow 0.2s;
|
|
}
|
|
.document-vignette{
|
|
border : solid 1px gray;
|
|
margin-left : 45px;
|
|
margin-top : 14px;
|
|
width : 160px;
|
|
height : 230px;
|
|
}
|
|
|
|
.ico-none{
|
|
background-image : url("../base/css/covers/none.png");
|
|
}
|
|
.ico-livret{
|
|
background-image : url("../base/css/covers/livret.jpg");
|
|
}
|
|
.ico-pdf{
|
|
background-image : url("../base/css/covers/pdf.jpg");
|
|
}
|
|
.ico-word{
|
|
background-image : url("../base/css/covers/word.jpg");
|
|
}
|
|
.ico-graph{
|
|
background-image : url("../base/css/covers/graph.jpg");
|
|
}
|
|
.document-sub-title{
|
|
position:absolute;
|
|
text-align:center;
|
|
bottom:50px;
|
|
left:0px;
|
|
right:0px;
|
|
height:25px;
|
|
line-height:25px;
|
|
}
|
|
|
|
|
|
.myButton {
|
|
position:absolute;
|
|
bottom:10px;
|
|
left:30px;
|
|
background-color:#44c767;
|
|
-moz-border-radius:28px;
|
|
-webkit-border-radius:28px;
|
|
border-radius:28px;
|
|
border:1px solid #18ab29;
|
|
display:inline-block;
|
|
cursor:pointer;
|
|
color:#ffffff;
|
|
font-family:Arial;
|
|
font-size:17px;
|
|
padding:2px 49px;
|
|
text-decoration:none;
|
|
text-shadow:0px 1px 0px #2f6627;
|
|
}
|
|
.myButton:hover {
|
|
background-color:#5cbf2a;
|
|
}
|