Skip to content

Commit

Permalink
Root style
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelklehr committed Dec 13, 2011
1 parent 2a8f68c commit 42ffd1a
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 20 deletions.
2 changes: 1 addition & 1 deletion buzzmap.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

40 changes: 21 additions & 19 deletions custom-style.css
@@ -1,29 +1,31 @@
body {
background:blue;
background:blue;
}
.buzzmap-active div.node {
color:white;
font: 30px/34px Arial, sans-serif;
font-size:1em;
background:red;
opacity:0.9;
border: 2px solid orange;
-webkit-border-top-left-radius: 20px;
-webkit-border-bottom-right-radius: 20px;
-moz-border-radius-topleft: 20px;
-moz-border-radius-bottomright: 20px;
border-top-left-radius: 20px;
border-bottom-right-radius: 20px;

color:white;
font: 30px/34px Arial, sans-serif;
font-size:1em;
background:red;
opacity:0.9;
border: 2px solid orange;
-webkit-border-top-left-radius: 20px;
-webkit-border-bottom-right-radius: 20px;
-moz-border-radius-topleft: 20px;
-moz-border-radius-bottomright: 20px;
border-top-left-radius: 20px;
border-bottom-right-radius: 20px;
}
.buzzmap-active div.node a {
color:#fff;
color:#fff;
}
.buzzmap-active div.node.active {
padding:5px 10px !important;
border-width:5px !important;
color:#fff!important;
padding:5px 10px !important;
border-width:5px !important;
color:#fff!important;
}
.buzzmap-active div.node.active a {
color:#fff;
color:#fff;
}
.buzzmap-active div.node.root {
font-size:2em;
}

0 comments on commit 42ffd1a

Please sign in to comment.