-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsaglayici.css
79 lines (72 loc) · 1.64 KB
/
saglayici.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
@charset "utf-8";
/*
CSS of SAĞLAYICI company (http://www.saglayici.com/) used in WMSPanel custom branding.
Author: Umut Karacaoglan
*/
#footer {
background:none;
background-image:url(http://www.kureselbeta.com/img/company_logos.png);
background-position:0px -47px;
background-repeat:no-repeat;
height:27px;
padding-bottom:25px;
}
#header {
background: url(http://www.saglayici.com/img/nav_bg.jpg) repeat-x;
width: 100%;
margin-top: 95px;
padding-top: 2px;
padding-left:0px;
height: 42px;
z-index: 1000;
line-height:42px;
}
#header h1 img { display:none;}
#header h1 a {
background: url(http://www.saglayici.com/img/saglayici-logo.png) no-repeat;
display:block;
width:260px;
height:63px;
margin: 16px 0px;
position:absolute;
top:0px;
left:5%;
line-height: 42px;
}
#header UL#nav li a:first-child{ padding-left:15px !important;}
#header UL#nav li a,UL#nav li span {
display:block;
font-family: "Trebuchet MS", Arial, sans-serif;
text-transform:uppercase;
padding-left:10px;
padding-right:10px;
}
#header UL#nav li a:hover {
background-color:rgb(51, 51, 51);
}
#header #nav ul { top:42px; }
#header #nav li {
background:none;
line-height: 42px;
height:42px;
border-width: 0px 1px 0px 0px;
border-style: solid;
border-color: #454545;
padding:0px 0px;
}
#header #nav li:hover li a, #header #nav li.iehover li a {
background-color:rgb(51,51,51);
}
#header p.user {
padding-bottom: 0;
position: absolute;
right: 5%;
height: 142px;
width: 160px;
background: url(http://saglayici.com/img/contact.png) no-repeat;
top: 0px;
padding-top: 80px;
margin-top: 20px;
line-height: 16px;
}
#header p.user a { margin-top:20px;}