diff --git a/Builder/IISMainHandler/build.txt b/Builder/IISMainHandler/build.txt index dee9fcb..6f41660 100644 --- a/Builder/IISMainHandler/build.txt +++ b/Builder/IISMainHandler/build.txt @@ -1 +1 @@ -1915 \ No newline at end of file +1919 \ No newline at end of file diff --git a/static/css/modern/think.css b/static/css/modern/think.css new file mode 100644 index 0000000..11aa8bd --- /dev/null +++ b/static/css/modern/think.css @@ -0,0 +1,11 @@ +@import "high-contrast.css"; + +BODY{ + background-image:url('/static/images/modern/think/think.png'); + background-repeat:no-repeat; + background-attachment:fixed; + background-position:right bottom; +} + +.header, .header a { text-transform:uppercase; font-family:Courier, monospace; } +.categorycontainer_title, .boardcontainer_name { text-transform:uppercase; font-family:Courier, monospace; } diff --git a/static/images/modern/think/think.png b/static/images/modern/think/think.png index ee093a1..409c91b 100644 Binary files a/static/images/modern/think/think.png and b/static/images/modern/think/think.png differ