Develop and Download Open Source Software

Browse Subversion Repository

Annotation of /SvgEditor.css

Parent Directory Parent Directory | Revision Log Revision Log


Revision 48 - (hide annotations) (download) (as text)
Tue Jul 27 11:56:30 2010 UTC (13 years, 8 months ago) by isao-hara
File MIME type: text/css
File size: 2455 byte(s)
SvgViewer.js changed
1 isao-hara 14 /*
2     * iSlideEditor.css
3    
4     iSlideMaker
5     http://sourceforge.jp/projects/islidemaker/simple/
6    
7     Copyright(c) 2010, Isao Hara, isao-hara@users.sourceforge.jp
8    
9     All rights reserved. This program is made available under the terms of the
10     Eclipse Public License v1.0 which accompanies this distribution, and is
11     available at http://www.eclipse.org/legal/epl-v10.html
12    
13     Contributors: Isao Hara.
14    
15     */
16    
17     body {
18     }
19    
20     div.editable {
21     width: 80%;
22     height: 300px;
23     margin-top: 0px;
24     margin-left: 20px;
25     margin-right: 20px;
26     margin-bottom: 20px;
27     }
28    
29     h1.title {
30     text-align:center;
31     width: 100%;
32     font-size: 24pt;
33     background-image: url("images/header_middle.png");
34     }
35    
36     table.filetable {
37     border-collapse: collapse;
38     width: 80%;
39     height: 80%;
40     }
41    
42     ul#menubar{ margin:0px; padding:0px; }
43     ul#menubar li{
44     list-style-type:none; float:left;
45     margin:0.3em 0.1em;
46     padding: 0px;
47     }
48    
49     p.cls{ clear: left; }
50    
51     button { padding:5px; -webkit-border-radius:8px; }
52     button.blue { background-color:blue; color:white;}
53     button.red { background-color:red; color:white;}
54     button.green { background-color:green; color:white;}
55    
56     tr.filerow {
57     border-collapse: collapse;
58     }
59    
60     td.filelinkcell {
61     text-align:right;
62     border-collapse: collapse;
63     border-right: 1px solid #808080;
64     border-bottom: 1px solid #808080;
65     border-top: 1px solid #808080;
66     }
67    
68     td.filenamecell {
69     border-collapse: collapse;
70     border-bottom: 1px solid #808080;
71     border-top: 1px solid #808080;
72     border-left: 1px solid #808080;
73     padding-left: 10px;
74     padding-right: 30px;
75    
76     }
77    
78     #editarea {
79     font-size:12pt;
80     }
81    
82     #preview {
83     font-size:12pt;
84     margin-left:50px;
85     margin-right:50px;
86     margin-top:-70px;
87     padding:0px;
88    
89     background-color: #ddddff;
90     }
91    
92     #selected{
93     border: 3px solid red;
94     }
95    
96     #toolBar ul{
97     padding:0;
98     margin:0;
99     }
100    
101     #toolBar li{
102     list-style:none;
103     padding:0;
104     }
105    
106 isao-hara 43 #toolBar button{ padding:0px;}
107     #toolBar p{ padding:0px;margin:8px;}
108    
109 isao-hara 37 #menuDiv button{ padding:0px;height:21px; vertical-align:bottom;}
110     #menuDiv input{ vertical-align:bottom;}
111 isao-hara 14
112 isao-hara 37
113 isao-hara 14 #color-palette{ position:absolute;left:50px; bottom:30px;zindex:100;}
114     #color-palette div.item{ width:16px;height:16px; padding:0; margin-top:3px; float:left; border:1px solid black;}
115     #color-palette select{float:left; }
116    
117 isao-hara 25 #toolFill{ width:20px; height:3px; border:1px solid black; }
118     #toolStroke{ width:20px; height:3px; border:1px solid black; }
119    
120 isao-hara 48 img.arrow {position:absolute; clip:rect (20px,40px,20px,20px); left:0px;top:0px;}
121    

Properties

Name Value
svn:executable *

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26