PageRenderTime 46ms CodeModel.GetById 19ms app.highlight 22ms RepoModel.GetById 1ms app.codeStats 0ms

/vim/doc/latex-suite.css

https://bitbucket.org/vertespain/config
CSS | 182 lines | 162 code | 14 blank | 6 comment | 0 complexity | c24b78a271fd11c6cc96b8a0beda4edf MD5 | raw file
  1/* 
  2 * Authors: Srinath Avadhanula and Mikolaj Machowski
  3 * This style file borrows some elements from main.css, the style file used
  4 * in cream.sf.net
  5 *
  6 * */
  7P { 
  8	font-size : 12pt ;
  9	font-family : helvetica, arial, verdana, sans-serif ;
 10	vertical-align : top;
 11}
 12DT { 
 13	font-size : 11pt ;
 14	font-family : helvetica, arial, verdana, sans-serif ;
 15	vertical-align : top;
 16}
 17LI { 
 18	font-size : 12pt ;
 19	font-family : helvetica, arial, verdana, sans-serif ;
 20	vertical-align : top;
 21}
 22
 23DIV.header { 
 24	margin : 0.5cm ;
 25	width : 800px ;
 26	height : 100 
 27}
 28.note {
 29}
 30
 31TD { 
 32	font-size : 11pt ;
 33	font-family : helvetica, arial, verdana, sans-serif ;
 34	vertical-align : top;
 35}
 36TD.menu { 
 37	text-align : center ;
 38	font-family : verdana, helvetica, sans-serif 
 39}
 40TD.footright { 
 41	text-align : right ;
 42	font-size : 10pt ;
 43	font-family : verdana, helvetica, sans-serif 
 44}
 45TD.leftpanel { 
 46	font-size: 14px ;
 47	font-family: verdana, helvetica, sans-serif ;
 48	vertical-align: top ;
 49	width: 150px;
 50	padding: 15px;
 51	background-color: #88aaaa;
 52}
 53TD.mainpanel { 
 54	font-size : 12pt ;
 55	font-family : helvetica, arial, verdana, sans-serif ;
 56	vertical-align : top;
 57	padding: 15px;
 58}
 59TD.footpanel { 
 60	font-size: 12px ;
 61	font-family: verdana, helvetica, sans-serif ;
 62	vertical-align: top ;
 63	text-align: right;
 64	padding: 5px;
 65	background-color: #88aaaa;
 66}
 67.navigation {
 68	vertical-align: top;
 69	width: 150px;
 70	padding: 15px;
 71	background-color: #445555;
 72	color: #fffcfc;
 73} 
 74.navheader {
 75	margin-top: -0.5em;
 76	margin-bottom: 0.5em;
 77	text-align: right;
 78	color: #446644;
 79	font-size: 14px;
 80    font-weight: bold;
 81}
 82
 83SPAN.menu {
 84	text-align : center ;
 85	font-size : 12pt ;
 86	font-family : verdana, helvetica, sans-serif 
 87}
 88
 89DIV.merit {
 90	margin : 0.5cm ;
 91	width : 800px 
 92}
 93
 94TABLE.meritum {
 95	margin : 0.5cm ;
 96	border : 0 
 97}
 98.foot {
 99	margin : 0.5cm ;
100	width : 800px 
101}
102.head { 
103	margin : 0.5cm ; 
104}
105
106CODE {
107	font-family: "Andale Mono", "Courier New", "Courier", monospace;
108	background-color: #eef0f3;
109	white-space: nowrap;
110}
111
112.singlesmall {
113	font-size: 14px;
114}
115
116.doublesmall {
117	font-size: 12px;
118}
119
120
121DIV.footer {
122	margin : 0.5cm ;
123	width : 800px 
124}
125.qa {
126	margin : 0.5cm ;
127	font-size : 16px;
128	font-weight : bold;
129}
130.ans {
131	margin : 0.5cm ;
132	font-weight : normal;
133}
134
135H2.hline {
136	text-align : center ;
137	font-family : verdana, helvetica, sans-serif 
138}
139
140A.extlinks {
141	font-size : 11pt ;
142	font-family : verdana, helvetica, sans-serif ;
143	font-weight : bold 
144}
145
146TT {
147	font-family: courier,sans-serif; 
148	font-size: 11pt; 
149}
150PRE.programlisting {
151	font-family: courier,sans-serif; 
152	font-size: 10pt; 
153	background-color:#eef0f3;
154    border-color: #000000;
155    border-width: 1px;
156    border-style: solid;
157}
158SPAN.conflict {
159	font-size : small ;
160	font-family: courier,sans-serif; 
161	color : #DD4444;
162}
163HR.navig {
164	color: #446644;
165	height: 1px;
166	margin-top: 1em;
167	border-top: 0px;	/* Mozilla work-around to eliminate "groove" */
168}
169A.question {
170	color: #000000;
171	height: 1px;
172	margin-top: 1em;
173	border-top: 0px;	/* Mozilla work-around to eliminate "groove" */
174}
175A.question:hover {
176	color: #000000;
177	background-color: #eef0f3;
178	height: 1px;
179	margin-top: 1em;
180	border-top: 0px;	/* Mozilla work-around to eliminate "groove" */
181}
182