-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathiphone.css
120 lines (75 loc) · 1.91 KB
/
iphone.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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
#footer { padding: 0; margin-top: -10px; text-align: center;}
#main_container { width: 300px; margin: 0 auto; }
#sidebar { float: none; width: 100%; line-height: 22px;}
#sidebar ul li a { padding: 7px 6px; }
#sidebar ul {
margin: 10px 0;
}
.side_text_cont { display: none; }
.side_social { display: none; }
.menu-alone{
font-size: 30px !important;
float: right;
margin-top: -60px;
top: 0px;
display: block;
}
.logo{
height: 80px;
width: 80px;
margin-top: -1px;
margin-left: 0;
}
#category_menu, #cat_menu {
/*display: none;*/
position: absolute;
background-color: #000;
font-size: 12px !important;
width: 150px;
}
.menu{
visibility: collapse;
}
#menu{
float: right;
background-color: #000;
font-size: 12px !important;
width: 150px;
}
.single_title{
display: none;
}
.single_inside_content{
margin-top: -90px;
}
#content_cont{
margin-top: 0px;
}
#sidebar_right { display: none; }
#sidebar{
}
.single_inside_content{
max-height: 300px;
height: 300px;
}
#slideshow_cont { display: none; }
#content_cont { width: 100%; float: none; }
.home_post_box { float: none; width: 300px; height: 228px; }
.home_post_box img { width: 300px; height: 228px; }
.home_post_box_hover { left: 15px; top: 15px; width: 270px; height: 198px; }
.single_inside_content img { max-width: 300px; height: inherit; }
#single_cont { float: none; width: 100%; }
#commentform textarea { max-width: 280px; }
.blog_box_img { width: 300px; height: 158px; position: relative; }
.blog_box_img img { width: 300px; height: 158px; }
.blog_box_img_hover { top: 10px; left: 10px; width: 260px; height: 138px; padding: 0 10px; }
.blog_box_img_hover p { font-size: 11px; line-height: 18px; }
body{ overflow:hidden;}
.highlight{
visibility: visible;
z-index: 1;
}
.rayita{
border-left: 1px solid rgb(241, 96, 82) !important;
}
}