diff options
author | gweltas <gweltas@piwigo.org> | 2004-02-02 00:55:18 +0000 |
---|---|---|
committer | gweltas <gweltas@piwigo.org> | 2004-02-02 00:55:18 +0000 |
commit | bef4b3e3aa8e3d54cbf8b4962b9b5d4a89b55429 (patch) | |
tree | 647b2cf07ee8451a9314e1e8aebd11d9396cb32b /template/default/default-admin.css | |
parent | eea989f019f21fbd7ae4aa8e2f4a1503992c23bf (diff) |
Merge of the 1.3.1 release
Creation of an unique include file (common.php)
Creation of an unique define file (include/constants.php)
Modification of the installation procedure
git-svn-id: http://piwigo.org/svn/trunk@345 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | template/default/default-admin.css | 93 |
1 files changed, 93 insertions, 0 deletions
diff --git a/template/default/default-admin.css b/template/default/default-admin.css new file mode 100644 index 000000000..7270c1bb1 --- /dev/null +++ b/template/default/default-admin.css @@ -0,0 +1,93 @@ +@import url("default.css"); + +a, a:hover { +color:#006699; +} + +body,font,table,input,form,select,textarea { +font-family:arial,verdana,sans-serif; +font-size:12px; +color:#000000; +text-align:left; +} +table +{ +border-collapse:separate; +} +body { +background-color:#E5E5E5; +margin:5px; +} + +.table1 { +border-collapse:collapse; +background-color:#FFFFFF; +} +.contenucellule { +background-color:#EEEEEE; +border:2px solid #006699; +} +.style1 { +margin-top:20px; +} +th { +font-weight:bold; +background-color:#D3DCE3; +margin-bottom:10px; +text-align: center; +} +td.row1 { +background-color:#E6E4E4; +} +td.row2,td.throw2 { +background-color:#E8E8E8; +} +td.throw2 { +text-align:center; +font-weight:bold; +} +td.row3 { +background-color:#eeeeee; +} +td.row4 { +background-color:#cccccc; +} +.info { +color:darkblue; +text-align:center; +} +div.key { +margin-left : 10px; +} +td.choice { +text-align : center; +} +div.install_warning { +text-align:center; +color:red; +margin:20px; +font-weight:bold; +} + +.tableComment,.cellAuthor,.cellInfo { +color:#000000; +border-color:#006699; +} +.commentsAuthor,.commentsTitle,.commentsInfos,.commentsContent +{ +color:#000000; +} +.errors { + text-align:left; + margin:25px; + background-color:#ffe1e1; + border:1px solid red; + color:black; +} +.errors_title { + margin:5px; + font-weight:bold; + font-size:120%; + text-align:center; + color:red; +}
\ No newline at end of file |