2
0
mirror of https://github.com/boostorg/website.git synced 2026-01-24 06:22:15 +00:00
Files
website/common/code/webnotes/sample/sample.css
Rene Rivera 1d41a5cc39 *** empty log message ***
[SVN r49]
2006-01-10 07:16:17 +00:00

22 lines
871 B
CSS

/*
# phpWebNotes - a php based note addition system
# Copyright (C) 2000-2002 Webnotes Team - webnotes-devel@sourceforge.net
# This program is distributed under the terms and conditions of the GPL
# See the files README and LICENSE for details
# --------------------------------------------------------
# $Id$
# --------------------------------------------------------
*/
table.layout { border: 0px; width: 100%; }
td.title, .dark { background-color: #d0d0d0; }
td.search, .light { background-color: #e0e0e0; }
td.side, .lighter { background-color: #f0f0f0; }
td.title, td.search, td.side { font-family:Verdana, Arial; font-size: 10pt; }
td.title { padding: 10px; }
td.search { text-align: right; }
td.side { border-right: 1px dotted #a0a0a0; vertical-align: top; padding: 10px; }
td.body { padding: 5px; }
img.bullet { border: 0px; height: 7px; width: 11px; }