forked from Awful/Awful.app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
posts-view-fyad.less
105 lines (84 loc) · 1.33 KB
/
posts-view-fyad.less
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
/*
posts-view-26.css
Awful
Copyright 2012 Awful Contributors. CC BY-NC-SA 3.0 US https://github.com/Awful/Awful.app
*/
@import "base.less";
body {
background-color: #f99;
}
post {
margin: 8px 0;
border-top: 0;
border-bottom: 0;
.iphone &,
.ipad & {
padding: 0;
}
}
.postbody {
background-color: #fff;
border-radius: 10px;
border: 3px solid #000;
.ipad & {
padding: 5px;
}
.iphone & {
padding: .36em;
margin-top: -4px;
}
}
header {
position: relative;
height: 69px;
background-size: 70px 26px;
border-bottom-width: 0px;
.iphone & {
top: -1px;
background: 40px bottom no-repeat url('awful-resource://fyad-bubble.png');
background-size: 75px 25px;
}
.ipad & {
top: 3px;
padding: 11px 15px 15px 15px;
background: 65px bottom no-repeat url('awful-resource://fyad-bubble.png');
background-size: 70px 25px;
}
}
.regdate {
display: none;
}
.avatar {
.iphone & {
max-width: 50px;
max-height: 50px;
}
}
.username {
.op & {
color: #f39;
}
}
.postdate {
.ipad & {
display: block;
}
}
.action-button {
color: #f39;
}
.postbody a, [data-awful-linkified-image] {
color: #f39;
}
@import "spoilers.less";
.spoilers(#000);
.bbc-block {
h4,
h5 {
color: #555;
}
}
#end {
line-height: 3em;
color: black;
}