mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-12-27 15:08:41 +01:00
2023-06-01 Fred Gleason <fredg@paravelsystems.com>
* Refactored the WebAPI HTML test harnesses to allow testing via both 'multipart/form-data' and 'application/x-www-form-urlencoded' encodings. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
72
web/tests/styles.html
Normal file
72
web/tests/styles.html
Normal file
@@ -0,0 +1,72 @@
|
||||
<!-- webtest.css
|
||||
|
||||
Simple web style for the Rivendell WebAPI test pages
|
||||
|
||||
Copyright (C) 2023 Fred Gleason <fredg@paravelsystems.com>
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
it under the terms of version 2 of the GNU General Public License as
|
||||
published by the Free Software Foundation;
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this program; if not, write to the Free Software
|
||||
Foundation, Inc., 59 Temple Place, Suite 330,
|
||||
Boston, MA 02111-1307 USA
|
||||
-->
|
||||
|
||||
body {
|
||||
background-color: darkgray;
|
||||
}
|
||||
.title-rounded-block {
|
||||
background-color: white;
|
||||
width: 800px;
|
||||
border-style: solid;
|
||||
border-width: 2px;
|
||||
border-radius: 10px;
|
||||
padding-top: 5px;
|
||||
padding-bottom: 5px;
|
||||
padding-left: 5px;
|
||||
padding-right: 5px;
|
||||
font-family: Verdana,san serif;
|
||||
font-size: 32px;
|
||||
}
|
||||
.active-rounded-block {
|
||||
background-color: white;
|
||||
width: 800px;
|
||||
border-style: solid;
|
||||
border-width: 2px;
|
||||
border-radius: 10px;
|
||||
padding-top: 10px;
|
||||
padding-bottom: 10px;
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
}
|
||||
.center-aligned {
|
||||
font-family: Verdana,san serif;
|
||||
text-align: center;
|
||||
margin-top: 5px;
|
||||
margin-bottom: 5px;
|
||||
margin-left: 5px;
|
||||
margin-right: 5px;
|
||||
}
|
||||
.subtitle {
|
||||
text-align: left;
|
||||
margin-top: 5px;
|
||||
margin-left: 5px;
|
||||
margin-right: 5px;
|
||||
font-family: Verdana,san serif;
|
||||
font-size: 20px;
|
||||
}
|
||||
.field-label {
|
||||
font-family: Helvetica,serif;
|
||||
text-align: right;
|
||||
vertical-align: middle;
|
||||
margin-top: 5px;
|
||||
margin-left: 5px;
|
||||
margin-right: 5px;
|
||||
}
|
||||
Reference in New Issue
Block a user