Factor CSS

Results for http://reddit.com/static/styles.css

Input CSS

 1 <!doctype html>
 2      <html>
 3   <head>
 4     <title>Blocked</title>
 5     <style>
 6       body {
 7           font: small verdana, arial, helvetica, sans-serif;
 8           width: 600px;
 9           margin: 0 auto;
10       }

11 
12       h1 {
13           height: 40px;
14           background: transparent url(//www.redditstatic.com/reddit.com.header.png) no-repeat scroll top right;
15       }

16     </style>
17   </head>
18   <body>
19     <h1>whoa there, pardner!</h1>
20 
21 <p>Your request has been blocked due to a network policy.</p>
22 
23 <p>Try logging in or creating an account <a href=https://www.reddit.com/login/>here</a> to get back to browsing.</p>
24 
25 <p>If you're running a script or application, please register or sign in with your developer credentials <a href=https://www.reddit.com/wiki/api/>here</a>. Additionally make sure your User-Agent is not empty and is something unique and descriptive and try again. if you're supplying an alternate User-Agent string,
26 try changing back to default as that can sometimes result in a block.</p>
27 
28 <p>You can read Reddit's Terms of Service <a href=https://www.reddit.com/wiki/api/>here</a>.</p>
29 
30 <p>if you think that we've incorrectly blocked you or you would like to discuss
31 easier ways to get the data you want, please file a ticket <a href=https://support.reddithelp.com/hc/en-us/requests/new?ticket_form_id=21879292693140>here</a>.</p>
32 
33 <p>when contacting us, please include your ip address which is: <strong>2600:3c02::f03c:91ff:fe96:6b5a</strong> and reddit account</p>
34   </body>
35 </html>
36     

Factor CSS Output

 1 

Enter the HTTP URL of a stylesheet to factor it:

James Bursa