Team:TU Munich/XMLDisplay.css

From 2012.igem.org

(Difference between revisions)
(Created page with "@charset "utf-8"; - CSS Document: .Utility { color: black; } .NodeName { font-weight:bold; color: #800080; } .AttributeName { font-weight:bold; color: black; } .Attri...")
(Blanked the page)
 
Line 1: Line 1:
-
@charset "utf-8";
 
-
/* CSS Document */
 
-
.Utility {
 
-
color: black;
 
-
}
 
-
.NodeName {
 
-
font-weight:bold;
 
-
color: #800080;
 
-
}
 
-
.AttributeName
 
-
{
 
-
font-weight:bold;
 
-
color: black;
 
-
}
 
-
.AttributeValue
 
-
{
 
-
color:blue;
 
-
}
 
-
.NodeValue
 
-
{
 
-
color: black;
 
-
}
 
-
.Element {
 
-
border-left-color:#00FF66;
 
-
border-left-width:thin;
 
-
border-left-style:solid;
 
-
padding-top:0px;
 
-
margin-top:10px;
 
-
}
 
-
.Clickable {
 
-
font-weight:900;
 
-
font-size:large;
 
-
color: #800080;
 
-
cursor:pointer;
 
-
vertical-align:middle;
 
-
}
 

Latest revision as of 17:30, 19 August 2012