66 lines
2.0 KiB
CSS
66 lines
2.0 KiB
CSS
/*
|
|
To change this license header, choose License Headers in Project Properties.
|
|
To change this template file, choose Tools | Templates
|
|
and open the template in the editor.
|
|
*/
|
|
/*
|
|
Created on : 2016-10-26, 21:25:12
|
|
Author : makl
|
|
*/
|
|
|
|
|
|
body {
|
|
background: #fff;
|
|
font-family: Arial, Verdana, Helvetica, sans-serif;
|
|
background-size: 100% 100%;
|
|
margin:0px 0px 0px 0px;
|
|
padding:0px 0px 0px 0px;
|
|
}
|
|
|
|
.cb{ clear: both; }
|
|
.left{ float: left; }
|
|
.right{ float: right; }
|
|
|
|
a {
|
|
color: #00adea;
|
|
text-decoration: none;
|
|
}
|
|
|
|
|
|
.moreInfoMain {
|
|
max-width: 630px; border: solid red 0px; color: #ffffff;
|
|
}
|
|
|
|
.moreInfoImage {
|
|
float: left; min-height: 261px; min-width: 260px; border: solid red 0px; margin-right: 3px; background-color: #e6e6e6; position: relative;
|
|
}
|
|
.moreInfoImage img {
|
|
border: solid 0px red; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 100%; margin: 0 auto; text-align: center; max-width: 200px; max-height: 200px;
|
|
}
|
|
.moreInfoTitle {
|
|
float: left; border: solid red 0px; min-width: 260px; min-height: 85px; background-color: #b7b7b7; text-align: center; line-height: 85px;
|
|
}
|
|
.moreInfoFileMain {
|
|
float: left; border: solid red 0px; min-width: 260px; min-height: 85px; margin-top: 3px; background-color: #e6e6e6; color: #0099ff; position: relative;
|
|
}
|
|
.moreInfoFile {
|
|
position: absolute; top: 50%; transform: translateY(-50%); width: 100%; margin: 0 auto;
|
|
}
|
|
.moreInfoFile a {
|
|
display: block; color: #0099ff; text-align: center; vertical-align:middle;
|
|
}
|
|
.moreInfoFile img {
|
|
max-width: 32px; height: 32px; vertical-align:middle;
|
|
}
|
|
.moreInfoContact {
|
|
float: left; border: solid red 0px; min-width: 260px; min-height: 85px; margin-top: 3px; background-color: #7e9fb2;
|
|
}
|
|
.moreInfoContact a {
|
|
display: block; color: #ffffff; text-align: center; line-height: 85px;
|
|
}
|
|
.moreInfoContactSolo {
|
|
float: left; border: solid red 0px; min-width: 350px; min-height: 85px; margin-top: 5px; background-color: #7e9fb2;
|
|
}
|
|
.moreInfoContactSolo a {
|
|
display: block; color: #ffffff; text-align: center; line-height: 85px; font-size: 24px;
|
|
} |