set on some files as a workaround for binary check. - Fix pathname for svn co in the webupdate script. Approved by: doceng (implicit)
172 lines
3.6 KiB
CSS
172 lines
3.6 KiB
CSS
/*
|
|
* CSS stylesheet for the new query-pr interface.
|
|
*
|
|
* Copyright (C) 2006-2011, Shaun Amott <shaun@FreeBSD.org>
|
|
* All rights reserved.
|
|
*
|
|
* Redistribution and use in source and binary forms, with or without
|
|
* modification, are permitted provided that the following conditions
|
|
* are met:
|
|
* 1. Redistributions of source code must retain the above copyright
|
|
* notice, this list of conditions and the following disclaimer.
|
|
* 2. Redistributions in binary form must reproduce the above copyright
|
|
* notice, this list of conditions and the following disclaimer in the
|
|
* documentation and/or other materials provided with the distribution.
|
|
*
|
|
* THIS SOFTWARE IS PROVIDED BY THE AUTHORS AND CONTRIBUTORS ``AS IS'' AND
|
|
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
|
* ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE LIABLE
|
|
* FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
|
* OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
|
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
|
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
|
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
|
* SUCH DAMAGE.
|
|
*
|
|
* $FreeBSD$
|
|
*/
|
|
|
|
.attachwin {
|
|
font-size: 100%;
|
|
margin-top: 0px;
|
|
margin-bottom: 0px;
|
|
overflow: scroll;
|
|
max-height: 600px;
|
|
max-width: 655px;
|
|
width: 655px;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|
|
|
|
pre {
|
|
font-family: "Courier New", "Courier", monospace;
|
|
font-size: 100%;
|
|
white-space: pre;
|
|
}
|
|
|
|
/* Fields */
|
|
|
|
td {
|
|
vertical-align: top;
|
|
}
|
|
|
|
.mfield, p {
|
|
padding-left: 1.4em;
|
|
padding-right: 1.4em;
|
|
}
|
|
|
|
.headtable {
|
|
border-left: 1px solid #999999;
|
|
border-bottom: 1px solid #999999;
|
|
width: 100%;
|
|
margin-bottom: 16px;
|
|
}
|
|
|
|
.headtable .key {
|
|
font-weight: bold;
|
|
width: 12em;
|
|
}
|
|
|
|
.headtable .val {
|
|
}
|
|
|
|
.headtable .blkhead {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.mfieldtable {
|
|
border-left: 1px solid #999999;
|
|
border-bottom: 1px solid #999999;
|
|
width: 100%;
|
|
margin-bottom: 16px;
|
|
margin-top: 16px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
/* Patch block */
|
|
|
|
.patchblock {
|
|
border: 1px solid #999999;
|
|
background-color: #EFEFBB;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
max-width: 675px;
|
|
margin-top: 1.4em;
|
|
}
|
|
.patchblock .info {
|
|
background-color: #ACACAA;
|
|
text-align: left;
|
|
}
|
|
.patchblock .content {
|
|
}
|
|
|
|
|
|
/* Audit block */
|
|
|
|
.auditblock {
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
border: 1px solid #999999;
|
|
background-color: #EFEFEF;
|
|
width: 90%;
|
|
margin-top: 1.4em;
|
|
}
|
|
.auditblock .key {
|
|
font-weight: bold;
|
|
width: 6.0em;
|
|
}
|
|
.auditblock .info {
|
|
background-color: #ACACAA;
|
|
text-align: center;
|
|
}
|
|
|
|
|
|
/* Reply block */
|
|
|
|
.replyblock {
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
border: 1px solid #999999;
|
|
background-color: #EFEFEF;
|
|
width: 90%;
|
|
margin-top: 1.4em;
|
|
}
|
|
.replyblock .info {
|
|
background-color: #AA9900;
|
|
text-align: center;
|
|
}
|
|
.replyblock .key {
|
|
background-color: #CCCCCC;
|
|
font-weight: bold;
|
|
width: 6.0em;
|
|
}
|
|
.replyblock .val {
|
|
background-color: #CCCCCC;
|
|
}
|
|
|
|
.quote0 { color: #DD0000; }
|
|
.quote1 { color: #0000DD; }
|
|
|
|
.patch_plusline { color: #FF0000; }
|
|
.patch_minusline { color: #0000FF; }
|
|
.patch_contextline { color: #00AA00; }
|
|
.patch_revinfo { font-weight: bold; }
|
|
.patch_hunkinfo { font-weight: bold; }
|
|
|
|
.mimeboundary { border-top: 1px #DD0000 dashed; border-bottom: 0px; }
|
|
|
|
.elidemsg {
|
|
padding: 4px;
|
|
background-color: #C6C6C6;
|
|
font-weight: bold;
|
|
color: #444444;
|
|
}
|
|
|
|
|
|
/* Footer */
|
|
|
|
.footerlinks {
|
|
margin-top: 40px;
|
|
}
|