mirror of
https://gitlab.com/octtspacc/sitoctt
synced 2025-06-05 22:09:20 +02:00
Agg. interno
This commit is contained in:
@ -5,7 +5,7 @@ body {
|
||||
}
|
||||
|
||||
/* Blog title and description */
|
||||
#blog-title a, header .description {
|
||||
#blog-title a, header .description, #BuildTimeLine {
|
||||
color: #FFFFFF !important;
|
||||
}
|
||||
|
||||
@ -86,6 +86,10 @@ article .e-content {
|
||||
background: #F0F0F0;
|
||||
}
|
||||
|
||||
#blog-title, header nav {
|
||||
#blog-title, #BuildTimeLine , header nav {
|
||||
Font-Family: "Liberation Mono", "Droid Sans Mono", Consolas, Courier, monospace, monospace;
|
||||
}
|
||||
|
||||
#BuildTimeLine > Span {
|
||||
Display: Inline-Block;
|
||||
}
|
||||
|
@ -225,9 +225,12 @@ H3:hover {
|
||||
-ms-interpolation-mode: nearest-neighbor;
|
||||
}
|
||||
|
||||
#MainBoxTop {
|
||||
#MainBoxTop, #BuildTimeLine {
|
||||
Color: #505050;
|
||||
}
|
||||
#BuildTimeLine > Span {
|
||||
Display: Inline-Block;
|
||||
}
|
||||
#BottomBox {
|
||||
Width: 100%;
|
||||
Color: #fafaf0;
|
||||
|
Reference in New Issue
Block a user