diff options
Diffstat (limited to 'modules/GEDFact_assistant/css/gf_styles.css')
| -rw-r--r-- | modules/GEDFact_assistant/css/gf_styles.css | 100 |
1 files changed, 100 insertions, 0 deletions
diff --git a/modules/GEDFact_assistant/css/gf_styles.css b/modules/GEDFact_assistant/css/gf_styles.css new file mode 100644 index 0000000000..17bf6d36bd --- /dev/null +++ b/modules/GEDFact_assistant/css/gf_styles.css @@ -0,0 +1,100 @@ +/** + * Media Link Assistant Control module for phpGedView + * + * Media Link information about an individual + * + * webtrees: Web based Family History software + * Copyright (C) 2010 webtrees development team. + * + * Derived from PhpGedView + * Copyright (C) 2002 to 2007 John Finlay and Others + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + * @package webtrees + * @subpackage Modules + * @version $Id$ + */ + +/* --------- Styles used in /_MEDIA/media_3_search.php ---*/ + +/* Outer border around nav elements */ +.outer_nav { + width:270px; + border:3px #808080 outset; + } + +/* Transparent cell border */ +.transparent { +border: 0px solid transparent; +} + +/* top Search box */ +input[type='text'] { + background: #FFFFFF; + color: #000000; + border: 1px solid #000000; + width: 120px; +} + +/* "Head" button images */ +.headimg { +margin-top:-4px; +border:0; +} +.headimg2 { +height:17px; +border-style:none; +margin:-3px; +margin-left:0px; +} + +/* Creates clickable <td> for fly-outs */ +td a { + display: block; + text-decoration: none; +} + + /* Prevents clickable td for Search <td> */ +td #srch a { + display: inline; +} + +/* Flyouts <td> */ +#flyoutFam, #flyoutPar, #flyoutStep { + position: absolute; + top: -15px; + left: 80px; + width: 150px; +} +#flyoutFamRTL, #flyoutParRTL, #flyoutStepRTL { + position: absolute; + top: -15px; + right: 35px; +} +#flyoutFam td, #flyoutPar td, #flyoutStep td, #flyoutFamRTL td, #flyoutParRTL td, #flyoutStepRTL td { + white-space: nowrap; + font-size:10px; + font-weight:normal; + text-decoration: none; +} + +div #spouseFam { + margin-left:13px; + margin-top:0px; +} + +/*-------------------------------------------------*/ + |
