Team:TU Munich/XMLDisplay.css
From 2012.igem.org
(Difference between revisions)
FabianFroehlich (Talk | contribs)
(Created page with "@charset "utf-8"; - →CSS Document: .Utility { color: black; } .NodeName { font-weight:bold; color: #800080; } .AttributeName { font-weight:bold; color: black; } .Attri...")
Newer edit →
(Created page with "@charset "utf-8"; - →CSS Document: .Utility { color: black; } .NodeName { font-weight:bold; color: #800080; } .AttributeName { font-weight:bold; color: black; } .Attri...")
Newer edit →
Revision as of 17:13, 19 August 2012
@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; }