root/SPARQLBuilderWWW/web/newsparqlbuilder.css @ 246

リビジョン 246, 3.7 KB (コミッタ: lenz, 10 年 前)

スクロールバー問題をより直接指定し無効化するコードに修正
※外部ページが埋め込みする場合そのページにも影響してしまうという懸念あり

  • 属性 svn:mime-type の設定値 text/plain
行番号 
1::-webkit-scrollbar {
2    -webkit-appearance: none;
3    width: 7px;
4}
5
6#SPARQLBUILDER{
7        width: 90%;
8        margin: auto;
9        color: initial;
10        font-size: initial;
11        font-family: initial;
12}
13.SBSparqlArea{
14        width: 100%;
15}
16
17.SBTopButton{
18        margin: 0.5em 1em 0.5em 0;
19        -webkit-border-radius: 7;
20        -moz-border-radius: 7;
21        border-radius: 7px;
22        border: none;
23        color: #ffffff;
24        background: hsl(200, 50%, 75%);
25        padding: 5px 15px 5px 15px;
26        cursor: pointer;
27}
28
29.SBTopButton:hover{
30        background: hsl(200, 50%, 85%);
31}
32
33.SBTutorialLink{
34        margin-top: 1.5em;
35}
36
37.SBModalView{
38        position: absolute;
39        top: 0px;
40        bottom: 0px;
41        left: 0px;
42        right: 0px;
43        background-color: rgba(0,0,0,0.8);
44        display: none;
45        color: initial;
46        font-size: initial;
47        font-family: initial;
48}
49
50.SBModalContents{
51        position: absolute;
52        top: 0px;
53        bottom: 0px;
54        left: 0px;
55        right: 0px;
56        margin: auto;
57        width: 90%;
58        height: 90%;
59        background: white;
60        overflow: hidden;
61}
62
63.SBModalContents .SBForms{
64        float: left;
65        background-color: #eeeeff;
66}
67
68.SBModalContents .SBSelects{
69        float: left;
70}
71
72.SBModalContents .SBSelects .SBEndPointSelect{
73        width: 100%;
74        height: 2em;
75}
76
77.SBModalContents .SBSelects .SBStartClassSelect{
78        width: 50%;
79        height: 2em;
80}
81
82.SBModalContents .SBSelects .SBEndClassSelect{
83        width: 50%;
84        height: 2em;
85}
86
87
88.SBModalContents .SBPermaLink{
89        height: 100%;
90        float: right;
91        text-align: center;
92}
93
94.SBModalContents .SBPermaLinkButton{
95        display: inline-block;
96        margin-top: 10px;
97        width: 90%;
98        height: 36px;
99        -webkit-border-radius: 3;
100        -moz-border-radius: 3;
101        border-radius: 3px;
102        border: none;
103        color: #ffffff;
104        background: hsl(0, 50%, 75%);
105        padding: 3px 5px 3px 5px;
106        cursor: pointer;
107}
108
109.SBModalContents .SBPermaLinkButton:hover{
110        background: hsl(0, 50%, 85%);
111}
112
113.SBModalContents .SBMessage{
114        float: left;
115        text-align: center;
116        background-color: #eeeeff;
117}
118
119.SBModalContents .SBResult{
120        display: none;
121        height: 24px;
122        font-size: 18px;
123}
124
125.SBModalContents .SBViewAll{
126        display: none;
127        height: 28px;
128        -webkit-border-radius: 3;
129        -moz-border-radius: 3;
130        border-radius: 3px;
131        border: none;
132        color: #ffffff;
133        background: hsl(0, 50%, 75%);
134        padding: 3px 5px 3px 5px;
135        cursor: pointer;
136}
137
138.SBModalContents .SBViewAll:hover{
139        background: hsl(0, 50%, 85%);
140}
141
142.SBModalContents .SBGraph{
143        float: left;
144}
145
146.SBModalContents .SBAjaxLoad{
147        position: relative;
148        top: 0;
149        left:0;
150        height: 100%;
151        background: #fffafa;
152}
153
154.SBModalContents .SBLoadIcon{
155        position: absolute;
156        top: 0;
157        left: 0;
158        right: 0;
159        bottom: 0;
160        margin: auto;
161        width: 100px;
162        height: 100px;
163}
164
165.SBModalContents .SBPath{
166        float: left;
167        padding: 10px;
168        text-align: center;
169        word-wrap: break-word;
170}
171
172.SBRootNode{
173        margin: 0.5em;
174        margin-top: 1em;
175        -webkit-border-radius: 10;
176        -moz-border-radius: 10;
177        border-radius: 10px;
178        background: hsl(40, 50%, 75%);
179        padding: 5px 15px 5px 15px;
180}
181
182.SBPathProperty{
183        margin: 0.2em;
184}
185
186.SBPathNode{
187        margin: 0.5em;
188        -webkit-border-radius: 10;
189        -moz-border-radius: 10;
190        border-radius: 10px;
191        background: hsl(0, 0%, 85%);
192        padding: 5px 15px 5px 15px;
193}
194
195.SBLeafNode{
196        margin: 0.5em;
197        -webkit-border-radius: 10;
198        -moz-border-radius: 10;
199        border-radius: 10px;
200        background: hsl(150, 50%, 75%);
201        padding: 5px 15px 5px 15px;
202}
203
204.SBModalContents .SBModalButtons{
205        float: left;
206        text-align: center;
207}
208
209.SBModalButton{
210        display: inline-block;
211        width: 80%;
212        height: 26px;
213        -webkit-border-radius: 3;
214        -moz-border-radius: 3;
215        border-radius: 3px;
216        border: none;
217        color: #ffffff;
218        background: hsl(0, 50%, 75%);
219        padding: 3px 5px 3px 5px;
220        cursor: pointer;
221}
222
223.SBModalButton:hover{
224        background: hsl(0, 50%, 85%);
225}
Note: リポジトリブラウザについてのヘルプは TracBrowser を参照してください。