git-svn-id: https://192.168.0.254/svn/Proyectos.MatritumCantat_Web/trunk@2 8e3496fd-7892-4c45-be36-0ff06e9dacc6
206 lines
3.0 KiB
CSS
206 lines
3.0 KiB
CSS
/* general stuff */
|
|
|
|
|
|
body{
|
|
margin:0;
|
|
padding:0;
|
|
text-align: left;
|
|
font-family: verdana, arial, sans-serif;
|
|
font-size: 10px;
|
|
line-height: 1.8;
|
|
background: #FFF;
|
|
background-image: none;
|
|
}
|
|
|
|
a {
|
|
text-decoration: none;
|
|
font-weight: bold;
|
|
border: none;
|
|
}
|
|
a:hover {
|
|
text-decoration: underline;
|
|
border: none;
|
|
}
|
|
|
|
|
|
|
|
.clr{clear:both;}
|
|
.content {
|
|
padding: 0px 0px 0px 0px;
|
|
font-size: 10px;
|
|
line-height: 18px;
|
|
}
|
|
|
|
.pathway {
|
|
color: #BBBBBB;
|
|
font-size: 10px;
|
|
text-decoration: none;
|
|
font-weight: normal;
|
|
}
|
|
|
|
.pathway a{
|
|
color: #BBBBBB;
|
|
text-decoration: none;
|
|
font-weight: normal;
|
|
}
|
|
|
|
.date {
|
|
}
|
|
hr {
|
|
width: 90%;
|
|
}
|
|
|
|
.small {
|
|
font-size: 10px;
|
|
color: #ABABAB;
|
|
line-height: 0.7;
|
|
}
|
|
.smalldark {
|
|
font-size: 10px;
|
|
color: #000;
|
|
height: 10px;
|
|
line-height: 10px;
|
|
text-align: left;
|
|
}
|
|
|
|
.sectiontableentry1 {
|
|
text-align: left;
|
|
background: #EFEFEF;
|
|
font-size: 10px;
|
|
padding: 2px;
|
|
}
|
|
.sectiontableentry2 {
|
|
background: #FFF;
|
|
font-size: 10px;
|
|
text-align: left;
|
|
padding: 2px;
|
|
}
|
|
.button {
|
|
border: 1px solid #BBBBBB;
|
|
}
|
|
.inputbox {
|
|
border: 1px solid #BBBBBB;
|
|
}
|
|
|
|
.createdate {
|
|
font-size: 10px;
|
|
color: #ABABAB;
|
|
height: 10px;
|
|
line-height: 0.7;
|
|
}
|
|
.modifydate {
|
|
font-size: 10px;
|
|
color: #ABABAB;
|
|
height: 20px;
|
|
line-height: 20px;
|
|
margin-bottom: 5px;
|
|
}
|
|
a.readon {
|
|
font-size: 10px;
|
|
text-decoration: none;
|
|
line-height: 15px;
|
|
border: 1px solid #EEEEEE;
|
|
padding-left: 13px;
|
|
background: url(../images/readon.gif) no-repeat left;
|
|
margin-top: 10px;
|
|
text-decoration: none;
|
|
font-weight: normal;
|
|
}
|
|
|
|
.blog_more {
|
|
font-size: 10px;
|
|
}
|
|
|
|
a.readon:hover {
|
|
background: #EEEEEE url(../images/readon.gif) no-repeat left;
|
|
text-decoration: none;
|
|
}
|
|
|
|
.blog {
|
|
width: 100%;
|
|
}
|
|
|
|
.contentheading {
|
|
width: 98%;
|
|
font-weight: bold;
|
|
font-size: 16px;
|
|
height: 23px;
|
|
line-height: 20px;
|
|
border-bottom: 1px solid #002E61;
|
|
font-family: 'Trebuchet MS', verdana, sans-serif;
|
|
color: #002E61;
|
|
}
|
|
|
|
.contentdescription {
|
|
font-size: 10px;
|
|
}
|
|
.sectiontableheader {
|
|
font-weight: bold;
|
|
font-size: 10px;
|
|
height: 25px;
|
|
line-height: 25px;
|
|
}
|
|
.categorytitle {
|
|
font-weight: bold;
|
|
font-size: 16px;
|
|
height: 25px;
|
|
line-height: 25px;
|
|
font-family: "Trebuchet MS", Verdana, sans serif;
|
|
}
|
|
.componentheading {
|
|
font-weight: bold;
|
|
font-size: 16px;
|
|
height: 23px;
|
|
line-height: 20px;
|
|
font-family: "Trebuchet MS", Verdana, sans serif;
|
|
border-bottom: 1px solid #002E61;
|
|
color: #002E61;
|
|
margin-bottom: 5px;
|
|
}
|
|
a.category {
|
|
text-decoration: underline;
|
|
}
|
|
a.category:hover {
|
|
text-decoration: underline;
|
|
}
|
|
table.moduletable {
|
|
width: 100%;
|
|
font-size: 80%;
|
|
}
|
|
table.moduletable th {
|
|
font-size: 80%;
|
|
}
|
|
|
|
.poll {
|
|
font-size: 10px;
|
|
text-align: center;
|
|
}
|
|
|
|
|
|
.back_button a{
|
|
font-size: 10px;
|
|
font-weight: normal;
|
|
}
|
|
|
|
.blogsection {
|
|
font-size: 10px;
|
|
}
|
|
|
|
.blog_more ul li{
|
|
list-style: none;
|
|
padding-left: 14px;
|
|
line-height: 18px;
|
|
}
|
|
|
|
table.contenttoc {
|
|
border: 1px solid #CCCCCC;
|
|
padding: 3px;
|
|
}
|
|
|
|
table.contenttoc th{
|
|
font-weight: bold;
|
|
font-size: 10px;
|
|
border-bottom: 1px solid #BBBBBB;
|
|
}
|
|
|