vstup/css/styl.css
changeset 32 6bc25517ac4f
parent 31 da6ae32853cb
child 41 035e690ce9c6
     1.1 --- a/vstup/css/styl.css	Mon Aug 22 13:57:20 2011 +0200
     1.2 +++ b/vstup/css/styl.css	Tue Aug 23 16:45:30 2011 +0200
     1.3 @@ -60,3 +60,23 @@
     1.4  	padding: 6px;
     1.5  	border-radius: 4px;
     1.6  }
     1.7 +
     1.8 +.diagram {
     1.9 +	background-color: #ddf;
    1.10 +	padding: 6px;
    1.11 +	border-radius: 4px;
    1.12 +	text-align: center;
    1.13 +	max-width: 100%;
    1.14 +	overflow: auto;
    1.15 +}
    1.16 +
    1.17 +.diagram .nadpis {
    1.18 +	font-size: 60%;
    1.19 +	padding: 4px;
    1.20 +	margin-top: 6px;
    1.21 +	margin-bottom: -6px;
    1.22 +	margin-left: -6px;
    1.23 +	margin-right: -6px;	
    1.24 +	background-color: #d0d0f0;
    1.25 +	border-radius: 0px 0px 4px 4px;
    1.26 +}