java/UpozorneniEmailem/web/css/styl.css
changeset 1 f6b8c00ef3d3
child 2 43a6e33a4854
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/java/UpozorneniEmailem/web/css/styl.css	Sat Mar 07 14:12:27 2009 +0100
     1.3 @@ -0,0 +1,71 @@
     1.4 +body {
     1.5 +    font-family: sans-serif;
     1.6 +}
     1.7 +
     1.8 +table {
     1.9 +    border: 1px solid black;
    1.10 +    border-collapse:collapse;
    1.11 +}
    1.12 +
    1.13 +td {
    1.14 +    border: 1px solid black;
    1.15 +    padding: 4px;
    1.16 +    padding-left: 8px;
    1.17 +    padding-right: 8px;
    1.18 +}
    1.19 +
    1.20 +td.cislo {
    1.21 +    text-align: right;
    1.22 +}
    1.23 +
    1.24 +thead {
    1.25 +    background: silver;
    1.26 +    font-weight:bold;
    1.27 +}
    1.28 +
    1.29 +thead td a {
    1.30 +    color: black;
    1.31 +    text-decoration: none;
    1.32 +}
    1.33 +
    1.34 +img {
    1.35 +    border: none;
    1.36 +}
    1.37 +
    1.38 +#licence {
    1.39 +    border: 1px solid silver;
    1.40 +    font-size: smaller;
    1.41 +    padding: 3px;
    1.42 +    margin-top: 2em;
    1.43 +    margin-bottom: 1em;
    1.44 +    text-align: center;
    1.45 +    background-color: #e6e6e6;
    1.46 +}
    1.47 +
    1.48 +form {
    1.49 +	text-align: right;
    1.50 +	max-width: 22em;
    1.51 +}
    1.52 +
    1.53 +fieldset {
    1.54 +    border: none;
    1.55 +}
    1.56 +
    1.57 +input	{
    1.58 +	margin: 2px;
    1.59 +	padding: 2px;
    1.60 +	width: 200px;
    1.61 +}
    1.62 +
    1.63 +select	{
    1.64 +	margin: 2px;
    1.65 +	padding: 2px;
    1.66 +	width: 208px;
    1.67 +}
    1.68 +button	{
    1.69 +	margin: 2px;
    1.70 +	margin-top: 2px;
    1.71 +	padding-left: 10px;
    1.72 +	padding-right: 10px;
    1.73 +    min-width: 100px;
    1.74 +}
    1.75 \ No newline at end of file