aboutsummaryrefslogtreecommitdiffstats
path: root/docs/wiki_widgets.css
diff options
context:
space:
mode:
authorMisko Hevery2010-10-27 15:31:10 -0700
committerIgor Minar2010-11-03 09:47:22 -0700
commit659af29adbd041fbbbaf041ead53266210a61f4e (patch)
tree32a9ecff4482ae883321e2975fe74057795b21d1 /docs/wiki_widgets.css
parent1fe7e3a1302e948a31ab80d02ede6975c3bddd58 (diff)
downloadangular.js-659af29adbd041fbbbaf041ead53266210a61f4e.tar.bz2
jsdoc parser + generator + viewer + scenario runner
- parse jsdocs from source code - generate prerendered (markdown + mustache) partials - generate json - generate scenario runner for examples in docs - basic angular doc viewer
Diffstat (limited to 'docs/wiki_widgets.css')
-rw-r--r--docs/wiki_widgets.css58
1 files changed, 58 insertions, 0 deletions
diff --git a/docs/wiki_widgets.css b/docs/wiki_widgets.css
new file mode 100644
index 00000000..a1f6e939
--- /dev/null
+++ b/docs/wiki_widgets.css
@@ -0,0 +1,58 @@
+WIKI\:SOURCE,
+WIKI\:SOURCE>ul.tabs,
+WIKI\:SOURCE>ul.tabs>li {
+ display: block;
+ margin: 0;
+ padding: 0;
+}
+WIKI\:SOURCE>ul.tabs {
+ margin: 0 !important;
+ padding: 0 !important;
+}
+
+WIKI\:SOURCE > ul.tabs > li.tab {
+ margin: 0 0 0 .8em !important;
+ display: inline-block;
+ border: 1px solid gray;
+ padding: .1em .8em .4em .8em !important;
+ -moz-border-radius-topleft: 5px;
+ -moz-border-radius-topright: 5px;
+ -webkit-border-top-left-radius: 5px;
+ -webkit-border-top-right-radius: 5px;
+ border-bottom: none;
+ cursor: pointer;
+ background-color: lightgray;
+ margin-bottom: -2px;
+ position: relative;
+ z-index: 0;
+}
+
+WIKI\:SOURCE > ul.tabs > li.tab.selected {
+ z-index: 2;
+ background-color: white;
+ font-weight: bold;
+ border-width: 2px;
+}
+
+WIKI\:SOURCE > ul.tabs > li.pane {
+ border: 2px solid gray;
+ border-radius: 5px;
+ -moz-border-radius: 5px;
+ -webkit-border-radius: 5px;
+ background-color: white;
+ padding: 5px !important;
+}
+
+WIKI\:SOURCE > ul.tabs > li.pane {
+ display:none;
+}
+
+WIKI\:SOURCE > ul.tabs > li.pane.selected {
+ position: relative;
+ z-index: 1;
+ display:block;
+}
+WIKI\:SOURCE > ul.tabs > li.pane.source {
+ font-size: .8em !important;
+}
+////////////////// \ No newline at end of file