Report abuse

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
/* code ripped from /r/apple with minor tweaks by sifarat */

.#search input[type="text"] {
    font-size: 14px;
    width: 267px !important;
    height: 73px !important;
    margin: -15px 0px -17px -1px !important;
    padding: 0px 0px 0px 35px !important;
    outline: none;
    background: url(http://thumbs.reddit.com/t5_2qh1f_6.png) no-repeat transparent !important;
    border: none !important;
    border-style: hidden;
    border-width: 0px
    }

.infobar {
    color: #FFFFFF;
    clear: left;
    text-shadow: #000 1px 1px 1px;
    width: 270px;
    height: 63px;
    margin-top: 7px !important;
    margin-bottom: -7px !important;
    margin-left: 0px !important;
    padding-top: 20px !important;
    padding-left: 20px !important;
    background: url(http://thumbs.reddit.com/t5_2qh1f_1.png) #F2F2F2;
    border: 0px solid #C2C2C2;
    border-top: 0px;
    -webkit-border-bottom-right-radius: 0px !important;
    -webkit-border-bottom-left-radius: 0px !important;
    -webkit-border-top-right-radius: 0px !important;
    -webkit-border-top-left-radius: 0px !important;
    -moz-border-radius-bottomright: 0px !important;
    -moz-border-radius-bottomleft: 0px !important;
    -moz-border-radius-topright: 0px !important;
    -moz-border-radius-topleft: 0px !important
    }
.infobar .md {
    color: #000;
    text-shadow: none;
    width: 300px;
    height: 87px;
    margin: 0px !important;
    margin-top: -20px !important;
    margin-left: -20px !important;
    padding: 0px !important;
    padding-top: 20px !important;
    padding-left: 40px !important;
    background-image: none;
    background: #F2F2F2
    }
div#moresearchinfo {
    color: #FFFFFF;
    text-shadow: #000 1px 1px 1px;
    position: absolute;
    z-index: 101;
    width: 260px;
    height: 373px;
    margin-top: 0px !important;
    margin-left: -20px !important;
    padding-top: 0px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    background: url(http://thumbs.reddit.com/t5_2qh1f_3.png) transparent no-repeat;
    background-position: 0px 42px;
    border: 0px solid #C2C2C2;
    border-top: 0px
    }
div#moresearchinfo a {
    color: #FFFFFF !important;
    text-shadow: #000 1px 1px 1px
    }
div#moresearchinfo a:hover {
    color: #08C !important;
    text-shadow: #000 1px 1px 1px
    }


div#link-desc.infobar {
    padding-top: 5px !important;
    background: none;
    width:370px !important;  
    color:#000 !important;
    text-shadow:none !important;
    }

div#text-desc.infobar {
    padding-top: 5px !important;
    background: none;
    width:370px !important;
   color:#000 !important;
   text-shadow:none !important;
    }