-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathanime1.me-wide-screen-support.css
94 lines (76 loc) · 1.28 KB
/
anime1.me-wide-screen-support.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
/* title */
.site-branding {
margin-left: 14px;
}
.site-title {
margin-right: 0px;
}
.header-content.inline {
max-width: 100%;
}
.site-content {
max-width: 100%;
margin-left: 14px;
}
#primary-menu.nav-menu {
padding-left: 0px;
}
/* footer */
.site-footer .site-info {
text-align: left;
margin-left: 14px;
}
.site-footer .scroll-top {
height: 0px;
position: relative;
bottom: -33px;
border: 0px;
text-align: right;
padding-right: 24px;
margin-right: 14px;
}
.site-footer .scroll-top #scrolltop {
border: 0px;
}
/* widget */
.widget-area {
float: right;
width: auto;
margin-right: 14px;
margin-top: 33px
}
.widget_search input.search-field {
width: calc(100% - 60px);
}
/* content */
/*[[video-height]]*/
embed, iframe, object {
width: 1280px;
height: 720px;
}
#tablepress-1_wrapper.dataTables_wrapper {
margin-top: -48px;
}
.content-area {
padding-top: 0px;
margin-top: -15px;
width: 75%;
}
/* userstyles.org options support
embed, iframe, object {
width: 960px;
height: 540px;
}
embed, iframe, object {
width: 1280px;
height: 720px;
}
embed, iframe, object {
width: 1920px;
height: 1080px;
}
embed, iframe, object {
width: 2560px;
height: 1440px;
}
*/