Develop and Download Open Source Software

Browse Subversion Repository

Contents of /trunk/app/assets/stylesheets/filelist.css.scss

Parent Directory Parent Directory | Revision Log Revision Log


Revision 17 - (show annotations) (download)
Sun Apr 27 12:01:59 2014 UTC (10 years, 1 month ago) by opa
File size: 2291 byte(s)


1 // *= require wait_circle
2
3 body{
4 background-color: rgb(239, 239, 244);
5 }
6 #filelist_header{
7 position: fixed;
8 width: 100%;
9 top: 0;
10 border-bottom: 1px solid rgb(200, 200, 200);
11 text-align: center;
12 color: black;
13 background-color: rgba(247, 247, 248, 0.9);
14 line-height: 100%;
15 font-family: Thonburi, Meiryo, sans-serif;
16 clear: both;
17
18 table{
19 width: 100%;
20 min-height: 48px;
21 }
22 #vpath{
23 font-family: DINCondensed-Bold, Meiryo, sans-serif;
24 }
25 #parent{
26 padding: 3px;
27 color: rgb(0, 108, 255);
28 text-align: left;
29 white-space: nowrap;
30 }
31 #setting{
32 padding: 3px;
33 color: rgb(0, 108, 255);
34 text-align: right;
35 white-space: nowrap;
36 }
37 .icon{
38 position: relative;
39 top: 1px;
40 width: 13px;
41 height: 13px;
42 }
43 }
44 #filelist {
45 font-family: HiraKakuProN-W3, Meiryo, sans-serif;
46 clear: both;
47
48 #header_padding{
49 background-color: white;
50 height: 66px;
51 }
52 ul{
53 list-style-type: none;
54 margin: 0;
55 padding: 0;
56 background-color: white;
57 vertical-align: middle;
58 white-space: normal;
59
60 li{
61 border: none;
62 border-bottom: 1px solid rgb(200, 200, 200);
63 width: 320px; // JS������������
64 overflow: hidden;
65 float: left;
66 }
67 li:nth-last-child(2){
68 border: none;
69 }
70 .highlight{
71 background-color: rgb(242, 244, 255);
72 }
73 }
74 .icon_area{
75 height: 64px;
76 width: 50px;
77 text-align: center;
78
79 .icon{
80 max-width: 48px;
81 max-height: 64px;
82 margin: 0 1px;
83 vertical-align: middle;
84 }
85 .thumbnail{
86 box-shadow:
87 0px 0px 1px gray,
88 1px 1px 2px gray;
89 }
90 }
91 .desc_area{
92 text-align: left;
93
94 .dir{
95 padding: 0 0 2px 3px;
96 line-height: 100%;
97 font-family: Thonburi, Meiryo, sans-serif;
98 font-size: 80%;
99 color: rgb(90, 90, 90);
100 }
101 .title{
102 padding: 2px 0 2px 3px;
103 line-height: 100%;
104 }
105 .desc{
106 padding: 0 0 0 3px;
107 white-space: nowrap;
108 overflow: hidden;
109 font-family: AvenirNextCondensed-Regular, Meiryo, sans-serif;
110 font-size: 90%;
111 color: rgb(90, 90, 90);
112
113 .indicator{
114 vertical-align: -2px;
115 max-width: 12px;
116 max-height: 12px;
117 }
118 }
119 }
120 .itemcount{
121 border-top: 1px solid rgb(200, 200, 200);
122 border-bottom: 1px solid rgb(200, 200, 200);
123 text-align: center;
124 clear: both;
125 color: black;
126 background-color: rgba(247, 247, 248, 0.9);
127 font-family: Thonburi, Meiryo, sans-serif;
128 }
129 }

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