mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
removing faq, starting edits for final 0116 revisions.txt
This commit is contained in:
@@ -1,368 +0,0 @@
|
||||
/*
|
||||
By Lenny Burdette
|
||||
|
||||
Derived from code by Kevin Cannon, http://www.multiblah.com and
|
||||
Florian Jenett, mail@florianjenett.de
|
||||
|
||||
Created: 2005.08.29 04:28PM
|
||||
Last Modified: 2005.08.30 06:23PM
|
||||
|
||||
*/
|
||||
|
||||
body {
|
||||
margin : 0;
|
||||
padding : 0;
|
||||
|
||||
background-color : #FFFFFF; /* #333322 */
|
||||
|
||||
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
|
||||
font-size : 100%;
|
||||
font-size : 0.7em;
|
||||
font-weight : normal;
|
||||
line-height : normal;
|
||||
color : #333333;
|
||||
}
|
||||
|
||||
img { border: 0px solid #000000; }
|
||||
|
||||
a {
|
||||
text-decoration: underline;
|
||||
font-weight: normal;
|
||||
color: #3399CC;
|
||||
}
|
||||
|
||||
a:hover,
|
||||
a:active {
|
||||
text-decoration: underline;
|
||||
font-weight: normal;
|
||||
color: #3399CC;
|
||||
}
|
||||
|
||||
a:visited,
|
||||
a:link:visited {
|
||||
text-decoration: underline;
|
||||
font-weight: normal;
|
||||
color: #3399CC;
|
||||
}
|
||||
|
||||
/* ================ LAYOUT ================== */
|
||||
|
||||
#container {
|
||||
width: 750px;
|
||||
margin-left: 0px;
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
/* ================ HEADER ================== */
|
||||
#header {
|
||||
width: 750px;
|
||||
height: 50px;
|
||||
overflow: hidden;
|
||||
background-color: #000000;
|
||||
}
|
||||
|
||||
#header h1 {
|
||||
display: none;
|
||||
float: left;
|
||||
}
|
||||
|
||||
/* ================ NAVBAR ================== */
|
||||
|
||||
#navigation {
|
||||
font-size: 0.7em;
|
||||
color: #CCCCBE;
|
||||
}
|
||||
|
||||
.navBar { font-size: 11px;
|
||||
height: 20px;
|
||||
padding: 5px 0 0 55px;
|
||||
}
|
||||
|
||||
.navBar a { color: #fff; }
|
||||
.navBar a:visited {color: #fff; }
|
||||
|
||||
#mainnav { background: #333323; }
|
||||
#mainnav_noSub { background: #5a5a46; margin-bottom: 40px; }
|
||||
#mainnav, #mainnav_noSub { position: relative; color: #ccccbe !important; }
|
||||
|
||||
#subNav { margin-left: 220px;
|
||||
background: #5a5a46 url(../img/nav_bottomarrow.gif) no-repeat;
|
||||
padding-left: 33px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
#subNav.learning { margin-left: 157px; }
|
||||
.active { color: #ccccbe !important; }
|
||||
.faq { position: absolute; right: 10px; }
|
||||
|
||||
/* ================ CONTENT ================== */
|
||||
|
||||
.content {
|
||||
margin-left : 55px;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
/* ================ FOOTER ================== */
|
||||
|
||||
#footer {
|
||||
clear: both;
|
||||
padding-top: 100px;
|
||||
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
#footer a {
|
||||
color: white;
|
||||
}
|
||||
|
||||
#footer #copyright,
|
||||
#footer #colophon {
|
||||
padding: 5px 0 5px 50px;
|
||||
}
|
||||
|
||||
#footer #copyright {
|
||||
background-color: #5A5A4E;
|
||||
}
|
||||
|
||||
#footer #colophon {
|
||||
background-color: #000000;
|
||||
}
|
||||
|
||||
#footer #colophon a {
|
||||
text-decoration: underline;
|
||||
color: white;
|
||||
}
|
||||
|
||||
#footer #colophon span { color: #fff; }
|
||||
|
||||
/* ================ TYPOGRAPHY ================== */
|
||||
|
||||
h1, h2, h3, h4, h5, h6
|
||||
{
|
||||
/*margin-bottom : 5px;*/
|
||||
|
||||
color : #5A5A46;
|
||||
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
|
||||
font-weight : normal;
|
||||
|
||||
line-height : 1.6em;
|
||||
}
|
||||
|
||||
h1, h2, h3, h4
|
||||
{
|
||||
word-spacing : 0.2em;
|
||||
}
|
||||
|
||||
h4, h5, h6
|
||||
{
|
||||
font-weight : bold;
|
||||
}
|
||||
|
||||
/* Font Sizes */
|
||||
|
||||
h1 { font-size : 2em; }
|
||||
h2 { font-size : 1.85em; }
|
||||
h3 { font-size : 1.7em; }
|
||||
h4 { font-size : 1.5em; }
|
||||
h5 { font-size : 1.25em; }
|
||||
h6 { font-size : 1em; }
|
||||
|
||||
p { font-size : 1em; }
|
||||
|
||||
pre {
|
||||
font-family : "Courier New", Courier, monospace;
|
||||
font-size : 11px;
|
||||
line-height : normal; color: #000000;
|
||||
}
|
||||
|
||||
code {
|
||||
font-family : "Courier New", Courier, monospace;
|
||||
font-size : 11px;
|
||||
line-height : normal; color: #000000;
|
||||
}
|
||||
|
||||
.error { color: #f00; margin: 0; }
|
||||
|
||||
/* ================== RANDOM CLASSES =============== */
|
||||
.clear { clear: both; }
|
||||
|
||||
/* ================== PAGE SPECIFIC CSS =============== */
|
||||
|
||||
/**************************************************************** Cover ***/
|
||||
|
||||
#Cover .rightcol {
|
||||
float: right;
|
||||
width: 380px;
|
||||
margin-right: 20px;
|
||||
}
|
||||
#Cover .leftcol { width: 250px; }
|
||||
|
||||
#Cover h3 { margin: 40px 0 0 0; }
|
||||
.exhibition-small { padding: 0; margin: 0; }
|
||||
.exhibition-small h3 { margin-top: 0px !important; }
|
||||
|
||||
dl { margin: 0; }
|
||||
dt { font-style: italic; }
|
||||
dd { margin: 0 0 1em 0; }
|
||||
|
||||
.happenings { margin-bottom: 30px; }
|
||||
|
||||
.courses-small dl { margin-top: -1em; }
|
||||
.courses-small dt { font-style: normal; margin-top: 1em; }
|
||||
.courses-small dd { margin: 0; }
|
||||
|
||||
td img { margin: 0; display: block; }
|
||||
|
||||
|
||||
|
||||
/**************************************************************** Exhibition ***/
|
||||
|
||||
#Exhibition .colone { width: 460px; float: left; margin-right: 40px; }
|
||||
#Exhibition .coltwo { width: 170px; float: right; margin-right: 20px; }
|
||||
#Exhibition h2 { margin: 0 0 20px 0; font-size: 1em; }
|
||||
#Exhibition h2.with-nav { margin-bottom: 0; }
|
||||
#Exhibition .onecol { clear: both; }
|
||||
#Exhibition td { vertical-align: top; }
|
||||
|
||||
.curated-item { margin-bottom: 25px; }
|
||||
.curated-item h5 { margin-top: 1em; color: #666; font-size: 1em; }
|
||||
.curated-item h5 a { font-weight: bold; }
|
||||
.curated-item p { padding-right: 2em; }
|
||||
|
||||
#Network h2 { position: relative; }
|
||||
#Network h2 a.addalink { position: absolute; left: 455px; }
|
||||
|
||||
dl.network dt { font-style: normal; }
|
||||
dl.network dd { margin: 0; }
|
||||
dl.network dd.date { color: #999966; margin-bottom: 1em; }
|
||||
|
||||
p.network { margin: 0 0 1em 0; }
|
||||
p.network span.date { color: #999966; }
|
||||
|
||||
p.exhibition-nav { margin-top: 0; }
|
||||
|
||||
/**************************************************************** Reference ***/
|
||||
|
||||
#reference-nav { position: relative; height: 2em; padding-top: .5em; }
|
||||
#reference-nav p { position: absolute; right: 10px; top: 0; margin: 0; }
|
||||
|
||||
.ref-notice { margin: 2.5em 0 2.5em 0; color: #006699; clear: both; }
|
||||
|
||||
.ref-item { margin-bottom: 60px; }
|
||||
.ref-item th { width: 100px; font-weight: normal; text-align: left; vertical-align: top; }
|
||||
.ref-item td { vertical-align: top; padding-bottom: 2em; }
|
||||
.ref-item td h3 { margin: 0; }
|
||||
pre { margin: 0; }
|
||||
tr.name-row { height: 80px; }
|
||||
|
||||
td p { margin-top: 0; }
|
||||
|
||||
.example img { float: left; margin-right: 15px; margin-bottom: 15px;}\
|
||||
.example { clear: both; margin-bottom: 15px;}
|
||||
.example pre.margin { margin-left: 115px; }
|
||||
|
||||
/*** ref index ***/
|
||||
.abridged-notice { margin: 0 50px 30px 0; }
|
||||
|
||||
div.ref-col { width: 30%;
|
||||
margin-right: 2%;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.ref-col h3 { margin: 0; }
|
||||
.ref-col h5 { margin: 1.5em 0 0 0;
|
||||
font-size: 1em;
|
||||
font-weight: normal;
|
||||
font-style: italic;
|
||||
}
|
||||
.ref-col h3+h5 { margin-top: 0; }
|
||||
.category { margin-bottom: 30px; }
|
||||
|
||||
.ref-col p { margin-top: -.5em; margin-bottom: 2em; }
|
||||
|
||||
/**************************************************************** updates, courses, happenings ***/
|
||||
#Courses .content, #Updates .content, #Happenings .content {
|
||||
width: 595px;
|
||||
}
|
||||
#Updates h2 { margin-top: 0 0 20px 0; }
|
||||
|
||||
|
||||
.course-desc p { margin: 0; }
|
||||
.course-desc p.date { margin: 0; }
|
||||
.course-desc h3 { margin: 0; font-size: 1em; font-weight: bold; line-height: 1em; }
|
||||
.course-desc { margin-bottom: 2em; }
|
||||
|
||||
/**************************************************************** download ***/
|
||||
|
||||
#Download .leftcol { margin-right: 250px; }
|
||||
.download-ver { color: black; font-size: 1em; font-weight: bold; margin-top: 2em; }
|
||||
.download-ver span { color: #5a5a46; }
|
||||
|
||||
#Download .rightcol { position: absolute;
|
||||
top: 55px;
|
||||
right: 10px;
|
||||
width: 175px;
|
||||
}
|
||||
#Download .rightcol h5 { font-size: 1em; margin-bottom: 1em; }
|
||||
|
||||
/************************************************************** contribute ***/
|
||||
|
||||
#Contribute h1 { margin-bottom: 0; }
|
||||
#Contribute .message { margin-top: 0; margin-right: 40px; }
|
||||
#Contribute .threecol { float: left; width: 210px; margin-right: 20px; }
|
||||
#Contribute .threecol p { margin-bottom: 2em; }
|
||||
|
||||
#Copyright p { margin-right: 20px; }
|
||||
|
||||
/************************************************************** library indices ***/
|
||||
#Library-index .colone {
|
||||
width: 300px;
|
||||
float: left;
|
||||
margin-right: 40px;
|
||||
}
|
||||
|
||||
#Library-index .twocol {
|
||||
width: 330px;
|
||||
float: left;
|
||||
}
|
||||
|
||||
#Library-index h5 { margin-bottom: 0; font-size: 1em; }
|
||||
#Library-index .twocol p { margin-top: 0; }
|
||||
.lib-nav { display: block;
|
||||
margin-bottom: 10px;
|
||||
margin-left: -30px;
|
||||
padding: 7px 0 3px 30px;
|
||||
background: url(/img/back_off.gif) no-repeat
|
||||
}
|
||||
|
||||
#Libraries h2 { margin-top: 2em; }
|
||||
#Libraries h5 { font-size: 1em; margin: 0; font-weight: bold; }
|
||||
#Libraries h5 a { font-weight: bold; }
|
||||
#Libraries h3 { clear: both; margin-bottom: 0; }
|
||||
#Libraries h4 { font-size: 1em; margin-bottom: .5em; }
|
||||
|
||||
#Libraries .threecol { float: left; width: 210px; margin-right: 20px; }
|
||||
#Libraries .threecol p { margin-top: 0; margin-bottom: 2em; }
|
||||
|
||||
/************************************************************** environment ***/
|
||||
#Environment h1 { margin-top: 2em; }
|
||||
#Environment h2 a { float: left; margin-left: -30px; }
|
||||
ul.nostyle { margin: 0; padding: 0; list-style: none outside; }
|
||||
#Environment td { padding-bottom: 1em; }
|
||||
|
||||
/************************************************************** comparison ***/
|
||||
#Comparison h1 { margin-top: 2em; }
|
||||
#Comparison h2 { margin-bottom: 0; }
|
||||
#Comparison .threecol { float: left; width: 210px; margin-right: 20px; }
|
||||
#Comparison .threecol p { margin-top: 0; }
|
||||
|
||||
/************************************************************** examples ***/
|
||||
div.applet { float: left; margin-bottom: 40px; }
|
||||
p.doc-float { margin-left: 250px; }
|
||||
pre.code { clear: both; margin-top: 10px; }
|
||||
|
||||
#examples-nav { margin-left: -44px; display: relative; }
|
||||
#examples-nav img { display: absolute; top: 15px; left: 100px; }
|
||||
|
||||
/************************************************************** faq ***/
|
||||
li { border: 3px solid white; }
|
||||
strike { color: #C0C0C0; }
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 43 B |
Binary file not shown.
|
Before Width: | Height: | Size: 89 B |
Binary file not shown.
|
Before Width: | Height: | Size: 2.5 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 82 B |
Binary file not shown.
|
Before Width: | Height: | Size: 1.4 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 14 KiB |
@@ -1,33 +0,0 @@
|
||||
function MM_swapImgRestore() { //v3.0
|
||||
var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
|
||||
}
|
||||
|
||||
function MM_openBrWindow(theURL,winName,features) { //v2.0
|
||||
window.open(theURL,winName,features);
|
||||
}
|
||||
|
||||
|
||||
function MM_preloadImages() { //v3.0
|
||||
var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
|
||||
var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
|
||||
if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
|
||||
}
|
||||
|
||||
function MM_findObj(n, d) { //v3.0
|
||||
var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
|
||||
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
|
||||
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
|
||||
for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document); return x;
|
||||
}
|
||||
|
||||
function MM_swapImage() { //v3.0
|
||||
var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
|
||||
if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
|
||||
}
|
||||
|
||||
function gogo(dropdown) {
|
||||
var tempURL = dropdown.options[dropdown.selectedIndex].value;
|
||||
if(tempURL!="") {
|
||||
document.location.href = tempURL;
|
||||
}
|
||||
}
|
||||
@@ -7,14 +7,15 @@ releases will be super crusty.
|
||||
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
|
||||
|
||||
|
||||
ABOUT REV 0116 - ?? ?? 2006
|
||||
ABOUT REV 0116 - 28 September 2006
|
||||
|
||||
This is a major release. It contains a large number of bug fixes,
|
||||
as well as several API changes as we try to firm up the API for 1.0.
|
||||
|
||||
*** PLEASE READ ALL THESE NOTES CAREFULLY ***
|
||||
|
||||
+ Threading has been modified signficantly.
|
||||
+ Threading has been modified signficantly. Some of these changes
|
||||
had to be undone at the last minute, so further changes are coming.
|
||||
|
||||
+ The OpenGL library has been updated to use the "final" release
|
||||
of JOGL 1.0, released September 2006, rather than beta 4, found
|
||||
@@ -31,7 +32,7 @@ as well as several API changes as we try to firm up the API for 1.0.
|
||||
gave weird positions (workaround for apple bug).
|
||||
|
||||
|
||||
[ Major changes to the use of PGraphics and its subclasses ]
|
||||
[ major changes to the use of PGraphics and its subclasses ]
|
||||
|
||||
+ PImage objects default to ARGB instead of RGB format
|
||||
|
||||
@@ -62,6 +63,12 @@ as well as several API changes as we try to firm up the API for 1.0.
|
||||
http://test.processing.org/reference/createImage_.html
|
||||
|
||||
|
||||
[ minor bug fixes ]
|
||||
|
||||
+ ignore files that start with . or ._ because they were a problem
|
||||
with Mac OS X and things like thumb drives.
|
||||
|
||||
|
||||
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user