diff options
| author | makitso <makitso@gmail.com> | 2015-01-16 07:44:42 -0700 |
|---|---|---|
| committer | makitso <makitso@gmail.com> | 2015-01-16 07:44:42 -0700 |
| commit | 07ae6325b01a29d2505674f622ef74645592b628 (patch) | |
| tree | 88f3ddb69c738a23ea92f78a95b56b2431aa1993 /themes | |
| parent | 949a371536b689d2282ab562e3c8c1bae1cfcfb8 (diff) | |
| download | webtrees-07ae6325b01a29d2505674f622ef74645592b628.tar.gz webtrees-07ae6325b01a29d2505674f622ef74645592b628.tar.bz2 webtrees-07ae6325b01a29d2505674f622ef74645592b628.zip | |
Style changes colors and clouds
Diffstat (limited to 'themes')
| -rw-r--r-- | themes/clouds/css-1.6.2/style.css | 24 | ||||
| -rw-r--r-- | themes/colors/css-1.6.2/style.css | 18 |
2 files changed, 10 insertions, 32 deletions
diff --git a/themes/clouds/css-1.6.2/style.css b/themes/clouds/css-1.6.2/style.css index b1cdd511b2..8ea54cc4b2 100644 --- a/themes/clouds/css-1.6.2/style.css +++ b/themes/clouds/css-1.6.2/style.css @@ -134,6 +134,10 @@ dt { margin-left: 10px; } +h2 { + font-size: 18px; + font-weight: bold; +} h4 { font-weight: bold; @@ -144,13 +148,13 @@ th { } ul { - margin: 8px; padding-left: 15px; padding-right: 15px; + margin: 8px; } img { - border: 0 none; + border: 0; } img.block, @@ -166,7 +170,6 @@ textarea { border-width: 1px; border-color: #fff #006 #006 #fff; font-size: 12px; - font-family: inherit; } input, @@ -185,7 +188,6 @@ textarea { } fieldset { - padding: 30px; margin: 8px 8px 4px; text-align: left; } @@ -194,16 +196,6 @@ fieldset { text-align: right; } -fieldset ol, -fieldset li { - margin: 2px 0 0 5px; -} - -[dir=rtl] fieldset ol, -fieldset li { - margin: 2px 5px 0 0; -} - legend { font-weight: bold; } @@ -1603,9 +1595,7 @@ background-color: #fff; .blockcontent { border: solid #999 1px; - margin-bottom: 10px; - margin-left: auto; - margin-right: 2px; + margin: 0 2px 10px 0; overflow: auto; padding: 5px; diff --git a/themes/colors/css-1.6.2/style.css b/themes/colors/css-1.6.2/style.css index 177740fd76..a0f43ddbc8 100644 --- a/themes/colors/css-1.6.2/style.css +++ b/themes/colors/css-1.6.2/style.css @@ -578,13 +578,11 @@ a:hover .nameZoom { } .news_title { - color: #000; font-weight: bold; font-size: 14px; } .news_date { - color: #000; margin-bottom: 12px; } @@ -1435,13 +1433,6 @@ td.descriptionbox a { visibility: hidden; } -.recent_changes_block, -.upcoming_events_block, -.todays_events_block, -.todo_block { - width: 98%; -} - .surname-list, .givn-list { margin: 5px auto; @@ -1652,12 +1643,9 @@ td.descriptionbox a { .blockcontent { border: solid #999 1px; - margin-bottom: 10px; - margin-left: auto; - margin-right: 2px; + margin: 0 2px 10px 0; overflow: auto; padding: 5px; - } .blockcontent .list_table { @@ -2110,7 +2098,7 @@ dd .deletelink { .copyicon, .deleteicon { display: block; - background: transparent url(images/general_sprite.png) no-repeat left 0; + background: url(images/general_sprite.png) no-repeat left 0; } .female_gender { @@ -3493,7 +3481,7 @@ table.table-census-assistant th { [class^="icon-"], [class*=" icon-"] { display: inline-block; - vertical-align: text-bottom; + vertical-align: middle; background-repeat: no-repeat; } |
