first import
This commit is contained in:
8
sites/all/libraries/piecemaker/LICENSE.txt
Normal file
8
sites/all/libraries/piecemaker/LICENSE.txt
Normal file
@@ -0,0 +1,8 @@
|
||||
The MIT License (MIT)
|
||||
Copyright © 2011 by Björn Crüger, Modularweb GmbH & Co. KG, Germany
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
9
sites/all/libraries/piecemaker/README.txt
Normal file
9
sites/all/libraries/piecemaker/README.txt
Normal file
@@ -0,0 +1,9 @@
|
||||
This a part of the Piecemaker Library pared down to only include the pieces need for the Drupal Piecemaker module.
|
||||
|
||||
To download the full package including the Flash source, visit:
|
||||
|
||||
http://www.modularweb.net/#/en/piecemaker
|
||||
|
||||
or
|
||||
|
||||
http://active.tutsplus.com/freebies/exclusive/exclusive-freebie-the-piecemaker-2/
|
50
sites/all/libraries/piecemaker/piecemaker.css
Normal file
50
sites/all/libraries/piecemaker/piecemaker.css
Normal file
@@ -0,0 +1,50 @@
|
||||
/* CSS Document */
|
||||
|
||||
H1 {
|
||||
font-family: Verdana;
|
||||
font-style: bold;
|
||||
font-weight: normal;
|
||||
color: #222222;
|
||||
display: block;
|
||||
font-size: 20px;
|
||||
margin-bottom: 10px;
|
||||
line-height: 30;
|
||||
text-align: left;
|
||||
letter-spacing: 0px;
|
||||
}
|
||||
|
||||
P {
|
||||
font-family: Verdana;
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
color: #666666;
|
||||
display: block;
|
||||
font-size: 12px;
|
||||
margin-bottom: 10px;
|
||||
line-height: 18px;
|
||||
text-align: left;
|
||||
letter-spacing: 0.2px;
|
||||
}
|
||||
|
||||
P-ITALIC {
|
||||
font-family: Verdana;
|
||||
font-style: italic;
|
||||
font-weight: normal;
|
||||
color: #666666;
|
||||
display: block;
|
||||
font-size: 12px;
|
||||
margin-bottom: 10px;
|
||||
line-height: 18px;
|
||||
text-align: left;
|
||||
letter-spacing: 0.5px;
|
||||
}
|
||||
|
||||
A {
|
||||
color: #0066CC;
|
||||
display: inline;
|
||||
}
|
||||
|
||||
A:HOVER {
|
||||
color: #111111;
|
||||
display: inline;
|
||||
}
|
BIN
sites/all/libraries/piecemaker/piecemaker.swf
Normal file
BIN
sites/all/libraries/piecemaker/piecemaker.swf
Normal file
Binary file not shown.
BIN
sites/all/libraries/piecemaker/swfobject/expressinstall.swf
Normal file
BIN
sites/all/libraries/piecemaker/swfobject/expressinstall.swf
Normal file
Binary file not shown.
5
sites/all/libraries/piecemaker/swfobject/swfobject.js
Normal file
5
sites/all/libraries/piecemaker/swfobject/swfobject.js
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user