Fresh IDE . Diff
Not logged in

This repository is a mirror!

The original is located on: https://fresh.flatassembler.net/fossil/repo/fresh
If you want to follow the project, please update your remote-url

Differences From Artifact [2829377863]:

To Artifact [3163732ae1]:


1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* Common layout styles                                 */
/* They will define the common web site appearance      */

body {
   font-family: Verdana, Helvetica, sans-serif;
   font-size: 10pt;
   background-color: #fffff0;
}

/* Styles for the article formating. */

table {
   border-left-width: 0px;
   border-top-width: 0px;






|







1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* Common layout styles                                 */
/* They will define the common web site appearance      */

body {
   font-family: Verdana, Helvetica, sans-serif;
   font-size: 10pt;
   background-color: #80e030;
}

/* Styles for the article formating. */

table {
   border-left-width: 0px;
   border-top-width: 0px;
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
  text-indent: 0px;
  display: inline;
  white-space: nowrap;
}


div.code {
  padding: 4px;
  margin: 0.5em;

  font-family: "Courier New", monospace;
  font-size: 10pt;
  font-weight: bold;

  overflow: auto;







|







92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
  text-indent: 0px;
  display: inline;
  white-space: nowrap;
}


div.code {
  padding: 1em;
  margin: 0.5em;

  font-family: "Courier New", monospace;
  font-size: 10pt;
  font-weight: bold;

  overflow: auto;
149
150
151
152
153
154
155




































}


hr {
 margin-top: 1em;
 margin-bottom: 1em;
}











































>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
}


hr {
 margin-top: 1em;
 margin-bottom: 1em;
}


div.main_menu {
  background-color: #ff8000;
  border: 1px solid red;

  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 8px;

  padding: 8px;
}

div.main_menu a {
  color: white;
  padding: 5px;
  background-color: #ff8000;
  border: 1px solid transparent;
  display: inline-block;
}

div.main_menu a:hover {
  color: yellow;
}


div.content {
  max-width: 1024px;
  background-color: white;
  border: 1px solid #ff8000;
  margin-left: auto;
  margin-right: auto;
  margin-top: 8px;
  padding: 8px;
}