diff --git a/Builder/IISMainHandler/build.txt b/Builder/IISMainHandler/build.txt index 32196ac..5e1014b 100644 --- a/Builder/IISMainHandler/build.txt +++ b/Builder/IISMainHandler/build.txt @@ -1 +1 @@ -1702 \ No newline at end of file +1708 \ No newline at end of file diff --git a/static/css/modern/blue.css b/static/css/modern/blue.css new file mode 100644 index 0000000..901860c --- /dev/null +++ b/static/css/modern/blue.css @@ -0,0 +1,84 @@ +@import "fonts.css"; + +a { text-decoration:none;color:#404040} +A:link, a[pseudolink], a.pseudolink {text-decoration:none;color:#404040} +A:visited{text-decoration:none;color:#404040} +A:active{text-decoration:none;color:black} +A:hover{color:black;text-decoration:none} + +body { + color:black; + background-color:#1E90FF; + background-image:url(/static/images/modern/blue/clouds-seamless-background-blue1.jpg); +} + +.formboxes{ + color:#404040; + background-color:white; +} +pre { + background-color:#9f9f9f; + color:white +} + +.confluent{ + color:#dbedff; +} + +.postcontainer, .pmcontainer, .uploadcontainer { + border-color:#808080; +} +.pmcontainer.unread { + background-color:#bbcddf; +} +blockquote { + border:solid 1px #9f9f9f; + background-color:#cfcfcf; +} +.userbar_additional { + background-color:#CCD0FF; +} +.boardscontainer, .threadscontainer, .postscontainer, .conversationscontainer { + background-color:#dbedff; +} +.categorycontainer .boardscontainer, .categorycontainer_title { + background-color:#99CCFF; +} + +.boardcontainer, .threadcontainer, .conversationcontainer { + background-color:#dbedff; +} +.boardcontainer:hover, .threadcontainer:hover, .conversationcontainer:hover { + background-color:#EDF6FF; +} +.boardcontainer.updated, .threadcontainer.updated, .conversationcontainer.updated { + background-color:#FFDBDB; +} +.boardcontainer.updated:hover, .threadcontainer.updated:hover, .conversationcontainer.updated:hover { + background-color:#FFEDED; +} +.board_additional, .threadcontainer_additional, .conversationcontainer_additional { + background-color:#E0FFDB; +} +.postcontainer, .pmcontainer, .uploadcontainer { + background-color:#dbedff; +} + +.header, .header a { + color:#606060; +} +.header a.selected { + color:black; +} +.header a:hover { + color:black; +} +.header a.disabled, .header a.disabled:hover { + color:#BFBFBF; +} +.UG_Moderators { + color:blue !important; +} +.UG_Administrators { + color:black !important; +} diff --git a/static/css/modern/global.css b/static/css/modern/global.css index f5c41fb..b722106 100644 --- a/static/css/modern/global.css +++ b/static/css/modern/global.css @@ -1,5 +1,21 @@ body { font-size:11pt; } +FORM{ + DISPLAY:inline; + MARGIN-BOTTOM:0; +} + +pre { + font-size:0.9em; + BORDER:solid 1px; + PADDING: 0.2em 0.3em; + MARGIN:0 0.5em 0 1em; +} + +.formboxes { + font-size:1em; +} + .signature { max-height:3.5em; overflow:hidden; @@ -214,6 +230,7 @@ a.external { } .conversationcontainer_title { font-size:1.5em; + height:2.5em; } .threadcontainer_additionalcontainer, .conversationcontainer_additionalcontainer { height:0px; diff --git a/static/css/modern/high-contrast.css b/static/css/modern/high-contrast.css index 100ed52..a2b23d2 100644 --- a/static/css/modern/high-contrast.css +++ b/static/css/modern/high-contrast.css @@ -7,11 +7,10 @@ A:active{text-decoration:none;color:#999999} A:hover{COLOR:white;text-decoration:none} BODY{color:#ffffff;background-color:black} -FORM{DISPLAY:inline;MARGIN-BOTTOM:0} -.formboxes{font-size:1em;color:#eeeeee;BACKGROUND-COLOR:black;} +.formboxes{color:#eeeeee;BACKGROUND-COLOR:black;} -PRE{background-color:#303030;font-size:0.9em;BORDER:#999999 1px solid;PADDING: 0.2em 0.3em;MARGIN:0 0.5em 0 1em;color:white} +PRE{background-color:#303030;border-color:#999999;color:white} .confluent{COLOR:black;} diff --git a/static/images/modern/blue/clouds-seamless-background-blue1.jpg b/static/images/modern/blue/clouds-seamless-background-blue1.jpg new file mode 100644 index 0000000..2e02ecd Binary files /dev/null and b/static/images/modern/blue/clouds-seamless-background-blue1.jpg differ diff --git a/templates/Modern/AllPosts.xslt b/templates/Modern/AllPosts.xslt index 7ebed7f..ac663eb 100644 --- a/templates/Modern/AllPosts.xslt +++ b/templates/Modern/AllPosts.xslt @@ -11,7 +11,7 @@ страницы: -
+
diff --git a/templates/Modern/AllThreads.xslt b/templates/Modern/AllThreads.xslt index cda72c6..64a28c0 100644 --- a/templates/Modern/AllThreads.xslt +++ b/templates/Modern/AllThreads.xslt @@ -11,7 +11,7 @@ страницы:
-
+
diff --git a/templates/Modern/Board.xslt b/templates/Modern/Board.xslt index 05f85a7..703f147 100644 --- a/templates/Modern/Board.xslt +++ b/templates/Modern/Board.xslt @@ -18,7 +18,7 @@ страницы:
-
+
diff --git a/templates/Modern/BoardAsThread.xslt b/templates/Modern/BoardAsThread.xslt index 980d34b..6bb57f0 100644 --- a/templates/Modern/BoardAsThread.xslt +++ b/templates/Modern/BoardAsThread.xslt @@ -11,7 +11,7 @@ страницы:
-
+
diff --git a/templates/Modern/Conversation.xslt b/templates/Modern/Conversation.xslt index 3c9def2..d076845 100644 --- a/templates/Modern/Conversation.xslt +++ b/templates/Modern/Conversation.xslt @@ -11,7 +11,7 @@ страницы:
-
+
diff --git a/templates/Modern/Conversations.xslt b/templates/Modern/Conversations.xslt index de45d44..e66cf28 100644 --- a/templates/Modern/Conversations.xslt +++ b/templates/Modern/Conversations.xslt @@ -10,7 +10,7 @@ страницы:
-
+
diff --git a/templates/Modern/Post.xslt b/templates/Modern/Post.xslt index 5832b0e..c9a7860 100644 --- a/templates/Modern/Post.xslt +++ b/templates/Modern/Post.xslt @@ -7,7 +7,7 @@ true -
+
diff --git a/templates/Modern/Thread.xslt b/templates/Modern/Thread.xslt index ea18aae..eefc002 100644 --- a/templates/Modern/Thread.xslt +++ b/templates/Modern/Thread.xslt @@ -13,7 +13,7 @@ страницы:
-
+
diff --git a/templates/Modern/UploadInfo.xslt b/templates/Modern/UploadInfo.xslt index 6f5df76..c070b23 100644 --- a/templates/Modern/UploadInfo.xslt +++ b/templates/Modern/UploadInfo.xslt @@ -4,7 +4,7 @@ Аплоад -
+
diff --git a/templates/Modern/UploadList.xslt b/templates/Modern/UploadList.xslt index 2fd44da..cfb8393 100644 --- a/templates/Modern/UploadList.xslt +++ b/templates/Modern/UploadList.xslt @@ -10,7 +10,7 @@ страницы:
-
+
diff --git a/templates/Modern/UserPosts.xslt b/templates/Modern/UserPosts.xslt index ab74e96..ac0e5f2 100644 --- a/templates/Modern/UserPosts.xslt +++ b/templates/Modern/UserPosts.xslt @@ -12,7 +12,7 @@ страницы:
-
+
diff --git a/templates/Modern/UserReplies.xslt b/templates/Modern/UserReplies.xslt index 49e8c53..a430df7 100644 --- a/templates/Modern/UserReplies.xslt +++ b/templates/Modern/UserReplies.xslt @@ -12,7 +12,7 @@ страницы:
-
+
diff --git a/templates/Modern/UserThreads.xslt b/templates/Modern/UserThreads.xslt index d0cb793..0f1075c 100644 --- a/templates/Modern/UserThreads.xslt +++ b/templates/Modern/UserThreads.xslt @@ -12,7 +12,7 @@ страницы:
-
+