diff --git a/.gitignore b/.gitignore index 57a1574..8875a80 100644 --- a/.gitignore +++ b/.gitignore @@ -194,3 +194,6 @@ FakesAssemblies/ # Visual Studio 6 workspace options file *.opt + +# Vim files +*.swp diff --git a/css/main.css b/css/main.css new file mode 100644 index 0000000..4fa660b --- /dev/null +++ b/css/main.css @@ -0,0 +1,44 @@ +/* Import statements here ...*/ +@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,400,300,700); +@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:400italic,700italic,400,700); + +body { + font-family: 'Open Sans'; + margin: 0px 20px; +} + +h1, h2 h3, h4, h5, h6 { + font-family: 'Roboto Condensed'; +} + +/* Adding some whitespace */ +p { + margin-bottom: 12px; +} +#platforms > h2 { + font-family: 'Roboto Condensed'; +} +#platforms > table { + font-family: 'Open Sans'; +} + +/* Links */ +a { + color: #682079; +} +a:hover { + color: #682079; + text-decoration: underline; +} + +.btn-gs:hover, .btn-gs:active, .btn-gs:focus, .jquery-active { + color: #fff; + background-color: #682079; +} +.btn-gs-active { + color: #fff; + background-color: #682079; +} + + + diff --git a/dotnet-nuget-packages.html b/dotnet-nuget-packages.html index 2ad9320..bd87f45 100644 --- a/dotnet-nuget-packages.html +++ b/dotnet-nuget-packages.html @@ -1,6 +1,8 @@