Develop and Download Open Source Software

Browse Subversion Repository

Annotation of /SvgEditor.css

Parent Directory Parent Directory | Revision Log Revision Log


Revision 67 - (hide annotations) (download) (as text)
Mon Aug 2 01:36:34 2010 UTC (13 years, 8 months ago) by isao-hara
File MIME type: text/css
File size: 3089 byte(s)
css bug fix
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 isao-hara 51 margin-left:10px;
100 isao-hara 14 }
101    
102     #toolBar li{
103     list-style:none;
104     padding:0;
105     }
106    
107 isao-hara 43 #toolBar button{ padding:0px;}
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 67 #color-palette{ position:absolute;left:50px; bottom:30px;z-Index:100;}
114 isao-hara 14 #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 51 #toolFill{ position:absolute;top:230px;left:15px;width:20px; height:3px; border:1px solid black; }
118     #toolStroke{ position:absolute;top:260px;left:15px;width:20px; height:3px; border:1px solid black; }
119 isao-hara 25
120 isao-hara 67 img.arrow {position:absolute; clip:rect(20px,40px,20px,20px); left:0px;top:0px;}
121 isao-hara 48
122 isao-hara 52 img#strokeW{
123     position:absolute;
124     clip: rect(75px,70px,100px,0px);
125     top: 8px;
126 isao-hara 58 left: 260px;
127     z-Index:200;
128 isao-hara 52 }
129 isao-hara 54
130 isao-hara 58 img#arrow_l {
131 isao-hara 54 position:absolute;
132 isao-hara 58 clip: rect(0px,30px,25px,0px);
133     top: 85px;
134     left: 405px;
135     z-Index:200;
136 isao-hara 54 }
137    
138     img#arrow_r {
139     position:absolute;
140     clip: rect(0px,30px,25px,0px);
141     top: 85px;
142 isao-hara 58 left: 440px;
143     z-Index:200;
144 isao-hara 54 }
145    
146 isao-hara 58
147     img#path_type {
148 isao-hara 54 position:absolute;
149     clip: rect(0px,30px,25px,0px);
150 isao-hara 58 top: 81px;
151     left: 480px;
152     z-Index:200;
153 isao-hara 54 }
154    
155 isao-hara 58 img#strokeDash {
156     position:absolute;
157     clip: rect(0px,50px,25px,0px);
158     top: 81px;
159     left: 330px;
160     z-Index:200;
161     }
162 isao-hara 54

Properties

Name Value
svn:executable *

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