root/SPARQLBuilderWWW/web/newsparqlbuilder.css @ 239

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

コードの簡略化及び細かな修正

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