mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
nitpick: change buttons border to solid and convert
web/html/css/containers.css to unix format Signed-off-by: Loui Chang <louipc.ist@gmail.com>
This commit is contained in:
parent
2b794c635f
commit
95cca1996f
1 changed files with 213 additions and 212 deletions
|
@ -1,213 +1,214 @@
|
||||||
body,table,td,img
|
body,table,td,img
|
||||||
{
|
{
|
||||||
border: 0px;
|
border: 0px;
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Main Wrapper Data Format */
|
/* Main Wrapper Data Format */
|
||||||
td.preHeader
|
td.preHeader
|
||||||
{
|
{
|
||||||
background-color: #000;
|
background-color: #000;
|
||||||
border-bottom: 1px solid rgb( 69, 84, 113 );
|
border-bottom: 1px solid rgb( 69, 84, 113 );
|
||||||
height: 16px;
|
height: 16px;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
td.headerFill
|
td.headerFill
|
||||||
{
|
{
|
||||||
background-color: rgb( 108, 131, 176 );
|
background-color: rgb( 108, 131, 176 );
|
||||||
border-bottom: 1px solid #000;
|
border-bottom: 1px solid #000;
|
||||||
}
|
}
|
||||||
td.headerDisplay
|
td.headerDisplay
|
||||||
{
|
{
|
||||||
background-color: rgb( 108, 131, 176 );
|
background-color: rgb( 108, 131, 176 );
|
||||||
padding-left: 16px;
|
padding-left: 16px;
|
||||||
}
|
}
|
||||||
td.mainLinks
|
td.mainLinks
|
||||||
{
|
{
|
||||||
background-color: #eee;
|
background-color: #eee;
|
||||||
border-bottom: 1px solid #000;
|
border-bottom: 1px solid #000;
|
||||||
height: 22px;
|
height: 22px;
|
||||||
padding-left: 12px;
|
padding-left: 12px;
|
||||||
}
|
}
|
||||||
td.sideBar
|
td.sideBar
|
||||||
{
|
{
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
width: 150px;
|
width: 150px;
|
||||||
}
|
}
|
||||||
td.sideBarGrey
|
td.sideBarGrey
|
||||||
{
|
{
|
||||||
background-color: #eee;
|
background-color: #eee;
|
||||||
border-bottom: 1px solid #000;
|
border-bottom: 1px solid #000;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
width: 150px;
|
width: 150px;
|
||||||
}
|
}
|
||||||
td.sideBarSmall
|
td.sideBarSmall
|
||||||
{
|
{
|
||||||
background-color: rgb( 108, 131, 176 );
|
background-color: rgb( 108, 131, 176 );
|
||||||
border-bottom: 1px solid #000;
|
border-bottom: 1px solid #000;
|
||||||
height: 16px;
|
height: 16px;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
width: 150px;
|
width: 150px;
|
||||||
}
|
}
|
||||||
td.sideBarSmallHeader
|
td.sideBarSmallHeader
|
||||||
{
|
{
|
||||||
background-color: rgb(108,131,176);
|
background-color: rgb(108,131,176);
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
height: 16px;
|
height: 16px;
|
||||||
padding-top: 1px;
|
padding-top: 1px;
|
||||||
padding-bottom: 2px;
|
padding-bottom: 2px;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
width: 150px;
|
width: 150px;
|
||||||
}
|
}
|
||||||
td.subLinks
|
td.subLinks
|
||||||
{
|
{
|
||||||
background-color: rgb( 225, 228, 232 );
|
background-color: rgb( 225, 228, 232 );
|
||||||
border-right: 1px solid #000;
|
border-right: 1px solid #000;
|
||||||
color: rgb( 120, 120, 120 );
|
color: rgb( 120, 120, 120 );
|
||||||
padding-left: 12px;
|
padding-left: 12px;
|
||||||
height: 19px;
|
height: 19px;
|
||||||
}
|
}
|
||||||
td.contentDisplay
|
td.contentDisplay
|
||||||
{
|
{
|
||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
border-right: 1px solid #000;
|
border-right: 1px solid #000;
|
||||||
border-left: 1px solid #000;
|
border-left: 1px solid #000;
|
||||||
border-bottom: 1px solid #000;
|
border-bottom: 1px solid #000;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
padding: 10;
|
padding: 10;
|
||||||
}
|
}
|
||||||
|
|
||||||
td.footerDisplay
|
td.footerDisplay
|
||||||
{
|
{
|
||||||
background-color: #eee;
|
background-color: #eee;
|
||||||
border-bottom: 1px solid #000;
|
border-bottom: 1px solid #000;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Containers Used Globally */
|
/* Containers Used Globally */
|
||||||
table.boxSoft
|
table.boxSoft
|
||||||
{
|
{
|
||||||
width: 90%;
|
width: 90%;
|
||||||
background-color: #ddd;
|
background-color: #ddd;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
td.boxSoft
|
td.boxSoft
|
||||||
{
|
{
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
padding: 10;
|
padding: 10;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
td.boxSoftColumn
|
td.boxSoftColumn
|
||||||
{
|
{
|
||||||
padding-left: 16;
|
padding-left: 16;
|
||||||
padding-right: 16;
|
padding-right: 16;
|
||||||
text-align: justify;
|
text-align: justify;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
text-indent: 20px;
|
text-indent: 20px;
|
||||||
}
|
}
|
||||||
td.div
|
td.div
|
||||||
{
|
{
|
||||||
background-color: #eee;
|
background-color: #eee;
|
||||||
width: 3px;
|
width: 3px;
|
||||||
}
|
}
|
||||||
td.boxSoftTitle
|
td.boxSoftTitle
|
||||||
{
|
{
|
||||||
border-bottom: 1px solid #fff;
|
border-bottom: 1px solid #fff;
|
||||||
border-top: 1px solid #fff;
|
border-top: 1px solid #fff;
|
||||||
background-color: rgb( 241, 242, 244 );
|
background-color: rgb( 241, 242, 244 );
|
||||||
padding-left: 10;
|
padding-left: 10;
|
||||||
padding-top: 1;
|
padding-top: 1;
|
||||||
padding-bottom: 1;
|
padding-bottom: 1;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
table.boxSoftSmall
|
table.boxSoftSmall
|
||||||
{
|
{
|
||||||
width: 94%;
|
width: 94%;
|
||||||
background-color: #ddd;
|
background-color: #ddd;
|
||||||
}
|
}
|
||||||
td.boxSoftSmall
|
td.boxSoftSmall
|
||||||
{
|
{
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding-top: 2;
|
padding-top: 2;
|
||||||
padding-bottom: 2;
|
padding-bottom: 2;
|
||||||
}
|
}
|
||||||
td.boxSoftSmallTitle
|
td.boxSoftSmallTitle
|
||||||
{
|
{
|
||||||
border-bottom: 1px solid #ccc;
|
border-bottom: 1px solid #ccc;
|
||||||
background-color: rgb( 241, 242, 244 );
|
background-color: rgb( 241, 242, 244 );
|
||||||
padding-left: 10;
|
padding-left: 10;
|
||||||
}
|
}
|
||||||
td.ss /* ss = small space */
|
td.ss /* ss = small space */
|
||||||
{
|
{
|
||||||
padding-left: 6px;
|
padding-left: 6px;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
}
|
}
|
||||||
td.display
|
td.display
|
||||||
{
|
{
|
||||||
border-bottom: 1px solid #000;
|
border-bottom: 1px solid #000;
|
||||||
padding-bottom: 6px;
|
padding-bottom: 6px;
|
||||||
}
|
}
|
||||||
td.features
|
td.features
|
||||||
{
|
{
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
text-align: justify;
|
text-align: justify;
|
||||||
vertical-align:top;
|
vertical-align:top;
|
||||||
}
|
}
|
||||||
td.formLeft
|
td.formLeft
|
||||||
{
|
{
|
||||||
padding: 6px;
|
padding: 6px;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
}
|
}
|
||||||
td.data1
|
td.data1
|
||||||
{
|
{
|
||||||
background-color: #eee;
|
background-color: #eee;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
padding-left: .3em;
|
padding-left: .3em;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
td.data2
|
td.data2
|
||||||
{
|
{
|
||||||
background-color: #ddd;
|
background-color: #ddd;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
padding-left: .3em;
|
padding-left: .3em;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
td.text
|
td.text
|
||||||
{
|
{
|
||||||
color: #000;
|
color: #000;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
}
|
}
|
||||||
th
|
th
|
||||||
{
|
{
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
th.header
|
th.header
|
||||||
{
|
{
|
||||||
border-bottom: #666 1px solid;
|
border-bottom: #666 1px solid;
|
||||||
vertical-align: bottom;
|
vertical-align: bottom;
|
||||||
}
|
}
|
||||||
|
|
||||||
input,textarea,select
|
input,textarea,select
|
||||||
{
|
{
|
||||||
background-color: rgb(108,131,176);
|
background-color: rgb(108,131,176);
|
||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
background-color: #ccc;
|
background-color: #ccc;
|
||||||
border: #000000 1px solid;
|
border: #000000 1px solid;
|
||||||
color: #111111;
|
color: #111111;
|
||||||
}
|
}
|
||||||
|
|
||||||
input.button
|
input.button
|
||||||
{
|
{
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
color: rgb(108,131,176);
|
color: rgb(108,131,176);
|
||||||
border: 1px dashed rgb(108,131,176);
|
border: 1px solid rgb(108,131,176);
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue