From 97cd50d7885b56a4a11da473f3bacf7d91a78b2e Mon Sep 17 00:00:00 2001 From: Zlatko Knezevic Date: Mon, 27 Jul 2015 22:45:58 -0700 Subject: [PATCH] Initial small styling (mimicking Core site) --- .gitignore | 3 ++ css/main.css | 44 +++++++++++++++++++ dotnet-nuget-packages.html | 4 +- get-dotnet.html | 4 +- ...dotnet-framework-initialization-error.html | 12 ++--- help/dotnet45-xp.html | 2 + install-dotnet.html | 5 ++- target-dotnet-platforms.html | 16 ++++--- 8 files changed, 74 insertions(+), 16 deletions(-) create mode 100644 css/main.css 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 @@ Microsoft .NET Framework NuGet Packages + +

Microsoft .NET Framework NuGet Packages

@@ -66,4 +68,4 @@ - \ No newline at end of file + diff --git a/get-dotnet.html b/get-dotnet.html index b36c2b8..cc158c2 100644 --- a/get-dotnet.html +++ b/get-dotnet.html @@ -3,6 +3,8 @@ Get .NET. Get your app working. + +