Develop and Download Open Source Software

Browse Subversion Repository

Contents of /trunk/app/assets/stylesheets/pagelist.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 ago) by opa
File size: 1117 byte(s)


1 body{
2 background-color: rgb(239, 239, 244);
3 }
4 #pagelist{
5 clear: both;
6
7 ul{
8 list-style-type: none;
9 margin: 0;
10 padding: 0;
11 background-color: white;
12 text-align: center;
13 white-space: nowrap;
14 overflow: hidden;
15
16 .padding{
17 height: 32px;
18 clear: both;
19 background-color: rgb(247, 247, 248);
20 font-family: Thonburi, Meiryo, sans-serif;
21 }
22 li{
23 border: none;
24 width: 64px;
25 height: 104px;
26 float: left;
27 overflow: hidden;
28
29 .thumb_div{
30 display: table-cell;
31 width: 64px;
32 height: 85px;
33 background-color: rgb(239, 239, 244);
34 overflow: hidden;
35 vertical-align: middle;
36
37 img{
38 display: block;
39 margin: 0 auto;
40 max-width: 64px;
41 max-height: 85px;
42 }
43 }
44 .current_page{
45 width: 62px;
46 height: 83px;
47 background-color: rgb(255, 160, 160);
48 border: 1px solid red;
49 border-radius: 3px;
50 img{
51 max-width: 62px;
52 max-height: 83px;
53 }
54 }
55 .text_div{
56 background-image: linear-gradient(0deg, white, rgb(239, 239, 244));
57 font-family: DINCondensed-Bold, Meiryo, sans-serif;
58 font-size: 10pt;
59 }
60 }
61 }
62 }

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