Created
February 25, 2013 21:49
-
-
Save possan/5033656 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*-- Enrolment view page - Start --*/ | |
/* The frame */ | |
table.enrolmentTableFrame | |
{ | |
/* The colour of the frame */ | |
background-color:#336699; | |
/* Margin from the frame to the text inside it */ | |
padding:20; | |
/* Margin round the frame */ | |
margin:15; | |
/* Width of the the frame */ | |
width: 95%; | |
} | |
/* The area inside the frame */ | |
table.enrolmentTableFrame td.Content | |
{ | |
background-color:#FFFFFF; | |
} | |
/* The textarea inside the area*/ | |
table.enrolmentTable | |
{ | |
/* Width of all the text inside the area */ | |
width: 100%; | |
/* The message text */ | |
font-family: Verdana, Arial, Helvetica, sans-serif; | |
font-size: 12px; | |
} | |
/* Header text */ | |
table.enrolmentTable td.header | |
{ | |
font-family: Arial, Helvetica, Verdana, sans-serif; | |
font-weight: bold; | |
font-size: 15px; | |
vertical-align:middle; | |
color:#000000; | |
} | |
/* Line below the header */ | |
table.enrolmentTable td.line | |
{ | |
height:5px; | |
width:100%; | |
/* Colour of the line */ | |
background-color:#336699; | |
} | |
/* Margin above the line*/ | |
table.enrolmentTable td.lineMarginTop | |
{ | |
height:3px; | |
} | |
/* Margin below the line */ | |
table.enrolmentTable td.lineMarginBottom | |
{ | |
height:7px; | |
width:100%; | |
} | |
/* All text except the text in the message text */ | |
table.enrolmentTable table.enrolmentContent | |
{ | |
font-family: Verdana, Arial, Helvetica, sans-serif; | |
font-size: 12px; | |
} | |
/* The mandatory star before the mandatory fields */ | |
table.enrolmentTable table.enrolmentContent td.labelObligatory | |
{ | |
background: url( '../images/obligatory.gif' ) no-repeat; | |
background-position: 8; | |
width: 17px; | |
} | |
/* The labels before the text fields */ | |
table.enrolmentTable table.enrolmentContent td.label | |
{ | |
font-weight:bold; | |
} | |
/* Help texts */ | |
table.enrolmentTable table.enrolmentContent td.labelSmall | |
{ | |
font-size: 10px; | |
} | |
/* Text boxes */ | |
table.enrolmentTable table.enrolmentContent .textIn | |
{ | |
width: 220px; | |
font-size: 12px; | |
height: 20px; | |
font-family: Verdana, Arial, Helvetica, sans-serif; | |
} | |
table.enrolmentTable table.enrolmentContent .error | |
{ | |
background-color: yellow; | |
width: 220px; | |
font-size: 12px; | |
height: 20px; | |
font-family: Verdana, Arial, Helvetica, sans-serif; | |
} | |
table.enrolmentTable table.enrolmentContent .textInMultiLine2 | |
{ | |
width:220px; | |
height:37; | |
font-size: 12px; | |
font-family: Verdana, Arial, Helvetica, sans-serif; | |
} | |
table.enrolmentTable table.enrolmentContent .textInMultiLine3 | |
{ | |
width:220px; | |
height:52; | |
font-size: 12px; | |
font-family: Verdana, Arial, Helvetica, sans-serif; | |
} | |
table.enrolmentTable table.enrolmentContent .textInMultiLine4 | |
{ | |
width:220px; | |
height:67; | |
font-size: 12px; | |
font-family: Verdana, Arial, Helvetica, sans-serif; | |
} | |
table.enrolmentTable table.enrolmentContent .textInMultiLine4error | |
{ | |
background-color: yellow; | |
width:220px; | |
height:67; | |
font-size: 12px; | |
font-family: Verdana, Arial, Helvetica, sans-serif; | |
} | |
table.enrolmentTable table.enrolmentContent td.emptyColumn | |
{ | |
width: 10px; | |
} | |
/* Ancor */ | |
table.enrolmentTable table.enrolmentContent a | |
{ | |
color:#336699; | |
} | |
table.enrolmentTable table.enrolmentContent a:hover | |
{ | |
color: #B03326; | |
} | |
/* Empty rows */ | |
.rowLow | |
{ | |
height: 10px; | |
font-size:1px; | |
} | |
/*-- Enrolment view page - End --*/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype html public "-//w3c//dtd html 3.2//en"> | |
<html> | |
<head> | |
<link id="styleTemplate" rel="stylesheet" type="text/css" | |
href="https://www.edmcf.wmdata.com/enroll/default/css/EiEnrolmentPreviewTemplate.css" /> | |
</head> | |
<body topmargin="0" leftmargin="0" bottommargin="0" rightmargin="0"> | |
<form action=""> | |
<table border="0" cellpadding="0" cellspacing="1" | |
class="enrolmentTableFrame"> | |
<tr> | |
<td class="Content"> | |
<table border="0" cellpadding="0" cellspacing="0" | |
class="enrolmentTable"> | |
<tr> | |
<td><!--img id="imgCurrentPicture" src="https://www.edmcf.wmdata.com/enroll/009020043619.00050392091.OEB.SE/images/logo-1-1.gif" alt="Current logotype" border="0" /--> | |
</td> | |
</tr> | |
<tr> | |
<td class="header"><span id="lblHeader">Tack!</span></td> | |
</tr> | |
<tr> | |
<td class="lineMarginTop"></td> | |
</tr> | |
<tr> | |
<td class="line"></td> | |
</tr> | |
<tr> | |
<td class="lineMarginBottom"></td> | |
</tr> | |
<tr> | |
<td valign="top"> | |
<table border="0" cellpadding="0" cellspacing="0" | |
class="enrolmentTable"> | |
<tr> | |
<td><span id="lblMessagetext">Tack för din e-faktura | |
anmälan!</span></td> | |
</tr> | |
</table> | |
</td> | |
</tr> | |
<tr> | |
<td class="rowLow"> </td> | |
</tr> | |
<tr> | |
<td vAlign="bottom" align="right"><input type="submit" | |
name="btnCancel" value="Stäng fönstret" id="btnCancel" | |
class="button80" OnClick="window.close();" /></td> | |
</tr> | |
</table> | |
</td> | |
</tr> | |
</table> | |
</form> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment