Develop and Download Open Source Software

Browse Subversion Repository

Contents of /SvgEditor.css

Parent Directory Parent Directory | Revision Log Revision Log


Revision 54 - (show annotations) (download) (as text)
Wed Jul 28 08:17:03 2010 UTC (13 years, 8 months ago) by isao-hara
File MIME type: text/css
File size: 2914 byte(s)
menu changed
1 /*
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 margin-left:10px;
100 }
101
102 #toolBar li{
103 list-style:none;
104 padding:0;
105 }
106
107 #toolBar button{ padding:0px;}
108
109 #menuDiv button{ padding:0px;height:21px; vertical-align:bottom;}
110 #menuDiv input{ vertical-align:bottom;}
111
112
113 #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 #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
120 img.arrow {position:absolute; clip:rect (20px,40px,20px,20px); left:0px;top:0px;}
121
122 img#strokeW{
123 position:absolute;
124 clip: rect(75px,70px,100px,0px);
125 top: 8px;
126 left: 430px;
127 }
128
129 img#path_type {
130 position:absolute;
131 clip: rect(25px,30px,50px,0px);
132 top: 60px;
133 left: 550px;
134 }
135
136 img#arrow_r {
137 position:absolute;
138 clip: rect(0px,30px,25px,0px);
139 top: 85px;
140 left: 510px;
141 }
142
143 img#arrow_l {
144 position:absolute;
145 clip: rect(0px,30px,25px,0px);
146 top: 85px;
147 left: 390px;
148 }
149
150
151

Properties

Name Value
svn:executable *

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