http package (only partially working)

This commit is contained in:
Vítor Santos Costa
2010-06-23 11:52:34 +01:00
parent 6e956b879a
commit 4694a50fa5
98 changed files with 20952 additions and 4 deletions

View File

@@ -0,0 +1,24 @@
/* CSS for SWI-Prolog HTTPD directory indices
*/
table.dirindex th.name
{ text-align: left;
}
table.dirindex tr.dirindex_header
{ background-color: #b0ffb0;
}
table.dirindex tr.odd
{ background-color: #d0d0d0;
}
table.dirindex th.modified, th.size
{ text-align: right;
}
table.dirindex td.modified, td.size
{ text-align: right;
padding-left: 10px;
font-family: monospace;
}

View File

@@ -0,0 +1,42 @@
/* $Id$
CSS for OpenID module,
Author: Jan Wielemaker
Copying: Public domain
For a tutorial on CSS, see
<http://www.htmldog.com/guides/cssbeginner/selectors/>
*/
div.openid-title
{ margin-bottom: 1em;
}
div.openid-title img
{ border: 0;
height: 4em;
vertical-align: sub;
}
div.openid-title span
{ font-size: 2em;
font-weight: 300;
}
div.openid-message
{ margin-top: 1em;
}
table.openid-form
{ margin-top: 1em;
}
table.openid-form td
{
}
input.openid-input
{ background: #fff url('../icons/openid-logo-tiny.png') no-repeat center left;
padding-left: 20px;
margin-left: 2cm;
}