Skip to content

Make it pretty in Firefox #24

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 18, 2014
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
86 changes: 26 additions & 60 deletions stylesheets/application.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,9 @@ a {

a:hover {
background: #325986;
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#325986), to(#001A31));
background: linear-gradient(#325986, #001A31);
color: white;
border-radius: .25em;
-moz-border-radius: .25em;
-webkit-border-radius: .25em; }
border-radius: .25em; }

#enjoy a,
footer a {
Expand All @@ -23,11 +21,9 @@ footer a {
#enjoy a:hover,
footer a:hover {
background: white;
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(white), to(#325986));
background: linear-gradient(white, #325986);
color: #001a31;
border-radius: .25em;
-moz-border-radius: .25em;
-webkit-border-radius: .25em; }
border-radius: .25em; }

body {
font-family: "helvetica neue", helvetica, arial, "sans-serif";
Expand Down Expand Up @@ -59,13 +55,11 @@ ol.code,
.code,
code {
background: #eee;
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#eee));
background: linear-gradient(#fff, #eee);
border-width: 1px;
border-style: solid;
border-color: #666666;
border-radius: .25em;
-moz-border-radius: .25em;
-webkit-border-radius: .25em;
color: #333333;
display: block;
font-size: 14px;
Expand Down Expand Up @@ -117,14 +111,12 @@ p.or {

aside {
background: #e0ecff;
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e0ecff), to(white));
background: linear-gradient(#e0ecff, white);
padding: 1em;
border-color: white;
border-width: 1px;
border-style: solid;
border-radius: .25em;
-moz-border-radius: .25em;
-webkit-border-radius: .25em; }
border-radius: .25em; }
aside ul,
aside li {
margin: 0;
Expand Down Expand Up @@ -187,11 +179,9 @@ header {
margin-top: -6px; }
#version a {
background: #001a31;
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff8373), to(#ff1e00));
background: linear-gradient(#ff8373, #ff1e00);
color: white;
border-radius: .25em;
-moz-border-radius: .25em;
-webkit-border-radius: .25em;
letter-spacing: -.04em;
font-size: 3em;
font-weight: bold; }
Expand All @@ -205,7 +195,7 @@ header {

#intro {
background: #e0ecff;
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(white), to(#e0ecff));
background: linear-gradient(white, #e0ecff);
padding: 15px 0 0;
border-bottom: 1px solid #ccc;
}
Expand Down Expand Up @@ -326,8 +316,6 @@ p.more {
.review {
background: #f2f6ce;
border-radius: .25em;
-moz-border-radius: .25em;
-webkit-border-radius: .25em;
color: #333333;
display: block;
padding: 1.5em;
Expand Down Expand Up @@ -366,10 +354,8 @@ a.instruction {
padding: 0.5em 0 0.25em 0.25em;
display: block;
background: #dedede;
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fefefe), to(#dddddd));
background: linear-gradient(#fefefe, #dddddd);
border-radius: 0.1em;
-moz-border-radius: 0.1em;
-webkit-border-radius: 0.1em;
font-family: 'Courier New', Courier;
}

Expand All @@ -378,10 +364,8 @@ a.instruction:hover {
color: black;
padding: 0.5em 0 0.25em 0.25em;
background: #dedede;
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fefefe), to(#dddddd));
background: linear-gradient(#fefefe, #dddddd);
border-radius: 0.1em;
-moz-border-radius: 0.1em;
-webkit-border-radius: 0.1em;
font-family: 'Courier New', Courier;
}

Expand Down Expand Up @@ -438,10 +422,7 @@ div.post {
text-align: center;
margin: 0 0 2em 0;
background: #dedded;
border-radius: .3em;
-moz-border-radius: .3em;
-webkit-border-radius: .3em;
}
border-radius: .3em; }

.comments p {
padding-top: 1em;
Expand All @@ -464,15 +445,15 @@ div.post {
}

#mc_embed_signup h2 {font-weight:bold; padding:0; margin:15px 0; font-size:1.4em;}
#mc_embed_signup input {border:1px solid #999; -webkit-appearance:none;}
#mc_embed_signup input[type=checkbox]{-webkit-appearance:checkbox;}
#mc_embed_signup input[type=radio]{-webkit-appearance:radio;}
#mc_embed_signup input {border:1px solid #999; -webkit-appearance:none; -moz-appearance:none;}
#mc_embed_signup input[type=checkbox]{-webkit-appearance:checkbox; -moz-appearance:none;}
#mc_embed_signup input[type=radio]{-webkit-appearance:radio; -moz-appearance:radio;}
#mc_embed_signup input:focus {border-color:#333;}
#mc_embed_signup .button {
clear:both;

background: #001a31;
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff8373), to(#ff1e00));
background: linear-gradient(#ff8373, #ff1e00);
color: white;
background-color: #aaa;
border: 0 none;
Expand Down Expand Up @@ -689,29 +670,23 @@ a#feed_icon:hover {
}
.languages nav li a.current {
background: #325986;
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#325986), to(#001A31));
background: linear-gradient(#325986, #001A31);
color: white;
border-radius: .25em;
-moz-border-radius: .25em;
-webkit-border-radius: .25em;
}

.doc_menu a#documentation {
background: #325986;
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#325986), to(#001A31));
background: linear-gradient(#325986, #001A31);
color: white;
border-radius: .25em;
-moz-border-radius: .25em;
-webkit-border-radius: .25em;
}

.blog_menu a#blog {
background: #325986;
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#325986), to(#001A31));
background: linear-gradient(#325986, #001A31);
color: white;
border-radius: .25em;
-moz-border-radius: .25em;
-webkit-border-radius: .25em;
}

.diagram {
Expand All @@ -728,24 +703,22 @@ a#feed_icon:hover {
.diagram .basement {
margin-bottom: 1em;
background: red;
border-radius: .25em;
-webkit-border-radius: .25em;
-moz-border-radius: .25em; }
border-radius: .25em; }
.diagram .turret {
background: #0088ff;
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e0ecff), to(#08F));
background: linear-gradient(#e0ecff, #08F);
color: white; }
.diagram .attic {
background: #325986;
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e0ecff), to(#325986));
background: linear-gradient(#e0ecff, #325986);
color: #e0ecff; }
.diagram .mezzanine {
background: #004480;
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#08F), to(#004480));
background: linear-gradient(#08F, #004480);
color: #e0ecff; }
.diagram .basement {
background: #001a31;
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#004480), to(#001A31));
background: linear-gradient(#004480, #001A31);
color: #e0ecff; }
.diagram #primitives {
padding: 5.75em 0; }
Expand Down Expand Up @@ -795,9 +768,7 @@ footer {
background: #e0ecff;
color: #001a31;
padding: .5em .5em .5em 15px;
border-radius: .25em;
-moz-border-radius: .25em;
-webkit-border-radius: .25em; }
border-radius: .25em; }
#docs_faq dl dd {
font-size: 1.5em;
margin: 0;
Expand Down Expand Up @@ -827,14 +798,9 @@ footer {

#announcement a:hover {
background: #325986;
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#325986), to(#001A31));
background: linear-gradient(#325986, #001A31);
color: white;
border-radius: .25em;
-moz-border-radius: .25em;
-webkit-border-radius: .25em;
border-radius: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;

}
/* ...#rbxday announcment */
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy