ni_nitdoc: moved JS GitHub to Nitdoc.GitHub module
[nit.git] / share / ni_nitdoc / styles / static / git-favicon.png
diff --git a/share/ni_nitdoc/styles/github.css b/share/ni_nitdoc/styles/github.css
deleted file mode 100644 (file)
index 6280f96..0000000
+++ /dev/null
@@ -1,270 +0,0 @@
-button {\r
-       display: inline-block;\r
-       cursor: pointer;\r
-       background-color: #92C929;\r
-       background-image: -webkit-gradient(linear, left top, left bottom, from(#92C929), to(#1d7900)); /* Saf4+, Chrome */\r
-       background-image: -webkit-linear-gradient(top, #92C929, #1d7900); /* Chrome 10+, Saf5.1+ */\r
-       background-image:    -moz-linear-gradient(top, #92C929, #1d7900); /* FF3.6 */\r
-       background-image:     -ms-linear-gradient(top, #92C929, #1d7900); /* IE10 */\r
-       background-image:      -o-linear-gradient(top, #92C929, #1d7900); /* Opera 11.10+ */\r
-       background-image:         linear-gradient(top, #92C929, #1d7900);\r
-       filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#92C929', EndColorStr='#1d7900'); /* IE6–IE9 */\r
-       border-radius: 4px;\r
-       -moz-border-radius: 4px;\r
-       -webkit-border-radius: 4px;\r
-       -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;\r
-       box-shadow: 0px 2px 4px rgba(0,0,0, .2);\r
-       -moz-box-shadow: 0px 2px 4px rgba(0,0,0, .2);\r
-       -webkit-box-shadow: 0px 2px 4px rgba(0,0,0, .2);\r
-       text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);\r
-       -moz-text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);\r
-       -webkit-text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);\r
-       border: 1px solid #1d7900;\r
-       color: #fff;\r
-       font-weight: bold;\r
-       font-size: 14px;\r
-       padding: 5px 7px 5px 7px;\r
-       text-align: center;\r
-}\r
-\r
-button[disabled=disabled] {\r
-       background-color: #999999;\r
-       background-image: -webkit-gradient(linear, left top, left bottom, from(#999999), to(#333333)); /* Saf4+, Chrome */\r
-       background-image: -webkit-linear-gradient(top, #999999, #333333); /* Chrome 10+, Saf5.1+ */\r
-       background-image:    -moz-linear-gradient(top, #999999, #333333); /* FF3.6 */\r
-       background-image:     -ms-linear-gradient(top, #999999, #333333); /* IE10 */\r
-       background-image:      -o-linear-gradient(top, #999999, #333333); /* Opera 11.10+ */\r
-       background-image:         linear-gradient(top, #999999, #333333);\r
-       filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#999999', EndColorStr='#333333'); /* IE6–IE9 */\r
-       border: 1px solid #333333;\r
-}\r
-\r
-button.github {\r
-       width: 200px;\r
-}\r
-\r
-button.github img {\r
-       margin-right: 7px;\r
-       margin-bottom: -3px;\r
-       height: 16px;\r
-       width: 16px;\r
-}\r
-\r
-/* Menu items */\r
-\r
-#liGitHub{\r
-       float:right;\r
-       margin-top:-4px;\r
-       height: 20px;\r
-       cursor: pointer;\r
-}\r
-\r
-#liGitHub.current {\r
-       color: #999;\r
-}\r
-\r
-#imgGitHub {\r
-       width: 20px;\r
-}\r
-\r
-/* Modal Box */\r
-\r
-#fade {\r
-       display: none;\r
-       background: #000;\r
-       position: fixed; left: 0; top: 0;\r
-       width: 100%; height: 100%;\r
-       opacity: .80;\r
-       filter: alpha(opacity=80);\r
-       z-index: 9999;\r
-}\r
-\r
-#modal{\r
-       display: none;\r
-       background: #fff;\r
-       padding: 20px;\r
-       border: 3px solid #ddd;\r
-       float: left;\r
-       position: fixed;\r
-       z-index: 99999;\r
-       /* fix Box Shadow CSS3 */\r
-       -webkit-box-shadow: 0px 0px 20px #000;\r
-       -moz-box-shadow: 0px 0px 20px #000;\r
-       box-shadow: 0px 0px 20px #000;\r
-       /* round corners CSS3 */\r
-       -webkit-border-radius: 10px;\r
-       -moz-border-radius: 10px;\r
-       border-radius: 10px;\r
-       text-align: left;\r
-}\r
-\r
-#modal .buttonArea, #modal h3 {\r
-       text-align: center;\r
-}\r
-\r
-#modal textarea {\r
-       min-width: 300px;\r
-       width: 100%;\r
-}\r
-\r
-#modal button {\r
-       line-height: 20px;\r
-       margin-bottom: 0;\r
-       padding: 4px 12px;\r
-       margin-top: 10px;\r
-}\r
-\r
-#modal .btnClose {\r
-       float: right;\r
-       margin: -35px -35px 0 0;\r
-       cursor: pointer;\r
-}\r
-\r
-#modal h3.error {\r
-       color: red;\r
-}\r
-\r
-/* Login box */\r
-\r
-#loginBox {\r
-       cursor: default;\r
-       position: absolute;\r
-       width : 220px;\r
-       margin-top: 10px;\r
-       margin-left: -194px;\r
-       z-index: 1010;\r
-       display: block;\r
-       padding: 10px;\r
-       text-align: left;\r
-       white-space: normal;\r
-       background-color: #ffffff;\r
-       border: 1px solid #ccc;\r
-       border: 1px solid rgba(0, 0, 0, 0.2);\r
-       -webkit-border-radius: 6px;\r
-       -moz-border-radius: 6px;\r
-       border-radius: 6px;\r
-       -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);\r
-       -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);\r
-       box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);\r
-       -webkit-background-clip: padding-box;\r
-       -moz-background-clip: padding;\r
-       background-clip: padding-box;\r
-}\r
-\r
-#loginBox .arrow {\r
-       position: absolute;\r
-       display: block;\r
-       width: 0;\r
-       height: 0;\r
-       border-color: transparent;\r
-       border-style: solid;\r
-       border-width: 11px;\r
-       top: -11px;\r
-       left: 50%;\r
-       margin-left: 71px;\r
-       border-bottom-color: #999;\r
-       border-bottom-color: rgba(0, 0, 0, 0.25);\r
-       border-top-width: 0;\r
-}\r
-\r
-#loginBox .arrow:after {\r
-       position: absolute;\r
-       display: block;\r
-       width: 0;\r
-       height: 0;\r
-       border-color: transparent;\r
-       border-style: solid;\r
-       border-width: 10px;\r
-       content: "";\r
-       top: 1px;\r
-       margin-left: -10px;\r
-       border-bottom-color: #ffffff;\r
-       border-top-width: 0;\r
-}\r
-\r
-#loginBox h3 {\r
-       text-align:center;\r
-}\r
-\r
-#loginBox input {\r
-       width: 212px;\r
-       height: 20px;\r
-       padding: 3px;\r
-       margin: 5px 0px 5px 0px;\r
-       color: black;\r
-       font-style: normal;\r
-       font-size: 12px;\r
-       border: 1px solid #CCC;\r
-}\r
-\r
-#loginBox button {\r
-       width: 220px;\r
-}\r
-\r
-#loginBox #logginMessage {\r
-       display: block;\r
-       width: 100%;\r
-       color: black;\r
-       font-style: normal;\r
-       text-align: center;\r
-       margin-bottom: 20px;\r
-}\r
-\r
-#loginBox #logginBranches {\r
-       margin-bottom: 20px;\r
-}\r
-\r
-#loginBox #dropBranches{\r
-       margin-bottom: 10px;\r
-       width: 169px;\r
-}\r
-\r
-/* Comment editing */\r
-\r
-.commentBox {\r
-       text-align: right;\r
-}\r
-\r
-.commentBox textarea {\r
-       font-family: monospace;\r
-       font-size: 1em;\r
-       width: 100%;\r
-       margin-top: 1em;\r
-       padding: 4px;\r
-       padding-left: 11px;\r
-       overflow-y: hidden;\r
-}\r
-\r
-.commentBox .preview {\r
-       margin: 0 15px;\r
-       cursor: pointer;\r
-}\r
-\r
-.commentBox .cancel {\r
-       background-color: #b33630;\r
-       background-image: -webkit-gradient(linear, left top, left bottom, from(#b33630), to(#9f312c)); /* Saf4+, Chrome */\r
-       background-image: -webkit-linear-gradient(top, #b33630, #9f312c); /* Chrome 10+, Saf5.1+ */\r
-       background-image:    -moz-linear-gradient(top, #b33630, #9f312c); /* FF3.6 */\r
-       background-image:     -ms-linear-gradient(top, #b33630, #9f312c); /* IE10 */\r
-       background-image:      -o-linear-gradient(top, #b33630, #9f312c); /* Opera 11.10+ */\r
-       background-image:         linear-gradient(top, #b33630, #9f312c);\r
-       filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#b33630', EndColorStr='##9f312c'); /* IE6–IE9 */\r
-       border: 1px solid #9f312c;\r
-}\r
-\r
-div.comment.locked {\r
-       color: gray;\r
-}\r
-p.locked {\r
-       color: black;\r
-}\r
-\r
-a.cancel {\r
-       color: #b33630;\r
-       cursor: pointer;\r
-}\r
-\r
-a.update {\r
-       color: orange;\r
-       cursor: pointer;\r
-}\r