Project

General

Profile

« Previous | Next » 

Revision 1475

Added by Dietmar almost 13 years ago

+ add SecureForm.mtab.php under mantennance by WebsiteBaker Community
! security fixes media, groups, users, sections
  1. change lang variable to remove upgrade-script
    ! reworked add sections in pages
    ! fix set empty href in show_menu2
    ! set show_menu2 version to 4.9.6
    ! reworked Droplet LoginBox, add redirect query
    - remove unneeded folder js
    ! set Droplet to version 1.1.0
    + add checkboxes to change frontend absolute url to relative urls
    ! set output_filter version to 0.2

View differences:

theme.css
1 1
* html div{ height :1em; /* Workaround gegen den 3-Pixel-Bug des Internet Explorers 6 *//* Workaround gegen den 3-Pixel-Bug des Internet Explorers 6 */ }
2
html{ /* Schrifteinstellung für das ganze Dokument */ font-family :Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif; font-size :90%; font-weight :normal; color :#404040; overflow :-moz-scrollbars-vertical; /* Force firefox to always show room for a vertical scrollbar *//* Force firefox to always show room for a vertical scrollbar */ }
2
html{ font-family :Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif; font-size :100.1%; font-weight :normal; color :#404040; overflow :-moz-scrollbars-vertical; }
3 3
body{ margin :0px; padding :0px; background :#a8bccb; text-align :left; }
4
body { margin: 0 auto; background-color: #a8bccb; /*background-image: url(images/background.png);*/ background-repeat: repeat-x; }
4
body { margin :0 auto; background-color :#a8bccb; background-repeat :repeat-x; }
5 5

  
6
td,th,input,textarea { color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; }
6
td,th,input,textarea {
7
   color :#000000;
8
   font-size :0.9em;
9
   font-family :Verdana, Arial, Helvetica, sans-serif;
10
}
11
textarea { font-size :1em; }
7 12
img { border: 0px; }
8 13
form { margin: 0; }
9
hr { margin: 15px 0px 15px 0px; color: #003366; height: 1px; }
10
h1 { color: #000000; font-size: 20px; text-align: center; text-transform: uppercase; }
11
h2 { margin: 5px 0px 5px 0px; color: #336699; font-size: 15px; }
14
hr { margin: 1em auto; color: #003366; height: 1px; }
15
h1 { color: #000000; font-size: 1.8em; text-align: center; text-transform: uppercase; }
16
h2 { margin: 0.5em 0px 0.5em 0px; color: #336699; font-size: 1.5em; }
17
h2 { font-family :arial,sans-serif; letter-spacing :-1px; margin :0.5em 0; text-align :left; }
12 18
h4 { margin: 0; border-bottom: 1px solid #DDD; padding-bottom: 5px; }
13 19
a h3 { margin: 0; font-size :1.1em; padding-bottom: 2px; }
14 20
li p { margin: 0.5em 0; }
......
22 28
div.box { width: 100%; margin: -10px 0 0 0; font-size: small; text-align: right; }
23 29
.header { width: 900px; margin: 0 auto; }
24 30
.container { width: 85%; margin: 0 auto; background: #fff url(images/bgtitle.png); background-repeat: repeat-x; }
25
.content { padding: 20px; width: 900px;  margin: 0 auto; min-height: 300px;  vertical-align: top; }
31
.content { padding: 1.6em;  font-size :0.8em; margin: 0 auto; min-height: 300px;  vertical-align: top; }
26 32

  
27 33
#content_container {text-align:center;width:900px;clear:both;margin:0 auto;}
28 34

  
......
34 40
.menu a, .menu a:link, .menu a:active, .menu a:visited { border-bottom: 0; padding: 7px 11px 9px 11px; color: #fff; }
35 41
.menu a:hover { color: #fff; background: #fff url(images/menuo.png); background-repeat: repeat-x; text-decoration: none; }
36 42
.note { color: #666666; font-size: 10px; }
37
.page_list {width:100%;}
43
div .pages_list {
44
   width :100%;
45
   font-size :0.7em;
46
}
38 47
.pages_list .icon_col td img { border-style: none; float: left; padding-right: 7px; display: block; }
39 48
.pages_list table { width: 100%; margin: 0 auto; background-color: #DCDCDC; }
40 49
.pages_list ul { margin: 0; padding: 0px; font-weight: normal; }
......
43 52
img.page_list_rights { border: none; margin-right: 5px; float: left; margin-top: 2px; margin-bottom: 2px; }
44 53
.content input { font-size: 12px; }
45 54

  
46
.section { margin-top: 10px; padding: 0px; /*border: 1px solid #999999;*/ width: 100%; background-color: #FDFDFD; height: 75px; }
55
.section { margin-top :10px; padding :0px; font-size :1em; width :100%; background-color :#FDFDFD; height :75px; }
47 56
.sections_header { width: 100%; margin-bottom: 10px; border: none; background-color: #F0F0F0; height: 50px; }
48 57
.sections_header td { padding: 5px; }
49 58
.setting_name { width: 20%; }
......
53 62
.tool_table ul { margin: 0; padding: 0; margin-left: 20px; margin-bottom: 2px; }
54 63
.tool_table li { padding: 1px; list-style-type: disc; }
55 64
/* CSS STYLES FOR THE PAGES SECTION */
56
table.pages_view { width: 100%; margin: 0 auto; border: 0; background-color: #ECF3F7; border-spacing: 0px; }
65
table.pages_view { width :100%; margin :0 auto; border :0; background-color :#ECF3F7; border-spacing :0px; }
57 66
table.pages_view tr:hover { background-color: #F1F8DD; }
58 67
/* FORMS */
59 68
.submit, .cancel { width: 100px; margin-top: 5px; }
......
66 75
select option.disabled { color: #aaa; }
67 76
.jsadmin_drag img { padding: 3px 0; margin-top: 1px; vertical-align: top; cursor: pointer; }
68 77
.modify_link { padding-top: 4px; display: inline; vertical-align: middle; }
69
.header_list_page_id { width: 50px; padding-right: 15px; text-align: right; }
78
.header_list_page_id { width: 30px; padding-right: 15px; text-align: right; }
70 79
.header_list_actions { width: 150px; text-align: left; }
71 80
.list_actions { width: 20px; text-align: left; }
72 81
.sections_list { padding-left: 10px; font-weight: bold; }
73 82
.header_list_block { width: 180px; text-align: left; }
74 83
.header_list_sections_actions { width: 30px; text-align: left; }
75 84
.value_page_code { width: 240px; color: #006400; font-weight: 400; }
76
#multi_lingual { font-weight: bolder; }
77 85
/* Ende */
78 86
.pages_list table td, table.pages_view td { padding: 3px; }
79 87
.save, .reset, .input_narrow { width: 100px; }
......
81 89
#file_mode input, #dir_mode input { width: 12px; height: 12px; }
82 90
#hide2, .hide, .page_list { display: none; }
83 91
.header_list_page_title, .list_page_title { width: 300px; text-align: left; }
84
.list_section_id, .list_page_id, .header_list_section_id { width: 30px; text-align: right; }
92
.list_section_id, .list_page_id, .header_list_section_id { width: 2em; text-align: right; }
85 93
.list_page_code, .list_page_language { width: 240px; }
86 94
.form_submit .left, .header_list_menu_title, .list_menu_title, .header_list_type { text-align: left; }
87 95
.header_title, .sections_list table, .setting_value input, .setting_value select, .setting_value textarea, .value_input input, .value_input text, .value_input select, .form_submit, .input_full { width: 100%; }

Also available in: Unified diff