-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstylesheet.css
103 lines (91 loc) · 1.55 KB
/
stylesheet.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
/* Remove the navbar's default margin-bottom and rounded borders */
.navbar {
margin-bottom: 0;
border-radius: 0;
opacity: 0.9;
}
/* Add a gray background color and some padding to the footer */
footer {
background-color: #f2f2f2;
padding:40px;
}
.carousel-inner img {
width: 100%; /* Set width to 100% */
margin: auto;
min-height:200px;
}
/* Hide the carousel text when the screen is less than 600 pixels wide */
@media (max-width: 600px) {
.carousel-caption {
display: none;
}
}
/*******carousel******/
@media (max-width: 767px) {
.carousel-inner > .item
{
height: 20em;
}
.slider-size >img {
max-width: 100%;
max-height: 100%;
}
}
.carousel-inner > .item>img
{
height: 35em;
}
.slider-size > img {
max-width: 100%;
max-height: 100%;
}
/******logooo***********/
#logic{
height: 1.5em;
}
/*******fuuter*****/
#futer{
background-color: #404040;
/*background-color: #ff0000;*/
}
#ukras{
border-color: #7f8282;
border-width: 2vw;
margin-bottom: 0;
}
span img{
height:2em;
width:2em;
}
footer span{
display: inline-block;
margin-right: 1em;
}
footer p{
color: white;
}
body{
padding-top: 50px;
}
#spam
{
position: relative;
overflow: hidden;
margin-bottom: 25px;
}
#spam p{
position: absolute;
bottom:0;
right:0;
margin: 0;
width: 100%;
text-align:center;
font-size: 2em;
background-color: #000;
color:#fff;
opacity:.8;
}
#nohiperlink{
text-decoration:none;
color:black;
}