diff options
| author | Rob Peters <makitso@gmail.com> | 2010-09-25 12:56:05 +0000 |
|---|---|---|
| committer | Rob Peters <makitso@gmail.com> | 2010-09-25 12:56:05 +0000 |
| commit | 41e4ab18542ed05d6178c7b21050a1c646a8cae9 (patch) | |
| tree | 4bc93d124997e43eb201406950af53643368b7c6 /themes/colors | |
| parent | 198997c7ce267c6ab7690d09cea7bc861d712baa (diff) | |
| download | webtrees-41e4ab18542ed05d6178c7b21050a1c646a8cae9.tar.gz webtrees-41e4ab18542ed05d6178c7b21050a1c646a8cae9.tar.bz2 webtrees-41e4ab18542ed05d6178c7b21050a1c646a8cae9.zip | |
Fix borders for news and welcome blocks
Diffstat (limited to 'themes/colors')
| -rw-r--r-- | themes/colors/css/aquamarine.css | 8 | ||||
| -rw-r--r-- | themes/colors/css/ash.css | 8 | ||||
| -rw-r--r-- | themes/colors/css/belgianchocolate.css | 10 | ||||
| -rw-r--r-- | themes/colors/css/bluelagoon.css | 10 | ||||
| -rw-r--r-- | themes/colors/css/bluemarine.css | 10 | ||||
| -rw-r--r-- | themes/colors/css/coldday.css | 10 | ||||
| -rw-r--r-- | themes/colors/css/greenbeam.css | 8 | ||||
| -rw-r--r-- | themes/colors/css/mediterranio.css | 10 | ||||
| -rw-r--r-- | themes/colors/css/mercury.css | 12 | ||||
| -rw-r--r-- | themes/colors/css/nocturnal.css | 10 | ||||
| -rw-r--r-- | themes/colors/css/olivia.css | 10 | ||||
| -rw-r--r-- | themes/colors/css/pinkplastic.css | 10 | ||||
| -rw-r--r-- | themes/colors/css/shinytomato.css | 10 | ||||
| -rw-r--r-- | themes/colors/css/tealtop.css | 10 |
14 files changed, 68 insertions, 68 deletions
diff --git a/themes/colors/css/aquamarine.css b/themes/colors/css/aquamarine.css index d8db137b74..b8e4525e4e 100644 --- a/themes/colors/css/aquamarine.css +++ b/themes/colors/css/aquamarine.css @@ -298,10 +298,10 @@ color: #ffffff; } /* Start Standard Code */ -.blockcontent { +div.blockcontent { margin-left:auto; -border:1pt solid #999; -margin-right:5px; +border:1px solid #999; +margin-right:auto; margin-bottom:10px; font-size: 13px; overflow:auto; @@ -1054,10 +1054,10 @@ color:#000; .block { color: #030303; vertical-align: top; + } .news_box { -border: 1px solid #000; padding: 3pt; } diff --git a/themes/colors/css/ash.css b/themes/colors/css/ash.css index 72e3b1eade..a1c942d984 100644 --- a/themes/colors/css/ash.css +++ b/themes/colors/css/ash.css @@ -298,10 +298,10 @@ color: #ffffff; } /* Start Standard Code */ -.blockcontent { +div.blockcontent { margin-left:auto; -border:1pt solid #999; -margin-right:5px; +border:1px solid #999; +margin-right:auto; margin-bottom:10px; font-size: 13px; overflow:auto; @@ -1054,10 +1054,10 @@ color:#000; .block { color: #030303; vertical-align: top; + } .news_box { -border: 1px solid #000; padding: 3pt; } diff --git a/themes/colors/css/belgianchocolate.css b/themes/colors/css/belgianchocolate.css index 995217b9a3..504437c971 100644 --- a/themes/colors/css/belgianchocolate.css +++ b/themes/colors/css/belgianchocolate.css @@ -3,7 +3,7 @@ * * Based on standard theme, which is Copyright (C) 2002 to 2010 PGV Development Team. * -* $Id: ash.css 9320 2010-08-29 12:30:00Z rob $ +* $Id: ash.css 9516 2010-09-22 22:38:58Z nigel $ */ .something { @@ -298,10 +298,10 @@ color: #ffffff; } /* Start Standard Code */ -.blockcontent { +div.blockcontent { margin-left:auto; -border:1pt solid #999; -margin-right:5px; +border:1px solid #999; +margin-right:auto; margin-bottom:10px; font-size: 13px; overflow:auto; @@ -1054,10 +1054,10 @@ color:#000; .block { color: #030303; vertical-align: top; + } .news_box { -border: 1px solid #000; padding: 3pt; } diff --git a/themes/colors/css/bluelagoon.css b/themes/colors/css/bluelagoon.css index 93d05e07fd..c0ff4e8cf6 100644 --- a/themes/colors/css/bluelagoon.css +++ b/themes/colors/css/bluelagoon.css @@ -3,7 +3,7 @@ * * Based on standard theme, which is Copyright (C) 2002 to 2010 PGV Development Team. * -* $Id: ash.css 9320 2010-08-29 12:30:00Z rob $ +* $Id: ash.css 9516 2010-09-22 22:38:58Z nigel $ */ .something { @@ -298,10 +298,10 @@ color: #ffffff; } /* Start Standard Code */ -.blockcontent { +div.blockcontent { margin-left:auto; -border:1pt solid #999; -margin-right:5px; +border:1px solid #999; +margin-right:auto; margin-bottom:10px; font-size: 13px; overflow:auto; @@ -1054,10 +1054,10 @@ color:#000; .block { color: #030303; vertical-align: top; + } .news_box { -border: 1px solid #000; padding: 3pt; } diff --git a/themes/colors/css/bluemarine.css b/themes/colors/css/bluemarine.css index a594400a66..d3e00589b2 100644 --- a/themes/colors/css/bluemarine.css +++ b/themes/colors/css/bluemarine.css @@ -3,7 +3,7 @@ * * Based on standard theme, which is Copyright (C) 2002 to 2010 PGV Development Team. * -* $Id: ash.css 9320 2010-08-29 12:30:00Z rob $ +* $Id: ash.css 9516 2010-09-22 22:38:58Z nigel $ */ .something { @@ -298,10 +298,10 @@ color: #ffffff; } /* Start Standard Code */ -.blockcontent { +div.blockcontent { margin-left:auto; -border:1pt solid #999; -margin-right:5px; +border:1px solid #999; +margin-right:auto; margin-bottom:10px; font-size: 13px; overflow:auto; @@ -1054,10 +1054,10 @@ color:#000; .block { color: #030303; vertical-align: top; + } .news_box { -border: 1px solid #000; padding: 3pt; } diff --git a/themes/colors/css/coldday.css b/themes/colors/css/coldday.css index 222decc1bd..d80fee8242 100644 --- a/themes/colors/css/coldday.css +++ b/themes/colors/css/coldday.css @@ -3,7 +3,7 @@ * * Based on standard theme, which is Copyright (C) 2002 to 2010 PGV Development Team. * -* $Id: ash.css 9320 2010-08-29 12:30:00Z rob $ +* $Id: ash.css 9516 2010-09-22 22:38:58Z nigel $ */ .something { @@ -298,10 +298,10 @@ color: #ffffff; } /* Start Standard Code */ -.blockcontent { +div.blockcontent { margin-left:auto; -border:1pt solid #999; -margin-right:5px; +border:1px solid #999; +margin-right:auto; margin-bottom:10px; font-size: 13px; overflow:auto; @@ -1054,10 +1054,10 @@ color:#000; .block { color: #030303; vertical-align: top; + } .news_box { -border: 1px solid #000; padding: 3pt; } diff --git a/themes/colors/css/greenbeam.css b/themes/colors/css/greenbeam.css index b016c5e1d4..556192746c 100644 --- a/themes/colors/css/greenbeam.css +++ b/themes/colors/css/greenbeam.css @@ -298,10 +298,10 @@ color: #ffffff; } /* Start Standard Code */ -.blockcontent { +div.blockcontent { margin-left:auto; -border:1pt solid #999; -margin-right:5px; +border:1px solid #999; +margin-right:auto; margin-bottom:10px; font-size: 13px; overflow:auto; @@ -1054,10 +1054,10 @@ color:#000; .block { color: #030303; vertical-align: top; + } .news_box { -border: 1px solid #000; padding: 3pt; } diff --git a/themes/colors/css/mediterranio.css b/themes/colors/css/mediterranio.css index a08b98c769..2179ed5386 100644 --- a/themes/colors/css/mediterranio.css +++ b/themes/colors/css/mediterranio.css @@ -3,7 +3,7 @@ * * Based on standard theme, which is Copyright (C) 2002 to 2010 PGV Development Team. * -* $Id: ash.css 9320 2010-08-29 12:30:00Z rob $ +* $Id: ash.css 9516 2010-09-22 22:38:58Z nigel $ */ .something { @@ -298,10 +298,10 @@ color: #ffffff; } /* Start Standard Code */ -.blockcontent { +div.blockcontent { margin-left:auto; -border:1pt solid #999; -margin-right:5px; +border:1px solid #999; +margin-right:auto; margin-bottom:10px; font-size: 13px; overflow:auto; @@ -1054,10 +1054,10 @@ color:#000; .block { color: #030303; vertical-align: top; + } .news_box { -border: 1px solid #000; padding: 3pt; } diff --git a/themes/colors/css/mercury.css b/themes/colors/css/mercury.css index ebc28291c1..8982aa5c73 100644 --- a/themes/colors/css/mercury.css +++ b/themes/colors/css/mercury.css @@ -3,7 +3,7 @@ * * Based on standard theme, which is Copyright (C) 2002 to 2010 PGV Development Team. * -* $Id: ash.css 9320 2010-08-29 12:30:00Z rob $ +* $Id: ash.css 9516 2010-09-22 22:38:58Z nigel $ */ .something { @@ -298,10 +298,10 @@ color: #707070; } /* Start Standard Code */ -.blockcontent { +div.blockcontent { margin-left:auto; -border:1pt solid #999; -margin-right:5px; +border:1px solid #999; +margin-right:auto; margin-bottom:10px; font-size: 13px; overflow:auto; @@ -1054,10 +1054,10 @@ color:#000; .block { color: #030303; vertical-align: top; + } .news_box { -border: 1px solid #000; padding: 3pt; } @@ -1891,7 +1891,7 @@ padding: 0 10px; } td.descriptionbox a { /* this keeps the tag color the same when it is a link as when not */ - color: #ffffff; + color: #707070; } .editfacts { /* a container for the following three links */ diff --git a/themes/colors/css/nocturnal.css b/themes/colors/css/nocturnal.css index 13f66e2097..13370dfe04 100644 --- a/themes/colors/css/nocturnal.css +++ b/themes/colors/css/nocturnal.css @@ -3,7 +3,7 @@ * * Based on standard theme, which is Copyright (C) 2002 to 2010 PGV Development Team. * -* $Id: ash.css 9320 2010-08-29 12:30:00Z rob $ +* $Id: ash.css 9516 2010-09-22 22:38:58Z nigel $ */ .something { @@ -298,10 +298,10 @@ color: #ffffff; } /* Start Standard Code */ -.blockcontent { +div.blockcontent { margin-left:auto; -border:1pt solid #999; -margin-right:5px; +border:1px solid #999; +margin-right:auto; margin-bottom:10px; font-size: 13px; overflow:auto; @@ -1054,10 +1054,10 @@ color:#000; .block { color: #030303; vertical-align: top; + } .news_box { -border: 1px solid #000; padding: 3pt; } diff --git a/themes/colors/css/olivia.css b/themes/colors/css/olivia.css index 9dddf6165d..7e78c50404 100644 --- a/themes/colors/css/olivia.css +++ b/themes/colors/css/olivia.css @@ -3,7 +3,7 @@ * * Based on standard theme, which is Copyright (C) 2002 to 2010 PGV Development Team. * -* $Id: ash.css 9320 2010-08-29 12:30:00Z rob $ +* $Id: ash.css 9516 2010-09-22 22:38:58Z nigel $ */ .something { @@ -298,10 +298,10 @@ color: #ffffff; } /* Start Standard Code */ -.blockcontent { +div.blockcontent { margin-left:auto; -border:1pt solid #999; -margin-right:5px; +border:1px solid #999; +margin-right:auto; margin-bottom:10px; font-size: 13px; overflow:auto; @@ -1054,10 +1054,10 @@ color:#000; .block { color: #030303; vertical-align: top; + } .news_box { -border: 1px solid #000; padding: 3pt; } diff --git a/themes/colors/css/pinkplastic.css b/themes/colors/css/pinkplastic.css index 590c46c6f5..0215bf2106 100644 --- a/themes/colors/css/pinkplastic.css +++ b/themes/colors/css/pinkplastic.css @@ -3,7 +3,7 @@ * * Based on standard theme, which is Copyright (C) 2002 to 2010 PGV Development Team. * -* $Id: ash.css 9320 2010-08-29 12:30:00Z rob $ +* $Id: ash.css 9516 2010-09-22 22:38:58Z nigel $ */ .something { @@ -298,10 +298,10 @@ color: #ffffff; } /* Start Standard Code */ -.blockcontent { +div.blockcontent { margin-left:auto; -border:1pt solid #999; -margin-right:5px; +border:1px solid #999; +margin-right:auto; margin-bottom:10px; font-size: 13px; overflow:auto; @@ -1054,10 +1054,10 @@ color:#000; .block { color: #030303; vertical-align: top; + } .news_box { -border: 1px solid #000; padding: 3pt; } diff --git a/themes/colors/css/shinytomato.css b/themes/colors/css/shinytomato.css index eccf9282b3..8f3145c2b5 100644 --- a/themes/colors/css/shinytomato.css +++ b/themes/colors/css/shinytomato.css @@ -3,7 +3,7 @@ * * Based on standard theme, which is Copyright (C) 2002 to 2010 PGV Development Team. * -* $Id: ash.css 9320 2010-08-29 12:30:00Z rob $ +* $Id: ash.css 9516 2010-09-22 22:38:58Z nigel $ */ .something { @@ -298,10 +298,10 @@ color: #ffffff; } /* Start Standard Code */ -.blockcontent { +div.blockcontent { margin-left:auto; -border:1pt solid #999; -margin-right:5px; +border:1px solid #999; +margin-right:auto; margin-bottom:10px; font-size: 13px; overflow:auto; @@ -1054,10 +1054,10 @@ color:#000; .block { color: #030303; vertical-align: top; + } .news_box { -border: 1px solid #000; padding: 3pt; } diff --git a/themes/colors/css/tealtop.css b/themes/colors/css/tealtop.css index 66f2d69650..15546731ab 100644 --- a/themes/colors/css/tealtop.css +++ b/themes/colors/css/tealtop.css @@ -3,7 +3,7 @@ * * Based on standard theme, which is Copyright (C) 2002 to 2010 PGV Development Team. * -* $Id: ash.css 9320 2010-08-29 12:30:00Z rob $ +* $Id: ash.css 9516 2010-09-22 22:38:58Z nigel $ */ .something { @@ -298,10 +298,10 @@ color: #ffffff; } /* Start Standard Code */ -.blockcontent { +div.blockcontent { margin-left:auto; -border:1pt solid #999; -margin-right:5px; +border:1px solid #999; +margin-right:auto; margin-bottom:10px; font-size: 13px; overflow:auto; @@ -1054,10 +1054,10 @@ color:#000; .block { color: #030303; vertical-align: top; + } .news_box { -border: 1px solid #000; padding: 3pt; } |
