Initial import of Joren's code.
BIN
S2Cookie.php
Normal file
BIN
s2cookie/ctype-descriptive.png
Normal file
After Width: | Height: | Size: 4.4 KiB |
BIN
s2cookie/ctype-helppage.png
Normal file
After Width: | Height: | Size: 4.4 KiB |
BIN
s2cookie/ctype-portal.png
Normal file
After Width: | Height: | Size: 4.4 KiB |
BIN
s2cookie/edit.png
Normal file
After Width: | Height: | Size: 331 B |
330
s2cookie/main.css
Normal file
|
@ -0,0 +1,330 @@
|
|||
html,
|
||||
body {
|
||||
height: 100%;
|
||||
}
|
||||
body {
|
||||
font: 13px Helvetica Neue, Helvetica, sans-serif;
|
||||
margin: 0;
|
||||
}
|
||||
header {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
height: 33px;
|
||||
padding: 0 10px;
|
||||
background-color: #0F8BC0;
|
||||
-webkit-box-shadow: 0 1px 1px #ccc;
|
||||
-moz-box-shadow: 0 1px 1px #ccc;
|
||||
-o-box-shadow: 0 1px 1px #ccc;
|
||||
box-shadow: 0 1px 1px #ccc;
|
||||
z-index: 1;
|
||||
}
|
||||
header h1 {
|
||||
float: left;
|
||||
margin: 0;
|
||||
}
|
||||
header h1 a {
|
||||
display: block;
|
||||
width: 76px;
|
||||
height: 33px;
|
||||
margin-right: 20px;
|
||||
background: url(scratchlogo.png) center center no-repeat;
|
||||
text-indent: -99999em;
|
||||
}
|
||||
header ul,
|
||||
footer ul {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
list-style-type: none;
|
||||
}
|
||||
header .left {
|
||||
font-size: 15px;
|
||||
}
|
||||
header .right {
|
||||
float: right;
|
||||
}
|
||||
header li {
|
||||
float: left;
|
||||
}
|
||||
header li a {
|
||||
display: block;
|
||||
border-left: 1px solid #149acb;
|
||||
padding: 0px 15px;
|
||||
line-height: 33px;
|
||||
text-decoration: none !important;
|
||||
cursor: pointer;
|
||||
}
|
||||
header li a,
|
||||
header li a:active {
|
||||
color: #fff;
|
||||
}
|
||||
header li a:hover, #userfcttoggle.open {
|
||||
background-color: #0c6185;
|
||||
}
|
||||
.container {
|
||||
max-width: 940px;
|
||||
margin: auto;
|
||||
}
|
||||
.main {
|
||||
min-height: 100%;
|
||||
}
|
||||
.main-inner {
|
||||
padding: 50px 0 8em 0;
|
||||
}
|
||||
.main .left {
|
||||
float: left;
|
||||
width: 160px;
|
||||
padding: 140px 0 0 0;
|
||||
background-image: url(wiki.png);
|
||||
background-position: center top;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
.main .right {
|
||||
float: left;
|
||||
width: 760px;
|
||||
margin-left: 20px;
|
||||
}
|
||||
.main-inner::after,
|
||||
.main .left::after,
|
||||
.main .right::after {
|
||||
content: '.';
|
||||
display: block;
|
||||
clear: both;
|
||||
height: 0;
|
||||
overflow: hidden;
|
||||
}
|
||||
.main .left .sidebar {
|
||||
float: left;
|
||||
width: 100%;
|
||||
}
|
||||
.box {
|
||||
background: #f7f7f7;
|
||||
border: 1px solid #E0E0E0;
|
||||
-moz-border-top-left-radius: 10px;
|
||||
-moz-border-top-right-radius: 10px;
|
||||
-webkit-border-top-left-radius: 10px;
|
||||
-webkit-border-top-right-radius: 10px;
|
||||
border-top-left-radius: 10px;
|
||||
border-top-right-radius: 10px;
|
||||
-webkit-box-shadow: 0 2px 3px rgba(34,25,25,0.3);
|
||||
-moz-box-shadow: 0 2px 3px rgba(34,25,25,0.3);
|
||||
-o-box-shadow: 0 2px 3px rgba(34,25,25,0.3);
|
||||
box-shadow: 0 2px 3px rgba(34,25,25,0.3);
|
||||
margin: 0px 0px 20px;
|
||||
}
|
||||
.box > h1 {
|
||||
margin: 0;
|
||||
padding: 7px 20px;
|
||||
position: relative;
|
||||
/*overflow: hidden;*/
|
||||
border-top: 1px solid #fff;
|
||||
box-radius: 10px;
|
||||
-moz-border-radius: 10px;
|
||||
-webkit-border-radius: 10px;
|
||||
font-size: 16px;
|
||||
}
|
||||
article.box > h1 {
|
||||
font-size: 22px;
|
||||
}
|
||||
.box-content {
|
||||
background: #fff;
|
||||
border-top: 1px solid #e0e0e0;
|
||||
position: relative;
|
||||
padding: 5px 20px 20px 20px;
|
||||
margin: 0;
|
||||
list-style-type: none;
|
||||
}
|
||||
nav.box li a {
|
||||
padding: 2px 0;
|
||||
display: block;
|
||||
}
|
||||
a {
|
||||
color: #1aa0db;
|
||||
text-decoration: none;
|
||||
}
|
||||
a:hover,
|
||||
a:focus,
|
||||
a:active {
|
||||
text-decoration: underline;
|
||||
}
|
||||
.catlinks {
|
||||
background-color: #EEEEEE;
|
||||
border: 1px solid #CCCCCC;
|
||||
margin: 20px 0 10px;
|
||||
padding: 5px;
|
||||
text-align: left;
|
||||
}
|
||||
footer {
|
||||
background-color: #ececec;
|
||||
padding-top: 1em;
|
||||
color: #5f5f5f;
|
||||
text-align: center;
|
||||
height: 6em;
|
||||
margin-top: -7em;
|
||||
-webkit-box-shadow: inset 0 0 10px #ccc;
|
||||
-moz-box-shadow: inset 0 0 10px #ccc;
|
||||
box-shadow: inset 0 0 10px #ccc;
|
||||
}
|
||||
footer ul li {
|
||||
display: inline-block;
|
||||
}
|
||||
footer ul a {
|
||||
display: block;
|
||||
padding: 0 15px;
|
||||
}
|
||||
footer p {
|
||||
clear: both;
|
||||
font-size: 11px;
|
||||
margin: 0;
|
||||
padding: 1em 0 0;
|
||||
}
|
||||
|
||||
/*TO BE ORGANIZED */
|
||||
|
||||
/* search bar */
|
||||
|
||||
form.search {
|
||||
float: left;
|
||||
line-height: 33px;
|
||||
margin: 0;
|
||||
opacity: 1;
|
||||
position: relative;
|
||||
}
|
||||
form.search input {
|
||||
background-color: #FFFFFF;
|
||||
border: medium none;
|
||||
border-radius: 10px 10px 10px 10px;
|
||||
color: #666666;
|
||||
line-height: 1;
|
||||
margin: 6px 0;
|
||||
min-height: 14px;
|
||||
padding: 2px 9px 2px 30px;
|
||||
width: 170px;
|
||||
}
|
||||
form.search .glass {
|
||||
background-color: #FFFFFF;
|
||||
border-bottom-left-radius: 10px;
|
||||
border-right: 1px solid #DDDDDD;
|
||||
border-top-left-radius: 10px;
|
||||
display: block;
|
||||
left: 1px;
|
||||
padding: 3px 5px;
|
||||
position: absolute;
|
||||
top: 6px;
|
||||
height: 14px;
|
||||
}
|
||||
form.search .glass i {
|
||||
background-image: url("nav-search-glass.png");
|
||||
display: block;
|
||||
font-size: 0;
|
||||
height: 15px;
|
||||
width: 15px;
|
||||
}
|
||||
|
||||
/* page fct dropdown */
|
||||
.user {
|
||||
position: relative;
|
||||
}
|
||||
#pagefctbtn {
|
||||
background: url("edit.png") no-repeat scroll center center transparent;
|
||||
border-radius: 3px 3px 3px 3px;
|
||||
display: inline-block;
|
||||
width: 35px;
|
||||
height: 25px;
|
||||
vertical-align: top;
|
||||
float: right;
|
||||
margin-top: 5px;
|
||||
cursor: pointer;
|
||||
}
|
||||
#pagefctbtn.open, #pagefctbtn:hover {
|
||||
background-color: #DDDDDD !important;
|
||||
}
|
||||
.dropdownmenu {
|
||||
display: block;
|
||||
position: absolute;
|
||||
padding: 0;
|
||||
right: 21px;
|
||||
top: 36px;
|
||||
font-size: 14px;
|
||||
list-style: none;
|
||||
display: none;
|
||||
z-index: 2;
|
||||
background-color: #DDDDDD;
|
||||
overflow: hidden;
|
||||
border-radius: 10px;
|
||||
border-top-right-radius: 0;
|
||||
}
|
||||
.dropdownmenu li {
|
||||
float: none;
|
||||
}
|
||||
.dropdownmenu li:hover {
|
||||
background-color: #EEEEEE;
|
||||
}
|
||||
.dropdownmenu li a {
|
||||
font-weight: normal;
|
||||
text-decoration: none;
|
||||
display: block;
|
||||
width: 130px;
|
||||
padding: 5px 15px !important;
|
||||
line-height: normal;
|
||||
}
|
||||
.dropdownmenu img {
|
||||
margin-right: 10px;
|
||||
vertical-align: text-bottom;
|
||||
}
|
||||
#firstHeading {
|
||||
margin: 0 0 0.1em 0;
|
||||
padding: 0;
|
||||
}
|
||||
#content {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
#userfctdropdown {
|
||||
display: none;
|
||||
right: 0;
|
||||
top: 33px;
|
||||
border-top-left-radius: 0;
|
||||
background-color: #0C6185;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
#userfctdropdown li a {
|
||||
border: none;
|
||||
}
|
||||
#userfctdropdown li a:hover {
|
||||
background-color: #0F8BC0;
|
||||
}
|
||||
|
||||
#pagefctdropdown li a {
|
||||
color: #888;
|
||||
}
|
||||
.editsection {
|
||||
font-size: 14px;
|
||||
font-weight: normal;
|
||||
margin: 5px 5px 0 0;
|
||||
}
|
||||
|
||||
/*ctype boxes */
|
||||
/*
|
||||
.ctype {
|
||||
border: none !important;
|
||||
border-radius: 10px !important;
|
||||
color: #FFFFFF;
|
||||
}*/
|
||||
.ctype h1 {
|
||||
font-size: 14px;
|
||||
}/*
|
||||
.ctype-descriptive {
|
||||
background-color: #0F8BC0;
|
||||
}
|
||||
.ctype-helppage {
|
||||
background-color: #299027;
|
||||
}
|
||||
.ctype-portal {
|
||||
background-color: #dc7700;
|
||||
}
|
||||
.ctype .box-content {
|
||||
background: none;
|
||||
border: none;
|
||||
}*/
|
BIN
s2cookie/nav-search-glass.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
s2cookie/scratchlogo.png
Normal file
After Width: | Height: | Size: 5 KiB |
75
s2cookie/skin.js
Normal file
|
@ -0,0 +1,75 @@
|
|||
/*
|
||||
|
||||
Scratch Wiki Skin script
|
||||
|
||||
*/
|
||||
|
||||
function el(id) {
|
||||
var h = document.getElementById(id);
|
||||
h.write = function(o) {this.innerHTML = o;};
|
||||
h.add = function(o) {this.innerHTML += o;};
|
||||
h.show = function(o) {this.style.display = 'block';};
|
||||
h.hide = function(o) {this.style.display = 'none';};
|
||||
h.addclass = function(c) {this.className+=' '+c;this.className=this.className.trim();};
|
||||
h.delclass = function(c) {this.className=this.className.replace(c,'').replace(' ',' ').trim();};
|
||||
return h;
|
||||
}
|
||||
window.onload = function() {
|
||||
el('pagefctbtn').onclick = function() {
|
||||
if (el('pagefctdropdown').style.display!='block') {
|
||||
el('pagefctbtn').addclass('open');
|
||||
el('pagefctdropdown').show();
|
||||
} else {
|
||||
el('pagefctbtn').delclass('open');
|
||||
el('pagefctdropdown').hide();
|
||||
}
|
||||
}
|
||||
el('pagefctdropdown').onmouseout = function(e) {
|
||||
if (!e) var e = window.event;
|
||||
if (!e.toElement) e.toElement = e.relatedTarget;
|
||||
if (' ul li img a'.indexOf(e.toElement.tagName.toLowerCase())<0) {
|
||||
el('pagefctbtn').delclass('open');
|
||||
el('pagefctdropdown').hide();
|
||||
}
|
||||
}
|
||||
el('userfcttoggle').onclick = function() {
|
||||
if (el('userfctdropdown').style.display!='block') {
|
||||
el('userfcttoggle').addclass('open');
|
||||
el('userfctdropdown').show();
|
||||
} else {
|
||||
el('userfcttoggle').delclass('open');
|
||||
el('userfctdropdown').hide();
|
||||
}
|
||||
}
|
||||
el('userfctdropdown').onmouseout = function(e) {
|
||||
if (!e) var e = window.event;
|
||||
if (!e.toElement) e.toElement = e.relatedTarget;
|
||||
if (' ul li img a'.indexOf(e.toElement.tagName.toLowerCase())<0) {
|
||||
el('userfcttoggle').delclass('open');
|
||||
el('userfctdropdown').hide();
|
||||
}
|
||||
};
|
||||
}
|
||||
/*
|
||||
function showpersonallinks() {
|
||||
document.getElementById('scratchpersonallinks').style.visibility = 'visible';
|
||||
document.getElementById('scratchpersonallinks').style.display = 'block';
|
||||
}
|
||||
function hidepersonallinks() {
|
||||
document.getElementById('scratchpersonallinks').style.visibility = 'hidden';
|
||||
document.getElementById('scratchpersonallinks').style.display = 'none';
|
||||
}
|
||||
*/
|
||||
|
||||
/*
|
||||
//google analytics
|
||||
var _gaq = _gaq || [];
|
||||
_gaq.push(['_setAccount', 'UA-3792496-2']);
|
||||
_gaq.push(['_trackPageview']);
|
||||
|
||||
(function() {
|
||||
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
|
||||
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
|
||||
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
|
||||
})();
|
||||
*/
|
BIN
s2cookie/wiki.png
Normal file
After Width: | Height: | Size: 24 KiB |