forked from Awful/Awful.app
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathposts-view-26.less
More file actions
118 lines (96 loc) · 1.42 KB
/
Copy pathposts-view-26.less
File metadata and controls
118 lines (96 loc) · 1.42 KB
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
/*
posts-view-26.css
Awful
Created by Jim Murtha on 12-12-30.
Copyright (c) 2012 Regular Berry Software LLC. All rights reserved.
*/
@import "base.less";
body {
background-color: #f99;
}
.post {
.iphone &,
.ipad & {
padding: 0;
}
}
.postbody {
background-color: #fff;
border-radius: 10px;
border: 3px solid #000;
.ipad & {
padding: 5px;
}
}
header {
position: relative;
height: 69px;
background-size: 70px 26px;
border-bottom-width: 0px;
.iphone & {
top: 3px;
// Pass URLs through LESS to avoid rewriting them to absolute URLs.
background: 40px bottom no-repeat ~"url('fyad-bubble.png')";
}
.ipad & {
top: 11px;
padding: 0 15px 15px 15px;
background: 65px bottom no-repeat ~"url('fyad-bubble.png')";
}
}
.avatar {
.iphone & {
max-width: 50px;
max-height: 50px;
}
}
.username {
.role-op & {
color: #f39;
}
}
.postdate {
.ipad & {
display: block;
}
}
.action-button {
color: #f39;
font-size: 2.5em;
}
.postbody a {
color: #f39;
}
@import "spoilers.less";
.spoilers(#000, #fff);
.bbc-block {
h4,
h5 {
color: #555;
}
}
blockquote {
.dark & {
border-left-color: #999;
}
}
.attachment {
margin: 0;
}
#end {
line-height: 3em;
color: #000;
}
#loading {
.container {
color: #000;
}
.progress-bar {
display: none;
color: #000;
}
p {
padding-top: 30px;
text-align: center;
}
}