JSFiddle - React, Tailwind, and code Playground
by ysis81
HTML
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<body>
<div>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td class="shadow_left"> </td>
<td class="header_column">
<table width="100%" border="0" cellpadding="0" cellspacing="10">
<tr>
<td rowspan="2" class="logo_area"></td>
<td width="300" align="center">
<div class="search-box">
<form method="get">
<input size="15" class="search-field" name="q" value="Rechercher..." onfocus="if(this.value == 'Rechercher...') {this.value = '';}" onblur="if (this.value == '') {this.value = 'Rechercher...';}" type="text">
<input name="cmd" class="search-go" value=" " type="submit">
<input name="form" value="extented" type="hidden">
<input name="wm" value="sub" type="hidden">
</form>
</div>
</td>
</tr>
<tr>
<td align="center">
<div style="font-size:12px"><b>Français</b> <a class="lang" href="lang/switch%3Flang=en.html">English</a></div>
</td>
</tr>
</table>
</td>
<td class="shadow_right"> </td>
</tr>
</tbody>
<tbody>
<tr>
<td class="horizontal_column"> </td>
<td class="horizontal_center">
<div id="nav_bar">
<table class="linkcontainer" width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td>
<div class="navigation"><a href="index.html"...
CSS
body {
margin: 0px;
/* Old font */
background-color: #333333;
/* font-family:'Droid Sans';
font-size: 13px;
*/
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 13px;
/*line-height: 1.42857143;*/
line-height: 15px;
color: #333;
}
.navbar-fixed {
top: 0;
z-index: 100;
position: fixed;
width: 798px;
}
.main_div {
display: block;
margin: 0px auto;
width: 798px;
border-bottom-right-radius: 30px;
border-bottom-left-radius: 30px;
-moz-box-shadow: 0px 5px 30px 10px #000000;
-webkit-box-shadow: 0px 5px 30px 10px #000000;
-o-box-shadow: 0px 5px 30px 10px #000000;
box-shadow: 0px 5px 30px 10px #000000;
filter: progid: DXImageTransform.Microsoft.Shadow(color=#000000, Direction=180, Strength=30);
}
#nav_bar {
background-image: url(../images_template/header_bg_min.jpg);
border: 0;
margin-bottom: 0;
height: 50px;
}
table.linkcontainer td {
background-color: #000000;
filter: alpha(opacity=70);
opacity: .7;
-moz-opacity: .7;
}
table.body_content {
width: 100%;
padding: 0px;
margin: 0px;
background-image: url(../images_template/bg_content.jpg);
background-repeat: repeat;
}
#html5Loader {
top: 0;
left: 0;
background-color: black;
background-color: rgba(0, 0, 0, 0.95);
position: fixed;
z-index: 99;
}
#html5Loader .fallback {
top: 50%;
position: absolute;
text-align: center;
width: 100%;
color: white;
vertical-align: middle;
display: block;
font-style: normal;
}
div#wrapper > * {
width: 400px;
}
p {
text-align: justify;
}
h2 {
font-size: 16px;
}
h3 {
font-size: 15px;
}
img {
border: none;
}
.Comment {
color: #8080ff;
}
.Constant {
color: #ff6060;
}
.Special {
color: #ff40ff;
}
.Statement {
color: #ffff00;
}
.PreProc {
color: #ff40ff;
}
.Type {
color: #00ff00;
}
a.supportBadges {
margin-right: 5px;
opacity: 0.7;
}
a.supportBadges:hover {
opacity: 1;
}
hr {
border-top: dashed white 1px;
border-bottom:...