File: style.css

package info (click to toggle)
fortran-cli2 3.2.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 25,856 kB
  • sloc: f90: 6,172; javascript: 3,423; makefile: 189; sh: 25
file content (119 lines) | stat: -rwxr-xr-x 2,548 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
*{
        color:black;
        color:blue;
}
/* ======================================================== */
/* Start new page on printing */
BR.newpage{
   page-break-before:always
}
/* ======================================================== */

img.centered {
   display: block;
   margin-left: auto;
   margin-right: auto;
   position: relative;
   background-color: #ffffff;
   /*border: 1px solid #a9a9a9;*/
   border: 0px solid #a9a9a9;
   padding: 4px;
}

body {
   mso-style-name:HTML_BODY;
        margin-top:0in;
        margin-right:.4in;
        margin-bottom:14.0pt;
        margin-left:.25in;
        line-height:14.0pt;
	/*
        text-justify-trim:punctuation
	*/
        font-size:11.0pt;
        font-family:"Arial","sans-serif";
        color:black;
}
h1{
        mso-style-name:HTML_H1;
        font-size:18.0pt;
        line-height:18.0pt;
}
h2{
        mso-style-name:HTML_H2;
        font-size:16.0pt;
        line-height:16.0pt;
}
h3{
        mso-style-name:HTML_H3;
        font-size:14.0pt;
        line-height:14.0pt;
}
h4{
        mso-style-name:HTML_H4;
        font-size:12.0pt;
        line-height:12.0pt;
}
b{
        mso-style-name:HTML_B;
        color:blue;
}
p, li, div {
        mso-style-name:HTML_P;
        margin-top:0in;
        margin-right:0in;
        margin-bottom:14.0pt;
        margin-left:.05in;
        line-height:14.0pt;
        font-size:11.0pt;
        font-family:"Arial","sans-serif";
        color:black;
}
p{
        text-align:justify;
}
li{
        mso-style-name:HTML_LI;
        margin-bottom:4.0pt;
}
li.none{
        list-style:none;
}
/* List Definitions */
ol {
   mso-style-name:HTML_OL;
   margin-top:8.0pt;
   margin-bottom:0in;
}
ul {
   mso-style-name:HTML_UL;
   margin-top:4.0pt;
   margin-bottom:0in;
}
/* Page Definitions */
 @page WordSection1{
	size:8.5in 11.0in;
        margin:0.75in 35.0pt .75in 55.0pt;
}
/*
   border-bottom:solid black 1.5pt;
   border-left: none;
   border-right:solid black 1.5pt;
   border-top:none;
   color:blue;
   color:teal;
   font-family:"Times New Roman","serif";
   font-style:italic;
   height:15.0pt
   letter-spacing:0pt;
   padding:4.0pt 5.0pt 2.0pt 5.0pt;
   text-autospace:none;
   text-decoration:line-through;
   text-decoration:none;
   text-decoration:underline;
   vertical-align:baseline;
   width:246.0pt;
span.Subscript {mso-style-name:Subscript; vertical-align:sub; }
span.Superscript {mso-style-name:Superscript; vertical-align:super; }
span.Symbol {mso-style-name:Symbol; font-family:Symbol; letter-spacing:0pt; }
*/