Revision 2089
Added by darkviper over 11 years ago
branches/2.8.x/wb/templates/wb_theme/uninstall.php | ||
---|---|---|
1 |
<?php |
|
2 |
/** |
|
3 |
* |
|
4 |
* @category templates |
|
5 |
* @package WB theme |
|
6 |
* @subpackage install |
|
7 |
* @author WebsiteBaker Project |
|
8 |
* @copyright 2009-2012, WebsiteBaker Org. e.V. |
|
9 |
* @link http://www.websitebaker.org/ |
|
10 |
* @license http://www.gnu.org/licenses/gpl.html |
|
11 |
* @platform WebsiteBaker 2.8.3 |
|
12 |
* @requirements PHP 5.2.2 and higher |
|
13 |
* @version $Id$ |
|
14 |
* @filesource $HeadURL$ |
|
15 |
* @lastmodified $Date$ |
|
16 |
* |
|
17 |
*/ |
|
18 |
|
|
19 |
// prevent this file from being accessed directly |
|
20 |
if(defined('WB_PATH') == false) |
|
21 |
{ |
|
22 |
die('<head><title>Access denied</title></head><body><h2 style="color:red;margin:3em auto;text-align:center;">Cannot access this file directly</h2></body></html>'); |
|
23 |
} |
|
24 | 0 |
branches/2.8.x/wb/templates/wb_theme/install.php | ||
---|---|---|
1 |
<?php |
|
2 |
/** |
|
3 |
* |
|
4 |
* @category templates |
|
5 |
* @package WB theme |
|
6 |
* @subpackage install |
|
7 |
* @author WebsiteBaker Project |
|
8 |
* @copyright 2009-2012, WebsiteBaker Org. e.V. |
|
9 |
* @link http://www.websitebaker.org/ |
|
10 |
* @license http://www.gnu.org/licenses/gpl.html |
|
11 |
* @platform WebsiteBaker 2.8.3 |
|
12 |
* @requirements PHP 5.2.2 and higher |
|
13 |
* @version $Id$ |
|
14 |
* @filesource $HeadURL$ |
|
15 |
* @lastmodified $Date$ |
|
16 |
* |
|
17 |
*/ |
|
18 |
|
|
19 |
// prevent this file from being accessed directly |
|
20 |
if(defined('WB_PATH') == false) |
|
21 |
{ |
|
22 |
die('<head><title>Access denied</title></head><body><h2 style="color:red;margin:3em auto;text-align:center;">Cannot access this file directly</h2></body></html>'); |
|
23 |
} |
|
24 | 0 |
branches/2.8.x/wb/templates/wb_theme/templates/footer.htt | ||
---|---|---|
1 |
<!-- BEGIN footer_block --> |
|
2 |
</div> |
|
3 |
</div> |
|
4 |
</div> |
|
5 |
|
|
6 |
<table class="footer"> |
|
7 |
<tbody> |
|
8 |
<tr> |
|
9 |
<td> |
|
10 |
<!-- Please note: the below reference to the GNU GPL should not be removed, as it provides a link for users to read about warranty, etc. --> |
|
11 |
<a href="http://www.websitebaker.org/" title="external">WebsiteBaker</a> is released under the |
|
12 |
<a href="http://www.gnu.org/licenses/gpl.html" title="WebsiteBaker is released under the GNU General Public License">GNU General Public License</a> |
|
13 |
<!-- Please note: the above reference to the GNU GPL should not be removed, as it provides a link for users to read about warranty, etc. --> |
|
14 |
</td> |
|
15 |
</tr> |
|
16 |
</tbody> |
|
17 |
</table> |
|
18 |
<!-- BEGIN show_debug_block --> |
|
19 |
<div class="mbox dev-info rounded shadow"> |
|
20 |
<div style="text-align:left; width: auto;"> |
|
21 |
<span class="">Memory Limit: {FILESIZE} | </span> |
|
22 |
<span class="">Used Memory: {MEMORY} | </span> |
|
23 |
<span class="">Script loaded in: {PAGE_LOAD_TIME} Sec | </span> |
|
24 |
<span class="">{QUERIES} SQL-Queries executed | </span> |
|
25 |
<span class="">{CLASSES} declared classes | </span> |
|
26 |
<span class="">Summary size of {INCLUDES} included files: {SUM_FILESIZE}</span> |
|
27 |
<!-- BEGIN show_block_list --> |
|
28 |
<br /><ul style="margin-left: 27px; margin-top: 0;"> |
|
29 |
<!-- BEGIN include_block_list --> |
|
30 |
<li style="color: #336699; list-style:decimal-leading-zero;">{INCLUDES_ARRAY} ({FILESIZE})</li> |
|
31 |
<!-- END include_block_list --> |
|
32 |
</ul> |
|
33 |
<!-- END show_block_list --> |
|
34 |
|
|
35 |
</div> |
|
36 |
</div> |
|
37 |
<!-- END show_debug_block --> |
|
38 |
</div> |
|
39 |
{BACKEND_BODY_MODULE_JS} |
|
40 |
</body> |
|
41 |
</html> |
|
42 |
<!-- END footer_block --> |
|
43 | 0 |
branches/2.8.x/wb/templates/wb_theme/templates/warning.html | ||
---|---|---|
1 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
|
2 |
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> |
|
3 |
<head> |
|
4 |
<title>CMS WebsiteBaker | Excessive Invalid Logins</title> |
|
5 |
<meta http-equiv="content-type" content="text/html; charset=utf-8" /> |
|
6 |
<meta http-equiv="content-language" content="en" /> |
|
7 |
<meta name="description" content="Excessive Invalid Logins" /> |
|
8 |
<meta name="keywords" content="" /> |
|
9 |
<link href="../css/warn.css" rel="stylesheet" type="text/css" /> |
|
10 |
</head> |
|
11 |
|
|
12 |
<body> |
|
13 |
|
|
14 |
<div class="main"> |
|
15 |
<table class="header layout"> |
|
16 |
<tr> |
|
17 |
<td class="logo"> |
|
18 |
<a href="http://www.websitebaker2.org/" title=""><img src="../images/logo.png" alt="Logo" /></a> |
|
19 |
</td> |
|
20 |
<td></td> |
|
21 |
</tr> |
|
22 |
</table> |
|
23 |
|
|
24 |
<div class="table"> |
|
25 |
<div class="td"> |
|
26 |
<div class="content"> |
|
27 |
<div class="login_box"> |
|
28 |
<div class="topdiv"> |
|
29 |
Invalid Logins |
|
30 |
</div> |
|
31 |
<div class="bottomdiv"> |
|
32 |
<h1>Excessive Invalid Logins</h1> |
|
33 |
<h4>You have attempted to login too many times |
|
34 |
<div class="center"> |
|
35 |
<img src="../icons/warning.png" alt="Excessive Invalid Logins" /> |
|
36 |
</div> |
|
37 |
</h4> |
|
38 |
<p>Close this Tab and restart your Browser</p> |
|
39 |
</div> |
|
40 |
</div> |
|
41 |
</div> |
|
42 |
</div> |
|
43 |
</div> |
|
44 |
<table class="footer"> |
|
45 |
<tbody> |
|
46 |
<tr> |
|
47 |
<td> |
|
48 |
<!-- Please note: the below reference to the GNU GPL should not be removed, as it provides a link for users to read about warranty, etc. --> |
|
49 |
<a href="http://www.websitebaker.org/" title="external">WebsiteBaker</a> is released under the |
|
50 |
<a href="http://www.gnu.org/licenses/gpl.html" title="WebsiteBaker is released under the GNU General Public License">GNU General Public License</a> |
|
51 |
<!-- Please note: the above reference to the GNU GPL should not be removed, as it provides a link for users to read about warranty, etc. --> |
|
52 |
</td> |
|
53 |
</tr> |
|
54 |
</tbody> |
|
55 |
</table> |
|
56 |
</div> |
|
57 |
</body> |
|
58 |
</html> |
|
59 |
<!--- Icons from http://www.iconfinder.com Filter: Allowed for commercial use (No link required) --> |
|
60 |
<!--- Icon Designer Alessandro Rei - http://www.kde-look.org/usermanager/search.php?username=mentalrey License: http://www.gnu.org/copyleft/gpl.html --> |
|
61 |
<!--- Icon Designer Everaldo Coelho - http://www.everaldo.com/ License: http://www.gnu.org/licenses/lgpl.html --> |
|
62 |
<!--- Icon Designer David Vignoni - http://www.icon-king.com/ License: http://www.gnu.org/licenses/lgpl.html --> |
|
63 |
<!--- Icon Designer Pavel InFeRnODeMoN - http://www.kde-look.org/usermanager/search.php?username=InFeRnODeMoN License: http://www.gnu.org/copyleft/gpl.html --> |
|
64 |
<!--- Icon Designer Alexandre Moore - http://sa-ki.deviantart.com/ License: http://www.gnu.org/licenses/lgpl.html --> |
|
65 |
<!--- Icon Designer Alexandre Moore - http://sa-ki.deviantart.com/ License: http://www.gnu.org/copyleft/gpl.html --> |
|
66 |
<!--- Icon Designer Gnome Project - http://art.gnome.org/themes/icon/ License: http://www.gnu.org/copyleft/gpl.html --> |
|
67 | 0 |
branches/2.8.x/wb/templates/wb_theme/templates/index.php | ||
---|---|---|
1 |
<?php |
|
2 |
/** |
|
3 |
* $Id$ |
|
4 |
* Website Baker theme: wb_theme |
|
5 |
* This theme is the default WB backend Theme |
|
6 |
* Feel free to modify or build up on this template. |
|
7 |
* |
|
8 |
* This file prevents directory listing. |
|
9 |
* |
|
10 |
* LICENSE: GNU General Public License |
|
11 |
* |
|
12 |
* @author Johannes Tassilo Gruber |
|
13 |
* @copyright GNU General Public License |
|
14 |
* @license http://www.gnu.org/licenses/gpl.html |
|
15 |
* @version 2.80 |
|
16 |
* @platform Website Baker 2.8 |
|
17 |
* |
|
18 |
* Website Baker is free software; you can redistribute it and/or modify |
|
19 |
* it under the terms of the GNU General Public License as published by |
|
20 |
* the Free Software Foundation; either version 2 of the License, or |
|
21 |
* (at your option) any later version. |
|
22 |
* |
|
23 |
* Website Baker is distributed in the hope that it will be useful, |
|
24 |
* but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
25 |
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
26 |
* GNU General Public License for more details. |
|
27 |
*/ |
|
28 |
|
|
29 |
// prevent directory listing |
|
30 |
header('Location: ../../../index.php'); |
|
31 |
|
|
32 |
?> |
|
33 | 0 |
branches/2.8.x/wb/templates/wb_theme/templates/header.htt | ||
---|---|---|
1 |
<!-- BEGIN header_block --> |
|
2 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
|
3 |
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> |
|
4 |
<head> |
|
5 |
<title>{WEBSITE_TITLE} - {TEXT_ADMINISTRATION} - {SECTION_NAME}</title> |
|
6 |
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE9" /> |
|
7 |
<meta http-equiv="content-type" content="text/html; charset={CHARSET}" /> |
|
8 |
<meta http-equiv="content-language" content="{LANGUAGE}" /> |
|
9 |
<meta name="description" content="{TEXT_ADMINISTRATION}" /> |
|
10 |
<meta name="keywords" content="{TEXT_ADMINISTRATION}" /> |
|
11 |
<meta name="author" content="WebsiteBaker Org e.V." /> |
|
12 |
<meta http-equiv="Content-Encoding" content="gzip" /> |
|
13 |
<meta http-equiv="Accept-Encoding" content="gzip, deflate" /> |
|
14 |
<meta http-equiv="expires" content="0" /> |
|
15 |
<meta http-equiv="cache-control" content="no-cache" /> |
|
16 |
<meta http-equiv="pragma" content="no-cache" /> |
|
17 |
<link href="{THEME_URL}/css/screen.css" rel="stylesheet" type="text/css" /> |
|
18 |
{BACKEND_MODULE_CSS} |
|
19 |
<script type="text/javascript"> |
|
20 |
var WB_URL = '{WB_URL}'; |
|
21 |
var THEME_URL = '{THEME_URL}'; |
|
22 |
var ADMIN_URL = '{ADMIN_URL}'; |
|
23 |
var LANGUAGE = '{LANGUAGE}'; |
|
24 |
</script> |
|
25 |
<script type="text/javascript"> |
|
26 |
function confirm_link(message, url) { |
|
27 |
if(confirm(message)) location.href = url; |
|
28 |
} |
|
29 |
</script> |
|
30 |
<script src="{WB_URL}/include/jquery/jquery-min.js" type="text/javascript"></script> |
|
31 |
<script src="{WB_URL}/include/jquery/jquery-insert.js" type="text/javascript"></script> |
|
32 |
<script src="{WB_URL}/include/jquery/jquery-include.js" type="text/javascript"></script> |
|
33 |
<!--[if lt IE 7]><script type="text/javascript" src="{WB_URL}/include/jquery/plugins/jquery-pngFix.js"></script><![endif]--> |
|
34 |
<script src="{THEME_URL}/jquery/jquery-plugins.js" type="text/javascript"></script> |
|
35 |
{BACKEND_MODULE_JS} |
|
36 |
</head> |
|
37 |
<body lang="{LANGUAGE}" > |
|
38 |
<div id="overDiv" style="position:absolute; visibility:hidden; z-index:1000;"></div> |
|
39 |
<div class="main"> |
|
40 |
|
|
41 |
<table class="header layout"> |
|
42 |
<tr> |
|
43 |
<td class="logo"> |
|
44 |
<a href="{ADMIN_URL}" title="{TITLE_START}"><img src="{THEME_URL}/images/logo.png" alt="Logo" /></a> |
|
45 |
</td> |
|
46 |
<td></td> |
|
47 |
<td class="topnav {LOGIN_DISPLAY_NONE}"> |
|
48 |
<span><a href="{ADMIN_URL}" title="{TITLE_START}"><img src="{THEME_URL}/images/{START_ICON}.png" alt="{TITLE_START}" /></a></span> |
|
49 |
<a href="{URL_VIEW}" target="_blank" title="{TITLE_VIEW}"><img src="{THEME_URL}/images/view.png" alt="{WB_URL}" /></a> |
|
50 |
<a href="{URL_HELP}" target="_blank" title="{TITLE_HELP}"><img src="{THEME_URL}/images/help.png" alt="{TITLE_HELP}" /></a> |
|
51 |
<!-- BEGIN maintenance_block --> |
|
52 |
<a href="{MAINTAINANCE_URL}" title="{MAINTENANCE_MODE}"><img src="{MAINTENANCE_ICON}" alt="{MAINTENANCE_MODE}" title="{MAINTENANCE_MODE}" /></a> |
|
53 |
<!-- END maintenance_block --> |
|
54 |
<a href="{LOGIN_LINK}" title="{TITLE_LOGOUT}"><img src="{THEME_URL}/images/{LOGIN_ICON}.png" alt="{TITLE_LOGOUT}" /></a> |
|
55 |
</td> |
|
56 |
<td class="version {LOGIN_DISPLAY_NONE}"> |
|
57 |
Version {VERSION} {SP}<br /> |
|
58 |
Revision {REVISION} |
|
59 |
</td> |
|
60 |
</tr> |
|
61 |
</table> |
|
62 |
|
|
63 |
<div class="table rounded shadow"> |
|
64 |
|
|
65 |
<div class="hmenu {LOGIN_DISPLAY_NONE}"> |
|
66 |
<ul> |
|
67 |
<!-- BEGIN linkBlock --> |
|
68 |
<li class="{CLASS}"><a class="{CLASS}" href="{LINK}">{TITLE}</a></li> |
|
69 |
<!-- END linkBlock --> |
|
70 |
<li> </li> |
|
71 |
</ul> |
|
72 |
</div> |
|
73 |
|
|
74 |
<div class="td"> |
|
75 |
<div class="content"> |
|
76 |
<!-- END header_block --> |
|
77 | 0 |
branches/2.8.x/wb/templates/wb_theme/upgrade.php | ||
---|---|---|
1 |
<?php |
|
2 |
/** |
|
3 |
* |
|
4 |
* @category templates |
|
5 |
* @package WB theme |
|
6 |
* @subpackage install |
|
7 |
* @author WebsiteBaker Project |
|
8 |
* @copyright 2009-2012, WebsiteBaker Org. e.V. |
|
9 |
* @link http://www.websitebaker.org/ |
|
10 |
* @license http://www.gnu.org/licenses/gpl.html |
|
11 |
* @platform WebsiteBaker 2.8.3 |
|
12 |
* @requirements PHP 5.2.2 and higher |
|
13 |
* @version $Id$ |
|
14 |
* @filesource $HeadURL$ |
|
15 |
* @lastmodified $Date$ |
|
16 |
* |
|
17 |
*/ |
|
18 |
|
|
19 |
// prevent this file from being accessed directly |
|
20 |
if(defined('WB_PATH') == false) |
|
21 |
{ |
|
22 |
die('<head><title>Access denied</title></head><body><h2 style="color:red;margin:3em auto;text-align:center;">Cannot access this file directly</h2></body></html>'); |
|
23 |
} |
|
24 | 0 |
branches/2.8.x/wb/templates/wb_theme/media.css | ||
---|---|---|
1 |
body,td,th,input,textarea { |
|
2 |
font-family: Verdana, Arial, Helvetica, sans-serif; |
|
3 |
font-size: 12px; |
|
4 |
color: #000000; |
|
5 |
} |
|
6 |
body { |
|
7 |
background-color: #FFFFFF; |
|
8 |
margin: 0px; |
|
9 |
} |
|
10 |
hr { |
|
11 |
margin: 0px; |
|
12 |
color: #003366; |
|
13 |
height: 1px; |
|
14 |
} |
|
15 |
a:link, a:visited, a:active { |
|
16 |
color: #003366; |
|
17 |
text-decoration: none; |
|
18 |
} |
|
19 |
a:hover { |
|
20 |
text-decoration: none; |
|
21 |
color: #336699; |
|
22 |
} |
|
23 |
input:focus, select:focus, textarea:focus { |
|
24 |
background: #F1F8FD; |
|
25 |
} |
|
26 |
.content { |
|
27 |
width: 100%; |
|
28 |
height: 100px; |
|
29 |
} |
|
30 |
.rename { |
|
31 |
background: #fff url(images/bgtitle.png) ; |
|
32 |
background-repeat:repeat-x; |
|
33 |
padding: 20px; |
|
34 |
} |
|
35 |
.hide { |
|
36 |
display: none; |
|
37 |
} |
|
38 |
|
|
39 |
table.browse_header { |
|
40 |
background-color: #EEE; |
|
41 |
border-bottom: 1px solid #35373a; |
|
42 |
} |
|
43 |
|
|
44 |
th.headline { |
|
45 |
font-weight: normal; |
|
46 |
font-size: 10px; |
|
47 |
border-bottom: 1px solid #35373a; |
|
48 |
} |
|
49 |
|
|
50 |
|
|
51 |
|
|
52 | 0 |
branches/2.8.x/wb/templates/wb_theme/normalize.css | ||
---|---|---|
1 |
/*! normalize.css 2011-09-22T17:42 UTC - http://github.com/necolas/normalize.css */ |
|
2 |
|
|
3 |
/* ============================================================================= |
|
4 |
HTML5 display definitions |
|
5 |
========================================================================== */ |
|
6 |
|
|
7 |
/* |
|
8 |
* Corrects block display not defined in IE6/7/8/9 & FF3 |
|
9 |
*/ |
|
10 |
|
|
11 |
article, |
|
12 |
aside, |
|
13 |
details, |
|
14 |
figcaption, |
|
15 |
figure, |
|
16 |
footer, |
|
17 |
header, |
|
18 |
hgroup, |
|
19 |
nav, |
|
20 |
section { |
|
21 |
display: block; |
|
22 |
} |
|
23 |
|
|
24 |
/* |
|
25 |
* Corrects inline-block display not defined in IE6/7/8/9 & FF3 |
|
26 |
*/ |
|
27 |
|
|
28 |
audio, |
|
29 |
canvas, |
|
30 |
video { |
|
31 |
display: inline-block; |
|
32 |
*display: inline; |
|
33 |
*zoom: 1; |
|
34 |
} |
|
35 |
|
|
36 |
/* |
|
37 |
* Prevents modern browsers from displaying 'audio' without controls |
|
38 |
*/ |
|
39 |
|
|
40 |
audio:not([controls]) { |
|
41 |
display: none; |
|
42 |
} |
|
43 |
|
|
44 |
/* |
|
45 |
* Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4 |
|
46 |
* Known issue: no IE6 support |
|
47 |
*/ |
|
48 |
|
|
49 |
[hidden] { |
|
50 |
display: none; |
|
51 |
} |
|
52 |
|
|
53 |
|
|
54 |
/* ============================================================================= |
|
55 |
Base |
|
56 |
========================================================================== */ |
|
57 |
|
|
58 |
/* |
|
59 |
* 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units |
|
60 |
* http://clagnut.com/blog/348/#c790 |
|
61 |
* 2. Keeps page centred in all browsers regardless of content height |
|
62 |
* 3. Prevents iOS text size adjust after orientation change, without disabling user zoom |
|
63 |
* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ |
|
64 |
*/ |
|
65 |
|
|
66 |
html { |
|
67 |
font-size: 100%; /* 1 */ |
|
68 |
overflow-y: scroll; /* 2 */ |
|
69 |
-webkit-text-size-adjust: 100%; /* 3 */ |
|
70 |
-ms-text-size-adjust: 100%; /* 3 */ |
|
71 |
} |
|
72 |
|
|
73 |
/* |
|
74 |
* Addresses margins handled incorrectly in IE6/7 |
|
75 |
*/ |
|
76 |
|
|
77 |
body { |
|
78 |
margin: 0; |
|
79 |
} |
|
80 |
|
|
81 |
/* |
|
82 |
* Addresses font-family inconsistency between 'textarea' and other form elements. |
|
83 |
*/ |
|
84 |
|
|
85 |
body, |
|
86 |
button, |
|
87 |
input, |
|
88 |
select, |
|
89 |
textarea { |
|
90 |
font-family: sans-serif; |
|
91 |
} |
|
92 |
|
|
93 |
|
|
94 |
/* ============================================================================= |
|
95 |
Links |
|
96 |
========================================================================== */ |
|
97 |
|
|
98 |
a { |
|
99 |
color: #00e; |
|
100 |
} |
|
101 |
|
|
102 |
a:visited { |
|
103 |
color: #551a8b; |
|
104 |
} |
|
105 |
|
|
106 |
/* |
|
107 |
* Addresses outline displayed oddly in Chrome |
|
108 |
*/ |
|
109 |
|
|
110 |
a:focus { |
|
111 |
outline: thin dotted; |
|
112 |
} |
|
113 |
|
|
114 |
/* |
|
115 |
* Improves readability when focused and also mouse hovered in all browsers |
|
116 |
* people.opera.com/patrickl/experiments/keyboard/test |
|
117 |
*/ |
|
118 |
|
|
119 |
a:hover, |
|
120 |
a:active { |
|
121 |
outline: 0; |
|
122 |
} |
|
123 |
|
|
124 |
|
|
125 |
/* ============================================================================= |
|
126 |
Typography |
|
127 |
========================================================================== */ |
|
128 |
|
|
129 |
/* |
|
130 |
* Addresses styling not present in IE7/8/9, S5, Chrome |
|
131 |
*/ |
|
132 |
|
|
133 |
abbr[title] { |
|
134 |
border-bottom: 1px dotted; |
|
135 |
} |
|
136 |
|
|
137 |
/* |
|
138 |
* Addresses style set to 'bolder' in FF3/4, S4/5, Chrome |
|
139 |
*/ |
|
140 |
|
|
141 |
b, |
|
142 |
strong { |
|
143 |
font-weight: bold; |
|
144 |
} |
|
145 |
|
|
146 |
blockquote { |
|
147 |
margin: 1em 40px; |
|
148 |
} |
|
149 |
|
|
150 |
/* |
|
151 |
* Addresses styling not present in S5, Chrome |
|
152 |
*/ |
|
153 |
|
|
154 |
dfn { |
|
155 |
font-style: italic; |
|
156 |
} |
|
157 |
|
|
158 |
/* |
|
159 |
* Addresses styling not present in IE6/7/8/9 |
|
160 |
*/ |
|
161 |
|
|
162 |
mark { |
|
163 |
background: #ff0; |
|
164 |
color: #000; |
|
165 |
} |
|
166 |
|
|
167 |
/* |
|
168 |
* Corrects font family set oddly in IE6, S4/5, Chrome |
|
169 |
* en.wikipedia.org/wiki/User:Davidgothberg/Test59 |
|
170 |
*/ |
|
171 |
|
|
172 |
pre, |
|
173 |
code, |
|
174 |
kbd, |
|
175 |
samp { |
|
176 |
font-family: monospace, serif; |
|
177 |
_font-family: 'courier new', monospace; |
|
178 |
font-size: 1em; |
|
179 |
} |
|
180 |
|
|
181 |
/* |
|
182 |
* Improves readability of pre-formatted text in all browsers |
|
183 |
*/ |
|
184 |
|
|
185 |
pre { |
|
186 |
white-space: pre; |
|
187 |
white-space: pre-wrap; |
|
188 |
word-wrap: break-word; |
|
189 |
} |
|
190 |
|
|
191 |
/* |
|
192 |
* 1. Addresses CSS quotes not supported in IE6/7 |
|
193 |
* 2. Addresses quote property not supported in S4 |
|
194 |
*/ |
|
195 |
|
|
196 |
/* 1 */ |
|
197 |
|
|
198 |
q { |
|
199 |
quotes: none; |
|
200 |
} |
|
201 |
|
|
202 |
/* 2 */ |
|
203 |
|
|
204 |
q:before, |
|
205 |
q:after { |
|
206 |
content: ''; |
|
207 |
content: none; |
|
208 |
} |
|
209 |
|
|
210 |
small { |
|
211 |
font-size: 75%; |
|
212 |
} |
|
213 |
|
|
214 |
/* |
|
215 |
* Prevents sub and sup affecting line-height in all browsers |
|
216 |
* gist.github.com/413930 |
|
217 |
*/ |
|
218 |
|
|
219 |
sub, |
|
220 |
sup { |
|
221 |
font-size: 75%; |
|
222 |
line-height: 0; |
|
223 |
position: relative; |
|
224 |
vertical-align: baseline; |
|
225 |
} |
|
226 |
|
|
227 |
sup { |
|
228 |
top: -0.5em; |
|
229 |
} |
|
230 |
|
|
231 |
sub { |
|
232 |
bottom: -0.25em; |
|
233 |
} |
|
234 |
|
|
235 |
|
|
236 |
/* ============================================================================= |
|
237 |
Lists |
|
238 |
========================================================================== */ |
|
239 |
|
|
240 |
ul, |
|
241 |
ol { |
|
242 |
margin: 1em 0; |
|
243 |
padding: 0 0 0 40px; |
|
244 |
} |
|
245 |
|
|
246 |
dd { |
|
247 |
margin: 0 0 0 40px; |
|
248 |
} |
|
249 |
|
|
250 |
nav ul, |
|
251 |
nav ol { |
|
252 |
list-style: none; |
|
253 |
list-style-image: none; |
|
254 |
} |
|
255 |
|
|
256 |
|
|
257 |
/* ============================================================================= |
|
258 |
Embedded content |
|
259 |
========================================================================== */ |
|
260 |
|
|
261 |
/* |
|
262 |
* 1. Removes border when inside 'a' element in IE6/7/8/9, FF3 |
|
263 |
* 2. Improves image quality when scaled in IE7 |
|
264 |
* code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ |
|
265 |
*/ |
|
266 |
|
|
267 |
img { |
|
268 |
border: 0; /* 1 */ |
|
269 |
-ms-interpolation-mode: bicubic; /* 2 */ |
|
270 |
} |
|
271 |
|
|
272 |
/* |
|
273 |
* Corrects overflow displayed oddly in IE9 |
|
274 |
*/ |
|
275 |
|
|
276 |
svg:not(:root) { |
|
277 |
overflow: hidden; |
|
278 |
} |
|
279 |
|
|
280 |
|
|
281 |
/* ============================================================================= |
|
282 |
Figures |
|
283 |
========================================================================== */ |
|
284 |
|
|
285 |
/* |
|
286 |
* Addresses margin not present in IE6/7/8/9, S5, O11 |
|
287 |
*/ |
|
288 |
|
|
289 |
figure { |
|
290 |
margin: 0; |
|
291 |
} |
|
292 |
|
|
293 |
|
|
294 |
/* ============================================================================= |
|
295 |
Forms |
|
296 |
========================================================================== */ |
|
297 |
|
|
298 |
/* |
|
299 |
* Corrects margin displayed oddly in IE6/7 |
|
300 |
*/ |
|
301 |
|
|
302 |
form { |
|
303 |
margin: 0; |
|
304 |
} |
|
305 |
|
|
306 |
/* |
|
307 |
* Define consistent border, margin, and padding |
|
308 |
*/ |
|
309 |
|
|
310 |
fieldset { |
|
311 |
border: 1px solid #c0c0c0; |
|
312 |
margin: 0 2px; |
|
313 |
padding: 0.35em 0.625em 0.75em; |
|
314 |
} |
|
315 |
|
|
316 |
/* |
|
317 |
* 1. Corrects color not being inherited in IE6/7/8/9 |
|
318 |
* 2. Corrects alignment displayed oddly in IE6/7 |
|
319 |
*/ |
|
320 |
|
|
321 |
legend { |
|
322 |
border: 0; /* 1 */ |
|
323 |
*margin-left: -7px; /* 2 */ |
|
324 |
} |
|
325 |
|
|
326 |
/* |
|
327 |
* 1. Corrects font size not being inherited in all browsers |
|
328 |
* 2. Addresses margins set differently in IE6/7, FF3/4, S5, Chrome |
|
329 |
* 3. Improves appearance and consistency in all browsers |
|
330 |
*/ |
|
331 |
|
|
332 |
button, |
|
333 |
input, |
|
334 |
select, |
|
335 |
textarea { |
|
336 |
font-size: 100%; /* 1 */ |
|
337 |
margin: 0; /* 2 */ |
|
338 |
vertical-align: baseline; /* 3 */ |
|
339 |
*vertical-align: middle; /* 3 */ |
|
340 |
} |
|
341 |
|
|
342 |
/* |
|
343 |
* Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet |
|
344 |
*/ |
|
345 |
|
|
346 |
button, |
|
347 |
input { |
|
348 |
line-height: normal; /* 1 */ |
|
349 |
} |
|
350 |
|
|
351 |
/* |
|
352 |
* 1. Improves usability and consistency of cursor style between image-type 'input' and others |
|
353 |
* 2. Corrects inability to style clickable 'input' types in iOS |
|
354 |
* 3. Corrects inner spacing displayed oddly in IE7 without effecting normal text inputs |
|
355 |
* Known issue: inner spacing remains in IE6 |
|
356 |
*/ |
|
357 |
|
|
358 |
button, |
|
359 |
input[type="button"], |
|
360 |
input[type="reset"], |
|
361 |
input[type="submit"] { |
|
362 |
cursor: pointer; /* 1 */ |
|
363 |
-webkit-appearance: button; /* 2 */ |
|
364 |
*overflow: visible; /* 3 */ |
|
365 |
} |
|
366 |
|
|
367 |
/* |
|
368 |
* 1. Addresses box sizing set to content-box in IE8/9 |
|
369 |
* 2. Addresses excess padding in IE8/9 |
|
370 |
*/ |
|
371 |
|
|
372 |
input[type="checkbox"], |
|
373 |
input[type="radio"] { |
|
374 |
box-sizing: border-box; /* 1 */ |
|
375 |
padding: 0; /* 2 */ |
|
376 |
} |
|
377 |
|
|
378 |
/* |
|
379 |
* 1. Addresses appearance set to searchfield in S5, Chrome |
|
380 |
* 2. Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) |
|
381 |
*/ |
|
382 |
|
|
383 |
input[type="search"] { |
|
384 |
-webkit-appearance: textfield; /* 1 */ |
|
385 |
-moz-box-sizing: content-box; |
|
386 |
-webkit-box-sizing: content-box; /* 2 */ |
|
387 |
box-sizing: content-box; |
|
388 |
} |
|
389 |
|
|
390 |
/* |
|
391 |
* Corrects inner padding displayed oddly in S5, Chrome on OSX |
|
392 |
*/ |
|
393 |
|
|
394 |
input[type="search"]::-webkit-search-decoration { |
|
395 |
-webkit-appearance: none; |
|
396 |
} |
|
397 |
|
|
398 |
/* |
|
399 |
* Corrects inner padding and border displayed oddly in FF3/4 |
|
400 |
* www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ |
|
401 |
*/ |
|
402 |
|
|
403 |
button::-moz-focus-inner, |
|
404 |
input::-moz-focus-inner { |
|
405 |
border: 0; |
|
406 |
padding: 0; |
|
407 |
} |
|
408 |
|
|
409 |
/* |
|
410 |
* 1. Removes default vertical scrollbar in IE6/7/8/9 |
|
411 |
* 2. Improves readability and alignment in all browsers |
|
412 |
*/ |
|
413 |
|
|
414 |
textarea { |
|
415 |
overflow: auto; /* 1 */ |
|
416 |
vertical-align: top; /* 2 */ |
|
417 |
} |
|
418 |
|
|
419 |
|
|
420 |
/* ============================================================================= |
|
421 |
Tables |
|
422 |
========================================================================== */ |
|
423 |
|
|
424 |
/* |
|
425 |
* Remove most spacing between table cells |
|
426 |
*/ |
|
427 |
|
|
428 |
table { |
|
429 |
border-collapse: collapse; |
|
430 |
border-spacing: 0; |
|
431 |
} |
|
432 | 0 |
branches/2.8.x/wb/templates/wb_theme/browse.css | ||
---|---|---|
1 |
body,td,th,input,textarea {font-family:Arial,Helvetica,sans-serif;font-size:12px;} |
|
2 |
body {background-color:#fff;margin:0;} |
|
3 |
hr {margin:0;color:#003366;height:1px;} |
|
4 |
.hide {display:none;} |
|
5 |
a:link, a:visited, a:active {color:#003366;text-decoration:none;} |
|
6 |
a:hover {text-decoration:none;color:#336699;} |
|
7 | 0 |
branches/2.8.x/wb/templates/wb_theme/css/settings.css | ||
---|---|---|
1 |
h4, .warning { margin :0 auto; } |
|
2 |
div.mbox { margin :0 auto; } |
|
3 | 0 |
branches/2.8.x/wb/templates/wb_theme/css/login.css | ||
---|---|---|
1 |
div.main .table { width :70%; overflow :hidden; border-radius :10px; -khtml-border-radius :10px; -webkit-border-radius :10px; -moz-border-radius :10px; -moz-box-shadow :5px 5px 5px rgba(68,68,68,0.6); -webkit-box-shadow :5px 5px 5px rgba(68,68,68,0.6); box-shadow :5px 5px 5px rgba(68,68,68,0.6); zoom :1; } |
|
2 |
table.header { width :70%; } |
|
3 |
.td, |
|
4 |
.content { padding :0; } |
|
5 |
.login_box { border :none; } |
|
6 |
.login_box a { text-decoration :none; } |
|
7 |
.login_box a:hover { text-decoration :underline; color :#3366ff; } |
|
8 |
form.settings_table { overflow :visible; margin :0; padding :0; } |
|
9 |
form.settings_table fieldset { border :1px none #eeeeee; display :block; margin :0; padding :0; } |
|
10 |
legend.settings_table, form.settings_table legend { background :url(../images/menu.png) #336699 repeat-x center; border :medium none; color :#ffffff; font-size :140%; height :25px; margin :0 auto auto -7px!important; padding :8px 0 0 10px; width :100%; text-align :left; } |
|
11 | 0 |
branches/2.8.x/wb/templates/wb_theme/css/access.css | ||
---|---|---|
1 |
h2,h3,h4 { font-weight :bold; color :#006699; } |
|
2 |
h6 { color :#006699; font-size :110%; margin :10px auto; } |
|
3 |
div.mbox { padding :5px; } |
|
4 | 0 |
branches/2.8.x/wb/templates/wb_theme/css/media.css | ||
---|---|---|
1 |
h2 { |
|
2 |
font-weight :normal; |
|
3 |
color :#006699; |
|
4 |
} |
|
5 |
.help { color : #557c9e; } |
|
6 | 0 |
branches/2.8.x/wb/templates/wb_theme/css/normalize.css | ||
---|---|---|
1 |
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */ |
|
2 |
|
|
3 |
/* ========================================================================== |
|
4 |
HTML5 display definitions |
|
5 |
========================================================================== */ |
|
6 |
|
|
7 |
/** |
|
8 |
* Correct `block` display not defined in IE 8/9. |
|
9 |
*/ |
|
10 |
|
|
11 |
article, |
|
12 |
aside, |
|
13 |
details, |
|
14 |
figcaption, |
|
15 |
figure, |
|
16 |
footer, |
|
17 |
header, |
|
18 |
hgroup, |
|
19 |
main, |
|
20 |
nav, |
|
21 |
section, |
|
22 |
summary { |
|
23 |
display: block; |
|
24 |
} |
|
25 |
|
|
26 |
/** |
|
27 |
* Correct `inline-block` display not defined in IE 8/9. |
|
28 |
*/ |
|
29 |
|
|
30 |
audio, |
|
31 |
canvas, |
|
32 |
video { |
|
33 |
display: inline-block; |
|
34 |
} |
|
35 |
|
|
36 |
/** |
|
37 |
* Prevent modern browsers from displaying `audio` without controls. |
|
38 |
* Remove excess height in iOS 5 devices. |
|
39 |
*/ |
|
40 |
|
|
41 |
audio:not([controls]) { |
|
42 |
display: none; |
|
43 |
height: 0; |
|
44 |
} |
|
45 |
|
|
46 |
/** |
|
47 |
* Address `[hidden]` styling not present in IE 8/9. |
|
48 |
* Hide the `template` element in IE, Safari, and Firefox < 22. |
|
49 |
*/ |
|
50 |
|
|
51 |
[hidden], |
|
52 |
template { |
|
53 |
display: none; |
|
54 |
} |
|
55 |
|
|
56 |
/* ========================================================================== |
|
57 |
Base |
|
58 |
========================================================================== */ |
|
59 |
|
|
60 |
/** |
|
61 |
* 1. Set default font family to sans-serif. |
|
62 |
* 2. Prevent iOS text size adjust after orientation change, without disabling |
|
63 |
* user zoom. |
|
64 |
*/ |
|
65 |
|
|
66 |
html { |
|
67 |
font-family: sans-serif; /* 1 */ |
|
68 |
-ms-text-size-adjust: 100%; /* 2 */ |
|
69 |
-webkit-text-size-adjust: 100%; /* 2 */ |
|
70 |
} |
|
71 |
|
|
72 |
/** |
|
73 |
* Remove default margin. |
|
74 |
*/ |
|
75 |
|
|
76 |
body { |
|
77 |
margin: 0; |
|
78 |
} |
|
79 |
|
|
80 |
/* ========================================================================== |
|
81 |
Links |
|
82 |
========================================================================== */ |
|
83 |
|
|
84 |
/** |
|
85 |
* Remove the gray background color from active links in IE 10. |
|
86 |
*/ |
|
87 |
|
|
88 |
a { |
|
89 |
background: transparent; |
|
90 |
} |
|
91 |
|
|
92 |
/** |
|
93 |
* Address `outline` inconsistency between Chrome and other browsers. |
|
94 |
*/ |
|
95 |
|
|
96 |
a:focus { |
|
97 |
outline: thin dotted; |
|
98 |
} |
|
99 |
|
|
100 |
/** |
|
101 |
* Improve readability when focused and also mouse hovered in all browsers. |
|
102 |
*/ |
|
103 |
|
|
104 |
a:active, |
|
105 |
a:hover { |
|
106 |
outline: 0; |
|
107 |
} |
|
108 |
|
|
109 |
/* ========================================================================== |
|
110 |
Typography |
|
111 |
========================================================================== */ |
|
112 |
|
|
113 |
/** |
|
114 |
* Address variable `h1` font-size and margin within `section` and `article` |
|
115 |
* contexts in Firefox 4+, Safari 5, and Chrome. |
|
116 |
*/ |
|
117 |
|
|
118 |
h1 { |
|
119 |
font-size: 2em; |
|
120 |
margin: 0.67em 0; |
|
121 |
} |
|
122 |
|
|
123 |
/** |
|
124 |
* Address styling not present in IE 8/9, Safari 5, and Chrome. |
|
125 |
*/ |
|
126 |
|
|
127 |
abbr[title] { |
|
128 |
border-bottom: 1px dotted; |
|
129 |
} |
|
130 |
|
|
131 |
/** |
|
132 |
* Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome. |
|
133 |
*/ |
|
134 |
|
|
135 |
b, |
|
136 |
strong { |
|
137 |
font-weight: bold; |
|
138 |
} |
|
139 |
|
|
140 |
/** |
|
141 |
* Address styling not present in Safari 5 and Chrome. |
|
142 |
*/ |
|
143 |
|
|
144 |
dfn { |
|
145 |
font-style: italic; |
|
146 |
} |
|
147 |
|
|
148 |
/** |
|
149 |
* Address differences between Firefox and other browsers. |
|
150 |
*/ |
|
151 |
|
|
152 |
hr { |
|
153 |
-moz-box-sizing: content-box; |
|
154 |
box-sizing: content-box; |
|
155 |
height: 0; |
|
156 |
} |
|
157 |
|
|
158 |
/** |
|
159 |
* Address styling not present in IE 8/9. |
|
160 |
*/ |
|
161 |
|
|
162 |
mark { |
|
163 |
background: #ff0; |
|
164 |
color: #000; |
|
165 |
} |
|
166 |
|
|
167 |
/** |
|
168 |
* Correct font family set oddly in Safari 5 and Chrome. |
|
169 |
*/ |
|
170 |
|
|
171 |
code, |
|
172 |
kbd, |
|
173 |
pre, |
|
174 |
samp { |
|
175 |
font-family: monospace, serif; |
|
176 |
font-size: 1em; |
|
177 |
} |
|
178 |
|
|
179 |
/** |
|
180 |
* Improve readability of pre-formatted text in all browsers. |
|
181 |
*/ |
|
182 |
|
|
183 |
pre { |
|
184 |
white-space: pre-wrap; |
|
185 |
} |
|
186 |
|
|
187 |
/** |
|
188 |
* Set consistent quote types. |
|
189 |
*/ |
|
190 |
|
|
191 |
q { |
|
192 |
quotes: "\201C" "\201D" "\2018" "\2019"; |
|
193 |
} |
|
194 |
|
|
195 |
/** |
|
196 |
* Address inconsistent and variable font size in all browsers. |
|
197 |
*/ |
|
198 |
|
|
199 |
small { |
|
200 |
font-size: 80%; |
|
201 |
} |
|
202 |
|
|
203 |
/** |
|
204 |
* Prevent `sub` and `sup` affecting `line-height` in all browsers. |
|
205 |
*/ |
|
206 |
|
|
207 |
sub, |
|
208 |
sup { |
|
209 |
font-size: 75%; |
|
210 |
line-height: 0; |
|
211 |
position: relative; |
|
212 |
vertical-align: baseline; |
|
213 |
} |
|
214 |
|
|
215 |
sup { |
|
216 |
top: -0.5em; |
|
217 |
} |
|
218 |
|
|
219 |
sub { |
|
220 |
bottom: -0.25em; |
|
221 |
} |
|
222 |
|
|
223 |
/* ========================================================================== |
|
224 |
Embedded content |
|
225 |
========================================================================== */ |
|
226 |
|
|
227 |
/** |
|
228 |
* Remove border when inside `a` element in IE 8/9. |
|
229 |
*/ |
|
230 |
|
|
231 |
img { |
|
232 |
border: 0; |
|
233 |
} |
|
234 |
|
|
235 |
/** |
|
236 |
* Correct overflow displayed oddly in IE 9. |
|
237 |
*/ |
|
238 |
|
|
239 |
svg:not(:root) { |
|
240 |
overflow: hidden; |
|
241 |
} |
|
242 |
|
|
243 |
/* ========================================================================== |
|
244 |
Figures |
|
245 |
========================================================================== */ |
|
246 |
|
|
247 |
/** |
|
248 |
* Address margin not present in IE 8/9 and Safari 5. |
|
249 |
*/ |
|
250 |
|
|
251 |
figure { |
|
252 |
margin: 0; |
|
253 |
} |
|
254 |
|
|
255 |
/* ========================================================================== |
|
256 |
Forms |
|
257 |
========================================================================== */ |
|
258 |
|
|
259 |
/** |
|
260 |
* Define consistent border, margin, and padding. |
|
261 |
*/ |
|
262 |
|
|
263 |
fieldset { |
|
264 |
border: 1px solid #c0c0c0; |
|
265 |
margin: 0 2px; |
|
266 |
padding: 0.35em 0.625em 0.75em; |
|
267 |
} |
|
268 |
|
|
269 |
/** |
|
270 |
* 1. Correct `color` not being inherited in IE 8/9. |
|
271 |
* 2. Remove padding so people aren't caught out if they zero out fieldsets. |
|
272 |
*/ |
|
273 |
|
|
274 |
legend { |
|
275 |
border: 0; /* 1 */ |
|
276 |
padding: 0; /* 2 */ |
|
277 |
} |
|
278 |
|
|
279 |
/** |
|
280 |
* 1. Correct font family not being inherited in all browsers. |
|
281 |
* 2. Correct font size not being inherited in all browsers. |
|
282 |
* 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome. |
|
283 |
*/ |
|
284 |
|
|
285 |
button, |
|
286 |
input, |
|
287 |
select, |
|
288 |
textarea { |
|
289 |
font-family: inherit; /* 1 */ |
|
290 |
font-size: 100%; /* 2 */ |
|
291 |
margin: 0; /* 3 */ |
|
292 |
} |
|
293 |
|
|
294 |
/** |
|
295 |
* Address Firefox 4+ setting `line-height` on `input` using `!important` in |
|
296 |
* the UA stylesheet. |
|
297 |
*/ |
|
298 |
|
|
299 |
button, |
|
300 |
input { |
|
301 |
line-height: normal; |
|
302 |
} |
|
303 |
|
|
304 |
/** |
|
305 |
* Address inconsistent `text-transform` inheritance for `button` and `select`. |
|
306 |
* All other form control elements do not inherit `text-transform` values. |
|
307 |
* Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+. |
|
308 |
* Correct `select` style inheritance in Firefox 4+ and Opera. |
|
309 |
*/ |
|
310 |
|
|
311 |
button, |
|
312 |
select { |
|
313 |
text-transform: none; |
|
314 |
} |
|
315 |
|
|
316 |
/** |
|
317 |
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` |
|
318 |
* and `video` controls. |
|
319 |
* 2. Correct inability to style clickable `input` types in iOS. |
|
320 |
* 3. Improve usability and consistency of cursor style between image-type |
|
321 |
* `input` and others. |
|
322 |
*/ |
|
323 |
|
|
324 |
button, |
|
325 |
html input[type="button"], /* 1 */ |
|
326 |
input[type="reset"], |
|
327 |
input[type="submit"] { |
|
328 |
-webkit-appearance: button; /* 2 */ |
|
329 |
cursor: pointer; /* 3 */ |
|
330 |
} |
|
331 |
|
|
332 |
/** |
|
333 |
* Re-set default cursor for disabled elements. |
|
334 |
*/ |
|
335 |
|
|
336 |
button[disabled], |
|
337 |
html input[disabled] { |
|
338 |
cursor: default; |
|
339 |
} |
|
340 |
|
|
341 |
/** |
|
342 |
* 1. Address box sizing set to `content-box` in IE 8/9/10. |
|
343 |
* 2. Remove excess padding in IE 8/9/10. |
|
344 |
*/ |
|
345 |
|
|
346 |
input[type="checkbox"], |
|
347 |
input[type="radio"] { |
|
348 |
box-sizing: border-box; /* 1 */ |
|
349 |
padding: 0; /* 2 */ |
|
350 |
} |
|
351 |
|
|
352 |
/** |
|
353 |
* 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome. |
|
354 |
* 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome |
|
355 |
* (include `-moz` to future-proof). |
|
356 |
*/ |
|
357 |
|
|
358 |
input[type="search"] { |
|
359 |
-webkit-appearance: textfield; /* 1 */ |
|
360 |
-moz-box-sizing: content-box; |
|
361 |
-webkit-box-sizing: content-box; /* 2 */ |
|
362 |
box-sizing: content-box; |
|
363 |
} |
|
364 |
|
|
365 |
/** |
|
366 |
* Remove inner padding and search cancel button in Safari 5 and Chrome |
|
367 |
* on OS X. |
|
368 |
*/ |
|
369 |
|
|
370 |
input[type="search"]::-webkit-search-cancel-button, |
|
371 |
input[type="search"]::-webkit-search-decoration { |
|
372 |
-webkit-appearance: none; |
|
373 |
} |
|
374 |
|
|
375 |
/** |
|
376 |
* Remove inner padding and border in Firefox 4+. |
|
377 |
*/ |
|
378 |
|
|
379 |
button::-moz-focus-inner, |
|
380 |
input::-moz-focus-inner { |
|
381 |
border: 0; |
|
382 |
padding: 0; |
|
383 |
} |
|
384 |
|
|
385 |
/** |
|
386 |
* 1. Remove default vertical scrollbar in IE 8/9. |
|
387 |
* 2. Improve readability and alignment in all browsers. |
|
388 |
*/ |
|
389 |
|
|
390 |
textarea { |
|
391 |
overflow: auto; /* 1 */ |
|
392 |
vertical-align: top; /* 2 */ |
|
393 |
} |
|
394 |
|
|
395 |
/* ========================================================================== |
|
396 |
Tables |
|
397 |
========================================================================== */ |
|
398 |
|
|
399 |
/** |
|
400 |
* Remove most spacing between table cells. |
|
401 |
*/ |
|
402 |
|
|
403 |
table { |
|
404 |
border-collapse: collapse; |
|
405 |
border-spacing: 0; |
|
406 |
} |
|
407 | 0 |
branches/2.8.x/wb/templates/wb_theme/css/warning.css | ||
---|---|---|
1 |
/** |
|
2 |
* Login Module v1.0 |
|
3 |
* |
|
4 |
* Ajax Login Module is a simple AJAX login page that is very easy to |
|
5 |
* plug into your existing php application with no need for further configuration and coding. |
|
6 |
* |
|
7 |
* Redistributions of files must retain the above copyright notice. |
|
8 |
* |
|
9 |
* @copyright Copyright 2009, Christopher M. Natan |
|
10 |
* @link http://phpstring.co.cc/phpclasses/modules/ajax-login-module/ |
|
11 |
* @version $Revision$ |
|
12 |
* @modifiedby $LastChangedBy: Luisehahne $ |
|
13 |
* @lastmodified $Date$ |
|
14 |
* |
|
15 |
*/ |
|
16 |
* html div{ height :0.1em; } |
|
17 |
html{ color :#330033; font-family :Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif; font-size :90%; font-weight :normal; overflow :scroll; } |
|
18 |
body{ margin :0px auto; padding :0px; background :#a8bccb; text-align :left; } |
|
19 |
a:link { color :#002951; font-weight :bold; text-decoration :none; } |
Also available in: Unified diff
- templates/argos_theme
- templates/allcss
- templates/wb_theme
+ templates/WbTheme
! all upgrade/install and all other files needed to change defaults