X-Git-Url: http://git.asbjorn.it/?a=blobdiff_plain;ds=sidebyside;f=docs%2Fstyle.css;fp=docs%2Fstyle.css;h=783d942b1a17cf9191369baae934408435a79e80;hb=f2d4bffcc760eb03dae13a9d9e7f0bbd8ec33c1e;hp=0000000000000000000000000000000000000000;hpb=49747af6b1feceb4b9ca96815bfefc214df13abc;p=jquery.git diff --git a/docs/style.css b/docs/style.css new file mode 100644 index 0000000..783d942 --- /dev/null +++ b/docs/style.css @@ -0,0 +1,128 @@ +html, body { + background: #212121; + font-family: Arial; + font-size: 14px; + text-align: center; +} + +h1 { + margin: 15px auto; + text-align: left; + width: 600px; + color: #FFF; +} + +ul.nav-page { + margin: 15px auto; + width: 600px; + padding: 0; + list-style: none; + position: relative; +} + +ul.nav-page li { + padding: 0 3px; + display: inline; +} + +ul.nav-page li.cur a { + font-weight: bold; + font-size: 16px; +} + +ul.nav-page li a { + font-size: 14px; + color: #FFF; +} + +ul.nav-page li.prev { + position: absolute; + top: 0px; + left: 0px; +} + +ul.nav-page li.next { + position: absolute; + top: 0px; + right: 0px; +} + +ul.nav-page li.next a, ul.nav-page li.prev a { + font-size: 16px; + font-weight: bold; +} + +ul#docs { + list-style: none; + margin: 0 auto; + padding: 5px; + width: 600px; + background: #FFF; + text-align: left; +} + +ul#docs li { + margin: 5px 0; +} + +ul#docs li span.tooltip { + border-bottom: 1px dashed #666; +} + +ul#docs li a.name { + font-weight: bold; + text-decoration: none; +} + +ul#docs li span.type { + display: block; + float: left; + color: #666; + width: 100px; + margin-right: 10px; + font-size: 12px; + line-height: 18px; + font-family: Courier; + text-align: right; +} + +ul#docs li span.arg-type { + color: #666; +} + +ul#docs li div.short { + font-size: 12px; + color: #666; + margin-left: 110px; + margin-top: 5px; +} + +ul#docs span.fn { + font-family: Courier; +} + +ul#docs div.tooltipdemo { + font-size: 12px; + font-family: Arial; +} + +ul#docs li div.more { + display: none; + margin-left: 110px; + margin-top: 5px; +} + +ul#docs li div.example { + overflow: auto; +} + +ul#docs li div.example h5 { + font-size: 16px; +} + +ul#docs li div.example pre { + color: #4F4; + background: #000; + padding: 5px; + overflow: auto; +}