Add CSS for visitor tracking
This commit is contained in:
parent
67a30e2471
commit
0c5f238637
|
@ -308,6 +308,23 @@ ul.blog-categories li:last-child:after {
|
|||
font-size: 9pt;
|
||||
}
|
||||
|
||||
/* Visitor history page */
|
||||
.visitor-graph {
|
||||
height: 16px;
|
||||
width: 100%;
|
||||
border: 1px outset;
|
||||
}
|
||||
.visitor-graph.unique {
|
||||
background-color: #0099FF;
|
||||
background-image: url("/static/images/blue-clearlooks.png");
|
||||
border-color: #0099FF;
|
||||
}
|
||||
.visitor-graph.hits {
|
||||
background-color: #FF99FF;
|
||||
background-image: url("/static/images/pink-clearlooks.png");
|
||||
border-color: #FF99FF;
|
||||
}
|
||||
|
||||
/*********************
|
||||
* Smoke Theme UI
|
||||
*********************/
|
||||
|
@ -399,4 +416,4 @@ footer div {
|
|||
|
||||
footer a:link, footer a:visited {
|
||||
color: #666666;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user