119 lines
2.1 KiB
CSS
119 lines
2.1 KiB
CSS
body {
|
|
font-family: Verdana, sans-serif;
|
|
font-size: 10.5pt;
|
|
background: #F0F0F0;
|
|
margin:0px;
|
|
padding: 5px;
|
|
|
|
/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F0F0F0', endColorstr='#A0A0A0');
|
|
background: -webkit-gradient(linear, left top, left bottom, from(#F0F0F0), to(#A0A0A0));
|
|
background: -moz-linear-gradient(top, #F0F0F0, #A0A0A0);*/
|
|
|
|
background-image: url("img/background.png");
|
|
background-repeat: repeat-x;
|
|
background-position: top center;
|
|
background-attachment: fixed;
|
|
}
|
|
|
|
.section {
|
|
margin: 5px;
|
|
margin-top: 10px;
|
|
padding: 5px;
|
|
padding-left: 15px;
|
|
min-width: 600px;
|
|
|
|
border: 1px solid silver;
|
|
background-color: #F5F5F5;
|
|
border-radius: 10px;
|
|
-moz-border-radius: 10px;
|
|
-webkit-border-radius: 10px;
|
|
|
|
box-shadow: 0px 3px 7px rgba(68,68,68,0.6);
|
|
-mox-box-shadow: 0px 3px 7px rgba(68,68,68,0.6);
|
|
-webkig-box-shadow: 0px 3px 7px rgba(68,68,68,0.6);
|
|
}
|
|
|
|
.footer {
|
|
margin-top: 20px;
|
|
color: #777;
|
|
text-align: center;
|
|
font-size: 10pt;
|
|
}
|
|
|
|
a {
|
|
text-decoration: none;
|
|
color: #248AC9;
|
|
}
|
|
|
|
a:hover {
|
|
color: #8DCFF7;
|
|
}
|
|
|
|
a > img {
|
|
border: 0px;
|
|
}
|
|
|
|
h1 {
|
|
margin:5px;
|
|
margin-bottom: 15px;
|
|
font-size: 18pt;
|
|
font-family: Arial, sans-serif;
|
|
font-weight: normal;
|
|
color: #606060;
|
|
}
|
|
|
|
h1:hover {
|
|
color: #909090;
|
|
}
|
|
|
|
h2 {
|
|
margin-top: -2px;
|
|
margin-left: -7px;
|
|
margin-bottom: 15px;
|
|
font-family: Arial, sans-serif;
|
|
font-size: 13pt;
|
|
font-weight: bold;
|
|
color: Silver;
|
|
}
|
|
|
|
h3 {
|
|
margin-top: 10px;
|
|
margin-bottom: -10px;
|
|
font-family: Arial, sans-serif;
|
|
font-size: 14px;
|
|
font-weight: bold;
|
|
color: #555;
|
|
}
|
|
|
|
|
|
|
|
img.shadow {
|
|
background: white;
|
|
|
|
box-shadow: 2px 2px 7px rgba(68,68,68,0.4);
|
|
-mox-box-shadow: 2px 2px 7px rgba(68,68,68,0.4);
|
|
-webkig-box-shadow: 2px 2px 7px rgba(68,68,68,0.4);
|
|
}
|
|
|
|
img.maths {
|
|
margin-left: 2em;
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
.captioned_image_right {
|
|
float:right;
|
|
margin-left: 10px;
|
|
margin-bottom: 10px;
|
|
text-align: center;
|
|
background: white;
|
|
padding:5px;
|
|
width:150px;
|
|
|
|
box-shadow: 2px 2px 7px rgba(68,68,68,0.4);
|
|
-mox-box-shadow: 2px 2px 7px rgba(68,68,68,0.4);
|
|
-webkig-box-shadow: 2px 2px 7px rgba(68,68,68,0.4);
|
|
|
|
border-radius: 5px;
|
|
-moz-border-radius: 5px;
|
|
-webkit-border-radius: 5px;
|
|
} |