LaTeXML-Plugin-LtxMojo
view release on metacpan or search on metacpan
lib/LaTeXML/Plugin/LtxMojo/templates/layouts/default.html.ep view on Meta::CPAN
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 plus MathML 2.0//EN" "http://www.w3.org/TR/MathML2/dtd/xhtml-math11-f.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:m="http://www.w3.org/1998/Math/MathML" xmlns:svg="http://www.w3.org/2000/svg">
<head>
<title><%= title %></title>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
<link rel="stylesheet" type="text/css" href="css/external/LaTeXML.css" />
<link rel="stylesheet" type="text/css" href="css/external/jquery-ui.css" />
<link rel="stylesheet" type="text/css" href="css/external/trac.css" />
<link rel="stylesheet" type="text/css" href="css/external/trac-sanity.css" />
<link rel="shortcut icon" type="image/x-icon" href="css/external/favicon.ico" />
<link rel="icon" type="image/x-icon" href="css/external/favicon.ico" />
<style type="text/css">
body { margin:0; background:#cfd2e6; color:#000000; }
table.summary { border: 1px solid; border-collapse: collapse; }
table.summary td, th { border: 1px solid; }
table.nb {
border: none;
border-collapse: separate;
}
td.nb, th.nb {
border: none;
}
table.form-table {
border: none;
border-collapse: collapse;
}
table.form-table td,th {
border: none;
text-align:right;
}
table.form-table td.input {
border: none;
text-align:left;
}
#slogan {
font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-weight:bold;
font-style:normal;
font-size:20px;
}
div.left-div { float:left; width: 40%;}
div.right-div { margin-left: 40%; width:auto;}
select {
-moz-border-radius: 4px;
-moz-box-shadow: 1px 1px 5px #cfcfcf inset;
border: 1px solid #cfcfcf;
vertical-align: middle;
background-color: transparent;
}
option {
background-color: #fef5e6;
border-bottom: 1px solid #ebdac0;
border-right: 1px solid #d6bb86;
border-left: 1px solid #d6bb86;
}
option:hover {
cursor: pointer;
}
</style>
<%= javascript 'js/external/jquery.min.js' %>
<%= javascript 'js/external/jquery-ui.min.js' %>
( run in 1.080 second using v1.01-cache-2.11-cpan-acf6aa7dc9e )