OSDN Git Service

初回コミット(v2.6.17.1)
[magic3/magic3.git] / widgets / s / photo / css / style.css
1 #photo_gallery {
2 /*      width: 620px;*/
3         /*width:100%;*/
4 }
5 #photo_gallery .gallery_nav {
6         clear: both;
7         padding: 0 50px 0 50px;
8 }
9 #photo_gallery li {
10         list-style-type:none;
11         background:none;
12         margin:0;
13         padding:0;
14         float: left;
15         behavior: '';   /* IE6 behavior reset */
16 }
17 #photo_gallery a {
18         text-decoration : none;
19 }
20 #photo_gallery .thumb_cont {
21 /*      height: 200px;*/
22 }
23 #photo_gallery img {
24 /*      border: 0;
25         margin: 0;*/
26         width: 90px;
27         height: 90px;
28 }
29 #photo_gallery .image_wrap {
30 }
31 #photo_gallery .title_wrap {
32         padding: 0 0 0 2px;
33         margin:0px;
34 }
35 #photo_gallery .score_wrap {
36         padding: 0 5px;
37 }
38 #photo_gallery .score_wrap img {
39         margin:0;
40         border:0;
41         width: 12px;
42         height: 12px;
43 }
44 #thumbs_ul {
45         padding: 0;
46         margin: 0 7px;
47 }
48 #thumbs_ul li {
49         padding: 0;
50         margin: 4px 4px;
51 }
52 .ui-input-search {
53         width: 50% !important;
54         display: inline-block;
55 }
56 #photo_detail .photo_image {
57         text-align:center;
58 }
59 #photo_detail .photo_image img {
60         margin: 0 auto;         /* for IE */
61 }
62 #photo_detail .photo_info {
63         width: 100%;
64         margin: 5px 0 5px;
65 }
66 #photo_detail .photo_info th {
67         width: 30%;
68 }
69 #photo_detail .photo_button {
70         text-align: right;
71 }
72 #photo_detail .photo_id {
73         font-size: small;
74 }
75 #photo_rating img {
76         margin:0;
77         border:0;
78 }
79 #photo_rating_input img {
80         margin:0;
81         border:0;
82 }
83 span.photo_rating_comment img {
84         margin:0;
85         border:0;
86 }
87 #photo_rate {
88         border:solid 1px #c6cfe1;
89         background:#dfe4ee;
90         padding:10px;
91         color:#333333;
92         margin-bottom:20px;
93         overflow: hidden;       /* for IE7,8*/
94         _width:100%;            /* for IE6 */
95 }
96 #photo_rate label {
97         font-weight:bold;
98 }
99 #gallery_category {
100         border:solid 1px #c6cfe1;
101         background:#dfe4ee;
102         padding:10px;
103         color:#333333;
104         margin-bottom:20px;
105         overflow: hidden;       /* for IE7,8*/
106         _width:100%;            /* for IE6 */
107 }
108 #gallery_category label{
109         display:block;
110         margin-bottom:10px;
111         color:#555555;
112 }
113 #gallery_category label span.gallery_title {
114         display:block;
115         float:left;
116         padding-right:6px;
117         width:70px;
118         text-align:right;
119         font-weight:bold;
120 }
121 #gallery_category .photo_button {
122         /*text-align: right;*/
123 }
124 #gallery_category .gallery_message {
125         padding: 0px 0 5px;
126 }