Web-LangTag/ltru.css

65 lines
735 B
CSS

.menu3 {
float: left;
width: 30%;
padding: 1%;
}
/* .menu3 ul {
list-style-type: none;
} */
.menu3 h2 {
text-align: center;
}
.back-to-normal {
margin-top: 7%;
clear: both;
float: none;
padding: 1%;
width: 98%;
}
body {
padding: 1%;
color: #000000;
background-color: #ffffff;
background-image: none;
}
.main-title {
text-align: center;
float: none;
clear: both;
}
em {
font-weight: bolder;
}
a, p, li, h1, h2, h3, pre {
}
a:visited {
/* text-decoration: line-through; /* Blog-like :-) */
}
a:active {
font-size: 125%;
}
code {
font-size: 130%;
}
#ltag-icon {
float: left;
}
#headline {
margin-left: 2%;
font-size: 140%;
font-weight: bolder;
}