From 2e68874ca21112b8f5319eb40b0d3623666bd31a Mon Sep 17 00:00:00 2001 From: Vadim Lopatin Date: Mon, 15 Dec 2014 18:34:32 +0300 Subject: [PATCH] update styles --- stylesheets/stylesheet.css | 58 ++++++++++++++++++++++++++++++++------ 1 file changed, 50 insertions(+), 8 deletions(-) diff --git a/stylesheets/stylesheet.css b/stylesheets/stylesheet.css index a339ea91..546e6ad2 100644 --- a/stylesheets/stylesheet.css +++ b/stylesheets/stylesheet.css @@ -165,11 +165,10 @@ pre code { padding: 0; } -ul, ol, dl { +ul, ol { margin-bottom: 20px; } - /* COMMON STYLES */ hr { @@ -210,7 +209,7 @@ form { } -dd, .d_decl_dd +.d_decl_dd { padding: 1ex; margin-left: 3em; @@ -283,10 +282,6 @@ ol li { padding-left: 3px; } -dl dt { - color: #303030; -} - footer { background: transparent url('../images/hr.png') 0 0 no-repeat; margin-top: 40px; @@ -476,7 +471,7 @@ pre word-wrap: break-word; /* Internet Explorer 5.5+ */ } -dd, .d_decl_dd +.d_decl_dd { padding: 1ex; margin-left: 3em; @@ -1182,3 +1177,50 @@ input.runButton:active, input.resetButton:active, input.argsButton:active, input input.resetButton{display: none} /* Runnable-examples css -end */ + + + + +dl { + margin: 10px; + border-color: #888; + border-width: 1px; + border-style: none; + padding: 10px; +} + +dl dl { + margin: 5px; + border-width: 1px; + border-style: dashed; + border-color: #8888; + padding: 10px; + background-color: #E0E0E0; +} + +dd { + color: #000000; +} + +dl dd { + color: #203030; + background-color: #EEEEEE; + margin-bottom: 0.5em; + margin-left: 0px; + padding-left: 4em; +} + +dl dt { + margin-top: 1.5em; + background-color: #CCC; + color: #800; + font-weight: bold; +} + +dl dl dt { + margin-top: 1em; + background-color: #FFFFFFFF; + color: #008; +} + +