yammat/static/css/main.css
2015-04-04 06:46:33 +02:00

68 lines
885 B
CSS

#main article.article {
display: inline-block;
position: relative;
width: 14.5em;
height: 14.5em;
margin: 0.3em 0.15em 0px;
overflow-y: hidden;
box-shadow: 0px 0px 3px #c4c4c4;
background-color: #f5f5f5;
line-height: 14.5em;
text-align: center;
}
.article a {
font-size: 130%;
}
.article p{
display: inline-block;
vertical-align: middle;
line-height: normal;
}
#message {
padding: 10px;
box-shadow: 0px 0px 3px #c4c4c4;
background-color: #fffe94;
}
.header ul {
list-style: none outside none;
}
.header li {
display: inline-block;
}
footer span {
padding-right: 20px;
}
table, td, th {
border: 1px solid black;
border-spacing: 0.5rem;
border-collapse: collapse;
}
table, form {
margin: 30px;
}
td {
text-align: right;
}
th {
background-color: lightgrey;
}
h1 {
text-align: center;
}
.container {
width: auto !important;
padding: 30px;
}