Issues (2756)

css/share.css (43 issues)

1
#shareboxes, #tweet {
2
	overflow:hidden;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
3
}
4
5
#shareboxes{
6
	margin-top:15px;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
7
}
8
9
div.share {
10
	-moz-border-radius:5px;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
11
	-webkit-border-radius:5px;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
12
	border-radius:5px;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
13
	border:2px solid #88c0eb;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
14
	background:#fff;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
15
	margin-right:1em;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
16
	padding:0 1em;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
17
	float:left;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
18
	height:140px;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
19
}
0 ignored issues
show
Expected one blank line after closing brace of class definition; 0 found
Loading history...
20
#origlink{
21
	display:inline-block;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
22
	white-space:pre;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
23
	width:183px;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
24
	overflow:hidden;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
25
	vertical-align:-2px;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
26
}
0 ignored issues
show
Expected one blank line after closing brace of class definition; 0 found
Loading history...
27
#copybox {
28
	width:250px;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
29
}
0 ignored issues
show
Expected one blank line after closing brace of class definition; 0 found
Loading history...
30
#sharebox {
31
	width:500px;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
32
}
0 ignored issues
show
Expected one blank line after closing brace of class definition; 0 found
Loading history...
33
#tweet_body {
34
	float:left;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
35
	width:450px;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
36
	height:4em;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
37
	font-size:12px;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
38
}
0 ignored issues
show
Expected one blank line after closing brace of class definition; 0 found
Loading history...
39
#charcount {
40
	padding-left:5px;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
41
	color:#88c0eb;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
42
}
0 ignored issues
show
Expected one blank line after closing brace of class definition; 0 found
Loading history...
43
#charcount.negative {
44
	color:red;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
45
}
0 ignored issues
show
Expected one blank line after closing brace of class definition; 0 found
Loading history...
46
#share_links a {
47
	padding:0 12px 0 18px;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
48
	font-weight:bold
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
49
}
0 ignored issues
show
Expected one blank line after closing brace of class definition; 0 found
Loading history...
50
#share_links a:hover {
51
	background-position:2px center;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
52
}
0 ignored issues
show
Expected one blank line after closing brace of class definition; 0 found
Loading history...
53
#share_tw {background:transparent url(../images/twitter.png) left center no-repeat;}
0 ignored issues
show
Expected one blank line after closing brace of class definition; 0 found
Loading history...
Closing brace of class definition must be on new line
Loading history...
54
#share_fb {background:transparent url(../images/facebook.png) left center no-repeat;}
0 ignored issues
show
Closing brace of class definition must be on new line
Loading history...
55
56
#copylink{
57
	cursor:pointer;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
58
	background:transparent url(../images/copy.png) 130% center no-repeat;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
59
}
60
61
#copylink:hover, #copylink.hover {
62
	background-position:100% 50%;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
63
}
64
65