src/doc/api: add links to renderer code
[nit.git] / share / nitdoc / css / Nitdoc.GitHub.css
index bba519c..a2d675f 100644 (file)
  * Nitdoc Github Login Box\r
  */\r
 \r
-#nitdoc-github-li {\r
-       float: left;\r
-       padding: 0;\r
-       margin: -2px 5px 5px 15px;\r
-}\r
-\r
 #nitdoc-github-li.current {\r
        color: #999;\r
 }\r
 \r
-#nitdoc-github-li .nitdoc-github-li-img {\r
-       width: 20px;\r
+#nitdoc-github-li .glyphicon {\r
        cursor: pointer;\r
 }\r
 \r
        text-align:center;\r
 }\r
 \r
-#nitdoc-github-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
-#nitdoc-github-loginbox button {\r
-       margin-top: 15px;\r
-       width: 220px;\r
-       font-weight: bold;\r
-}\r
-\r
 #nitdoc-github-loginbox h4 {\r
        display: block;\r
        width: 100%;\r
        color: #0D8921;\r
 }\r
 \r
-/* \r
- * Nitdoc Github buttons\r
- */\r
-\r
-.nitdoc-github-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: 2px;\r
-       -moz-border-radius: 2px;\r
-       -webkit-border-radius: 2px;\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-size: 14px;\r
-       padding: 5px 7px 5px 7px;\r
-       text-align: center;\r
-}\r
-\r
-button.nitdoc-github-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.nitdoc-github-button img {\r
-       margin-right: 7px;\r
-       margin-bottom: -3px;\r
-       height: 16px;\r
-       width: 16px;\r
-}\r
-\r
 /* Comment editing */\r
 \r
 .nitdoc-github-commentbox {\r