First commit
This commit is contained in:
109
Webseiten/Open Source - Sendmail.com_files/brand
Normal file
109
Webseiten/Open Source - Sendmail.com_files/brand
Normal file
@@ -0,0 +1,109 @@
|
||||
|
||||
(function() {
|
||||
var f = document.getElementById('cse-search-box');
|
||||
if (!f) {
|
||||
f = document.getElementById('searchbox_demo');
|
||||
}
|
||||
if (f && f['q']) {
|
||||
var q = f['q'];
|
||||
var n = navigator;
|
||||
var l = location;
|
||||
var du = function(n, v) {
|
||||
var u = document.createElement('input');
|
||||
u.name = n;
|
||||
u.value = v;
|
||||
u.type = 'hidden';
|
||||
f.appendChild(u);
|
||||
return u;
|
||||
};
|
||||
var su = function (n, t, v, l) {
|
||||
if (!encodeURIComponent || !decodeURIComponent) {
|
||||
return;
|
||||
}
|
||||
var regexp = new RegExp('(?:[?&]' + n + '=)([^&#]*)');
|
||||
var existing = regexp.exec(t);
|
||||
if (existing) {
|
||||
v = decodeURIComponent(existing[1]);
|
||||
}
|
||||
var delimIndex = v.indexOf('://');
|
||||
if (delimIndex >= 0) {
|
||||
v = v.substring(delimIndex + '://'.length, v.length);
|
||||
}
|
||||
var v_sub = v.substring(0, l);
|
||||
while (encodeURIComponent(v_sub).length > l) {
|
||||
v_sub = v_sub.substring(0, v_sub.length - 1);
|
||||
}
|
||||
du(n, v_sub);
|
||||
};
|
||||
var pl = function(he) {
|
||||
var ti = 0, tsi = 0, tk = 0, pt;
|
||||
return function() {
|
||||
var ct = (new Date).getTime();
|
||||
if (pt) {
|
||||
var i = ct - pt;
|
||||
ti += i;
|
||||
tsi += i*i;
|
||||
}
|
||||
tk++;
|
||||
pt = ct;
|
||||
he.value = [ti, tsi, tk].join('j');
|
||||
};
|
||||
};
|
||||
var append = false;
|
||||
if (n.appName == 'Microsoft Internet Explorer') {
|
||||
var s = f.parentNode.childNodes;
|
||||
for (var i = 0; i < s.length; i++) {
|
||||
if (s[i].nodeName == 'SCRIPT' &&
|
||||
s[i].attributes['src'] &&
|
||||
s[i].attributes['src'].nodeValue == unescape('\x2F\x2Fcse.google.com\x2Fcse\x2Fbrand?form=cse-search-box\x26lang=en')) {
|
||||
append = true;
|
||||
break;
|
||||
}
|
||||
}
|
||||
} else {
|
||||
append = true;
|
||||
}
|
||||
if (append) {
|
||||
|
||||
var loc = document.location.toString(); var ref = document.referrer;
|
||||
su('siteurl', loc, loc, 250);
|
||||
su('ref', loc, ref, 750);
|
||||
|
||||
|
||||
|
||||
if (q.addEventListener) {
|
||||
q.addEventListener('keyup', pl(du('ss', '')), false);
|
||||
} else if (q.attachEvent) {
|
||||
q.attachEvent('onkeyup', pl(du('ss', '')));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
if (n.platform == 'Win32') {
|
||||
q.style.cssText = 'border: 1px solid #7e9db9; padding: 2px;';
|
||||
}
|
||||
|
||||
|
||||
if (window.history.navigationMode) {
|
||||
window.history.navigationMode = 'compatible';
|
||||
}
|
||||
|
||||
var b = function() {
|
||||
if (q.value == '') {
|
||||
q.style.background = '#FFFFFF url(https:\x2F\x2Fwww.google.com\x2Fcse\x2Fstatic\x2Fen\x2Fgoogle_custom_search_watermark.gif) left no-repeat';
|
||||
}
|
||||
};
|
||||
|
||||
var f = function() {
|
||||
q.style.background = '#ffffff';
|
||||
};
|
||||
|
||||
q.onfocus = f;
|
||||
q.onblur = b;
|
||||
|
||||
|
||||
if (!/[&?]q=[^&]/.test(l.search)) {
|
||||
b();
|
||||
}
|
||||
}
|
||||
})();
|
||||
BIN
Webseiten/Open Source - Sendmail.com_files/btn_search_trans.png
Normal file
BIN
Webseiten/Open Source - Sendmail.com_files/btn_search_trans.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 758 B |
247
Webseiten/Open Source - Sendmail.com_files/head.css
Normal file
247
Webseiten/Open Source - Sendmail.com_files/head.css
Normal file
@@ -0,0 +1,247 @@
|
||||
html, body {
|
||||
height:auto; /*!important; FF and compliant browsers should automatically size the body/html. ie will set the body/html to 100%, anything overflowing that will (incorrectly) resize it. go IE */
|
||||
min-height: 700px; /* when FF/etc automatically size the body/html it should be AT LEAST the height of the entire browser window, but can expand based on content. */
|
||||
margin-top:10px;
|
||||
margin-top:0px;
|
||||
margin-left:0px;
|
||||
margin-right:0px;
|
||||
margin-bottom:0px;
|
||||
scrollbar-base-color: #000;
|
||||
scrollbar-track-color: #F4F4F4;
|
||||
scrollbar-face-color: #003b73;
|
||||
scrollbar-highlight-color: #F5F8F9;
|
||||
scrollbar-3dlight-color: #739dd2;
|
||||
scrollbar-darkshadow-color: #111111;
|
||||
scrollbar-shadow-color: #DEDBDB;
|
||||
scrollbar-arrow-color: #FFF;
|
||||
font-family:Arial,Helvetica,Trebuchet MS,Times,sans-serif,"Times New Roman",sans-serif;
|
||||
font-weight:normal;
|
||||
font-size:13px;
|
||||
color:#111111;
|
||||
background-color:#FFF;
|
||||
background-color:#CCDDEC;
|
||||
background-color:#E6EEF5;
|
||||
/* getting rid of the gradiated background for now.
|
||||
background-color:#004081;
|
||||
background-image: url(/sm/img/template/bg_gradient.png); background-repeat: repeat-x; background-position: top left; background-attachment: fixed; */
|
||||
}
|
||||
|
||||
/* Top Nav General: */
|
||||
table.nav_top_home { margin:5px 0px 0px 0px;padding:0px; } /* same as table.nav_top_home_ie */
|
||||
table.nav_top_home_ie { margin:4px 0px 0px 0px;padding:0px; } /* Fix for uber lame ie bug */
|
||||
td.nav_top_red_line { background:url(/sm/img/top/bg.red.pixel.png) repeat;background-position: top left; }
|
||||
|
||||
#nav_top_btm_line { background-color:#98002e;width:inherit;height:2px;overflow:hidden; }
|
||||
|
||||
/* .red_tab_pad { margin: 0px 6px 0px 6px; } */
|
||||
.red_tab_pad { margin-right:7px; }
|
||||
.blue_tab_pad { margin: 0px 8px 5px 8px;padding:12px 0px 0px 0px; }
|
||||
td.nav_top_bg { background: url(/sm/img/nav_top/bg_block.png) repeat;background-position:top left; }
|
||||
td.nav_top_bg { background: url(/sm/img/nav_top/bg_block_lt_blue_trans.png) repeat;background-position:top left; }
|
||||
|
||||
a.nav_top { text-decoration:none;color:#FFF;font-size:13px;margin-left:10px;margin-right:10px;vertical-align:top; }
|
||||
a.nav_top:active { color: #003596; }
|
||||
a.nav_top:hover { color:yellow; }
|
||||
|
||||
/* End Top Nav General */
|
||||
/* Begin Drop Down Nav CSS */
|
||||
|
||||
#page {
|
||||
margin: 30px;
|
||||
}
|
||||
|
||||
#menuBar {
|
||||
background-color:#00549e;
|
||||
background: url(/sm/img/nav_top/bg_block.png) repeat;background-position:top left;
|
||||
background: url(/sm/img/nav_top/bg_block_lt_blue_trans.png) repeat;background-position:top left;
|
||||
display: block;
|
||||
height:32px;
|
||||
position: relative;
|
||||
top: 0px;
|
||||
left: 0px;
|
||||
right: 0px;
|
||||
bottom:0px;
|
||||
/* width: 980px; */
|
||||
width:100%;
|
||||
width:inherit;
|
||||
overflow: hidden;
|
||||
vertical-align: top;
|
||||
float:left;
|
||||
border-bottom:none;
|
||||
/* Note: Setting this border to 1px+ causes vertical misalignment in IE; it's not the actual case which is evident when the border is switched to 0px */
|
||||
border:none;
|
||||
align:center;
|
||||
}
|
||||
|
||||
.menuHeader {
|
||||
height:1px;
|
||||
margin-left:0px;
|
||||
margin-right:0px;
|
||||
margin-bottom:0px;
|
||||
cursor: pointer;
|
||||
display: inline-block;
|
||||
_display: inline;
|
||||
white-space: nowrap;
|
||||
position: relative;
|
||||
text-align:center;
|
||||
vertical-align:top;
|
||||
width:80px; /* default for small tabs, larger tabs are styled inline */
|
||||
/*
|
||||
padding:10px 5px 0px 0px;
|
||||
_padding:0px 5px 0px 0px;
|
||||
bottom:3px;
|
||||
*/
|
||||
}
|
||||
|
||||
.menuHeader_long_red {
|
||||
margin-left:0px;margin-right:0px;width:237px;height:32px;background-image:url('/sm/img/nav_top/red_tabs/red_tab_long.png');position:relative;top:0px;display:inline-block;_display:inline;text-align:center;
|
||||
}
|
||||
.menuHeader_red_206 {
|
||||
margin-left:0px;margin-right:0px;width:206px;height:32px;background-image:url('/sm/img/nav_top/red_tabs/red_tab_206.png');position:relative;top:0px;display:inline-block;_display:inline;text-align:center;vertical-align:top;
|
||||
margin-left:0px;margin-right:0px;width:206px;height:32px;background-image:url('/sm/img/nav_top/red_tabs/red_tab_206_trans.png');position:relative;top:0px;display:inline-block;_display:inline;text-align:center;vertical-align:top;
|
||||
}
|
||||
.menuHeader_red_190 {
|
||||
margin-left:0px;margin-right:0px;width:190px;height:32px;background-image:url('/sm/img/nav_top/red_tabs/red_tab_190.png');position:relative;top:0px;display:inline-block;_display:inline;text-align:center;vertical-align:top;
|
||||
margin-left:0px;margin-right:0px;width:190px;height:32px;background-image:url('/sm/img/nav_top/red_tabs/red_tab_190_trans.png');position:relative;top:0px;display:inline-block;_display:inline;text-align:center;vertical-align:top;
|
||||
}
|
||||
.menuHeader_med_red {
|
||||
margin-left:0px;margin-right:0px;width:168px;height:32px;background-image:url('/sm/img/nav_top/red_tabs/red_tab_medium.png');position:relative;top:0px;display:inline-block;_display:inline;text-align:center;vertical-align:top;
|
||||
}
|
||||
.menuHeader_red_122 {
|
||||
margin-left:0px;margin-right:0px;width:122px;height:32px;background-image:url('/sm/img/nav_top/red_tabs/red_tab_short.png');position:relative;top:0px;display:inline-block;_display:inline;text-align:center;vertical-align:top;
|
||||
}
|
||||
.menuHeader_red_105 {
|
||||
margin-left:0px;margin-right:0px;width:105px;height:32px;background-image:url('/sm/img/nav_top/red_tabs/red_tab_105_trans.png');position:relative;top:0px;display:inline-block;_display:inline;text-align:center;vertical-align:top;
|
||||
}
|
||||
.menuHeader_red_90 {
|
||||
margin-left:0px;margin-right:0px;width:90px;height:32px;background-image:url('/sm/img/nav_top/red_tabs/red_tab_90.png');position:relative;top:0px;display:inline-block;_display:inline;text-align:center;vertical-align:top;
|
||||
}
|
||||
.menuHeader_red_80 {
|
||||
margin-left:0px;margin-right:0px;width:80px;height:32px;background-image:url('/sm/img/nav_top/red_tabs/red_tab_80.png');position:relative;top:0px;display:inline-block;_display:inline;text-align:center;vertical-align:top;
|
||||
margin-left:0px;margin-right:0px;width:80px;height:32px;background-image:url('/sm/img/nav_top/red_tabs/red_tab_80_trans.png');position:relative;top:0px;display:inline-block;_display:inline;text-align:center;vertical-align:top;
|
||||
}
|
||||
|
||||
a.menuHeader_red {
|
||||
color:#FFF;font-weight:700;position:relative;top:11px;width:inherit;vertical-align:middle;
|
||||
}
|
||||
a.menuHeader_red:hover {
|
||||
color:#FFFFCC;
|
||||
}
|
||||
a.menuHeader {
|
||||
color:#FFF;font-weight:700;position:relative;
|
||||
top:11px;
|
||||
width:inherit;
|
||||
}
|
||||
a.menuHeader:hover {
|
||||
color:#FFFFCC;
|
||||
/* font-weight:400; */
|
||||
}
|
||||
|
||||
a.menuLink {
|
||||
display: block;
|
||||
color:#004081;
|
||||
color:#fff;
|
||||
border-bottom: 1px solid #fff;
|
||||
padding: 3px 7px;
|
||||
background-color: #FFFFFF;
|
||||
background-color: #739dd2;
|
||||
border:1px solid #444;
|
||||
border-top: none;
|
||||
|
||||
}
|
||||
|
||||
a.menuLink:link {
|
||||
/* color: #000; */
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a.menuLink:visited {
|
||||
/* color: #000; */
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a.menuLink:hover {
|
||||
|
||||
/*color: #98002e;*/
|
||||
color: #fff;
|
||||
color: #004081;
|
||||
/* background-color: #a6b4ac; */
|
||||
background-color: #00549e;
|
||||
background-color: #fff;
|
||||
text-decoration: none;
|
||||
}
|
||||
/*
|
||||
a.menuLink:active {
|
||||
color: #98002e;
|
||||
text-decoration: none;
|
||||
background-color: #a6b4ac;
|
||||
}
|
||||
*/
|
||||
|
||||
.menuDrop {
|
||||
/* The dropped menu itself */
|
||||
|
||||
filter:alpha(opacity=95);-moz-opacity:.90;opacity:.96;
|
||||
background-color:#CCCCCC;
|
||||
font-size: 11px;
|
||||
font-family: arial, Helvetica, sans-serif;
|
||||
visibility: hidden;
|
||||
margin: 2px 0px 0px 10px;
|
||||
padding: 0;
|
||||
position:absolute;
|
||||
z-index: 1000;
|
||||
top: 60px;
|
||||
left: 0;
|
||||
width: 150px;
|
||||
height: auto;
|
||||
border-style: solid;
|
||||
border-width: 1px 1px 0px 1px;
|
||||
border-color: #fff;
|
||||
border-width: 1px 1px 0px 1px;
|
||||
margin:11px 0px 0px 10px; /*Safari fix - must occur last / IE fixes must occur after (if related) */
|
||||
_margin: 3px 0px 0px 15px;
|
||||
|
||||
}
|
||||
|
||||
/* End Drop Down Nav CSS */
|
||||
|
||||
|
||||
#wrap {
|
||||
background-color:#fff;
|
||||
border:1px solid #00549e;
|
||||
width:984px;
|
||||
_width:986px;
|
||||
}
|
||||
/* Needed for Customer login page: */
|
||||
.wrap {
|
||||
background-color:#fff;
|
||||
border:1px solid #00549e;
|
||||
width:986px;
|
||||
}
|
||||
|
||||
#wrap_home {
|
||||
background-color:#fff;
|
||||
border:1px solid #00549e;
|
||||
width:980px;
|
||||
_width:983px;
|
||||
}
|
||||
|
||||
/* old stuff,
|
||||
Same as "wrap_home" but needed for ff
|
||||
#wrap_home_ff { background-color:#fff;border:1px solid #00549e;width:980px; }
|
||||
Same as "wrap" but needed for ff
|
||||
#wrap_ff { background-color:#fff;border:1px solid #00549e;width:984px; }
|
||||
*/
|
||||
|
||||
.content_display_outer { background-color:#ffffff;margin:0px 0px 0px 0px;float:left;width:764px;text-align:left;border:0px solid blue; }
|
||||
.content_display_outer_full { background-color:#ffffff;margin:0px 0px 0px 0px;float:left;width:inherit;text-align:left;border:0px solid blue; }
|
||||
|
||||
#content { display:block;width:auto;text-align:left;padding:10px 10px 0px 15px;min-height:700px;_height:650px;border:0px solid red; } /*ie min-height fix; only ie reads the underscore prefix on style calls */
|
||||
#content_home { display:block;width:inherit;text-align:left;padding:0px 0px 0px 0px;min-height:580px;_height:560px;border:0px solid red; } /*ie min-height fix; only ie reads the underscore prefix on style calls */
|
||||
|
||||
#content_display_full { display:block;width:auto;text-align:left;padding:10px 10px 0px 15px;min-height:700px;_height:650px;border:0px solid red; } /*ie min-height fix; only ie reads the underscore prefix on style calls */
|
||||
|
||||
/*For solutions pages only to allow for jump link box to be closer to the right margin */
|
||||
.content_display2 { margin:15px 7px 25px 23px;width:715px; }
|
||||
|
||||
|
||||
BIN
Webseiten/Open Source - Sendmail.com_files/letter-bt.jpg
Normal file
BIN
Webseiten/Open Source - Sendmail.com_files/letter-bt.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 17 KiB |
1109
Webseiten/Open Source - Sendmail.com_files/main.css
Normal file
1109
Webseiten/Open Source - Sendmail.com_files/main.css
Normal file
File diff suppressed because it is too large
Load Diff
8
Webseiten/Open Source - Sendmail.com_files/munchkin.js
Normal file
8
Webseiten/Open Source - Sendmail.com_files/munchkin.js
Normal file
@@ -0,0 +1,8 @@
|
||||
/*
|
||||
* Copyright (c) 2007-2015, Marketo, Inc. All rights reserved.
|
||||
* Marketo marketing automation web activity tracking script
|
||||
* Version: prod r619
|
||||
*/
|
||||
(function(b){if(!b.Munchkin){var c=b.document,e=[],k,l={fallback:"151"},g=[],m=function(){if(!k){for(;0<e.length;){var f=e.shift();b.MunchkinTracker[f[0]].apply(b.MunchkinTracker,f[1])}k=!0}},n=function(f){var a=c.createElement("script"),b=c.getElementsByTagName("base")[0]||c.getElementsByTagName("script")[0];a.type="text/javascript";a.async=!0;a.src=f;a.onreadystatechange=function(){"complete"!==this.readyState&&"loaded"!==this.readyState||m()};a.onload=m;b.parentNode.insertBefore(a,b)},h={ASSOCIATE_LEAD:"ASSOCIATE_LEAD",
|
||||
CLICK_LINK:"CLICK_LINK",VISIT_WEB_PAGE:"visitWebPage",init:function(b){var a;a=l[b];if(!a&&0<g.length){a=b;var c=0,d;if(0!==a.length)for(d=0;d<a.length;d+=1)c+=a.charCodeAt(d);a=g[c%g.length]}a||(a=l.fallback);e.push(["init",arguments]);"150"===a?n("//munchkin-cdn.marketo.net/"+a+"/munchkin.js"):n("//munchkin.marketo.net/"+a+"/munchkin.js")}},p=function(b){return h[b]=function(){e.push([b,arguments])}};b.mktoMunchkinFunction=p("munchkinFunction");p("createTrackingCookie");b.Munchkin=h;b.mktoMunchkin=
|
||||
h.init}})(window);
|
||||
137
Webseiten/Open Source - Sendmail.com_files/open_source.css
Normal file
137
Webseiten/Open Source - Sendmail.com_files/open_source.css
Normal file
@@ -0,0 +1,137 @@
|
||||
blockquote {
|
||||
background-color:#EBEBEB;
|
||||
font-style:italic;
|
||||
padding:5px 20px;
|
||||
}
|
||||
|
||||
.clean_bordered_table {border-collapse:collapse;border:1px solid #AAA;}
|
||||
.clean_bordered_table td {border:1px solid #AAA;padding:6px;}
|
||||
|
||||
/* round corner box for the apps pages. */
|
||||
.b1h, .b2h, .b3h, .b4h, .b2bh, .b3bh, .b4bh{font-size:1px; overflow:hidden; display:block;}
|
||||
.b1h {height:1px; background:#CAD3DD; margin:0 5px;}
|
||||
.b2h, .b2bh {height:1px; background:#CAD3DD; border-right:2px solid #CAD3DD; border-left:2px solid #CAD3DD; margin:0 3px;}
|
||||
.b3h, .b3bh {height:1px; background:#CAD3DD; border-right:1px solid #CAD3DD; border-left:1px solid #CAD3DD; margin:0 2px;}
|
||||
.b4h, .b4bh {height:2px; background:#CAD3DD; border-right:1px solid #CAD3DD; border-left:1px solid #CAD3DD; margin:0 1px;}
|
||||
.b2bh, .b3bh, .b4bh {background: #CAD3DD;}
|
||||
.headh {background: #CAD3DD; border-right:1px solid #CAD3DD; border-left:1px solid #CAD3DD;}
|
||||
.headh h2, .headh h3, .headh h4 {margin: 0px 10px 0px 10px; padding-bottom: 6px;color:#00549E;}
|
||||
.contenth {background: #FFF; border-right:1px solid #CAD3DD; border-left:1px solid #CAD3DD;}
|
||||
/* .contenth div {margin-left: 12px; padding-top: 5px;} */
|
||||
|
||||
.shoppingcart_top {float:right;margin:0 10px 0 0;border:0;}
|
||||
.shoppingcart_btm {float:right;margin:10px 10px 0 0;border:0;}
|
||||
|
||||
.applayout_top {width:940px;}
|
||||
.applayout_left_box {width:160px;float:left;}
|
||||
.applayout_right_box_content {background: #FFF; border-right:1px solid #CAD3DD; border-left:1px solid #CAD3DD;margin-left:159px;}
|
||||
.applayout_right_box_content_btm {margin-left:159px;}
|
||||
|
||||
|
||||
.module_outter {width:770px;}
|
||||
.module_inner {width:760px;}
|
||||
.module_inner h3 {color:#8C312F;}
|
||||
.module_icon {float:left;margin:18px 0 0 10px;}
|
||||
.module_desc {margin-left:95px;width:660px;}
|
||||
.module_desc li {list-style-type:disc;color:#98002E;}
|
||||
|
||||
/* setting colors for apps tables */
|
||||
.apptable table {background-color:#CAD3DD;border-collapse:collapse;display:block;border:0;} /* width:953px;? do we need collapse? */
|
||||
/* .apptable td {vertical-align:top;text-align:center;width:20%;border-right:1px solid #aaa;background:#FFF;} */
|
||||
.apptable td {vertical-align:top;width:16.6%;text-align:center;border-right:1px solid #aaa;background:#FFF;}
|
||||
.apptable td.logos {vertical-align:middle;height:150px;}
|
||||
.apptable td.logos_no_right_border {vertical-align:middle;height:150px;border-right:0;}
|
||||
.apptable td.desc {text-align:left;padding:15px;}
|
||||
.apptable td.desc_no_right_border {text-align:left;padding:15px;border-right:0;}
|
||||
/* .apptable th {vertical-align:top;text-align:center;width:20%;border-right:1px solid #aaa;font-size:11pt;background-color:#CAD3DD;border-collapse:collapse;} */
|
||||
.apptable th {vertical-align:top;text-align:center;border-right:1px solid #aaa;font-size:11pt;background-color:#CAD3DD;border-collapse:collapse;}
|
||||
.apptable .no_right_border {border-right:0;border-collapse:display:block;}
|
||||
.apptable img {border:0;}
|
||||
|
||||
/* app portal */
|
||||
.app_portal_outter {width:955px;}
|
||||
.headline {color:#00549E;font-size:12pt;}
|
||||
.subhead {color:#98002E;margin:10px 0 10px 0;}
|
||||
.text_body {margin-left:40px;}
|
||||
/* .text_body_2 {width:380px;} */
|
||||
.text_bottom {margin:44px 0 0 20px;}
|
||||
|
||||
/* general css params */
|
||||
.centered {text-align:center;}
|
||||
.noborder {border:0;}
|
||||
.black {color:#000;}
|
||||
.blue {color:#00549E;}
|
||||
.reg {font-size:smaller;vertical-align:top}
|
||||
|
||||
hr {margin-left:10px;width:760px;}
|
||||
|
||||
/* checkout form */
|
||||
|
||||
/* #web_program_copy {float:left;width:300px;border:1px solid orange;background-color:#ffffff;} */
|
||||
#web_program_form_sf {float:right;width:320px;background-color:#ffffff;margin-top:12px;margin-left:19px;}
|
||||
#wp_form_col_span {width:auto;text-align:left;clear:right;padding:10px 0px 10px 20px;font-color:red;}
|
||||
form .wp {padding:10px 0px 10px;}
|
||||
.wp_form_div {width:350;margin-top:20px;border:0px solid orange;}
|
||||
.wp_form_col_lt{float:left;width:150px;height:30px;text-align:right;padding:0px 10px 0px 0px;border:0px solid #00549e;}
|
||||
.wp_form_col_rt{float:left;width:180px;height:30px;text-align:left;clear: right;border:0px solid #00549e;}
|
||||
|
||||
|
||||
#hard_appliance_feature_table {
|
||||
width:100%;
|
||||
border-collapse: collapse;
|
||||
margin-bottom:20px;
|
||||
}
|
||||
#hard_appliance_feature_table th { color:#fff; background-color: #00549e; }
|
||||
#hard_appliance_feature_table .gray { background-color: #A6B4AC; }
|
||||
#hard_appliance_feature_table .left_td {}
|
||||
|
||||
#signing_keys_table {
|
||||
width:100%;
|
||||
border-collapse: collapse;
|
||||
margin-bottom:20px;
|
||||
text-align:center;
|
||||
}
|
||||
#signing_keys_table th { color:#fff; background-color: #00549e; }
|
||||
#signing_keys_table .gray { background-color: #A6B4AC; }
|
||||
#signing_keys_table .left_td {}
|
||||
|
||||
#contact_table {
|
||||
width:90%;
|
||||
border-collapse: collapse;
|
||||
margin-bottom:20px;
|
||||
text-align:left;
|
||||
border:1px solid #000;
|
||||
}
|
||||
#contact_table th { color:#fff; background-color: #00549e;width:50%; border:1px solid #000; padding:.4em 2em .4em 1em; }
|
||||
#contact_table td { width:50%;padding:.4em 2em .4em 1em; border:1px solid #000; }
|
||||
#contact_table .gray { background-color: #A6B4AC; }
|
||||
#contact_table .left_td {}
|
||||
|
||||
#docs_table {
|
||||
width:90%;
|
||||
border-collapse: collapse;
|
||||
margin-bottom:20px;
|
||||
text-align:left;
|
||||
border:1px solid #000;
|
||||
}
|
||||
#docs_table th { color:#fff; background-color: #00549e;width:50%; border:1px solid #000; padding:.4em 2em .4em 1em; }
|
||||
#docs_table td { width:25%;padding:.4em 2em .4em 1em; border:1px solid #000; }
|
||||
#docs_table .gray { background-color: #DADADA; }
|
||||
|
||||
#private_dns h4 { margin: 2em 0 1em 0; }
|
||||
|
||||
#bottom_dotted_table { border-collapse:collapse;
|
||||
vertical-align:top;
|
||||
border-bottom:none;
|
||||
}
|
||||
#bottom_dotted_table td { border-bottom:1px dotted #000;
|
||||
padding:1em;
|
||||
vertical-align:middle;
|
||||
}
|
||||
|
||||
#bottom_dotted_table td.no_bottom_border { border-bottom:none; }
|
||||
|
||||
/* this is in resources/white_papers, but its using the tablet that is defined here. prob should put the table in main or something */
|
||||
#gartner_mq_table_head th { width:33%; padding:.5em;}
|
||||
#gartner_mq_table thead td { text-align:center;padding:.7em; }
|
||||
#gartner_mq_table td { border:1px solid #CAD3DD; padding:.3em; width:33%; }
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 6.5 KiB |
102
Webseiten/Open Source - Sendmail.com_files/slide_layer.js
Normal file
102
Webseiten/Open Source - Sendmail.com_files/slide_layer.js
Normal file
@@ -0,0 +1,102 @@
|
||||
/****************************
|
||||
* linear JavaScript Library *
|
||||
* version 0.05 *
|
||||
****************************/
|
||||
|
||||
//////// handler for theme picker requests ////////////
|
||||
function colorize(pri, sec, ter, link, vlink, hover) {
|
||||
CSSbody = document.styleSheets[0].rules.item(0);
|
||||
CSSlink = document.styleSheets[0].rules.item(4);
|
||||
CSSvisited = document.styleSheets[0].rules.item(5);
|
||||
CSShover = document.styleSheets[0].rules.item(6);
|
||||
CSSsliding_box = document.styleSheets[0].rules.item(11);
|
||||
CSSentry = document.styleSheets[0].rules.item(12);
|
||||
// do it the new way
|
||||
CSSbody.style.backgroundColor = pri;
|
||||
CSSbody.style.scrollbarFaceColor = sec;
|
||||
CSSbody.style.scrollbarShadowColor = ter;
|
||||
CSSbody.style.scrollbarHighlightColor = ter;
|
||||
CSSbody.style.scrollbar3dlightColor = ter;
|
||||
CSSbody.style.scrollbarDarkshadowColor = ter;
|
||||
CSSbody.style.scrollbarTrackColor = pri;
|
||||
CSSbody.style.scrollbarArrowColor = ter;
|
||||
CSSbody.style.color = ter;
|
||||
//CSSsliding_box.style.backgroundColor = sec;
|
||||
//CSSentry.style.backgroundColor = sec;
|
||||
|
||||
// need to keep this loop for now....
|
||||
divs = document.getElementsByTagName('div');
|
||||
for (var i = 1; i < divs.length; i++) {
|
||||
el = divs[i];
|
||||
if (el.className == 'entry' || el.id == 'sliding_box'){
|
||||
divs[i].style.backgroundColor = sec;
|
||||
}
|
||||
divs[i].style.color = ter;
|
||||
}
|
||||
// document.styleSheets[0].rules.item(2).style.color = link;
|
||||
document.styleSheets[0].rules.item(4).style.color = link;
|
||||
document.styleSheets[0].rules.item(5).style.color = vlink;
|
||||
document.styleSheets[0].rules.item(6).style.color = hover;
|
||||
|
||||
// have a cookie
|
||||
var now = new Date();
|
||||
var then = new Date();
|
||||
then.setTime(now.getTime() + 1000*60*60*24*180);
|
||||
setCookie('pri', pri, then);
|
||||
setCookie('sec', sec, then);
|
||||
setCookie('ter', ter, then);
|
||||
setCookie('link', link, then);
|
||||
setCookie('vlink', vlink, then);
|
||||
setCookie('hover', hover, then);
|
||||
}
|
||||
|
||||
|
||||
//////// Cookie utility function
|
||||
function setCookie(name, value, expire) {
|
||||
document.cookie = name + "=" + escape(value) + "; path=/"
|
||||
+ ((expire == null) ? "" : ("; expires=" + expire.toGMTString()));
|
||||
}
|
||||
|
||||
//////// floater bar handler now deals with gecko too
|
||||
function smoothMove() {
|
||||
// sniff sniff, what's that smell?
|
||||
var ns4 = document.layers ? 1 : 0;
|
||||
var ie = document.all ? 1 : 0;
|
||||
var gecko = document.getElementById && !document.all ? 1 : 0;
|
||||
|
||||
if (ie){
|
||||
var where = document.all.sliding_box.offsetTop;
|
||||
var Dif = parseInt((document.body.scrollTop + topOffset - where)*.1);
|
||||
document.all.sliding_box.style.pixelTop += Dif;
|
||||
}
|
||||
if (gecko) {
|
||||
var where = parseInt(document.getElementById('sliding_box').style.top);
|
||||
if (isNaN(where)) where = 0;
|
||||
var Dif = parseInt((window.pageYOffset + topOffset - where)*.1);
|
||||
if (isNaN(Dif)) Dif = 0;
|
||||
document.getElementById('sliding_box').style.top = where + Dif;
|
||||
}
|
||||
}
|
||||
|
||||
//////// onLoad handler
|
||||
function doLoad() {
|
||||
window.setInterval("smoothMove()",10);
|
||||
}
|
||||
|
||||
|
||||
//////// fading functions
|
||||
function GetOpacity() {
|
||||
var ns4 = document.layers ? 1 : 0;
|
||||
var ie = document.all ? 1 : 0;
|
||||
var gecko = document.getElementById && !document.all ? 1 : 0;
|
||||
if (ie) { return arguments[0].filters.alpha.opacity; } else
|
||||
if (gecko) { return parseInt(arguments[0].style.MozOpacity) }
|
||||
}
|
||||
|
||||
function SetOpacity() {
|
||||
var ns4 = document.layers ? 1 : 0;
|
||||
var ie = document.all ? 1 : 0;
|
||||
var gecko = document.getElementById && !document.all ? 1 : 0;
|
||||
if (ie) { arguments[0].filters.alpha.opacity = arguments[1]; } else
|
||||
if (gecko) { arguments[0].style.MozOpacity = arguments[1]+"%"; }
|
||||
}
|
||||
11
Webseiten/Open Source - Sendmail.com_files/swfobject.js
Normal file
11
Webseiten/Open Source - Sendmail.com_files/swfobject.js
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user