web: Update style.css to accomodate a Flukso forum. Oh, a forum!
This commit is contained in:
parent
a70441ba9d
commit
fb4d9ff0cc
|
@ -39,10 +39,6 @@ h1, h2, h3, h4, h5, h6 {
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
table {
|
|
||||||
font-size: 1em;
|
|
||||||
}
|
|
||||||
|
|
||||||
#container {
|
#container {
|
||||||
margin: 15px auto;
|
margin: 15px auto;
|
||||||
width: 920px;
|
width: 920px;
|
||||||
|
@ -270,6 +266,7 @@ h3.searchresult a:hover {
|
||||||
margin: 1.5em 0;
|
margin: 1.5em 0;
|
||||||
padding: 0em 2.6em;
|
padding: 0em 2.6em;
|
||||||
letter-spacing: 1px;
|
letter-spacing: 1px;
|
||||||
|
letter-spacing: 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.meta {
|
.meta {
|
||||||
|
@ -415,21 +412,35 @@ a.read-more {
|
||||||
background-image: url("icons/calendar.png");
|
background-image: url("icons/calendar.png");
|
||||||
}
|
}
|
||||||
|
|
||||||
/* tables */
|
/* ------------------------------------------------------------------------
|
||||||
tr th, tr.light td, tr.dark td, tr.odd td, tr.even td {
|
* Comments
|
||||||
padding: 0em .2em 0em .2em;
|
* --------------------------------------------------------------------- */
|
||||||
|
table {
|
||||||
|
border-collapse: separate;
|
||||||
|
width: 660px;
|
||||||
|
font-size: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
tr.light, tr.dark, tr.even, tr.odd {
|
th, td {
|
||||||
|
padding: 0.1em 1em;
|
||||||
|
}
|
||||||
|
|
||||||
|
tr th, tr.light td, tr.dark td, tr.odd td, tr.even td {
|
||||||
|
padding 0.1em 1em;
|
||||||
|
}
|
||||||
|
|
||||||
|
tr.light, tr.dark, tr.odd {
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
tr.even {
|
||||||
|
background-color: #fafafa;
|
||||||
|
}
|
||||||
|
|
||||||
tr.light .active, tr.dark .active, tr.even .active, tr.odd .active {
|
tr.light .active, tr.dark .active, tr.even .active, tr.odd .active {
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* tr th {border: 1px solid #ddd;} */
|
|
||||||
|
|
||||||
tr.watchdog-user {
|
tr.watchdog-user {
|
||||||
background-color: #ffd;
|
background-color: #ffd;
|
||||||
font-size: .7em;
|
font-size: .7em;
|
||||||
|
|
Loading…
Reference in New Issue