~ubuntu-branches/ubuntu/utopic/gramps/utopic

« back to all changes in this revision

Viewing changes to src/plugins/webstuff/css/narrative-maps.css

  • Committer: Package Import Robot
  • Author(s): James A. Treacy
  • Date: 2012-05-22 17:18:36 UTC
  • mfrom: (39.1.4 sid)
  • Revision ID: package-import@ubuntu.com-20120522171836-35fi62lp4w7jnrd7
Tags: 3.4.0-1
* New upstream version
* Updated desktop file. Closes: #667472

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
# encoding: utf-8
3
2
#
4
3
# Gramps - a GTK+/GNOME based genealogy program
5
4
#
6
 
# Copyright (C) 2010 Rob G. Healey <robhealey1@gmail.com>
 
5
# Copyright (C) 2011 Rob G. Healey <robhealey1@gmail.com>
7
6
#
8
7
# This program is free software; you can redistribute it and/or modify
9
8
# it under the terms of the GNU General Public License as published by
21
20
#
22
21
# $Id$
23
22
#
24
 
#
25
 
    Family Map body element
26
 
------------------------------------------------- */
 
23
###################################################### */
27
24
body#FamilyMap {
28
 
    margin-left: 2px;
29
 
    margin-right: 2px;
30
 
    background-color: #FFF;
31
 
}
32
 
 
33
 
/*    geo-info Bubble
34
 
------------------------------------------------- */
35
 
div#geo-info {
36
 
    font: bold 11px sans-serif;
37
 
}
38
 
 
39
 
/*  map_canvas-- place map holder
40
 
------------------------------------------------- */
41
 
div#map_canvas {
42
 
    margin: 5px;
 
25
    background-color: #000;
 
26
    padding: 0 14px;
 
27
    width: 965px;
 
28
}
 
29
 
 
30
/*    Family Maps
 
31
------------------------------------------------------ */
 
32
#map_canvas {
 
33
    margin-left: 10px;
 
34
    margin-right: 10px;
 
35
    border: solid 4px #000;
 
36
    width: 931px;
 
37
    height: 1000px;
 
38
}
 
39
 
 
40
/*    Place Maps
 
41
------------------------------------------------------ */
 
42
div#place_canvas {
 
43
    margin-left: 210px;
 
44
    border: solid 4px #000;
 
45
    width: 500px;
 
46
    height: 400px;
 
47
}
 
48
button#drop {
 
49
    background-color: purple;
 
50
    color: #FFF;
 
51
    font: bold .8em sans-serif;
 
52
    padding: 10px;
 
53
    margin-top: 10px;
 
54
    margin-left: 10px;
43
55
    border: solid 4px #00029D;
44
 
    width: 98%;
45
 
    height: 800px;
46
56
}
47
57
 
48
 
/*  button
49
 
------------------------------------------------- */
50
 
button#drop {
51
 
    font-weight: bold;
52
 
    margin-left: 10px;
53
 
    padding: 5px;
54
 
    text-align: center;
55
 
    width: auto;
56
 
    height: auto;
57
 
    border: solid 2px #00029D;
 
58
/*    Subsection: References
 
59
------------------------------------------------------ */
 
60
div#FamilyMapDetail div#references table.infolist {
 
61
    width: 100%;
 
62
}
 
63
div#FamilyMapDetail div#references table.infolist tbody tr td.ColumnPlace {
 
64
    width: 40%;
58
65
}