Skip to content

Commit 7ee498d

Browse files
committed
somo csses
1 parent 0e746c4 commit 7ee498d

File tree

14 files changed

+347
-94
lines changed

14 files changed

+347
-94
lines changed

.jshintrc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"browser": true,
3+
"esversion": 6,
4+
"predef": ["state", "console", "sessionStorage", "resizeImages", "functions"]
5+
6+
}

gal.style.css

Lines changed: 47 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
1+
html {
2+
width: 100%;
3+
}
4+
15
div.gal_scene{
26
/*position: relative;*/
3-
width: 800px;
4-
height: 300px;
7+
width: 100%;
8+
height: 400px;
9+
padding: 20px;
10+
margin-top: 40px;
511
background-color: #333333;
612
margin-right: 10px;
713
float: left;
@@ -19,6 +25,12 @@ div.gal_button{
1925
position: relative;
2026

2127

28+
}
29+
button.gal_button {
30+
width: 100px;
31+
margin: 5px;
32+
background-color: #ff0000;
33+
2234
}
2335
/*div.gal_button img.gal_img{
2436
opacity: .7
@@ -57,34 +69,59 @@ img.gal_right{
5769

5870

5971

60-
61-
.wrapper{
62-
63-
}
64-
6572
.topEnlarged {
6673

6774
width:80%;
68-
height:20px;
75+
height:40px;
6976
margin-left: 5px;
70-
background-image: url("img/topEnlardedBG.png");
71-
background-repeat: repeat-x;
77+
background-color: rgba(0,0,0,.7);
78+
79+
7280
}
7381

7482

7583
ul#gal_list{
7684
border: 1px solid #112233;
7785
width: 200px;
86+
height: 300px;
7887
float: left;
7988
position: relative;
8089
left: 0px;
8190
top:0px;
91+
list-style-type: none;
8292

8393
}
8494

95+
#gal_droparea {
96+
position: relative;
97+
clear: both;
8598

99+
margin-top: 30px;
100+
transform: translateY(50px);
101+
102+
}
103+
#gal_droparea h3 {
104+
height: 40px;
105+
line-height: 40px;
106+
background: rgba(10,10,10,.9);
107+
color: #fafffa;
86108

109+
}
110+
ul#gal_list {
111+
width: 100%;
112+
background-color: rgba(0,0,0,.7);
113+
margin-top: -19px;
114+
}
115+
116+
#scene > div.gal_button.gal_enlarged > img {
117+
margin: 10px;
118+
}
119+
120+
ul#gal_list {
121+
margin-top: 0px;
122+
}
87123
ul#gal_list li{
124+
list-style-type: none;
88125
width: 100%;
89126
border: 1px solid #223344;
90127

img/arrow2.svg

Lines changed: 73 additions & 0 deletions
Loading

img/cross.svg

Lines changed: 57 additions & 0 deletions
Loading

img/gal_close.png

-2.57 KB
Loading

img/gal_left.png

2.42 KB
Loading

img/gal_left.svg

Lines changed: 73 additions & 0 deletions
Loading

img/gal_right.png

2.41 KB
Loading

img/gallery/05.jpg

23.8 KB
Loading

img/gallery/06.jpg

26.3 KB
Loading

0 commit comments

Comments
 (0)