src/cm/media/css/site/text_view_comments/text_view_comments.css
author ymh <ymh.work@gmail.com>
Fri, 14 Mar 2014 13:16:10 +0100
changeset 611 fa66f4bb1563
parent 424 2f9108930e47
permissions -rw-r--r--
add some more custom config and put every thing in comment in the custom.yaml template

--/*INNER FRAME LAYOUT*/
	/* this style is from http://www.dynamicdrive.com/style/layouts/item/css-liquid-layout-21-fixed-fluid/ for 2 columns layout */
#contentwrapper {
	float: left;
	width: 100%;
}
/*Set left margin to $LeftColumnWidth$
#contentcolumn {
	margin-left: 200px; 
}
*/
#leftcolumn {
	float: left;
	/*width: 200px; $LeftColumnWidth$*/
	margin-left: -100%;
}

.innertube {
	margin: 25px 5px 5px 5px;
}
.initially_hidden, .displaynone {
    display:none;
}

.c-toc {
  position: fixed;
  height: 400px;
  overflow: auto;
  padding-bottom: 5px;
  padding: 3px;
}

.c-toc h3 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 3px;
  padding-bottom: 3px;
  text-align: center;
}

.c-toc a {
  display: list-item;
  margin-left: 16px;
  margin-top: 5px;
}

.c-toc a.indentH2 {
  margin-left: 1em;
}
.c-toc a.indentH3 {
  margin-left: 1.5em;
}
.c-toc a.indentH4 {
  margin-left: 2em;
}
.c-toc a.indentH5 {
  margin-left: 2.5em;
}
.c-toc a.indentH6 {
  margin-left: 3em;
}