root/SPARQLBuilderWWW/web/newsparqlbuilder.css @ 232

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

BH14.14の作業成果

新UIと埋め込み方式の変更、結果のダウンロードボタン

残タスク:サンプル関係。サンプルボタンもGETでいきなりオープンも指定結果のパーマリンク作成もまだ

  • 属性 svn:mime-type の設定値 text/plain
行番号 
1#SPARQLBUILDER{
2        width: 90%;
3        margin: auto;
4}
5.SBSparqlArea{
6        width: 100%;
7}
8
9.SBTOPButton{
10        margin-right: 1em;
11}
12
13.SBModalView{
14        position: absolute;
15        top: 0px;
16        bottom: 0px;
17        left: 0px;
18        right: 0px;
19        background-color: rgba(0,0,0,0.8);
20        display: none;
21}
22
23.SBModalContents{
24        position: absolute;
25        top: 0px;
26        bottom: 0px;
27        left: 0px;
28        right: 0px;
29        margin: auto;
30        width: 90%;
31        height: 90%;
32        background: white;
33        overflow: hidden;
34}
35
36.SBModalContents .SBSelects{
37        float: left;
38        background-color: #eeeeff;
39}
40
41.SBModalContents .SBSelects select{
42        width: 30%;
43        height: 2em;
44}
45
46.SBModalContents .SBSelects input{
47        display: inline-block;
48        width: 7.5%;
49        margin: 0 1% 0;
50        height: 2em;
51}
52
53.SBModalContents .SBMessage{
54        float: left;
55        text-align: center;
56        background-color: #eeeeff;
57}
58
59.SBModalContents .SBResult{
60        display: none;
61        float: left;
62        margin-top: 0.3em;
63        margin-left: 0.3em;
64}
65
66.SBModalContents .SBViewAll{
67        display: none;
68        float: left;
69        margin-top: 0.3em;
70        margin-left: 0.5em;
71}
72
73.SBModalContents .SBGraph{
74        float: left;
75}
76
77.SBModalContents .SBAjaxLoad{
78        position: relative;
79        top: 0;
80        left:0;
81        height: 100%;
82        background: #fffafa;
83}
84
85.SBModalContents .SBLoadIcon{
86        position: absolute;
87        top: 0;
88        left: 0;
89        right: 0;
90        bottom: 0;
91        margin: auto;
92        width: 100px;
93        height: 100px;
94}
95
96.SBModalContents .SBSelectedPath{
97        float: left;
98        text-align: center;
99        word-wrap: break-word;
100}
101
102.SBSelectedPath h2{
103        color: #ffaaaa;
104}
105
106.SBModalContents .SBModalButtons{
107        float: left;
108        text-align: center;
109}
Note: リポジトリブラウザについてのヘルプは TracBrowser を参照してください。