mirror of https://github.com/buggins/dlangui.git
update styles
This commit is contained in:
parent
4d7811f249
commit
2e68874ca2
|
@ -165,11 +165,10 @@ pre code {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul, ol, dl {
|
ul, ol {
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* COMMON STYLES */
|
/* COMMON STYLES */
|
||||||
|
|
||||||
hr {
|
hr {
|
||||||
|
@ -210,7 +209,7 @@ form {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
dd, .d_decl_dd
|
.d_decl_dd
|
||||||
{
|
{
|
||||||
padding: 1ex;
|
padding: 1ex;
|
||||||
margin-left: 3em;
|
margin-left: 3em;
|
||||||
|
@ -283,10 +282,6 @@ ol li {
|
||||||
padding-left: 3px;
|
padding-left: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
dl dt {
|
|
||||||
color: #303030;
|
|
||||||
}
|
|
||||||
|
|
||||||
footer {
|
footer {
|
||||||
background: transparent url('../images/hr.png') 0 0 no-repeat;
|
background: transparent url('../images/hr.png') 0 0 no-repeat;
|
||||||
margin-top: 40px;
|
margin-top: 40px;
|
||||||
|
@ -476,7 +471,7 @@ pre
|
||||||
word-wrap: break-word; /* Internet Explorer 5.5+ */
|
word-wrap: break-word; /* Internet Explorer 5.5+ */
|
||||||
}
|
}
|
||||||
|
|
||||||
dd, .d_decl_dd
|
.d_decl_dd
|
||||||
{
|
{
|
||||||
padding: 1ex;
|
padding: 1ex;
|
||||||
margin-left: 3em;
|
margin-left: 3em;
|
||||||
|
@ -1182,3 +1177,50 @@ input.runButton:active, input.resetButton:active, input.argsButton:active, input
|
||||||
input.resetButton{display: none}
|
input.resetButton{display: none}
|
||||||
/* Runnable-examples css -end */
|
/* 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;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue