mirror of
https://github.com/ForkAwesome/Fork-Awesome.git
synced 2024-12-26 21:41:31 +08:00
final updates to pages and styles
This commit is contained in:
parent
7037344722
commit
8eec9df128
File diff suppressed because one or more lines are too long
@ -7,11 +7,6 @@
|
|||||||
.text-align-right { text-align: right; }
|
.text-align-right { text-align: right; }
|
||||||
.text-align-center { text-align: center; }
|
.text-align-center { text-align: center; }
|
||||||
|
|
||||||
// These accomodate navbar-fixed-top
|
|
||||||
//#overview { padding-top: 60px; }
|
|
||||||
//#new-icons, #all-icons, #examples, #integration, #code, #roadmap {
|
|
||||||
// padding-top: 40px;
|
|
||||||
//}
|
|
||||||
.navbar .brand {
|
.navbar .brand {
|
||||||
// padding: 11px 20px 9px;
|
// padding: 11px 20px 9px;
|
||||||
color: @white;
|
color: @white;
|
||||||
@ -19,9 +14,6 @@
|
|||||||
.icon-flag { padding-right: 3px; }
|
.icon-flag { padding-right: 3px; }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
//.navbar-inner { .border-radius(0); }
|
|
||||||
|
|
||||||
.navbar .nav > li > a { padding: 12px 10px 9px; }
|
.navbar .nav > li > a { padding: 12px 10px 9px; }
|
||||||
|
|
||||||
h1, h2, h3, h4, h5, h6 { font-family: @serifFontFamily; }
|
h1, h2, h3, h4, h5, h6 { font-family: @serifFontFamily; }
|
||||||
@ -59,20 +51,9 @@ h1, h2, h3, h4, h5, h6 { font-family: @serifFontFamily; }
|
|||||||
//}
|
//}
|
||||||
|
|
||||||
.jumbotron {
|
.jumbotron {
|
||||||
background: @red; /* Old browsers */
|
background: @red;
|
||||||
// background: -moz-linear-gradient(45deg, #020031 0%, #6d3353 100%); /* FF3.6+ */
|
|
||||||
// background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#020031), color-stop(100%,#6d3353)); /* Chrome,Safari4+ */
|
|
||||||
// background: -webkit-linear-gradient(45deg, @red 0%, mix(@red, @redDark, 50%) 100%); /* Chrome10+,Safari5.1+ */
|
|
||||||
// background: -o-linear-gradient(45deg, #020031 0%,#6d3353 100%); /* Opera 11.10+ */
|
|
||||||
// background: -ms-linear-gradient(45deg, #020031 0%,#6d3353 100%); /* IE10+ */
|
|
||||||
// background: linear-gradient(45deg, #020031 0%,#6d3353 100%); /* W3C */
|
|
||||||
// filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#020031', endColorstr='#6d3353',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
|
|
||||||
border-bottom: 1px solid @redDark;
|
border-bottom: 1px solid @redDark;
|
||||||
|
|
||||||
|
|
||||||
// margin-bottom: 0;
|
|
||||||
padding: 90px 0 48px;
|
padding: 90px 0 48px;
|
||||||
// .border-radius(0);
|
|
||||||
// #gradient > .radial( lighten(@red, 10%), @red);
|
// #gradient > .radial( lighten(@red, 10%), @red);
|
||||||
// background-color: @red;
|
// background-color: @red;
|
||||||
&, h1 { color: @white; }
|
&, h1 { color: @white; }
|
||||||
@ -147,7 +128,7 @@ h1, h2, h3, h4, h5, h6 { font-family: @serifFontFamily; }
|
|||||||
}
|
}
|
||||||
|
|
||||||
.btn-github {
|
.btn-github {
|
||||||
.buttonBackground(mix(@grayLighter, @white, 50%), mix(@grayLighter, @grayLight, 50%));
|
.buttonBackground(@white, mix(@grayLighter, @grayLight, 50%));
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-primary, .btn-github {
|
.btn-primary, .btn-github {
|
||||||
|
@ -28,6 +28,17 @@
|
|||||||
<!-- Le fav and touch icons -->
|
<!-- Le fav and touch icons -->
|
||||||
<link rel="shortcut icon" href="assets/ico/favicon.ico">
|
<link rel="shortcut icon" href="assets/ico/favicon.ico">
|
||||||
|
|
||||||
|
<script type="text/javascript">
|
||||||
|
var _gaq = _gaq || [];
|
||||||
|
_gaq.push(['_setAccount', 'UA-30136587-1']);
|
||||||
|
_gaq.push(['_trackPageview']);
|
||||||
|
|
||||||
|
(function() {
|
||||||
|
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
|
||||||
|
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
|
||||||
|
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
|
||||||
|
})();
|
||||||
|
</script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
|
@ -2,7 +2,8 @@
|
|||||||
<!--[if lt IE 7 ]><html class="ie ie6" lang="en"> <![endif]-->
|
<!--[if lt IE 7 ]><html class="ie ie6" lang="en"> <![endif]-->
|
||||||
<!--[if IE 7 ]><html class="ie ie7" lang="en"> <![endif]-->
|
<!--[if IE 7 ]><html class="ie ie7" lang="en"> <![endif]-->
|
||||||
<!--[if IE 8 ]><html class="ie ie8" lang="en"> <![endif]-->
|
<!--[if IE 8 ]><html class="ie ie8" lang="en"> <![endif]-->
|
||||||
<!--[if (gte IE 9)|!(IE)]><!--><html lang="en"> <!--<![endif]-->
|
<!--[if (gte IE 9)|!(IE)]><!-->
|
||||||
|
<html lang="en" xmlns="http://www.w3.org/1999/html"> <!--<![endif]-->
|
||||||
<head>
|
<head>
|
||||||
<!-- Basic Page Needs
|
<!-- Basic Page Needs
|
||||||
================================================== -->
|
================================================== -->
|
||||||
@ -236,7 +237,11 @@
|
|||||||
<section id="icons-new" class="row">
|
<section id="icons-new" class="row">
|
||||||
<div class="span12">
|
<div class="span12">
|
||||||
<h2 class="page-header">New Icons in 3.0</h2>
|
<h2 class="page-header">New Icons in 3.0</h2>
|
||||||
<p>You asked, Font Awesome delivers with 40 shiny new icons in version 3.0. This giant set of new icons was requested on the <a href="https://github.com/FortAwesome/Font-Awesome" target="_blank">Font Awesome GitHub project</a>.</p>
|
<p>
|
||||||
|
You asked, Font Awesome delivers with 40 shiny new icons in version 3.0. New icons can be requested on the
|
||||||
|
<a href="https://github.com/FortAwesome/Font-Awesome" target="_blank">Font Awesome GitHub project</a>. Or even
|
||||||
|
better, you can <a href="#contribute">contribute your own icons</a>.
|
||||||
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="span3">
|
<div class="span3">
|
||||||
|
@ -28,6 +28,17 @@
|
|||||||
<!-- Le fav and touch icons -->
|
<!-- Le fav and touch icons -->
|
||||||
<link rel="shortcut icon" href="assets/ico/favicon.ico">
|
<link rel="shortcut icon" href="assets/ico/favicon.ico">
|
||||||
|
|
||||||
|
<script type="text/javascript">
|
||||||
|
var _gaq = _gaq || [];
|
||||||
|
_gaq.push(['_setAccount', 'UA-30136587-1']);
|
||||||
|
_gaq.push(['_trackPageview']);
|
||||||
|
|
||||||
|
(function() {
|
||||||
|
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
|
||||||
|
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
|
||||||
|
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
|
||||||
|
})();
|
||||||
|
</script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user