first import
4
sites/all/themes/README.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
|
||||
This directory should be used to place downloaded and custom themes
|
||||
which are common to all sites. This will allow you to more easily
|
||||
update Drupal core files.
|
||||
183
sites/all/themes/omega/CHANGELOG.txt
Normal file
@@ -0,0 +1,183 @@
|
||||
##########################################################################################
|
||||
_ _ _ _
|
||||
__| | _____ _____| | ___ _ __ _ __ ___ ___ _ __ | |_ __ _ ___ ___| | _____
|
||||
/ _` |/ _ \ \ / / _ \ |/ _ \| '_ \| '_ ` _ \ / _ \ '_ \| __| / _` |/ _ \/ _ \ |/ / __|
|
||||
| (_| | __/\ V / __/ | (_) | |_) | | | | | | __/ | | | |_ | (_| | __/ __/ <\__ \
|
||||
\__,_|\___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| \__, |\___|\___|_|\_\___/
|
||||
|_| |___/
|
||||
##########################################################################################
|
||||
|
||||
##########################################################################################
|
||||
##### Omega Theme
|
||||
##########################################################################################
|
||||
Informational: http://himer.us/omega960
|
||||
Project Page: http://drupal.org/project/omega
|
||||
Issue Queue: http://drupal.org/project/issues/omega
|
||||
Usage Stats: http://drupal.org/project/usage/omega
|
||||
Twitter: http://twitter.com/Omeglicon
|
||||
Maintainer(s):
|
||||
Jake Strawn
|
||||
http://himerus.com
|
||||
http://developmentgeeks.com
|
||||
http://facebook.com/developmentgeeks
|
||||
http://drupal.org/user/159141
|
||||
http://twitter.com/himerus
|
||||
Sebastian Siemssen
|
||||
http://twitter.com/thefubhy
|
||||
http://drupal.org/user/761344
|
||||
##########################################################################################
|
||||
##### CHANGELOG.txt
|
||||
##########################################################################################
|
||||
|
||||
CHANGELOG.txt to track changes to the Omega theme.
|
||||
|
||||
##########################################################################################
|
||||
##### Current Release: 7.x-3.0-rc2
|
||||
##### Pending changes for Next Release
|
||||
##########################################################################################
|
||||
|
||||
7/31/11
|
||||
=========
|
||||
#1233462 - Debug access was accidently being cached.
|
||||
|
||||
7/29/11
|
||||
=========
|
||||
#983758 - Panels Integration #1. This might not yet cover mini panels.
|
||||
|
||||
#1233550 - Fixed a bug that caused zones to be incorrectly described as "empty" in the
|
||||
theme settings.
|
||||
|
||||
##########################################################################################
|
||||
##### Changes in: 7.x-3.0-rc1
|
||||
##########################################################################################
|
||||
|
||||
7/27/11
|
||||
=========
|
||||
#1230786 - Fixed the region & zone configuration tab to properly remove the "There are
|
||||
no unassigned regions" message when there are unassigned regions.
|
||||
|
||||
#1231160 - Fixed template_preprocess_node to produce the proper content_attributes_array.
|
||||
|
||||
7/26/11
|
||||
=========
|
||||
#1229798 - Fixed alpha_cache_clear().
|
||||
|
||||
##########################################################################################
|
||||
##### Changes in: 7.x-3.0-beta2
|
||||
##########################################################################################
|
||||
|
||||
7/25/11
|
||||
=========
|
||||
#1228106 - Major code review and performance enhancements. This needs to be tested!
|
||||
|
||||
7/24/11
|
||||
=========
|
||||
#1220198 - Sadly I had to also revert the latest changes on the equal height feature
|
||||
since due to a WebKit bug the height of an element does not inherit the min-height value
|
||||
properly and therefore the whole concept behind the last patch is wonky. (@see the issue
|
||||
on d.o for further explanation).
|
||||
|
||||
7/18/11
|
||||
=========
|
||||
#1220198 - Reverting the equal height feature changes from yesterday. This feature is
|
||||
now based on jQuery again but the code was rewritten. It is now based on a jQuery
|
||||
library from Ben Alman. This should even work with expandable textareas / fieldsets
|
||||
and basically everything else that might have an impact on the height of a single
|
||||
now and basically everything else that might have an impact on the height of a single
|
||||
element in a group.
|
||||
|
||||
7/17/11
|
||||
=========
|
||||
#1220198 - The equal height feature is now solely based on CSS. This might still not
|
||||
be the perfect solution but the jQuery approach that we were using before proved to be
|
||||
a dead end.
|
||||
|
||||
#1220950 - Fixed and minified RTL grid CSS files.
|
||||
|
||||
7/09/11
|
||||
=========
|
||||
#1214048 - Omega no longer abuses the variables table for the caching. Instead we are
|
||||
now using cache_set and cache_get.
|
||||
|
||||
#1213176 - Fixed the theme settings in the starterkits. The global.css file is now active
|
||||
by default.
|
||||
|
||||
##########################################################################################
|
||||
##### Changes in: 7.x-3.0-beta2
|
||||
##########################################################################################
|
||||
|
||||
6/29/11
|
||||
=========
|
||||
#1204254 - Removed mobile.css and style.css in favor of one single global.css.
|
||||
|
||||
6/28/11
|
||||
=========
|
||||
#1202708 - Fix inline display of field labels.
|
||||
|
||||
##########################################################################################
|
||||
##### Changes in: 7.x-3.0-beta1
|
||||
##########################################################################################
|
||||
|
||||
6/27/11
|
||||
=========
|
||||
#1200272 - Fixed a bug that was incorrectly assuming that all regions are part of a zone.
|
||||
|
||||
#1191762 - Reworked the JavaScript libraries to use Drupal.behaviors.
|
||||
|
||||
#1198476 - If the media query library is enabled the equal heights feature will be
|
||||
deactivated on the mobile version.
|
||||
|
||||
6/19/11
|
||||
=========
|
||||
#1192918 - The RTL grid CSS files were upside-down for the pull, push, prefix and suffix
|
||||
CSS classes. This is now fixed.
|
||||
|
||||
6/17/11
|
||||
=========
|
||||
#1191764 - We are no longer use unset() on regions if they are not enabled. Instead move
|
||||
them to #excluded so that subthemes can use them later (in hook_page_alter).
|
||||
|
||||
#1191762 - Added a JavaScript "Library" to check if a media query / grid layout applies.
|
||||
This libray can be used in your custom subtheme JavaScript code to find out wether or
|
||||
not a layout is currently active. You can also check for media query strings directly.
|
||||
|
||||
#1191754 - Optimizing alpha-debug.js and alpha-debug.css.
|
||||
|
||||
#1186924 - Set min-height to 1px for .region in alpha-debug.css so that emtpy regions
|
||||
don't collapse weirdly when toggling off the debugging blocks with the JavaScript button.
|
||||
|
||||
#1191772 - Separated the effects of primary region option into two separate features:
|
||||
The "Primary region" dropdown now only has an effect on the width of a region by covering
|
||||
the empty space in a zone. The "Position" dropdown controls the visual positioning of
|
||||
a region while the "Weight" dropdown controls the weight of the region in the DOM.
|
||||
|
||||
6/14/11
|
||||
=========
|
||||
#1186924 - Added button to toggle debugging blocks on and off via JavaScript.
|
||||
|
||||
#1188422 - Delta templates can now use the debugging settings too.
|
||||
|
||||
#1188480 - The user-defined CSS classes for zones did not find their way into the HTML
|
||||
output due to a typo in the zone preproccesor. This is now fixed.
|
||||
|
||||
6/12/11
|
||||
=========
|
||||
#1184122 - The main page content block did not get placed properly by drupal_render_page.
|
||||
We now anticipate that behavior in special cases where the user disabled the main page
|
||||
content block in the blocks configuration and set it before drupal_render_page can break
|
||||
it.
|
||||
|
||||
#1184144 - The default settings of the starterkits now activate the CSS files that each
|
||||
starterkit ships with by default.
|
||||
|
||||
#1184546 - Merged the zone and region configuration tabs into one single tab and made
|
||||
the zones and regions collapsible fieldsets.
|
||||
|
||||
6/09/11
|
||||
=========
|
||||
#1183482 - Increase the weight of the starterkits default stylesheets so they are able
|
||||
to override the built-in Omega and Alpha stylesheets. Also setting the Alpha stylesheets
|
||||
to a weight of -20.
|
||||
|
||||
#1184006 - Replaced the debugging blocks with simple markup elements. They have the same
|
||||
functionality but come with less problems.
|
||||
339
sites/all/themes/omega/LICENSE.txt
Normal file
@@ -0,0 +1,339 @@
|
||||
GNU GENERAL PUBLIC LICENSE
|
||||
Version 2, June 1991
|
||||
|
||||
Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
|
||||
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
Everyone is permitted to copy and distribute verbatim copies
|
||||
of this license document, but changing it is not allowed.
|
||||
|
||||
Preamble
|
||||
|
||||
The licenses for most software are designed to take away your
|
||||
freedom to share and change it. By contrast, the GNU General Public
|
||||
License is intended to guarantee your freedom to share and change free
|
||||
software--to make sure the software is free for all its users. This
|
||||
General Public License applies to most of the Free Software
|
||||
Foundation's software and to any other program whose authors commit to
|
||||
using it. (Some other Free Software Foundation software is covered by
|
||||
the GNU Lesser General Public License instead.) You can apply it to
|
||||
your programs, too.
|
||||
|
||||
When we speak of free software, we are referring to freedom, not
|
||||
price. Our General Public Licenses are designed to make sure that you
|
||||
have the freedom to distribute copies of free software (and charge for
|
||||
this service if you wish), that you receive source code or can get it
|
||||
if you want it, that you can change the software or use pieces of it
|
||||
in new free programs; and that you know you can do these things.
|
||||
|
||||
To protect your rights, we need to make restrictions that forbid
|
||||
anyone to deny you these rights or to ask you to surrender the rights.
|
||||
These restrictions translate to certain responsibilities for you if you
|
||||
distribute copies of the software, or if you modify it.
|
||||
|
||||
For example, if you distribute copies of such a program, whether
|
||||
gratis or for a fee, you must give the recipients all the rights that
|
||||
you have. You must make sure that they, too, receive or can get the
|
||||
source code. And you must show them these terms so they know their
|
||||
rights.
|
||||
|
||||
We protect your rights with two steps: (1) copyright the software, and
|
||||
(2) offer you this license which gives you legal permission to copy,
|
||||
distribute and/or modify the software.
|
||||
|
||||
Also, for each author's protection and ours, we want to make certain
|
||||
that everyone understands that there is no warranty for this free
|
||||
software. If the software is modified by someone else and passed on, we
|
||||
want its recipients to know that what they have is not the original, so
|
||||
that any problems introduced by others will not reflect on the original
|
||||
authors' reputations.
|
||||
|
||||
Finally, any free program is threatened constantly by software
|
||||
patents. We wish to avoid the danger that redistributors of a free
|
||||
program will individually obtain patent licenses, in effect making the
|
||||
program proprietary. To prevent this, we have made it clear that any
|
||||
patent must be licensed for everyone's free use or not licensed at all.
|
||||
|
||||
The precise terms and conditions for copying, distribution and
|
||||
modification follow.
|
||||
|
||||
GNU GENERAL PUBLIC LICENSE
|
||||
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
|
||||
|
||||
0. This License applies to any program or other work which contains
|
||||
a notice placed by the copyright holder saying it may be distributed
|
||||
under the terms of this General Public License. The "Program", below,
|
||||
refers to any such program or work, and a "work based on the Program"
|
||||
means either the Program or any derivative work under copyright law:
|
||||
that is to say, a work containing the Program or a portion of it,
|
||||
either verbatim or with modifications and/or translated into another
|
||||
language. (Hereinafter, translation is included without limitation in
|
||||
the term "modification".) Each licensee is addressed as "you".
|
||||
|
||||
Activities other than copying, distribution and modification are not
|
||||
covered by this License; they are outside its scope. The act of
|
||||
running the Program is not restricted, and the output from the Program
|
||||
is covered only if its contents constitute a work based on the
|
||||
Program (independent of having been made by running the Program).
|
||||
Whether that is true depends on what the Program does.
|
||||
|
||||
1. You may copy and distribute verbatim copies of the Program's
|
||||
source code as you receive it, in any medium, provided that you
|
||||
conspicuously and appropriately publish on each copy an appropriate
|
||||
copyright notice and disclaimer of warranty; keep intact all the
|
||||
notices that refer to this License and to the absence of any warranty;
|
||||
and give any other recipients of the Program a copy of this License
|
||||
along with the Program.
|
||||
|
||||
You may charge a fee for the physical act of transferring a copy, and
|
||||
you may at your option offer warranty protection in exchange for a fee.
|
||||
|
||||
2. You may modify your copy or copies of the Program or any portion
|
||||
of it, thus forming a work based on the Program, and copy and
|
||||
distribute such modifications or work under the terms of Section 1
|
||||
above, provided that you also meet all of these conditions:
|
||||
|
||||
a) You must cause the modified files to carry prominent notices
|
||||
stating that you changed the files and the date of any change.
|
||||
|
||||
b) You must cause any work that you distribute or publish, that in
|
||||
whole or in part contains or is derived from the Program or any
|
||||
part thereof, to be licensed as a whole at no charge to all third
|
||||
parties under the terms of this License.
|
||||
|
||||
c) If the modified program normally reads commands interactively
|
||||
when run, you must cause it, when started running for such
|
||||
interactive use in the most ordinary way, to print or display an
|
||||
announcement including an appropriate copyright notice and a
|
||||
notice that there is no warranty (or else, saying that you provide
|
||||
a warranty) and that users may redistribute the program under
|
||||
these conditions, and telling the user how to view a copy of this
|
||||
License. (Exception: if the Program itself is interactive but
|
||||
does not normally print such an announcement, your work based on
|
||||
the Program is not required to print an announcement.)
|
||||
|
||||
These requirements apply to the modified work as a whole. If
|
||||
identifiable sections of that work are not derived from the Program,
|
||||
and can be reasonably considered independent and separate works in
|
||||
themselves, then this License, and its terms, do not apply to those
|
||||
sections when you distribute them as separate works. But when you
|
||||
distribute the same sections as part of a whole which is a work based
|
||||
on the Program, the distribution of the whole must be on the terms of
|
||||
this License, whose permissions for other licensees extend to the
|
||||
entire whole, and thus to each and every part regardless of who wrote it.
|
||||
|
||||
Thus, it is not the intent of this section to claim rights or contest
|
||||
your rights to work written entirely by you; rather, the intent is to
|
||||
exercise the right to control the distribution of derivative or
|
||||
collective works based on the Program.
|
||||
|
||||
In addition, mere aggregation of another work not based on the Program
|
||||
with the Program (or with a work based on the Program) on a volume of
|
||||
a storage or distribution medium does not bring the other work under
|
||||
the scope of this License.
|
||||
|
||||
3. You may copy and distribute the Program (or a work based on it,
|
||||
under Section 2) in object code or executable form under the terms of
|
||||
Sections 1 and 2 above provided that you also do one of the following:
|
||||
|
||||
a) Accompany it with the complete corresponding machine-readable
|
||||
source code, which must be distributed under the terms of Sections
|
||||
1 and 2 above on a medium customarily used for software interchange; or,
|
||||
|
||||
b) Accompany it with a written offer, valid for at least three
|
||||
years, to give any third party, for a charge no more than your
|
||||
cost of physically performing source distribution, a complete
|
||||
machine-readable copy of the corresponding source code, to be
|
||||
distributed under the terms of Sections 1 and 2 above on a medium
|
||||
customarily used for software interchange; or,
|
||||
|
||||
c) Accompany it with the information you received as to the offer
|
||||
to distribute corresponding source code. (This alternative is
|
||||
allowed only for noncommercial distribution and only if you
|
||||
received the program in object code or executable form with such
|
||||
an offer, in accord with Subsection b above.)
|
||||
|
||||
The source code for a work means the preferred form of the work for
|
||||
making modifications to it. For an executable work, complete source
|
||||
code means all the source code for all modules it contains, plus any
|
||||
associated interface definition files, plus the scripts used to
|
||||
control compilation and installation of the executable. However, as a
|
||||
special exception, the source code distributed need not include
|
||||
anything that is normally distributed (in either source or binary
|
||||
form) with the major components (compiler, kernel, and so on) of the
|
||||
operating system on which the executable runs, unless that component
|
||||
itself accompanies the executable.
|
||||
|
||||
If distribution of executable or object code is made by offering
|
||||
access to copy from a designated place, then offering equivalent
|
||||
access to copy the source code from the same place counts as
|
||||
distribution of the source code, even though third parties are not
|
||||
compelled to copy the source along with the object code.
|
||||
|
||||
4. You may not copy, modify, sublicense, or distribute the Program
|
||||
except as expressly provided under this License. Any attempt
|
||||
otherwise to copy, modify, sublicense or distribute the Program is
|
||||
void, and will automatically terminate your rights under this License.
|
||||
However, parties who have received copies, or rights, from you under
|
||||
this License will not have their licenses terminated so long as such
|
||||
parties remain in full compliance.
|
||||
|
||||
5. You are not required to accept this License, since you have not
|
||||
signed it. However, nothing else grants you permission to modify or
|
||||
distribute the Program or its derivative works. These actions are
|
||||
prohibited by law if you do not accept this License. Therefore, by
|
||||
modifying or distributing the Program (or any work based on the
|
||||
Program), you indicate your acceptance of this License to do so, and
|
||||
all its terms and conditions for copying, distributing or modifying
|
||||
the Program or works based on it.
|
||||
|
||||
6. Each time you redistribute the Program (or any work based on the
|
||||
Program), the recipient automatically receives a license from the
|
||||
original licensor to copy, distribute or modify the Program subject to
|
||||
these terms and conditions. You may not impose any further
|
||||
restrictions on the recipients' exercise of the rights granted herein.
|
||||
You are not responsible for enforcing compliance by third parties to
|
||||
this License.
|
||||
|
||||
7. If, as a consequence of a court judgment or allegation of patent
|
||||
infringement or for any other reason (not limited to patent issues),
|
||||
conditions are imposed on you (whether by court order, agreement or
|
||||
otherwise) that contradict the conditions of this License, they do not
|
||||
excuse you from the conditions of this License. If you cannot
|
||||
distribute so as to satisfy simultaneously your obligations under this
|
||||
License and any other pertinent obligations, then as a consequence you
|
||||
may not distribute the Program at all. For example, if a patent
|
||||
license would not permit royalty-free redistribution of the Program by
|
||||
all those who receive copies directly or indirectly through you, then
|
||||
the only way you could satisfy both it and this License would be to
|
||||
refrain entirely from distribution of the Program.
|
||||
|
||||
If any portion of this section is held invalid or unenforceable under
|
||||
any particular circumstance, the balance of the section is intended to
|
||||
apply and the section as a whole is intended to apply in other
|
||||
circumstances.
|
||||
|
||||
It is not the purpose of this section to induce you to infringe any
|
||||
patents or other property right claims or to contest validity of any
|
||||
such claims; this section has the sole purpose of protecting the
|
||||
integrity of the free software distribution system, which is
|
||||
implemented by public license practices. Many people have made
|
||||
generous contributions to the wide range of software distributed
|
||||
through that system in reliance on consistent application of that
|
||||
system; it is up to the author/donor to decide if he or she is willing
|
||||
to distribute software through any other system and a licensee cannot
|
||||
impose that choice.
|
||||
|
||||
This section is intended to make thoroughly clear what is believed to
|
||||
be a consequence of the rest of this License.
|
||||
|
||||
8. If the distribution and/or use of the Program is restricted in
|
||||
certain countries either by patents or by copyrighted interfaces, the
|
||||
original copyright holder who places the Program under this License
|
||||
may add an explicit geographical distribution limitation excluding
|
||||
those countries, so that distribution is permitted only in or among
|
||||
countries not thus excluded. In such case, this License incorporates
|
||||
the limitation as if written in the body of this License.
|
||||
|
||||
9. The Free Software Foundation may publish revised and/or new versions
|
||||
of the General Public License from time to time. Such new versions will
|
||||
be similar in spirit to the present version, but may differ in detail to
|
||||
address new problems or concerns.
|
||||
|
||||
Each version is given a distinguishing version number. If the Program
|
||||
specifies a version number of this License which applies to it and "any
|
||||
later version", you have the option of following the terms and conditions
|
||||
either of that version or of any later version published by the Free
|
||||
Software Foundation. If the Program does not specify a version number of
|
||||
this License, you may choose any version ever published by the Free Software
|
||||
Foundation.
|
||||
|
||||
10. If you wish to incorporate parts of the Program into other free
|
||||
programs whose distribution conditions are different, write to the author
|
||||
to ask for permission. For software which is copyrighted by the Free
|
||||
Software Foundation, write to the Free Software Foundation; we sometimes
|
||||
make exceptions for this. Our decision will be guided by the two goals
|
||||
of preserving the free status of all derivatives of our free software and
|
||||
of promoting the sharing and reuse of software generally.
|
||||
|
||||
NO WARRANTY
|
||||
|
||||
11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
|
||||
FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
|
||||
OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
|
||||
PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
|
||||
OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
|
||||
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
|
||||
TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
|
||||
PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
|
||||
REPAIR OR CORRECTION.
|
||||
|
||||
12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
|
||||
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
|
||||
REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
|
||||
INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
|
||||
OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
|
||||
TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
|
||||
YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
|
||||
PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
|
||||
POSSIBILITY OF SUCH DAMAGES.
|
||||
|
||||
END OF TERMS AND CONDITIONS
|
||||
|
||||
How to Apply These Terms to Your New Programs
|
||||
|
||||
If you develop a new program, and you want it to be of the greatest
|
||||
possible use to the public, the best way to achieve this is to make it
|
||||
free software which everyone can redistribute and change under these terms.
|
||||
|
||||
To do so, attach the following notices to the program. It is safest
|
||||
to attach them to the start of each source file to most effectively
|
||||
convey the exclusion of warranty; and each file should have at least
|
||||
the "copyright" line and a pointer to where the full notice is found.
|
||||
|
||||
<one line to give the program's name and a brief idea of what it does.>
|
||||
Copyright (C) <year> <name of author>
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation; either version 2 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License along
|
||||
with this program; if not, write to the Free Software Foundation, Inc.,
|
||||
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
|
||||
Also add information on how to contact you by electronic and paper mail.
|
||||
|
||||
If the program is interactive, make it output a short notice like this
|
||||
when it starts in an interactive mode:
|
||||
|
||||
Gnomovision version 69, Copyright (C) year name of author
|
||||
Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
|
||||
This is free software, and you are welcome to redistribute it
|
||||
under certain conditions; type `show c' for details.
|
||||
|
||||
The hypothetical commands `show w' and `show c' should show the appropriate
|
||||
parts of the General Public License. Of course, the commands you use may
|
||||
be called something other than `show w' and `show c'; they could even be
|
||||
mouse-clicks or menu items--whatever suits your program.
|
||||
|
||||
You should also get your employer (if you work as a programmer) or your
|
||||
school, if any, to sign a "copyright disclaimer" for the program, if
|
||||
necessary. Here is a sample; alter the names:
|
||||
|
||||
Yoyodyne, Inc., hereby disclaims all copyright interest in the program
|
||||
`Gnomovision' (which makes passes at compilers) written by James Hacker.
|
||||
|
||||
<signature of Ty Coon>, 1 April 1989
|
||||
Ty Coon, President of Vice
|
||||
|
||||
This General Public License does not permit incorporating your program into
|
||||
proprietary programs. If your program is a subroutine library, you may
|
||||
consider it more useful to permit linking proprietary applications with the
|
||||
library. If this is what you want to do, use the GNU Lesser General
|
||||
Public License instead of this License.
|
||||
80
sites/all/themes/omega/README.txt
Normal file
@@ -0,0 +1,80 @@
|
||||
##########################################################################################
|
||||
_ _ _ _
|
||||
__| | _____ _____| | ___ _ __ _ __ ___ ___ _ __ | |_ __ _ ___ ___| | _____
|
||||
/ _` |/ _ \ \ / / _ \ |/ _ \| '_ \| '_ ` _ \ / _ \ '_ \| __| / _` |/ _ \/ _ \ |/ / __|
|
||||
| (_| | __/\ V / __/ | (_) | |_) | | | | | | __/ | | | |_ | (_| | __/ __/ <\__ \
|
||||
\__,_|\___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| \__, |\___|\___|_|\_\___/
|
||||
|_| |___/
|
||||
##########################################################################################
|
||||
|
||||
##########################################################################################
|
||||
##### Omega Theme
|
||||
##########################################################################################
|
||||
Informational: http://himer.us/omega960
|
||||
Documentation: http://himer.us/omega-docs
|
||||
Project Page: http://drupal.org/project/omega
|
||||
Issue Queue: http://drupal.org/project/issues/omega
|
||||
Usage Stats: http://drupal.org/project/usage/omega
|
||||
Twitter: http://twitter.com/Omeglicon
|
||||
Maintainer(s):
|
||||
Jake Strawn
|
||||
http://himerus.com
|
||||
http://developmentgeeks.com
|
||||
http://facebook.com/developmentgeeks
|
||||
http://drupal.org/user/159141
|
||||
http://twitter.com/himerus
|
||||
Sebastian Siemssen
|
||||
http://twitter.com/thefubhy
|
||||
http://drupal.org/user/761344
|
||||
##########################################################################################
|
||||
|
||||
Omega Theme Information
|
||||
=======================
|
||||
The Omega theme is the most powerful and flexible base theme available for Drupal 7.
|
||||
Omega includes HTML5, CSS3 responsive layouts, customizable grids based on 960.gs, advanced
|
||||
preprocess functionality, and integration with Delta/Context modules to provide different
|
||||
layouts based on context.
|
||||
|
||||
Omega 3.x has been completely rewritten for performance enhancements and a host of new
|
||||
features. Every region/zone is now fully configurable in the theme settings UI, and can be
|
||||
placed anywhere you like on a page without having to edit/manipulate templates.
|
||||
|
||||
Additional 960gs/Omega Resources
|
||||
================================
|
||||
Documentation: http://himer.us/omega-docs
|
||||
Project Page: http://drupal.org/project/omega
|
||||
Issue Queue: http://drupal.org/project/issues/omega
|
||||
|
||||
Creating your Omega Sub Theme (Automagically)
|
||||
=============================================
|
||||
@todo - rewrite this section
|
||||
|
||||
Creating your Omega Sub Theme (Manually)
|
||||
========================================
|
||||
* Copying the appropriate starterkit from omega/starterkits
|
||||
* move copy to /sites/all/themes
|
||||
* Rename the folder
|
||||
* Rename the copied folder to YOUR_THEME
|
||||
* Renaming the .info file
|
||||
* Rename the .info file to YOUR_THEME.info
|
||||
* Renaming the appropriate responsive CSS files
|
||||
* Rename starterkit-omega-html5-alpha-default.css to YOUR-THEME-alpha-default.css
|
||||
* Rename starterkit-omega-html5-alpha-default-narrow.css to YOUR-THEME-alpha-default-narrow.css
|
||||
* Rename starterkit-omega-html5-alpha-default-normal.css to YOUR-THEME-alpha-default-normal.css
|
||||
* Rename starterkit-omega-html5-alpha-default-wide.css to YOUR-THEME-alpha-default-wide.css
|
||||
* Editing the .info
|
||||
* Remove the following lines
|
||||
* hidden = TRUE
|
||||
* starterkit = TRUE
|
||||
* Change the following lines to suit your needs
|
||||
* name = My Custom Theme
|
||||
* description = My own custom Omega subtheme
|
||||
* Turn on your subtheme
|
||||
* visit /admin/appearance
|
||||
* Click “Enable and set default” on the appropriate subtheme you’ve created.
|
||||
|
||||
|
||||
Contributors
|
||||
============
|
||||
- himerus (Jake Strawn)
|
||||
- fubhy (Sebastian Siemssen)
|
||||
35
sites/all/themes/omega/UPGRADE.txt
Normal file
@@ -0,0 +1,35 @@
|
||||
##########################################################################################
|
||||
_ _ _ _
|
||||
__| | _____ _____| | ___ _ __ _ __ ___ ___ _ __ | |_ __ _ ___ ___| | _____
|
||||
/ _` |/ _ \ \ / / _ \ |/ _ \| '_ \| '_ ` _ \ / _ \ '_ \| __| / _` |/ _ \/ _ \ |/ / __|
|
||||
| (_| | __/\ V / __/ | (_) | |_) | | | | | | __/ | | | |_ | (_| | __/ __/ <\__ \
|
||||
\__,_|\___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| \__, |\___|\___|_|\_\___/
|
||||
|_| |___/
|
||||
##########################################################################################
|
||||
|
||||
##########################################################################################
|
||||
##### Omega Theme
|
||||
##########################################################################################
|
||||
Informational: http://himer.us/omega960
|
||||
Documentation: http://himer.us/omega-docs
|
||||
Project Page: http://drupal.org/project/omega
|
||||
Issue Queue: http://drupal.org/project/issues/omega
|
||||
Usage Stats: http://drupal.org/project/usage/omega
|
||||
Twitter: http://twitter.com/Omeglicon
|
||||
Maintainer(s):
|
||||
Jake Strawn
|
||||
http://himerus.com
|
||||
http://developmentgeeks.com
|
||||
http://facebook.com/developmentgeeks
|
||||
http://drupal.org/user/159141
|
||||
http://twitter.com/himerus
|
||||
Sebastian Siemssen
|
||||
http://twitter.com/thefubhy
|
||||
http://drupal.org/user/761344
|
||||
##########################################################################################
|
||||
##### Upgrade Information
|
||||
##########################################################################################
|
||||
|
||||
This document will provide an outline of upgrading Omega 2.x subthemes to Omega 3.x
|
||||
|
||||
@todo
|
||||
220
sites/all/themes/omega/alpha/alpha.info
Normal file
@@ -0,0 +1,220 @@
|
||||
name = Alpha
|
||||
description = Alpha is the core basetheme for <a href="http://drupal.org/project/omega">Omega</a> and all its subthemes. It includes the most basic features of the Omega theme framework. This theme should not be used directly, instead you should create a subtheme based on one of the Omega or Alpha starterkits. Learn more about <a href="http://drupal.org/node/819170">Creating an Omega Subtheme</a> in the <a href="http://drupal.org/node/819164">Omega Handbook</a>.
|
||||
core = 7.x
|
||||
engine = phptemplate
|
||||
screenshot = screenshot.png
|
||||
version = 3.x
|
||||
|
||||
; REGIONS
|
||||
|
||||
; REQUIRED CORE REGIONS
|
||||
|
||||
regions[page_top] = Page Top
|
||||
regions[page_bottom] = Page Bottom
|
||||
regions[content] = Content
|
||||
|
||||
; END REQUIRED CORE REGIONS
|
||||
|
||||
regions[header] = Header
|
||||
regions[footer] = Footer
|
||||
|
||||
regions[sidebar_first] = Sidebar First
|
||||
regions[sidebar_second] = Sidebar Second
|
||||
|
||||
; ZONES
|
||||
|
||||
zones[content] = Content
|
||||
zones[header] = Header
|
||||
zones[footer] = Footer
|
||||
|
||||
; OPTIONAL STYLESHEETS
|
||||
|
||||
css[alpha-reset.css][name] = Reset
|
||||
css[alpha-reset.css][description] = Created by <a href="http://meyerweb.com/eric/tools/css/reset/">Eric Meyer</a>.
|
||||
css[alpha-reset.css][options][weight] = -20
|
||||
|
||||
css[alpha-mobile.css][name] = Mobile
|
||||
css[alpha-mobile.css][description] = Default stylesheet for mobile styles.
|
||||
css[alpha-mobile.css][options][weight] = -20
|
||||
|
||||
css[alpha-alpha.css][name] = Alpha
|
||||
css[alpha-alpha.css][description] = Default styles & resets for Alpha/Omega base theme.
|
||||
css[alpha-alpha.css][options][weight] = -20
|
||||
|
||||
; OPTIONAL LIBRARIES
|
||||
|
||||
; STYLESHEETS FOR EXCLUSION
|
||||
|
||||
exclude[misc/vertical-tabs.css] = This requires a description.
|
||||
exclude[modules/aggregator/aggregator.css] = This requires a description.
|
||||
exclude[modules/block/block.css] = This requires a description.
|
||||
exclude[modules/dblog/dblog.css] = This requires a description.
|
||||
exclude[modules/file/file.css] = This requires a description.
|
||||
exclude[modules/filter/filter.css] = This requires a description.
|
||||
exclude[modules/help/help.css] = This requires a description.
|
||||
exclude[modules/menu/menu.css] = This requires a description.
|
||||
exclude[modules/openid/openid.css] = This requires a description.
|
||||
exclude[modules/profile/profile.css] = This requires a description.
|
||||
exclude[modules/statistics/statistics.css] = This requires a description.
|
||||
exclude[modules/syslog/syslog.css] = This requires a description.
|
||||
exclude[modules/system/admin.css] = This requires a description.
|
||||
exclude[modules/system/maintenance.css] = This requires a description.
|
||||
exclude[modules/system/system.css] = This requires a description.
|
||||
exclude[modules/system/system.admin.css] = This requires a description.
|
||||
exclude[modules/system/system.base.css] = This requires a description.
|
||||
exclude[modules/system/system.maintenance.css] = This requires a description.
|
||||
exclude[modules/system/system.menus.css] = This requires a description.
|
||||
exclude[modules/system/system.messages.css] = This requires a description.
|
||||
exclude[modules/system/system.theme.css] = This requires a description.
|
||||
exclude[modules/taxonomy/taxonomy.css] = This requires a description.
|
||||
exclude[modules/tracker/tracker.css] = This requires a description.
|
||||
exclude[modules/update/update.css] = This requires a description.
|
||||
|
||||
; CSS GRID SYSTEMS
|
||||
|
||||
grids[alpha_default][name] = Default (960px)
|
||||
grids[alpha_default][layouts][fluid] = Fluid
|
||||
grids[alpha_default][layouts][narrow] = Narrow
|
||||
grids[alpha_default][layouts][normal] = Normal
|
||||
grids[alpha_default][layouts][wide] = Wide
|
||||
grids[alpha_default][columns][12] = 12 Columns
|
||||
grids[alpha_default][columns][16] = 16 Columns
|
||||
grids[alpha_default][columns][24] = 24 Columns
|
||||
|
||||
grids[alpha_fluid][name] = Fluid
|
||||
grids[alpha_fluid][layouts][normal] = Normal
|
||||
grids[alpha_fluid][columns][12] = 12 Columns
|
||||
grids[alpha_fluid][columns][16] = 16 Columns
|
||||
grids[alpha_fluid][columns][24] = 24 Columns
|
||||
|
||||
; DEFAULT THEME SETTINGS
|
||||
|
||||
settings[alpha_grid] = 'alpha_default'
|
||||
settings[alpha_primary_alpha_default] = 'normal'
|
||||
settings[alpha_responsive] = '1'
|
||||
settings[alpha_layouts_alpha_fluid_primary] = 'normal'
|
||||
settings[alpha_layouts_alpha_fluid_normal_responsive] = '0'
|
||||
settings[alpha_layouts_alpha_fluid_normal_media] = 'all and (min-width: 740px) and (min-device-width: 740px), (max-device-width: 800px) and (min-width: 740px) and (orientation:landscape)'
|
||||
settings[alpha_layouts_alpha_default_primary] = 'normal'
|
||||
settings[alpha_layouts_alpha_default_fluid_responsive] = '0'
|
||||
settings[alpha_layouts_alpha_default_fluid_media] = 'all and (min-width: 740px) and (min-device-width: 740px), (max-device-width: 800px) and (min-width: 740px) and (orientation:landscape)'
|
||||
settings[alpha_layouts_alpha_default_fluid_weight] = '0'
|
||||
settings[alpha_layouts_alpha_default_narrow_responsive] = '1'
|
||||
settings[alpha_layouts_alpha_default_narrow_media] = 'all and (min-width: 740px) and (min-device-width: 740px), (max-device-width: 800px) and (min-width: 740px) and (orientation:landscape)'
|
||||
settings[alpha_layouts_alpha_default_narrow_weight] = '1'
|
||||
settings[alpha_layouts_alpha_default_normal_responsive] = '1'
|
||||
settings[alpha_layouts_alpha_default_normal_media] = 'all and (min-width: 980px) and (min-device-width: 980px), all and (max-device-width: 1024px) and (min-width: 1024px) and (orientation:landscape)'
|
||||
settings[alpha_layouts_alpha_default_normal_weight] = '2'
|
||||
settings[alpha_layouts_alpha_default_wide_responsive] = '1'
|
||||
settings[alpha_layouts_alpha_default_wide_media] = 'all and (min-width: 1220px)'
|
||||
settings[alpha_layouts_alpha_default_wide_weight] = '3'
|
||||
settings[alpha_viewport] = '1'
|
||||
settings[alpha_viewport_initial_scale] = '1'
|
||||
settings[alpha_viewport_min_scale] = '1'
|
||||
settings[alpha_viewport_max_scale] = '1'
|
||||
settings[alpha_viewport_user_scaleable] = ''
|
||||
settings[alpha_css][alpha-reset.css] = 'alpha-reset.css'
|
||||
settings[alpha_css][alpha-alpha.css] = 'alpha-alpha.css'
|
||||
settings[alpha_css][alpha-mobile.css] = 'alpha-mobile.css'
|
||||
settings[alpha_debug_block_toggle] = '1'
|
||||
settings[alpha_debug_block_active] = '1'
|
||||
settings[alpha_debug_grid_toggle] = '1'
|
||||
settings[alpha_debug_grid_active] = '1'
|
||||
settings[alpha_debug_grid_roles][1] = '1'
|
||||
settings[alpha_debug_grid_roles][2] = '2'
|
||||
settings[alpha_debug_grid_roles][3] = '3'
|
||||
settings[alpha_toggle_messages] = '1'
|
||||
settings[alpha_toggle_action_links] = '1'
|
||||
settings[alpha_toggle_tabs] = '1'
|
||||
settings[alpha_toggle_breadcrumb] = '1'
|
||||
settings[alpha_toggle_page_title] = '1'
|
||||
settings[alpha_toggle_feed_icons] = '1'
|
||||
settings[alpha_hidden_title] = ''
|
||||
settings[alpha_hidden_site_name] = ''
|
||||
settings[alpha_hidden_site_slogan] = ''
|
||||
settings[alpha_zone_header_wrapper] = ''
|
||||
settings[alpha_zone_header_force] = ''
|
||||
settings[alpha_zone_header_section] = 'header'
|
||||
settings[alpha_zone_header_weight] = ''
|
||||
settings[alpha_zone_header_columns] = '12'
|
||||
settings[alpha_zone_header_primary] = ''
|
||||
settings[alpha_zone_header_css] = ''
|
||||
settings[alpha_zone_header_wrapper_css] = ''
|
||||
settings[alpha_zone_content_wrapper] = ''
|
||||
settings[alpha_zone_content_force] = ''
|
||||
settings[alpha_zone_content_section] = 'content'
|
||||
settings[alpha_zone_content_weight] = ''
|
||||
settings[alpha_zone_content_columns] = '12'
|
||||
settings[alpha_zone_content_primary] = ''
|
||||
settings[alpha_zone_content_css] = ''
|
||||
settings[alpha_zone_content_wrapper_css] = ''
|
||||
settings[alpha_zone_footer_wrapper] = ''
|
||||
settings[alpha_zone_footer_force] = ''
|
||||
settings[alpha_zone_footer_section] = 'footer'
|
||||
settings[alpha_zone_footer_weight] = ''
|
||||
settings[alpha_zone_footer_columns] = '12'
|
||||
settings[alpha_zone_footer_primary] = ''
|
||||
settings[alpha_zone_footer_css] = ''
|
||||
settings[alpha_zone_footer_wrapper_css] = ''
|
||||
settings[alpha_region_dashboard_inactive_force] = ''
|
||||
settings[alpha_region_dashboard_inactive_zone] = ''
|
||||
settings[alpha_region_dashboard_inactive_prefix] = ''
|
||||
settings[alpha_region_dashboard_inactive_columns] = '1'
|
||||
settings[alpha_region_dashboard_inactive_suffix] = ''
|
||||
settings[alpha_region_dashboard_inactive_weight] = ''
|
||||
settings[alpha_region_dashboard_inactive_css] = ''
|
||||
settings[alpha_region_dashboard_sidebar_force] = ''
|
||||
settings[alpha_region_dashboard_sidebar_zone] = ''
|
||||
settings[alpha_region_dashboard_sidebar_prefix] = ''
|
||||
settings[alpha_region_dashboard_sidebar_columns] = '1'
|
||||
settings[alpha_region_dashboard_sidebar_suffix] = ''
|
||||
settings[alpha_region_dashboard_sidebar_weight] = ''
|
||||
settings[alpha_region_dashboard_sidebar_css] = ''
|
||||
settings[alpha_region_dashboard_main_force] = ''
|
||||
settings[alpha_region_dashboard_main_zone] = ''
|
||||
settings[alpha_region_dashboard_main_prefix] = ''
|
||||
settings[alpha_region_dashboard_main_columns] = '1'
|
||||
settings[alpha_region_dashboard_main_suffix] = ''
|
||||
settings[alpha_region_dashboard_main_weight] = ''
|
||||
settings[alpha_region_dashboard_main_css] = ''
|
||||
settings[alpha_region_header_force] = ''
|
||||
settings[alpha_region_header_zone] = 'header'
|
||||
settings[alpha_region_header_prefix] = ''
|
||||
settings[alpha_region_header_columns] = '12'
|
||||
settings[alpha_region_header_suffix] = ''
|
||||
settings[alpha_region_header_weight] = ''
|
||||
settings[alpha_region_header_css] = ''
|
||||
settings[alpha_region_content_force] = ''
|
||||
settings[alpha_region_content_zone] = 'content'
|
||||
settings[alpha_region_content_prefix] = ''
|
||||
settings[alpha_region_content_columns] = '6'
|
||||
settings[alpha_region_content_suffix] = ''
|
||||
settings[alpha_region_content_weight] = '1'
|
||||
settings[alpha_region_content_css] = ''
|
||||
settings[alpha_region_sidebar_first_force] = ''
|
||||
settings[alpha_region_sidebar_first_zone] = 'content'
|
||||
settings[alpha_region_sidebar_first_prefix] = ''
|
||||
settings[alpha_region_sidebar_first_columns] = '3'
|
||||
settings[alpha_region_sidebar_first_suffix] = ''
|
||||
settings[alpha_region_sidebar_first_weight] = '2'
|
||||
settings[alpha_region_sidebar_first_css] = ''
|
||||
settings[alpha_region_sidebar_second_force] = ''
|
||||
settings[alpha_region_sidebar_second_zone] = 'content'
|
||||
settings[alpha_region_sidebar_second_prefix] = ''
|
||||
settings[alpha_region_sidebar_second_columns] = '3'
|
||||
settings[alpha_region_sidebar_second_suffix] = ''
|
||||
settings[alpha_region_sidebar_second_weight] = '3'
|
||||
settings[alpha_region_sidebar_second_css] = ''
|
||||
settings[alpha_region_footer_force] = ''
|
||||
settings[alpha_region_footer_zone] = 'footer'
|
||||
settings[alpha_region_footer_prefix] = ''
|
||||
settings[alpha_region_footer_columns] = '12'
|
||||
settings[alpha_region_footer_suffix] = ''
|
||||
settings[alpha_region_footer_weight] = ''
|
||||
settings[alpha_region_footer_css] = ''
|
||||
; Information added by drupal.org packaging script on 2012-02-19
|
||||
version = "7.x-3.1"
|
||||
core = "7.x"
|
||||
project = "omega"
|
||||
datestamp = "1329681647"
|
||||
|
||||
67
sites/all/themes/omega/alpha/css/alpha-alpha.css
Normal file
@@ -0,0 +1,67 @@
|
||||
/* Clearfix fix to prevent padding at bottom of page. FML */
|
||||
.clearfix:after {
|
||||
font-size: 0;
|
||||
}
|
||||
|
||||
/* Skip link styling */
|
||||
#skip-link {
|
||||
left: 50%;
|
||||
margin-left: -5.25em;
|
||||
margin-top: 0;
|
||||
position: absolute;
|
||||
width: auto;
|
||||
z-index: 50;
|
||||
}
|
||||
|
||||
#skip-link a,
|
||||
#skip-link a:link,
|
||||
#skip-link a:visited {
|
||||
background: #444;
|
||||
background: rgba(0, 0, 0, 0.6);
|
||||
color: #fff;
|
||||
display: block;
|
||||
padding: 1px 10px 2px 10px;
|
||||
text-decoration: none;
|
||||
-khtml-border-radius: 0 0 10px 10px;
|
||||
-moz-border-radius: 0 0 10px 10px;
|
||||
-o-border-radius: 0 0 10px 10px;
|
||||
-webkit-border-top-left-radius: 0;
|
||||
-webkit-border-top-right-radius: 0;
|
||||
-webkit-border-bottom-left-radius: 10px;
|
||||
-webkit-border-bottom-right-radius: 10px;
|
||||
border-radius: 0 0 10px 10px;
|
||||
}
|
||||
|
||||
#skip-link a:hover,
|
||||
#skip-link a:active,
|
||||
#skip-link a:focus {
|
||||
outline: 0;
|
||||
}
|
||||
|
||||
/* Give pagers and inline LI items simple styling without all the junk from core */
|
||||
.inline li,
|
||||
.tabs li,
|
||||
.breadcrumb li {
|
||||
list-style: none;
|
||||
display: inline;
|
||||
margin-right: 0.5em;
|
||||
}
|
||||
|
||||
.item-list li {
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
.pager li {
|
||||
display: inline;
|
||||
margin-right: 0.25em;
|
||||
}
|
||||
|
||||
img {
|
||||
vertical-align: bottom;
|
||||
}
|
||||
|
||||
.field-label-inline .field-label,
|
||||
.field-label-inline .field-items,
|
||||
.field-label-inline .field-item {
|
||||
display: inline;
|
||||
}
|
||||
107
sites/all/themes/omega/alpha/css/alpha-debug.css
Normal file
@@ -0,0 +1,107 @@
|
||||
.alpha-grid-debug .grid-1:hover, .alpha-grid-debug .grid-2:hover,
|
||||
.alpha-grid-debug .grid-3:hover, .alpha-grid-debug .grid-4:hover,
|
||||
.alpha-grid-debug .grid-5:hover, .alpha-grid-debug .grid-6:hover,
|
||||
.alpha-grid-debug .grid-7:hover, .alpha-grid-debug .grid-8:hover,
|
||||
.alpha-grid-debug .grid-9:hover, .alpha-grid-debug .grid-10:hover,
|
||||
.alpha-grid-debug .grid-11:hover, .alpha-grid-debug .grid-12:hover,
|
||||
.alpha-grid-debug .grid-13:hover, .alpha-grid-debug .grid-14:hover,
|
||||
.alpha-grid-debug .grid-15:hover, .alpha-grid-debug .grid-16:hover,
|
||||
.alpha-grid-debug .grid-17:hover, .alpha-grid-debug .grid-18:hover,
|
||||
.alpha-grid-debug .grid-19:hover, .alpha-grid-debug .grid-21:hover,
|
||||
.alpha-grid-debug .grid-21:hover, .alpha-grid-debug .grid-22:hover,
|
||||
.alpha-grid-debug .grid-23:hover, .alpha-grid-debug .grid-24:hover {
|
||||
background-color: rgba(0, 115, 186, .2);
|
||||
}
|
||||
|
||||
.region {
|
||||
min-height: 1px;
|
||||
}
|
||||
|
||||
.alpha-debug-block {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.alpha-region-debug .alpha-debug-block {
|
||||
display: block;
|
||||
margin: 0 0 10px 0;
|
||||
padding: 9px 12px;
|
||||
border: 1px solid #ccc;
|
||||
background-color: rgba(255, 255, 255, .25);
|
||||
}
|
||||
|
||||
.alpha-region-debug .alpha-debug-block h2,
|
||||
.alpha-region-debug .alpha-debug-block p {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
font-family: Verdana, Helvetica, Arial, sans-serif;
|
||||
font-size: 12px;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.alpha-region-debug .alpha-debug-block h2 {
|
||||
color: #888;
|
||||
}
|
||||
|
||||
.alpha-region-debug .alpha-debug-block p {
|
||||
color: #000;
|
||||
display: none;
|
||||
}
|
||||
|
||||
.alpha-region-debug .region:hover .alpha-debug-block {
|
||||
border: 1px solid #888;
|
||||
background-color: rgba(255, 255, 255, .75);
|
||||
}
|
||||
|
||||
.alpha-region-debug .region:hover .alpha-debug-block p {
|
||||
display: block !important;
|
||||
}
|
||||
|
||||
.alpha-region-debug .region:hover .alpha-debug-block h2 {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.alpha-resize-indicator {
|
||||
background: url(../images/resize-handle.png) no-repeat 0 0;
|
||||
width: 80px;
|
||||
height: 80px;
|
||||
position: fixed;
|
||||
z-index: 998;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
}
|
||||
|
||||
.alpha-grid-toggle,
|
||||
.alpha-block-toggle {
|
||||
width: 24px;
|
||||
height: 22px;
|
||||
position: fixed;
|
||||
z-index: 999;
|
||||
right: 0;
|
||||
}
|
||||
|
||||
.alpha-grid-toggle {
|
||||
background: url(../images/grid-toggle.png) no-repeat 0 -22px;
|
||||
top: 80px;
|
||||
}
|
||||
|
||||
.alpha-block-toggle {
|
||||
background: url(../images/block-toggle.png) no-repeat 0 -22px;
|
||||
top: 110px;
|
||||
}
|
||||
|
||||
.alpha-grid-debug .alpha-grid-toggle,
|
||||
.alpha-region-debug .alpha-block-toggle {
|
||||
background-position: 0 0;
|
||||
}
|
||||
|
||||
.alpha-grid-toggle:hover,
|
||||
.alpha-grid-toggle:focus,
|
||||
.alpha-grid-toggle:active {
|
||||
width: 55px;
|
||||
}
|
||||
|
||||
.alpha-block-toggle:hover,
|
||||
.alpha-block-toggle:focus,
|
||||
.alpha-block-toggle:active {
|
||||
width: 72px;
|
||||
}
|
||||
20
sites/all/themes/omega/alpha/css/alpha-mobile.css
Normal file
@@ -0,0 +1,20 @@
|
||||
/**
|
||||
* This will display them grid elements as block rather than inline for mobile browsers
|
||||
* (essentially anything smaller than the narrow grid size, and media query declares.
|
||||
*/
|
||||
.grid-1, .grid-2, .grid-3, .grid-4, .grid-5, .grid-6, .grid-7, .grid-8, .grid-9, .grid-10,
|
||||
.grid-11, .grid-12, .grid-13, .grid-14, .grid-15, .grid-16, .grid-17, .grid-18, .grid-19,
|
||||
.grid-20, .grid-21, .grid-22, .grid-23, .grid-24 {
|
||||
position: relative;
|
||||
margin-left: 10px;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
/* Grid panels inside blocks need their margins negated. */
|
||||
.container-12 .block .omega-grid,
|
||||
.container-16 .block .omega-grid,
|
||||
.container-24 .block .omega-grid {
|
||||
position: relative;
|
||||
margin-left: -10px;
|
||||
margin-right: -10px;
|
||||
}
|
||||
126
sites/all/themes/omega/alpha/css/alpha-reset.css
Normal file
@@ -0,0 +1,126 @@
|
||||
html, body, div {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
border: 0;
|
||||
outline: 0;
|
||||
font-size: 100%;
|
||||
vertical-align: baseline;
|
||||
font: inherit;
|
||||
}
|
||||
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
border: 0;
|
||||
outline: 0;
|
||||
font-size: 100%;
|
||||
vertical-align: baseline;
|
||||
font: inherit;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
a, p, ul, ol, li, img, span, strong, em {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
border: 0;
|
||||
outline: 0;
|
||||
font-size: 100%;
|
||||
vertical-align: baseline;
|
||||
font: inherit;
|
||||
}
|
||||
|
||||
table, tbody, tfoot, thead, tr, th, td {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
border: 0;
|
||||
outline: 0;
|
||||
font-size: 100%;
|
||||
vertical-align: baseline;
|
||||
font: inherit;
|
||||
}
|
||||
|
||||
applet, object, iframe, blockquote, pre, abbr, acronym, address, big, cite, code,
|
||||
del, dfn, font, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var,
|
||||
b, u, i, center, dl, dt, dd, caption, fieldset, form, label, legend {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
border: 0;
|
||||
outline: 0;
|
||||
font-size: 100%;
|
||||
vertical-align: baseline;
|
||||
font: inherit;
|
||||
}
|
||||
|
||||
article, aside, figure, footer, header, hgroup, section {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
border: 0;
|
||||
outline: 0;
|
||||
font-size: 100%;
|
||||
vertical-align: baseline;
|
||||
font: inherit;
|
||||
}
|
||||
|
||||
canvas, details, embed, figcaption, menu, nav, output, ruby, summary, time, mark, audio, video {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
border: 0;
|
||||
outline: 0;
|
||||
font-size: 100%;
|
||||
vertical-align: baseline;
|
||||
font: inherit;
|
||||
}
|
||||
|
||||
/* HTML5 display-role reset for older browsers */
|
||||
article, aside, details, figcaption, figure,
|
||||
footer, header, hgroup, menu, nav, section {
|
||||
display: block;
|
||||
}
|
||||
|
||||
body {
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
b,
|
||||
strong {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
em,
|
||||
i {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
ol, ul {
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
blockquote, q {
|
||||
quotes: none;
|
||||
}
|
||||
|
||||
blockquote:before, blockquote:after,
|
||||
q:before, q:after {
|
||||
content: '';
|
||||
content: none;
|
||||
}
|
||||
|
||||
/* remember to define focus styles! */
|
||||
:focus {
|
||||
outline: 0;
|
||||
}
|
||||
|
||||
/* remember to highlight inserts somehow! */
|
||||
ins {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
del {
|
||||
text-decoration: line-through;
|
||||
}
|
||||
|
||||
/* tables still need 'cellspacing="0"' in the markup */
|
||||
table {
|
||||
border-collapse: collapse;
|
||||
border-spacing: 0;
|
||||
}
|
||||
51
sites/all/themes/omega/alpha/css/alpha-theme-settings.css
Normal file
@@ -0,0 +1,51 @@
|
||||
.alpha-notice {
|
||||
border: #EEDD55 1px solid;
|
||||
margin: 6px 0 30px 0;
|
||||
padding: 10px;
|
||||
color: #884400;
|
||||
}
|
||||
|
||||
div.vertical-tabs .vertical-tabs-panes .vertical-tabs-pane fieldset {
|
||||
border: 1px solid #ccc;
|
||||
margin: 1em 0;
|
||||
padding: 2.5em 0 0;
|
||||
}
|
||||
|
||||
div.vertical-tabs .vertical-tabs-panes .vertical-tabs-pane fieldset legend {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
#edit-styles-narrow,
|
||||
#edit-styles-normal,
|
||||
#edit-styles-wide,
|
||||
.form-item-alpha-responsive-narrow-media,
|
||||
.form-item-alpha-responsive-normal-media,
|
||||
.form-item-alpha-responsive-wide-media {
|
||||
margin-left: 20px !important;
|
||||
}
|
||||
|
||||
.alpha-inline .form-item {
|
||||
padding-top: 5px;
|
||||
margin-right: 20px !important;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.alpha-inline .form-type-checkbox {
|
||||
float: none;
|
||||
}
|
||||
|
||||
.alpha-media-query {
|
||||
width: 95%;
|
||||
}
|
||||
|
||||
fieldset fieldset {
|
||||
background-color: #F6F6F6;
|
||||
}
|
||||
|
||||
fieldset fieldset fieldset {
|
||||
background-color: #FFFFFF;
|
||||
}
|
||||
|
||||
fieldset fieldset fieldset fieldset {
|
||||
background-color: #F6F6F6;
|
||||
}
|
||||
@@ -0,0 +1,248 @@
|
||||
/*
|
||||
* ==========================================================
|
||||
* Grid
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.grid-1, .grid-2, .grid-3, .grid-4, .grid-5, .grid-6, .grid-7, .grid-8, .grid-9, .grid-10,
|
||||
.grid-11, .grid-12 {
|
||||
float: right;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Alpha - Omega
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.omega {
|
||||
margin-right: 1%;
|
||||
margin-left: 0 !important;
|
||||
}
|
||||
|
||||
.alpha {
|
||||
margin-left: 1%;
|
||||
margin-right: 0 !important;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Prefix
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.container-12 .prefix-1 {
|
||||
padding-left: 0;
|
||||
padding-right: 8.333%;
|
||||
}
|
||||
|
||||
.container-12 .prefix-2 {
|
||||
padding-left: 0;
|
||||
padding-right: 16.667%;
|
||||
}
|
||||
|
||||
.container-12 .prefix-3 {
|
||||
padding-left: 0;
|
||||
padding-right: 25.0%;
|
||||
}
|
||||
|
||||
.container-12 .prefix-4 {
|
||||
padding-left: 0;
|
||||
padding-right: 33.333%;
|
||||
}
|
||||
|
||||
.container-12 .prefix-5 {
|
||||
padding-left: 0;
|
||||
padding-right: 41.667%;
|
||||
}
|
||||
|
||||
.container-12 .prefix-6 {
|
||||
padding-left: 0;
|
||||
padding-right: 50.0%;
|
||||
}
|
||||
|
||||
.container-12 .prefix-7 {
|
||||
padding-left: 0;
|
||||
padding-right: 58.333%;
|
||||
}
|
||||
|
||||
.container-12 .prefix-8 {
|
||||
padding-left: 0;
|
||||
padding-right: 66.667%;
|
||||
}
|
||||
|
||||
.container-12 .prefix-9 {
|
||||
padding-left: 0;
|
||||
padding-right: 75.0%;
|
||||
}
|
||||
|
||||
.container-12 .prefix-10 {
|
||||
padding-left: 0;
|
||||
padding-right: 83.333%;
|
||||
}
|
||||
|
||||
.container-12 .prefix-11 {
|
||||
padding-left: 0;
|
||||
padding-right: 91.667%;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Suffix
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.container-12 .suffix-1 {
|
||||
padding-right: 0;
|
||||
padding-left: 8.333%;
|
||||
}
|
||||
|
||||
.container-12 .suffix-2 {
|
||||
padding-right: 0;
|
||||
padding-left: 16.667%;
|
||||
}
|
||||
|
||||
.container-12 .suffix-3 {
|
||||
padding-right: 0;
|
||||
padding-left: 25.0%;
|
||||
}
|
||||
|
||||
.container-12 .suffix-4 {
|
||||
padding-right: 0;
|
||||
padding-left: 33.333%;
|
||||
}
|
||||
|
||||
.container-12 .suffix-5 {
|
||||
padding-right: 0;
|
||||
padding-left: 41.667%;
|
||||
}
|
||||
|
||||
.container-12 .suffix-6 {
|
||||
padding-right: 0;
|
||||
padding-left: 50.0%;
|
||||
}
|
||||
|
||||
.container-12 .suffix-7 {
|
||||
padding-right: 0;
|
||||
padding-left: 58.333%;
|
||||
}
|
||||
|
||||
.container-12 .suffix-8 {
|
||||
padding-right: 0;
|
||||
padding-left: 66.667%;
|
||||
}
|
||||
|
||||
.container-12 .suffix-9 {
|
||||
padding-right: 0;
|
||||
padding-left: 75.0%;
|
||||
}
|
||||
|
||||
.container-12 .suffix-10 {
|
||||
padding-right: 0;
|
||||
padding-left: 83.333%;
|
||||
}
|
||||
|
||||
.container-12 .suffix-11 {
|
||||
padding-right: 0;
|
||||
padding-left: 91.667%;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Push
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.container-12 .push-1 {
|
||||
right: 8.333%;
|
||||
}
|
||||
|
||||
.container-12 .push-2 {
|
||||
right: 16.667%;
|
||||
}
|
||||
|
||||
.container-12 .push-3 {
|
||||
right: 25.0%;
|
||||
}
|
||||
|
||||
.container-12 .push-4 {
|
||||
right: 33.333%;
|
||||
}
|
||||
|
||||
.container-12 .push-5 {
|
||||
right: 41.667%;
|
||||
}
|
||||
|
||||
.container-12 .push-6 {
|
||||
right: 50.0%;
|
||||
}
|
||||
|
||||
.container-12 .push-7 {
|
||||
right: 58.333%;
|
||||
}
|
||||
|
||||
.container-12 .push-8 {
|
||||
right: 66.667%;
|
||||
}
|
||||
|
||||
.container-12 .push-9 {
|
||||
right: 75.0%;
|
||||
}
|
||||
|
||||
.container-12 .push-10 {
|
||||
right: 83.333%;
|
||||
}
|
||||
|
||||
.container-12 .push-11 {
|
||||
right: 91.667%;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Pull
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.container-12 .pull-1 {
|
||||
right: -8.333%;
|
||||
}
|
||||
|
||||
.container-12 .pull-2 {
|
||||
right: -16.667%;
|
||||
}
|
||||
|
||||
.container-12 .pull-3 {
|
||||
right: -25.0%;
|
||||
}
|
||||
|
||||
.container-12 .pull-4 {
|
||||
right: -33.333%;
|
||||
}
|
||||
|
||||
.container-12 .pull-5 {
|
||||
right: -41.667%;
|
||||
}
|
||||
|
||||
.container-12 .pull-6 {
|
||||
right: -50.0%;
|
||||
}
|
||||
|
||||
.container-12 .pull-7 {
|
||||
right: -58.333%;
|
||||
}
|
||||
|
||||
.container-12 .pull-8 {
|
||||
right: -66.667%;
|
||||
}
|
||||
|
||||
.container-12 .pull-9 {
|
||||
right: -75.0%;
|
||||
}
|
||||
|
||||
.container-12 .pull-10 {
|
||||
right: -83.333%;
|
||||
}
|
||||
|
||||
.container-12 .pull-11 {
|
||||
right: -91.667%;
|
||||
}
|
||||
@@ -0,0 +1,288 @@
|
||||
/*
|
||||
* ==========================================================
|
||||
* Grid
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.grid-1, .grid-2, .grid-3, .grid-4, .grid-5, .grid-6, .grid-7, .grid-8, .grid-9, .grid-10,
|
||||
.grid-11, .grid-12 {
|
||||
display: inline;
|
||||
float: left;
|
||||
position: relative;
|
||||
margin-left: 1%;
|
||||
margin-right: 1%;
|
||||
}
|
||||
|
||||
.push-1, .pull-1, .push-2, .pull-2, .push-3, .pull-3, .push-4, .pull-4,
|
||||
.push-5, .pull-5, .push-6, .pull-6, .push-7, .pull-7, .push-8, .pull-8,
|
||||
.push-9, .pull-9, .push-10, .pull-10, .push-11, .pull-11, .push-12, .pull-12 {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Alpha - Omega
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.alpha {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.omega {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Columns
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.container-12 .grid-1 {
|
||||
width: 6.333%;
|
||||
}
|
||||
|
||||
.container-12 .grid-2 {
|
||||
width: 14.667%;
|
||||
}
|
||||
|
||||
.container-12 .grid-3 {
|
||||
width: 23.0%;
|
||||
}
|
||||
|
||||
.container-12 .grid-4 {
|
||||
width: 31.333%;
|
||||
}
|
||||
|
||||
.container-12 .grid-5 {
|
||||
width: 39.667%;
|
||||
}
|
||||
|
||||
.container-12 .grid-6 {
|
||||
width: 48.0%;
|
||||
}
|
||||
|
||||
.container-12 .grid-7 {
|
||||
width: 56.333%;
|
||||
}
|
||||
|
||||
.container-12 .grid-8 {
|
||||
width: 64.667%;
|
||||
}
|
||||
|
||||
.container-12 .grid-9 {
|
||||
width: 73.0%;
|
||||
}
|
||||
|
||||
.container-12 .grid-10 {
|
||||
width: 81.333%;
|
||||
}
|
||||
|
||||
.container-12 .grid-11 {
|
||||
width: 89.667%;
|
||||
}
|
||||
|
||||
.container-12 .grid-12 {
|
||||
width: 98.0%;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Prefix
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.container-12 .prefix-1 {
|
||||
padding-left: 8.333%;
|
||||
}
|
||||
|
||||
.container-12 .prefix-2 {
|
||||
padding-left: 16.667%;
|
||||
}
|
||||
|
||||
.container-12 .prefix-3 {
|
||||
padding-left: 25.0%;
|
||||
}
|
||||
|
||||
.container-12 .prefix-4 {
|
||||
padding-left: 33.333%;
|
||||
}
|
||||
|
||||
.container-12 .prefix-5 {
|
||||
padding-left: 41.667%;
|
||||
}
|
||||
|
||||
.container-12 .prefix-6 {
|
||||
padding-left: 50.0%;
|
||||
}
|
||||
|
||||
.container-12 .prefix-7 {
|
||||
padding-left: 58.333%;
|
||||
}
|
||||
|
||||
.container-12 .prefix-8 {
|
||||
padding-left: 66.667%;
|
||||
}
|
||||
|
||||
.container-12 .prefix-9 {
|
||||
padding-left: 75.0%;
|
||||
}
|
||||
|
||||
.container-12 .prefix-10 {
|
||||
padding-left: 83.333%;
|
||||
}
|
||||
|
||||
.container-12 .prefix-11 {
|
||||
padding-left: 91.667%;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Suffix
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.container-12 .suffix-1 {
|
||||
padding-right: 8.333%;
|
||||
}
|
||||
|
||||
.container-12 .suffix-2 {
|
||||
padding-right: 16.667%;
|
||||
}
|
||||
|
||||
.container-12 .suffix-3 {
|
||||
padding-right: 25.0%;
|
||||
}
|
||||
|
||||
.container-12 .suffix-4 {
|
||||
padding-right: 33.333%;
|
||||
}
|
||||
|
||||
.container-12 .suffix-5 {
|
||||
padding-right: 41.667%;
|
||||
}
|
||||
|
||||
.container-12 .suffix-6 {
|
||||
padding-right: 50.0%;
|
||||
}
|
||||
|
||||
.container-12 .suffix-7 {
|
||||
padding-right: 58.333%;
|
||||
}
|
||||
|
||||
.container-12 .suffix-8 {
|
||||
padding-right: 66.667%;
|
||||
}
|
||||
|
||||
.container-12 .suffix-9 {
|
||||
padding-right: 75.0%;
|
||||
}
|
||||
|
||||
.container-12 .suffix-10 {
|
||||
padding-right: 83.333%;
|
||||
}
|
||||
|
||||
.container-12 .suffix-11 {
|
||||
padding-right: 91.667%;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Push
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.container-12 .push-1 {
|
||||
left: 8.333%;
|
||||
}
|
||||
|
||||
.container-12 .push-2 {
|
||||
left: 16.667%;
|
||||
}
|
||||
|
||||
.container-12 .push-3 {
|
||||
left: 25.0%;
|
||||
}
|
||||
|
||||
.container-12 .push-4 {
|
||||
left: 33.333%;
|
||||
}
|
||||
|
||||
.container-12 .push-5 {
|
||||
left: 41.667%;
|
||||
}
|
||||
|
||||
.container-12 .push-6 {
|
||||
left: 50.0%;
|
||||
}
|
||||
|
||||
.container-12 .push-7 {
|
||||
left: 58.333%;
|
||||
}
|
||||
|
||||
.container-12 .push-8 {
|
||||
left: 66.667%;
|
||||
}
|
||||
|
||||
.container-12 .push-9 {
|
||||
left: 75.0%;
|
||||
}
|
||||
|
||||
.container-12 .push-10 {
|
||||
left: 83.333%;
|
||||
}
|
||||
|
||||
.container-12 .push-11 {
|
||||
left: 91.667%;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Pull
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.container-12 .pull-1 {
|
||||
left: -8.333%;
|
||||
}
|
||||
|
||||
.container-12 .pull-2 {
|
||||
left: -16.667%;
|
||||
}
|
||||
|
||||
.container-12 .pull-3 {
|
||||
left: -25.0%;
|
||||
}
|
||||
|
||||
.container-12 .pull-4 {
|
||||
left: -33.333%;
|
||||
}
|
||||
|
||||
.container-12 .pull-5 {
|
||||
left: -41.667%;
|
||||
}
|
||||
|
||||
.container-12 .pull-6 {
|
||||
left: -50.0%;
|
||||
}
|
||||
|
||||
.container-12 .pull-7 {
|
||||
left: -58.333%;
|
||||
}
|
||||
|
||||
.container-12 .pull-8 {
|
||||
left: -66.667%;
|
||||
}
|
||||
|
||||
.container-12 .pull-9 {
|
||||
left: -75.0%;
|
||||
}
|
||||
|
||||
.container-12 .pull-10 {
|
||||
left: -83.333%;
|
||||
}
|
||||
|
||||
.container-12 .pull-11 {
|
||||
left: -91.667%;
|
||||
}
|
||||
@@ -0,0 +1,320 @@
|
||||
/*
|
||||
* ==========================================================
|
||||
* Grid
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.grid-1, .grid-2, .grid-3, .grid-4, .grid-5, .grid-6, .grid-7, .grid-8, .grid-9, .grid-10,
|
||||
.grid-11, .grid-12, .grid-13, .grid-14, .grid-15, .grid-16 {
|
||||
float: right;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Alpha - Omega
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.omega {
|
||||
margin-right: 1%;
|
||||
margin-left: 0 !important;
|
||||
}
|
||||
|
||||
.alpha {
|
||||
margin-left: 1%;
|
||||
margin-right: 0 !important;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Prefix
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.container-16 .prefix-1 {
|
||||
padding-left: 0;
|
||||
padding-right: 6.25%;
|
||||
}
|
||||
|
||||
.container-16 .prefix-2 {
|
||||
padding-left: 0;
|
||||
padding-right: 12.5%;
|
||||
}
|
||||
|
||||
.container-16 .prefix-3 {
|
||||
padding-left: 0;
|
||||
padding-right: 18.75%;
|
||||
}
|
||||
|
||||
.container-16 .prefix-4 {
|
||||
padding-left: 0;
|
||||
padding-right: 25.0%;
|
||||
}
|
||||
|
||||
.container-16 .prefix-5 {
|
||||
padding-left: 0;
|
||||
padding-right: 31.25%;
|
||||
}
|
||||
|
||||
.container-16 .prefix-6 {
|
||||
padding-left: 0;
|
||||
padding-right: 37.5%;
|
||||
}
|
||||
|
||||
.container-16 .prefix-7 {
|
||||
padding-left: 0;
|
||||
padding-right: 43.75%;
|
||||
}
|
||||
|
||||
.container-16 .prefix-8 {
|
||||
padding-left: 0;
|
||||
padding-right: 50.0%;
|
||||
}
|
||||
|
||||
.container-16 .prefix-9 {
|
||||
padding-left: 0;
|
||||
padding-right: 56.25%;
|
||||
}
|
||||
|
||||
.container-16 .prefix-10 {
|
||||
padding-left: 0;
|
||||
padding-right: 62.5%;
|
||||
}
|
||||
|
||||
.container-16 .prefix-11 {
|
||||
padding-left: 0;
|
||||
padding-right: 68.75%;
|
||||
}
|
||||
|
||||
.container-16 .prefix-12 {
|
||||
padding-left: 0;
|
||||
padding-right: 75.0%;
|
||||
}
|
||||
|
||||
.container-16 .prefix-13 {
|
||||
padding-left: 0;
|
||||
padding-right: 81.25%;
|
||||
}
|
||||
|
||||
.container-16 .prefix-14 {
|
||||
padding-left: 0;
|
||||
padding-right: 87.5%;
|
||||
}
|
||||
|
||||
.container-16 .prefix-15 {
|
||||
padding-left: 0;
|
||||
padding-right: 93.75%;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Suffix
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.container-16 .suffix-1 {
|
||||
padding-right: 0;
|
||||
padding-left: 6.25%;
|
||||
}
|
||||
|
||||
.container-16 .suffix-2 {
|
||||
padding-right: 0;
|
||||
padding-left: 12.5%;
|
||||
}
|
||||
|
||||
.container-16 .suffix-3 {
|
||||
padding-right: 0;
|
||||
padding-left: 18.75%;
|
||||
}
|
||||
|
||||
.container-16 .suffix-4 {
|
||||
padding-right: 0;
|
||||
padding-left: 25.0%;
|
||||
}
|
||||
|
||||
.container-16 .suffix-5 {
|
||||
padding-right: 0;
|
||||
padding-left: 31.25%;
|
||||
}
|
||||
|
||||
.container-16 .suffix-6 {
|
||||
padding-right: 0;
|
||||
padding-left: 37.5%;
|
||||
}
|
||||
|
||||
.container-16 .suffix-7 {
|
||||
padding-right: 0;
|
||||
padding-left: 43.75%;
|
||||
}
|
||||
|
||||
.container-16 .suffix-8 {
|
||||
padding-right: 0;
|
||||
padding-left: 50.0%;
|
||||
}
|
||||
|
||||
.container-16 .suffix-9 {
|
||||
padding-right: 0;
|
||||
padding-left: 56.25%;
|
||||
}
|
||||
|
||||
.container-16 .suffix-10 {
|
||||
padding-right: 0;
|
||||
padding-left: 62.5%;
|
||||
}
|
||||
|
||||
.container-16 .suffix-11 {
|
||||
padding-right: 0;
|
||||
padding-left: 68.75%;
|
||||
}
|
||||
|
||||
.container-16 .suffix-12 {
|
||||
padding-right: 0;
|
||||
padding-left: 75.0%;
|
||||
}
|
||||
|
||||
.container-16 .suffix-13 {
|
||||
padding-right: 0;
|
||||
padding-left: 81.25%;
|
||||
}
|
||||
|
||||
.container-16 .suffix-14 {
|
||||
padding-right: 0;
|
||||
padding-left: 87.5%;
|
||||
}
|
||||
|
||||
.container-16 .suffix-15 {
|
||||
padding-right: 0;
|
||||
padding-left: 93.75%;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Push
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.container-16 .push-1 {
|
||||
right: 6.25%;
|
||||
}
|
||||
|
||||
.container-16 .push-2 {
|
||||
right: 12.5%;
|
||||
}
|
||||
|
||||
.container-16 .push-3 {
|
||||
right: 18.75%;
|
||||
}
|
||||
|
||||
.container-16 .push-4 {
|
||||
right: 25.0%;
|
||||
}
|
||||
|
||||
.container-16 .push-5 {
|
||||
right: 31.25%;
|
||||
}
|
||||
|
||||
.container-16 .push-6 {
|
||||
right: 37.5%;
|
||||
}
|
||||
|
||||
.container-16 .push-7 {
|
||||
right: 43.75%;
|
||||
}
|
||||
|
||||
.container-16 .push-8 {
|
||||
right: 50.0%;
|
||||
}
|
||||
|
||||
.container-16 .push-9 {
|
||||
right: 56.25%;
|
||||
}
|
||||
|
||||
.container-16 .push-10 {
|
||||
right: 62.5%;
|
||||
}
|
||||
|
||||
.container-16 .push-11 {
|
||||
right: 68.75%;
|
||||
}
|
||||
|
||||
.container-16 .push-12 {
|
||||
right: 75.0%;
|
||||
}
|
||||
|
||||
.container-16 .push-13 {
|
||||
right: 81.25%;
|
||||
}
|
||||
|
||||
.container-16 .push-14 {
|
||||
right: 87.5%;
|
||||
}
|
||||
|
||||
.container-16 .push-15 {
|
||||
right: 93.75%;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Pull
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.container-16 .pull-1 {
|
||||
right: -6.25%;
|
||||
}
|
||||
|
||||
.container-16 .pull-2 {
|
||||
right: -12.5%;
|
||||
}
|
||||
|
||||
.container-16 .pull-3 {
|
||||
right: -18.75%;
|
||||
}
|
||||
|
||||
.container-16 .pull-4 {
|
||||
right: -25.0%;
|
||||
}
|
||||
|
||||
.container-16 .pull-5 {
|
||||
right: -31.25%;
|
||||
}
|
||||
|
||||
.container-16 .pull-6 {
|
||||
right: -37.5%;
|
||||
}
|
||||
|
||||
.container-16 .pull-7 {
|
||||
right: -43.75%;
|
||||
}
|
||||
|
||||
.container-16 .pull-8 {
|
||||
right: -50.0%;
|
||||
}
|
||||
|
||||
.container-16 .pull-9 {
|
||||
right: -56.25%;
|
||||
}
|
||||
|
||||
.container-16 .pull-10 {
|
||||
right: -62.5%;
|
||||
}
|
||||
|
||||
.container-16 .pull-11 {
|
||||
right: -68.75%;
|
||||
}
|
||||
|
||||
.container-16 .pull-12 {
|
||||
right: -75.0%;
|
||||
}
|
||||
|
||||
.container-16 .pull-13 {
|
||||
right: -81.25%;
|
||||
}
|
||||
|
||||
.container-16 .pull-14 {
|
||||
right: -87.5%;
|
||||
}
|
||||
|
||||
.container-16 .pull-15 {
|
||||
right: -93.75%;
|
||||
}
|
||||
@@ -0,0 +1,369 @@
|
||||
/*
|
||||
* ==========================================================
|
||||
* Grid
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.grid-1, .grid-2, .grid-3, .grid-4, .grid-5, .grid-6, .grid-7, .grid-8, .grid-9, .grid-10,
|
||||
.grid-11, .grid-12, .grid-13, .grid-14, .grid-15, .grid-16 {
|
||||
display: inline;
|
||||
float: left;
|
||||
position: relative;
|
||||
margin-left: 1%;
|
||||
margin-right: 1%;
|
||||
}
|
||||
|
||||
.push-1, .pull-1, .push-2, .pull-2, .push-3, .pull-3, .push-4, .pull-4,
|
||||
.push-5, .pull-5, .push-6, .pull-6, .push-7, .pull-7, .push-8, .pull-8,
|
||||
.push-9, .pull-9, .push-10, .pull-10, .push-11, .pull-11, .push-12, .pull-12,
|
||||
.push-13, .pull-13, .push-14, .pull-14, .push-15, .pull-15, .push-16, .pull-16 {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Alpha - Omega
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.alpha {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.omega {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Columns
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.container-16 .grid-1 {
|
||||
width: 4.25%;
|
||||
}
|
||||
|
||||
.container-16 .grid-2 {
|
||||
width: 10.5%;
|
||||
}
|
||||
|
||||
.container-16 .grid-3 {
|
||||
width: 16.75%;
|
||||
}
|
||||
|
||||
.container-16 .grid-4 {
|
||||
width: 23.0%;
|
||||
}
|
||||
|
||||
.container-16 .grid-5 {
|
||||
width: 29.25%;
|
||||
}
|
||||
|
||||
.container-16 .grid-6 {
|
||||
width: 35.5%;
|
||||
}
|
||||
|
||||
.container-16 .grid-7 {
|
||||
width: 41.75%;
|
||||
}
|
||||
|
||||
.container-16 .grid-8 {
|
||||
width: 48.0%;
|
||||
}
|
||||
|
||||
.container-16 .grid-9 {
|
||||
width: 54.25%;
|
||||
}
|
||||
|
||||
.container-16 .grid-10 {
|
||||
width: 60.5%;
|
||||
}
|
||||
|
||||
.container-16 .grid-11 {
|
||||
width: 66.75%;
|
||||
}
|
||||
|
||||
.container-16 .grid-12 {
|
||||
width: 73.0%;
|
||||
}
|
||||
|
||||
.container-16 .grid-13 {
|
||||
width: 79.25%;
|
||||
}
|
||||
|
||||
.container-16 .grid-14 {
|
||||
width: 85.5%;
|
||||
}
|
||||
|
||||
.container-16 .grid-15 {
|
||||
width: 91.75%;
|
||||
}
|
||||
|
||||
.container-16 .grid-16 {
|
||||
width: 98.0%;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Prefix
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.container-16 .prefix-1 {
|
||||
padding-left: 6.25%;
|
||||
}
|
||||
|
||||
.container-16 .prefix-2 {
|
||||
padding-left: 12.5%;
|
||||
}
|
||||
|
||||
.container-16 .prefix-3 {
|
||||
padding-left: 18.75%;
|
||||
}
|
||||
|
||||
.container-16 .prefix-4 {
|
||||
padding-left: 25.0%;
|
||||
}
|
||||
|
||||
.container-16 .prefix-5 {
|
||||
padding-left: 31.25%;
|
||||
}
|
||||
|
||||
.container-16 .prefix-6 {
|
||||
padding-left: 37.5%;
|
||||
}
|
||||
|
||||
.container-16 .prefix-7 {
|
||||
padding-left: 43.75%;
|
||||
}
|
||||
|
||||
.container-16 .prefix-8 {
|
||||
padding-left: 50.0%;
|
||||
}
|
||||
|
||||
.container-16 .prefix-9 {
|
||||
padding-left: 56.25%;
|
||||
}
|
||||
|
||||
.container-16 .prefix-10 {
|
||||
padding-left: 62.5%;
|
||||
}
|
||||
|
||||
.container-16 .prefix-11 {
|
||||
padding-left: 68.75%;
|
||||
}
|
||||
|
||||
.container-16 .prefix-12 {
|
||||
padding-left: 75.0%;
|
||||
}
|
||||
|
||||
.container-16 .prefix-13 {
|
||||
padding-left: 81.25%;
|
||||
}
|
||||
|
||||
.container-16 .prefix-14 {
|
||||
padding-left: 87.5%;
|
||||
}
|
||||
|
||||
.container-16 .prefix-15 {
|
||||
padding-left: 93.75%;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Suffix
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.container-16 .suffix-1 {
|
||||
padding-right: 6.25%;
|
||||
}
|
||||
|
||||
.container-16 .suffix-2 {
|
||||
padding-right: 12.5%;
|
||||
}
|
||||
|
||||
.container-16 .suffix-3 {
|
||||
padding-right: 18.75%;
|
||||
}
|
||||
|
||||
.container-16 .suffix-4 {
|
||||
padding-right: 25.0%;
|
||||
}
|
||||
|
||||
.container-16 .suffix-5 {
|
||||
padding-right: 31.25%;
|
||||
}
|
||||
|
||||
.container-16 .suffix-6 {
|
||||
padding-right: 37.5%;
|
||||
}
|
||||
|
||||
.container-16 .suffix-7 {
|
||||
padding-right: 43.75%;
|
||||
}
|
||||
|
||||
.container-16 .suffix-8 {
|
||||
padding-right: 50.0%;
|
||||
}
|
||||
|
||||
.container-16 .suffix-9 {
|
||||
padding-right: 56.25%;
|
||||
}
|
||||
|
||||
.container-16 .suffix-10 {
|
||||
padding-right: 62.5%;
|
||||
}
|
||||
|
||||
.container-16 .suffix-11 {
|
||||
padding-right: 68.75%;
|
||||
}
|
||||
|
||||
.container-16 .suffix-12 {
|
||||
padding-right: 75.0%;
|
||||
}
|
||||
|
||||
.container-16 .suffix-13 {
|
||||
padding-right: 81.25%;
|
||||
}
|
||||
|
||||
.container-16 .suffix-14 {
|
||||
padding-right: 87.5%;
|
||||
}
|
||||
|
||||
.container-16 .suffix-15 {
|
||||
padding-right: 93.75%;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Push
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.container-16 .push-1 {
|
||||
left: 6.25%;
|
||||
}
|
||||
|
||||
.container-16 .push-2 {
|
||||
left: 12.5%;
|
||||
}
|
||||
|
||||
.container-16 .push-3 {
|
||||
left: 18.75%;
|
||||
}
|
||||
|
||||
.container-16 .push-4 {
|
||||
left: 25.0%;
|
||||
}
|
||||
|
||||
.container-16 .push-5 {
|
||||
left: 31.25%;
|
||||
}
|
||||
|
||||
.container-16 .push-6 {
|
||||
left: 37.5%;
|
||||
}
|
||||
|
||||
.container-16 .push-7 {
|
||||
left: 43.75%;
|
||||
}
|
||||
|
||||
.container-16 .push-8 {
|
||||
left: 50.0%;
|
||||
}
|
||||
|
||||
.container-16 .push-9 {
|
||||
left: 56.25%;
|
||||
}
|
||||
|
||||
.container-16 .push-10 {
|
||||
left: 62.5%;
|
||||
}
|
||||
|
||||
.container-16 .push-11 {
|
||||
left: 68.75%;
|
||||
}
|
||||
|
||||
.container-16 .push-12 {
|
||||
left: 75.0%;
|
||||
}
|
||||
|
||||
.container-16 .push-13 {
|
||||
left: 81.25%;
|
||||
}
|
||||
|
||||
.container-16 .push-14 {
|
||||
left: 87.5%;
|
||||
}
|
||||
|
||||
.container-16 .push-15 {
|
||||
left: 93.75%;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Pull
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.container-16 .pull-1 {
|
||||
left: -6.25%;
|
||||
}
|
||||
|
||||
.container-16 .pull-2 {
|
||||
left: -12.5%;
|
||||
}
|
||||
|
||||
.container-16 .pull-3 {
|
||||
left: -18.75%;
|
||||
}
|
||||
|
||||
.container-16 .pull-4 {
|
||||
left: -25.0%;
|
||||
}
|
||||
|
||||
.container-16 .pull-5 {
|
||||
left: -31.25%;
|
||||
}
|
||||
|
||||
.container-16 .pull-6 {
|
||||
left: -37.5%;
|
||||
}
|
||||
|
||||
.container-16 .pull-7 {
|
||||
left: -43.75%;
|
||||
}
|
||||
|
||||
.container-16 .pull-8 {
|
||||
left: -50.0%;
|
||||
}
|
||||
|
||||
.container-16 .pull-9 {
|
||||
left: -56.25%;
|
||||
}
|
||||
|
||||
.container-16 .pull-10 {
|
||||
left: -62.5%;
|
||||
}
|
||||
|
||||
.container-16 .pull-11 {
|
||||
left: -68.75%;
|
||||
}
|
||||
|
||||
.container-16 .pull-12 {
|
||||
left: -75.0%;
|
||||
}
|
||||
|
||||
.container-16 .pull-13 {
|
||||
left: -81.25%;
|
||||
}
|
||||
|
||||
.container-16 .pull-14 {
|
||||
left: -87.5%;
|
||||
}
|
||||
|
||||
.container-16 .pull-15 {
|
||||
left: -93.75%;
|
||||
}
|
||||
@@ -0,0 +1,465 @@
|
||||
/*
|
||||
* ==========================================================
|
||||
* Grid
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.grid-1, .grid-2, .grid-3, .grid-4, .grid-5, .grid-6, .grid-7, .grid-8, .grid-9, .grid-10,
|
||||
.grid-11, .grid-12, .grid-13, .grid-14, .grid-15, .grid-16, .grid-17, .grid-18, .grid-19,
|
||||
.grid-20, .grid-21, .grid-22, .grid-23, .grid-24 {
|
||||
float: right;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Alpha - Omega
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.omega {
|
||||
margin-right: 1%;
|
||||
margin-left: 0 !important;
|
||||
}
|
||||
|
||||
.alpha {
|
||||
margin-left: 1%;
|
||||
margin-right: 0 !important;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Prefix
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.container-24 .prefix-1 {
|
||||
padding-left: 0;
|
||||
padding-right: 4.167%;
|
||||
}
|
||||
|
||||
.container-24 .prefix-2 {
|
||||
padding-left: 0;
|
||||
padding-right: 8.333%;
|
||||
}
|
||||
|
||||
.container-24 .prefix-3 {
|
||||
padding-left: 0;
|
||||
padding-right: 12.5%;
|
||||
}
|
||||
|
||||
.container-24 .prefix-4 {
|
||||
padding-left: 0;
|
||||
padding-right: 16.667%;
|
||||
}
|
||||
|
||||
.container-24 .prefix-5 {
|
||||
padding-left: 0;
|
||||
padding-right: 20.833%;
|
||||
}
|
||||
|
||||
.container-24 .prefix-6 {
|
||||
padding-left: 0;
|
||||
padding-right: 25.0%;
|
||||
}
|
||||
|
||||
.container-24 .prefix-7 {
|
||||
padding-left: 0;
|
||||
padding-right: 29.167%;
|
||||
}
|
||||
|
||||
.container-24 .prefix-8 {
|
||||
padding-left: 0;
|
||||
padding-right: 33.333%;
|
||||
}
|
||||
|
||||
.container-24 .prefix-9 {
|
||||
padding-left: 0;
|
||||
padding-right: 37.5%;
|
||||
}
|
||||
|
||||
.container-24 .prefix-10 {
|
||||
padding-left: 0;
|
||||
padding-right: 41.667%;
|
||||
}
|
||||
|
||||
.container-24 .prefix-11 {
|
||||
padding-left: 0;
|
||||
padding-right: 45.833%;
|
||||
}
|
||||
|
||||
.container-24 .prefix-12 {
|
||||
padding-left: 0;
|
||||
padding-right: 50.0%;
|
||||
}
|
||||
|
||||
.container-24 .prefix-13 {
|
||||
padding-left: 0;
|
||||
padding-right: 54.167%;
|
||||
}
|
||||
|
||||
.container-24 .prefix-14 {
|
||||
padding-left: 0;
|
||||
padding-right: 58.333%;
|
||||
}
|
||||
|
||||
.container-24 .prefix-15 {
|
||||
padding-left: 0;
|
||||
padding-right: 62.5%;
|
||||
}
|
||||
|
||||
.container-24 .prefix-16 {
|
||||
padding-left: 0;
|
||||
padding-right: 66.667%;
|
||||
}
|
||||
|
||||
.container-24 .prefix-17 {
|
||||
padding-left: 0;
|
||||
padding-right: 70.833%;
|
||||
}
|
||||
|
||||
.container-24 .prefix-18 {
|
||||
padding-left: 0;
|
||||
padding-right: 75.0%;
|
||||
}
|
||||
|
||||
.container-24 .prefix-19 {
|
||||
padding-left: 0;
|
||||
padding-right: 79.167%;
|
||||
}
|
||||
|
||||
.container-24 .prefix-20 {
|
||||
padding-left: 0;
|
||||
padding-right: 83.333%;
|
||||
}
|
||||
|
||||
.container-24 .prefix-21 {
|
||||
padding-left: 0;
|
||||
padding-right: 87.5%;
|
||||
}
|
||||
|
||||
.container-24 .prefix-22 {
|
||||
padding-left: 0;
|
||||
padding-right: 91.667%;
|
||||
}
|
||||
|
||||
.container-24 .prefix-23 {
|
||||
padding-left: 0;
|
||||
padding-right: 95.833%;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Suffix
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.container-24 .suffix-1 {
|
||||
padding-right: 0;
|
||||
padding-left: 4.167%;
|
||||
}
|
||||
|
||||
.container-24 .suffix-2 {
|
||||
padding-right: 0;
|
||||
padding-left: 8.333%;
|
||||
}
|
||||
|
||||
.container-24 .suffix-3 {
|
||||
padding-right: 0;
|
||||
padding-left: 12.5%;
|
||||
}
|
||||
|
||||
.container-24 .suffix-4 {
|
||||
padding-right: 0;
|
||||
padding-left: 16.667%;
|
||||
}
|
||||
|
||||
.container-24 .suffix-5 {
|
||||
padding-right: 0;
|
||||
padding-left: 20.833%;
|
||||
}
|
||||
|
||||
.container-24 .suffix-6 {
|
||||
padding-right: 0;
|
||||
padding-left: 25.0%;
|
||||
}
|
||||
|
||||
.container-24 .suffix-7 {
|
||||
padding-right: 0;
|
||||
padding-left: 29.167%;
|
||||
}
|
||||
|
||||
.container-24 .suffix-8 {
|
||||
padding-right: 0;
|
||||
padding-left: 33.333%;
|
||||
}
|
||||
|
||||
.container-24 .suffix-9 {
|
||||
padding-right: 0;
|
||||
padding-left: 37.5%;
|
||||
}
|
||||
|
||||
.container-24 .suffix-10 {
|
||||
padding-right: 0;
|
||||
padding-left: 41.667%;
|
||||
}
|
||||
|
||||
.container-24 .suffix-11 {
|
||||
padding-right: 0;
|
||||
padding-left: 45.833%;
|
||||
}
|
||||
|
||||
.container-24 .suffix-12 {
|
||||
padding-right: 0;
|
||||
padding-left: 50.0%;
|
||||
}
|
||||
|
||||
.container-24 .suffix-13 {
|
||||
padding-right: 0;
|
||||
padding-left: 54.167%;
|
||||
}
|
||||
|
||||
.container-24 .suffix-14 {
|
||||
padding-right: 0;
|
||||
padding-left: 58.333%;
|
||||
}
|
||||
|
||||
.container-24 .suffix-15 {
|
||||
padding-right: 0;
|
||||
padding-left: 62.5%;
|
||||
}
|
||||
|
||||
.container-24 .suffix-16 {
|
||||
padding-right: 0;
|
||||
padding-left: 66.667%;
|
||||
}
|
||||
|
||||
.container-24 .suffix-17 {
|
||||
padding-right: 0;
|
||||
padding-left: 70.833%;
|
||||
}
|
||||
|
||||
.container-24 .suffix-18 {
|
||||
padding-right: 0;
|
||||
padding-left: 75.0%;
|
||||
}
|
||||
|
||||
.container-24 .suffix-19 {
|
||||
padding-right: 0;
|
||||
padding-left: 79.167%;
|
||||
}
|
||||
|
||||
.container-24 .suffix-20 {
|
||||
padding-right: 0;
|
||||
padding-left: 83.333%;
|
||||
}
|
||||
|
||||
.container-24 .suffix-21 {
|
||||
padding-right: 0;
|
||||
padding-left: 87.5%;
|
||||
}
|
||||
|
||||
.container-24 .suffix-22 {
|
||||
padding-right: 0;
|
||||
padding-left: 91.667%;
|
||||
}
|
||||
|
||||
.container-24 .suffix-23 {
|
||||
padding-right: 0;
|
||||
padding-left: 95.833%;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Push
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.container-24 .push-1 {
|
||||
right: 4.167%;
|
||||
}
|
||||
|
||||
.container-24 .push-2 {
|
||||
right: 8.333%;
|
||||
}
|
||||
|
||||
.container-24 .push-3 {
|
||||
right: 12.5%;
|
||||
}
|
||||
|
||||
.container-24 .push-4 {
|
||||
right: 16.667%;
|
||||
}
|
||||
|
||||
.container-24 .push-5 {
|
||||
right: 20.833%;
|
||||
}
|
||||
|
||||
.container-24 .push-6 {
|
||||
right: 25.0%;
|
||||
}
|
||||
|
||||
.container-24 .push-7 {
|
||||
right: 29.167%;
|
||||
}
|
||||
|
||||
.container-24 .push-8 {
|
||||
right: 33.333%;
|
||||
}
|
||||
|
||||
.container-24 .push-9 {
|
||||
right: 37.5%;
|
||||
}
|
||||
|
||||
.container-24 .push-10 {
|
||||
right: 41.667%;
|
||||
}
|
||||
|
||||
.container-24 .push-11 {
|
||||
right: 45.833%;
|
||||
}
|
||||
|
||||
.container-24 .push-12 {
|
||||
right: 50.0%;
|
||||
}
|
||||
|
||||
.container-24 .push-13 {
|
||||
right: 54.167%;
|
||||
}
|
||||
|
||||
.container-24 .push-14 {
|
||||
right: 58.333%;
|
||||
}
|
||||
|
||||
.container-24 .push-15 {
|
||||
right: 62.5%;
|
||||
}
|
||||
|
||||
.container-24 .push-16 {
|
||||
right: 66.667%;
|
||||
}
|
||||
|
||||
.container-24 .push-17 {
|
||||
right: 70.833%;
|
||||
}
|
||||
|
||||
.container-24 .push-18 {
|
||||
right: 75.0%;
|
||||
}
|
||||
|
||||
.container-24 .push-19 {
|
||||
right: 79.167%;
|
||||
}
|
||||
|
||||
.container-24 .push-20 {
|
||||
right: 83.333%;
|
||||
}
|
||||
|
||||
.container-24 .push-21 {
|
||||
right: 87.5%;
|
||||
}
|
||||
|
||||
.container-24 .push-22 {
|
||||
right: 91.667%;
|
||||
}
|
||||
|
||||
.container-24 .push-23 {
|
||||
right: 95.833%;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Pull
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.container-24 .pull-1 {
|
||||
right: -4.167%;
|
||||
}
|
||||
|
||||
.container-24 .pull-2 {
|
||||
right: -8.333%;
|
||||
}
|
||||
|
||||
.container-24 .pull-3 {
|
||||
right: -12.5%;
|
||||
}
|
||||
|
||||
.container-24 .pull-4 {
|
||||
right: -16.667%;
|
||||
}
|
||||
|
||||
.container-24 .pull-5 {
|
||||
right: -20.833%;
|
||||
}
|
||||
|
||||
.container-24 .pull-6 {
|
||||
right: -25.0%;
|
||||
}
|
||||
|
||||
.container-24 .pull-7 {
|
||||
right: -29.167%;
|
||||
}
|
||||
|
||||
.container-24 .pull-8 {
|
||||
right: -33.333%;
|
||||
}
|
||||
|
||||
.container-24 .pull-9 {
|
||||
right: -37.5%;
|
||||
}
|
||||
|
||||
.container-24 .pull-10 {
|
||||
right: -41.667%;
|
||||
}
|
||||
|
||||
.container-24 .pull-11 {
|
||||
right: -45.833%;
|
||||
}
|
||||
|
||||
.container-24 .pull-12 {
|
||||
right: -50.0%;
|
||||
}
|
||||
|
||||
.container-24 .pull-13 {
|
||||
right: -54.167%;
|
||||
}
|
||||
|
||||
.container-24 .pull-14 {
|
||||
right: -58.333%;
|
||||
}
|
||||
|
||||
.container-24 .pull-15 {
|
||||
right: -62.5%;
|
||||
}
|
||||
|
||||
.container-24 .pull-16 {
|
||||
right: -66.667%;
|
||||
}
|
||||
|
||||
.container-24 .pull-17 {
|
||||
right: -70.833%;
|
||||
}
|
||||
|
||||
.container-24 .pull-18 {
|
||||
right: -75.0%;
|
||||
}
|
||||
|
||||
.container-24 .pull-19 {
|
||||
right: -79.167%;
|
||||
}
|
||||
|
||||
.container-24 .pull-20 {
|
||||
right: -83.333%;
|
||||
}
|
||||
|
||||
.container-24 .pull-21 {
|
||||
right: -87.5%;
|
||||
}
|
||||
|
||||
.container-24 .pull-22 {
|
||||
right: -91.667%;
|
||||
}
|
||||
|
||||
.container-24 .pull-23 {
|
||||
right: -95.833%;
|
||||
}
|
||||
@@ -0,0 +1,532 @@
|
||||
/*
|
||||
* ==========================================================
|
||||
* Grid
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.grid-1, .grid-2, .grid-3, .grid-4, .grid-5, .grid-6, .grid-7, .grid-8, .grid-9, .grid-10,
|
||||
.grid-11, .grid-12, .grid-13, .grid-14, .grid-15, .grid-16, .grid-17, .grid-18, .grid-19,
|
||||
.grid-20, .grid-21, .grid-22, .grid-23, .grid-24 {
|
||||
display: inline;
|
||||
float: left;
|
||||
position: relative;
|
||||
margin-left: 1%;
|
||||
margin-right: 1%;
|
||||
}
|
||||
|
||||
.push-1, .pull-1, .push-2, .pull-2, .push-3, .pull-3, .push-4, .pull-4,
|
||||
.push-5, .pull-5, .push-6, .pull-6, .push-7, .pull-7, .push-8, .pull-8,
|
||||
.push-9, .pull-9, .push-10, .pull-10, .push-11, .pull-11, .push-12, .pull-12,
|
||||
.push-13, .pull-13, .push-14, .pull-14, .push-15, .pull-15, .push-16, .pull-16,
|
||||
.push-17, .pull-17, .push-18, .pull-18, .push-19, .pull-19, .push-20, .pull-20,
|
||||
.push-21, .pull-21, .push-22, .pull-22, .push-23, .pull-23, .push-24, .pull-24 {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Alpha - Omega
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.alpha {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.omega {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Columns
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.container-24 .grid-1 {
|
||||
width: 2.167%;
|
||||
}
|
||||
|
||||
.container-24 .grid-2 {
|
||||
width: 6.333%;
|
||||
}
|
||||
|
||||
.container-24 .grid-3 {
|
||||
width: 10.5%;
|
||||
}
|
||||
|
||||
.container-24 .grid-4 {
|
||||
width: 14.667%;
|
||||
}
|
||||
|
||||
.container-24 .grid-5 {
|
||||
width: 18.833%;
|
||||
}
|
||||
|
||||
.container-24 .grid-6 {
|
||||
width: 23.0%;
|
||||
}
|
||||
|
||||
.container-24 .grid-7 {
|
||||
width: 27.167%;
|
||||
}
|
||||
|
||||
.container-24 .grid-8 {
|
||||
width: 31.333%;
|
||||
}
|
||||
|
||||
.container-24 .grid-9 {
|
||||
width: 35.5%;
|
||||
}
|
||||
|
||||
.container-24 .grid-10 {
|
||||
width: 39.667%;
|
||||
}
|
||||
|
||||
.container-24 .grid-11 {
|
||||
width: 43.833%;
|
||||
}
|
||||
|
||||
.container-24 .grid-12 {
|
||||
width: 48.0%;
|
||||
}
|
||||
|
||||
.container-24 .grid-13 {
|
||||
width: 52.167%;
|
||||
}
|
||||
|
||||
.container-24 .grid-14 {
|
||||
width: 56.333%;
|
||||
}
|
||||
|
||||
.container-24 .grid-15 {
|
||||
width: 60.5%;
|
||||
}
|
||||
|
||||
.container-24 .grid-16 {
|
||||
width: 64.667%;
|
||||
}
|
||||
|
||||
.container-24 .grid-17 {
|
||||
width: 68.833%;
|
||||
}
|
||||
|
||||
.container-24 .grid-18 {
|
||||
width: 73.0%;
|
||||
}
|
||||
|
||||
.container-24 .grid-19 {
|
||||
width: 77.167%;
|
||||
}
|
||||
|
||||
.container-24 .grid-20 {
|
||||
width: 81.333%;
|
||||
}
|
||||
|
||||
.container-24 .grid-21 {
|
||||
width: 85.5%;
|
||||
}
|
||||
|
||||
.container-24 .grid-22 {
|
||||
width: 89.667%;
|
||||
}
|
||||
|
||||
.container-24 .grid-23 {
|
||||
width: 93.833%;
|
||||
}
|
||||
|
||||
.container-24 .grid-24 {
|
||||
width: 98.0%;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Prefix
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.container-24 .prefix-1 {
|
||||
padding-left: 4.167%;
|
||||
}
|
||||
|
||||
.container-24 .prefix-2 {
|
||||
padding-left: 8.333%;
|
||||
}
|
||||
|
||||
.container-24 .prefix-3 {
|
||||
padding-left: 12.5%;
|
||||
}
|
||||
|
||||
.container-24 .prefix-4 {
|
||||
padding-left: 16.667%;
|
||||
}
|
||||
|
||||
.container-24 .prefix-5 {
|
||||
padding-left: 20.833%;
|
||||
}
|
||||
|
||||
.container-24 .prefix-6 {
|
||||
padding-left: 25.0%;
|
||||
}
|
||||
|
||||
.container-24 .prefix-7 {
|
||||
padding-left: 29.167%;
|
||||
}
|
||||
|
||||
.container-24 .prefix-8 {
|
||||
padding-left: 33.333%;
|
||||
}
|
||||
|
||||
.container-24 .prefix-9 {
|
||||
padding-left: 37.5%;
|
||||
}
|
||||
|
||||
.container-24 .prefix-10 {
|
||||
padding-left: 41.667%;
|
||||
}
|
||||
|
||||
.container-24 .prefix-11 {
|
||||
padding-left: 45.833%;
|
||||
}
|
||||
|
||||
.container-24 .prefix-12 {
|
||||
padding-left: 50.0%;
|
||||
}
|
||||
|
||||
.container-24 .prefix-13 {
|
||||
padding-left: 54.167%;
|
||||
}
|
||||
|
||||
.container-24 .prefix-14 {
|
||||
padding-left: 58.333%;
|
||||
}
|
||||
|
||||
.container-24 .prefix-15 {
|
||||
padding-left: 62.5%;
|
||||
}
|
||||
|
||||
.container-24 .prefix-16 {
|
||||
padding-left: 66.667%;
|
||||
}
|
||||
|
||||
.container-24 .prefix-17 {
|
||||
padding-left: 70.833%;
|
||||
}
|
||||
|
||||
.container-24 .prefix-18 {
|
||||
padding-left: 75.0%;
|
||||
}
|
||||
|
||||
.container-24 .prefix-19 {
|
||||
padding-left: 79.167%;
|
||||
}
|
||||
|
||||
.container-24 .prefix-20 {
|
||||
padding-left: 83.333%;
|
||||
}
|
||||
|
||||
.container-24 .prefix-21 {
|
||||
padding-left: 87.5%;
|
||||
}
|
||||
|
||||
.container-24 .prefix-22 {
|
||||
padding-left: 91.667%;
|
||||
}
|
||||
|
||||
.container-24 .prefix-23 {
|
||||
padding-left: 95.833%;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Suffix
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.container-24 .suffix-1 {
|
||||
padding-right: 4.167%;
|
||||
}
|
||||
|
||||
.container-24 .suffix-2 {
|
||||
padding-right: 8.333%;
|
||||
}
|
||||
|
||||
.container-24 .suffix-3 {
|
||||
padding-right: 12.5%;
|
||||
}
|
||||
|
||||
.container-24 .suffix-4 {
|
||||
padding-right: 16.667%;
|
||||
}
|
||||
|
||||
.container-24 .suffix-5 {
|
||||
padding-right: 20.833%;
|
||||
}
|
||||
|
||||
.container-24 .suffix-6 {
|
||||
padding-right: 25.0%;
|
||||
}
|
||||
|
||||
.container-24 .suffix-7 {
|
||||
padding-right: 29.167%;
|
||||
}
|
||||
|
||||
.container-24 .suffix-8 {
|
||||
padding-right: 33.333%;
|
||||
}
|
||||
|
||||
.container-24 .suffix-9 {
|
||||
padding-right: 37.5%;
|
||||
}
|
||||
|
||||
.container-24 .suffix-10 {
|
||||
padding-right: 41.667%;
|
||||
}
|
||||
|
||||
.container-24 .suffix-11 {
|
||||
padding-right: 45.833%;
|
||||
}
|
||||
|
||||
.container-24 .suffix-12 {
|
||||
padding-right: 50.0%;
|
||||
}
|
||||
|
||||
.container-24 .suffix-13 {
|
||||
padding-right: 54.167%;
|
||||
}
|
||||
|
||||
.container-24 .suffix-14 {
|
||||
padding-right: 58.333%;
|
||||
}
|
||||
|
||||
.container-24 .suffix-15 {
|
||||
padding-right: 62.5%;
|
||||
}
|
||||
|
||||
.container-24 .suffix-16 {
|
||||
padding-right: 66.667%;
|
||||
}
|
||||
|
||||
.container-24 .suffix-17 {
|
||||
padding-right: 70.833%;
|
||||
}
|
||||
|
||||
.container-24 .suffix-18 {
|
||||
padding-right: 75.0%;
|
||||
}
|
||||
|
||||
.container-24 .suffix-19 {
|
||||
padding-right: 79.167%;
|
||||
}
|
||||
|
||||
.container-24 .suffix-20 {
|
||||
padding-right: 83.333%;
|
||||
}
|
||||
|
||||
.container-24 .suffix-21 {
|
||||
padding-right: 87.5%;
|
||||
}
|
||||
|
||||
.container-24 .suffix-22 {
|
||||
padding-right: 91.667%;
|
||||
}
|
||||
|
||||
.container-24 .suffix-23 {
|
||||
padding-right: 95.833%;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Push
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.container-24 .push-1 {
|
||||
left: 4.167%;
|
||||
}
|
||||
|
||||
.container-24 .push-2 {
|
||||
left: 8.333%;
|
||||
}
|
||||
|
||||
.container-24 .push-3 {
|
||||
left: 12.5%;
|
||||
}
|
||||
|
||||
.container-24 .push-4 {
|
||||
left: 16.667%;
|
||||
}
|
||||
|
||||
.container-24 .push-5 {
|
||||
left: 20.833%;
|
||||
}
|
||||
|
||||
.container-24 .push-6 {
|
||||
left: 25.0%;
|
||||
}
|
||||
|
||||
.container-24 .push-7 {
|
||||
left: 29.167%;
|
||||
}
|
||||
|
||||
.container-24 .push-8 {
|
||||
left: 33.333%;
|
||||
}
|
||||
|
||||
.container-24 .push-9 {
|
||||
left: 37.5%;
|
||||
}
|
||||
|
||||
.container-24 .push-10 {
|
||||
left: 41.667%;
|
||||
}
|
||||
|
||||
.container-24 .push-11 {
|
||||
left: 45.833%;
|
||||
}
|
||||
|
||||
.container-24 .push-12 {
|
||||
left: 50.0%;
|
||||
}
|
||||
|
||||
.container-24 .push-13 {
|
||||
left: 54.167%;
|
||||
}
|
||||
|
||||
.container-24 .push-14 {
|
||||
left: 58.333%;
|
||||
}
|
||||
|
||||
.container-24 .push-15 {
|
||||
left: 62.5%;
|
||||
}
|
||||
|
||||
.container-24 .push-16 {
|
||||
left: 66.667%;
|
||||
}
|
||||
|
||||
.container-24 .push-17 {
|
||||
left: 70.833%;
|
||||
}
|
||||
|
||||
.container-24 .push-18 {
|
||||
left: 75.0%;
|
||||
}
|
||||
|
||||
.container-24 .push-19 {
|
||||
left: 79.167%;
|
||||
}
|
||||
|
||||
.container-24 .push-20 {
|
||||
left: 83.333%;
|
||||
}
|
||||
|
||||
.container-24 .push-21 {
|
||||
left: 87.5%;
|
||||
}
|
||||
|
||||
.container-24 .push-22 {
|
||||
left: 91.667%;
|
||||
}
|
||||
|
||||
.container-24 .push-23 {
|
||||
left: 95.833%;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Pull
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.container-24 .pull-1 {
|
||||
left: -4.167%;
|
||||
}
|
||||
|
||||
.container-24 .pull-2 {
|
||||
left: -8.333%;
|
||||
}
|
||||
|
||||
.container-24 .pull-3 {
|
||||
left: -12.5%;
|
||||
}
|
||||
|
||||
.container-24 .pull-4 {
|
||||
left: -16.667%;
|
||||
}
|
||||
|
||||
.container-24 .pull-5 {
|
||||
left: -20.833%;
|
||||
}
|
||||
|
||||
.container-24 .pull-6 {
|
||||
left: -25.0%;
|
||||
}
|
||||
|
||||
.container-24 .pull-7 {
|
||||
left: -29.167%;
|
||||
}
|
||||
|
||||
.container-24 .pull-8 {
|
||||
left: -33.333%;
|
||||
}
|
||||
|
||||
.container-24 .pull-9 {
|
||||
left: -37.5%;
|
||||
}
|
||||
|
||||
.container-24 .pull-10 {
|
||||
left: -41.667%;
|
||||
}
|
||||
|
||||
.container-24 .pull-11 {
|
||||
left: -45.833%;
|
||||
}
|
||||
|
||||
.container-24 .pull-12 {
|
||||
left: -50.0%;
|
||||
}
|
||||
|
||||
.container-24 .pull-13 {
|
||||
left: -54.167%;
|
||||
}
|
||||
|
||||
.container-24 .pull-14 {
|
||||
left: -58.333%;
|
||||
}
|
||||
|
||||
.container-24 .pull-15 {
|
||||
left: -62.5%;
|
||||
}
|
||||
|
||||
.container-24 .pull-16 {
|
||||
left: -66.667%;
|
||||
}
|
||||
|
||||
.container-24 .pull-17 {
|
||||
left: -70.833%;
|
||||
}
|
||||
|
||||
.container-24 .pull-18 {
|
||||
left: -75.0%;
|
||||
}
|
||||
|
||||
.container-24 .pull-19 {
|
||||
left: -79.167%;
|
||||
}
|
||||
|
||||
.container-24 .pull-20 {
|
||||
left: -83.333%;
|
||||
}
|
||||
|
||||
.container-24 .pull-21 {
|
||||
left: -87.5%;
|
||||
}
|
||||
|
||||
.container-24 .pull-22 {
|
||||
left: -91.667%;
|
||||
}
|
||||
|
||||
.container-24 .pull-23 {
|
||||
left: -95.833%;
|
||||
}
|
||||
@@ -0,0 +1,248 @@
|
||||
/*
|
||||
* ==========================================================
|
||||
* Grid
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.grid-1, .grid-2, .grid-3, .grid-4, .grid-5, .grid-6, .grid-7, .grid-8, .grid-9, .grid-10,
|
||||
.grid-11, .grid-12 {
|
||||
float: right;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Alpha - Omega
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.omega {
|
||||
margin-left: 10px;
|
||||
margin-left: 0 !important;
|
||||
}
|
||||
|
||||
.alpha {
|
||||
margin-left: 10px;
|
||||
margin-right: 0 !important;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Prefix
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.container-12 .prefix-1 {
|
||||
padding-left: 0;
|
||||
padding-right: 60px;
|
||||
}
|
||||
|
||||
.container-12 .prefix-2 {
|
||||
padding-left: 0;
|
||||
padding-right: 120px;
|
||||
}
|
||||
|
||||
.container-12 .prefix-3 {
|
||||
padding-left: 0;
|
||||
padding-right: 180px;
|
||||
}
|
||||
|
||||
.container-12 .prefix-4 {
|
||||
padding-left: 0;
|
||||
padding-right: 240px;
|
||||
}
|
||||
|
||||
.container-12 .prefix-5 {
|
||||
padding-left: 0;
|
||||
padding-right: 300px;
|
||||
}
|
||||
|
||||
.container-12 .prefix-6 {
|
||||
padding-left: 0;
|
||||
padding-right: 360px;
|
||||
}
|
||||
|
||||
.container-12 .prefix-7 {
|
||||
padding-left: 0;
|
||||
padding-right: 420px;
|
||||
}
|
||||
|
||||
.container-12 .prefix-8 {
|
||||
padding-left: 0;
|
||||
padding-right: 480px;
|
||||
}
|
||||
|
||||
.container-12 .prefix-9 {
|
||||
padding-left: 0;
|
||||
padding-right: 540px;
|
||||
}
|
||||
|
||||
.container-12 .prefix-10 {
|
||||
padding-left: 0;
|
||||
padding-right: 600px;
|
||||
}
|
||||
|
||||
.container-12 .prefix-11 {
|
||||
padding-left: 0;
|
||||
padding-right: 660px;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Suffix
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.container-12 .suffix-1 {
|
||||
padding-right: 0;
|
||||
padding-left: 60px;
|
||||
}
|
||||
|
||||
.container-12 .suffix-2 {
|
||||
padding-right: 0;
|
||||
padding-left: 120px;
|
||||
}
|
||||
|
||||
.container-12 .suffix-3 {
|
||||
padding-right: 0;
|
||||
padding-left: 180px;
|
||||
}
|
||||
|
||||
.container-12 .suffix-4 {
|
||||
padding-right: 0;
|
||||
padding-left: 240px;
|
||||
}
|
||||
|
||||
.container-12 .suffix-5 {
|
||||
padding-right: 0;
|
||||
padding-left: 300px;
|
||||
}
|
||||
|
||||
.container-12 .suffix-6 {
|
||||
padding-right: 0;
|
||||
padding-left: 360px;
|
||||
}
|
||||
|
||||
.container-12 .suffix-7 {
|
||||
padding-right: 0;
|
||||
padding-left: 420px;
|
||||
}
|
||||
|
||||
.container-12 .suffix-8 {
|
||||
padding-right: 0;
|
||||
padding-left: 480px;
|
||||
}
|
||||
|
||||
.container-12 .suffix-9 {
|
||||
padding-right: 0;
|
||||
padding-left: 540px;
|
||||
}
|
||||
|
||||
.container-12 .suffix-10 {
|
||||
padding-right: 0;
|
||||
padding-left: 600px;
|
||||
}
|
||||
|
||||
.container-12 .suffix-11 {
|
||||
padding-right: 0;
|
||||
padding-left: 660px;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Push
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.container-12 .push-1 {
|
||||
right: 60px;
|
||||
}
|
||||
|
||||
.container-12 .push-2 {
|
||||
right: 120px;
|
||||
}
|
||||
|
||||
.container-12 .push-3 {
|
||||
right: 180px;
|
||||
}
|
||||
|
||||
.container-12 .push-4 {
|
||||
right: 240px;
|
||||
}
|
||||
|
||||
.container-12 .push-5 {
|
||||
right: 300px;
|
||||
}
|
||||
|
||||
.container-12 .push-6 {
|
||||
right: 360px;
|
||||
}
|
||||
|
||||
.container-12 .push-7 {
|
||||
right: 420px;
|
||||
}
|
||||
|
||||
.container-12 .push-8 {
|
||||
right: 480px;
|
||||
}
|
||||
|
||||
.container-12 .push-9 {
|
||||
right: 540px;
|
||||
}
|
||||
|
||||
.container-12 .push-10 {
|
||||
right: 600px;
|
||||
}
|
||||
|
||||
.container-12 .push-11 {
|
||||
right: 660px;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Pull
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.container-12 .pull-1 {
|
||||
right: -60px;
|
||||
}
|
||||
|
||||
.container-12 .pull-2 {
|
||||
right: -120px;
|
||||
}
|
||||
|
||||
.container-12 .pull-3 {
|
||||
right: -180px;
|
||||
}
|
||||
|
||||
.container-12 .pull-4 {
|
||||
right: -240px;
|
||||
}
|
||||
|
||||
.container-12 .pull-5 {
|
||||
right: -300px;
|
||||
}
|
||||
|
||||
.container-12 .pull-6 {
|
||||
right: -360px;
|
||||
}
|
||||
|
||||
.container-12 .pull-7 {
|
||||
right: -420px;
|
||||
}
|
||||
|
||||
.container-12 .pull-8 {
|
||||
right: -480px;
|
||||
}
|
||||
|
||||
.container-12 .pull-9 {
|
||||
right: -540px;
|
||||
}
|
||||
|
||||
.container-12 .pull-10 {
|
||||
right: -600px;
|
||||
}
|
||||
|
||||
.container-12 .pull-11 {
|
||||
right: -660px;
|
||||
}
|
||||
@@ -0,0 +1,304 @@
|
||||
/*
|
||||
* ==========================================================
|
||||
* Grid
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.grid-1, .grid-2, .grid-3, .grid-4, .grid-5, .grid-6, .grid-7, .grid-8, .grid-9, .grid-10,
|
||||
.grid-11, .grid-12 {
|
||||
display: inline;
|
||||
float: left;
|
||||
position: relative;
|
||||
margin-left: 10px;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.push-1, .pull-1, .push-2, .pull-2, .push-3, .pull-3, .push-4, .pull-4,
|
||||
.push-5, .pull-5, .push-6, .pull-6, .push-7, .pull-7, .push-8, .pull-8,
|
||||
.push-9, .pull-9, .push-10, .pull-10, .push-11, .pull-11, .push-12, .pull-12 {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Alpha - Omega
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.alpha {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.omega {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Container
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
body {
|
||||
min-width: 720px;
|
||||
}
|
||||
|
||||
.container-12 {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
width: 720px;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Columns
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.container-12 .grid-1 {
|
||||
width: 40px;
|
||||
}
|
||||
|
||||
.container-12 .grid-2 {
|
||||
width: 100px;
|
||||
}
|
||||
|
||||
.container-12 .grid-3 {
|
||||
width: 160px;
|
||||
}
|
||||
|
||||
.container-12 .grid-4 {
|
||||
width: 220px;
|
||||
}
|
||||
|
||||
.container-12 .grid-5 {
|
||||
width: 280px;
|
||||
}
|
||||
|
||||
.container-12 .grid-6 {
|
||||
width: 340px;
|
||||
}
|
||||
|
||||
.container-12 .grid-7 {
|
||||
width: 400px;
|
||||
}
|
||||
|
||||
.container-12 .grid-8 {
|
||||
width: 460px;
|
||||
}
|
||||
|
||||
.container-12 .grid-9 {
|
||||
width: 520px;
|
||||
}
|
||||
|
||||
.container-12 .grid-10 {
|
||||
width: 580px;
|
||||
}
|
||||
|
||||
.container-12 .grid-11 {
|
||||
width: 640px;
|
||||
}
|
||||
|
||||
.container-12 .grid-12 {
|
||||
width: 700px;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Prefix
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.container-12 .prefix-1 {
|
||||
padding-left: 60px;
|
||||
}
|
||||
|
||||
.container-12 .prefix-2 {
|
||||
padding-left: 120px;
|
||||
}
|
||||
|
||||
.container-12 .prefix-3 {
|
||||
padding-left: 180px;
|
||||
}
|
||||
|
||||
.container-12 .prefix-4 {
|
||||
padding-left: 240px;
|
||||
}
|
||||
|
||||
.container-12 .prefix-5 {
|
||||
padding-left: 300px;
|
||||
}
|
||||
|
||||
.container-12 .prefix-6 {
|
||||
padding-left: 360px;
|
||||
}
|
||||
|
||||
.container-12 .prefix-7 {
|
||||
padding-left: 420px;
|
||||
}
|
||||
|
||||
.container-12 .prefix-8 {
|
||||
padding-left: 480px;
|
||||
}
|
||||
|
||||
.container-12 .prefix-9 {
|
||||
padding-left: 540px;
|
||||
}
|
||||
|
||||
.container-12 .prefix-10 {
|
||||
padding-left: 600px;
|
||||
}
|
||||
|
||||
.container-12 .prefix-11 {
|
||||
padding-left: 660px;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Suffix
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.container-12 .suffix-1 {
|
||||
padding-right: 60px;
|
||||
}
|
||||
|
||||
.container-12 .suffix-2 {
|
||||
padding-right: 120px;
|
||||
}
|
||||
|
||||
.container-12 .suffix-3 {
|
||||
padding-right: 180px;
|
||||
}
|
||||
|
||||
.container-12 .suffix-4 {
|
||||
padding-right: 240px;
|
||||
}
|
||||
|
||||
.container-12 .suffix-5 {
|
||||
padding-right: 300px;
|
||||
}
|
||||
|
||||
.container-12 .suffix-6 {
|
||||
padding-right: 360px;
|
||||
}
|
||||
|
||||
.container-12 .suffix-7 {
|
||||
padding-right: 420px;
|
||||
}
|
||||
|
||||
.container-12 .suffix-8 {
|
||||
padding-right: 480px;
|
||||
}
|
||||
|
||||
.container-12 .suffix-9 {
|
||||
padding-right: 540px;
|
||||
}
|
||||
|
||||
.container-12 .suffix-10 {
|
||||
padding-right: 600px;
|
||||
}
|
||||
|
||||
.container-12 .suffix-11 {
|
||||
padding-right: 660px;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Push
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.container-12 .push-1 {
|
||||
left: 60px;
|
||||
}
|
||||
|
||||
.container-12 .push-2 {
|
||||
left: 120px;
|
||||
}
|
||||
|
||||
.container-12 .push-3 {
|
||||
left: 180px;
|
||||
}
|
||||
|
||||
.container-12 .push-4 {
|
||||
left: 240px;
|
||||
}
|
||||
|
||||
.container-12 .push-5 {
|
||||
left: 300px;
|
||||
}
|
||||
|
||||
.container-12 .push-6 {
|
||||
left: 360px;
|
||||
}
|
||||
|
||||
.container-12 .push-7 {
|
||||
left: 420px;
|
||||
}
|
||||
|
||||
.container-12 .push-8 {
|
||||
left: 480px;
|
||||
}
|
||||
|
||||
.container-12 .push-9 {
|
||||
left: 540px;
|
||||
}
|
||||
|
||||
.container-12 .push-10 {
|
||||
left: 600px;
|
||||
}
|
||||
|
||||
.container-12 .push-11 {
|
||||
left: 660px;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Pull
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.container-12 .pull-1 {
|
||||
left: -60px;
|
||||
}
|
||||
|
||||
.container-12 .pull-2 {
|
||||
left: -120px;
|
||||
}
|
||||
|
||||
.container-12 .pull-3 {
|
||||
left: -180px;
|
||||
}
|
||||
|
||||
.container-12 .pull-4 {
|
||||
left: -240px;
|
||||
}
|
||||
|
||||
.container-12 .pull-5 {
|
||||
left: -300px;
|
||||
}
|
||||
|
||||
.container-12 .pull-6 {
|
||||
left: -360px;
|
||||
}
|
||||
|
||||
.container-12 .pull-7 {
|
||||
left: -420px;
|
||||
}
|
||||
|
||||
.container-12 .pull-8 {
|
||||
left: -480px;
|
||||
}
|
||||
|
||||
.container-12 .pull-9 {
|
||||
left: -540px;
|
||||
}
|
||||
|
||||
.container-12 .pull-10 {
|
||||
left: -600px;
|
||||
}
|
||||
|
||||
.container-12 .pull-11 {
|
||||
left: -660px;
|
||||
}
|
||||
|
After Width: | Height: | Size: 935 B |
@@ -0,0 +1,320 @@
|
||||
/*
|
||||
* ==========================================================
|
||||
* Grid
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.grid-1, .grid-2, .grid-3, .grid-4, .grid-5, .grid-6, .grid-7, .grid-8, .grid-9, .grid-10,
|
||||
.grid-11, .grid-12, .grid-13, .grid-14, .grid-15, .grid-16 {
|
||||
float: right;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Alpha - Omega
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.omega {
|
||||
margin-right: 10px;
|
||||
margin-left: 0 !important;
|
||||
}
|
||||
|
||||
.alpha {
|
||||
margin-left: 10px;
|
||||
margin-right: 0 !important;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Prefix
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.container-16 .prefix-1 {
|
||||
padding-left: 0;
|
||||
padding-right: 45px;
|
||||
}
|
||||
|
||||
.container-16 .prefix-2 {
|
||||
padding-left: 0;
|
||||
padding-right: 90px;
|
||||
}
|
||||
|
||||
.container-16 .prefix-3 {
|
||||
padding-left: 0;
|
||||
padding-right: 135px;
|
||||
}
|
||||
|
||||
.container-16 .prefix-4 {
|
||||
padding-left: 0;
|
||||
padding-right: 180px;
|
||||
}
|
||||
|
||||
.container-16 .prefix-5 {
|
||||
padding-left: 0;
|
||||
padding-right: 225px;
|
||||
}
|
||||
|
||||
.container-16 .prefix-6 {
|
||||
padding-left: 0;
|
||||
padding-right: 270px;
|
||||
}
|
||||
|
||||
.container-16 .prefix-7 {
|
||||
padding-left: 0;
|
||||
padding-right: 315px;
|
||||
}
|
||||
|
||||
.container-16 .prefix-8 {
|
||||
padding-left: 0;
|
||||
padding-right: 360px;
|
||||
}
|
||||
|
||||
.container-16 .prefix-9 {
|
||||
padding-left: 0;
|
||||
padding-right: 405px;
|
||||
}
|
||||
|
||||
.container-16 .prefix-10 {
|
||||
padding-left: 0;
|
||||
padding-right: 450px;
|
||||
}
|
||||
|
||||
.container-16 .prefix-11 {
|
||||
padding-left: 0;
|
||||
padding-right: 495px;
|
||||
}
|
||||
|
||||
.container-16 .prefix-12 {
|
||||
padding-left: 0;
|
||||
padding-right: 540px;
|
||||
}
|
||||
|
||||
.container-16 .prefix-13 {
|
||||
padding-left: 0;
|
||||
padding-right: 585px;
|
||||
}
|
||||
|
||||
.container-16 .prefix-14 {
|
||||
padding-left: 0;
|
||||
padding-right: 630px;
|
||||
}
|
||||
|
||||
.container-16 .prefix-15 {
|
||||
padding-left: 0;
|
||||
padding-right: 675px;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Suffix
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.container-16 .suffix-1 {
|
||||
padding-right: 0;
|
||||
padding-left: 45px;
|
||||
}
|
||||
|
||||
.container-16 .suffix-2 {
|
||||
padding-right: 0;
|
||||
padding-left: 90px;
|
||||
}
|
||||
|
||||
.container-16 .suffix-3 {
|
||||
padding-right: 0;
|
||||
padding-left: 135px;
|
||||
}
|
||||
|
||||
.container-16 .suffix-4 {
|
||||
padding-right: 0;
|
||||
padding-left: 180px;
|
||||
}
|
||||
|
||||
.container-16 .suffix-5 {
|
||||
padding-right: 0;
|
||||
padding-left: 225px;
|
||||
}
|
||||
|
||||
.container-16 .suffix-6 {
|
||||
padding-right: 0;
|
||||
padding-left: 270px;
|
||||
}
|
||||
|
||||
.container-16 .suffix-7 {
|
||||
padding-right: 0;
|
||||
padding-left: 315px;
|
||||
}
|
||||
|
||||
.container-16 .suffix-8 {
|
||||
padding-right: 0;
|
||||
padding-left: 360px;
|
||||
}
|
||||
|
||||
.container-16 .suffix-9 {
|
||||
padding-right: 0;
|
||||
padding-left: 405px;
|
||||
}
|
||||
|
||||
.container-16 .suffix-10 {
|
||||
padding-right: 0;
|
||||
padding-left: 450px;
|
||||
}
|
||||
|
||||
.container-16 .suffix-11 {
|
||||
padding-right: 0;
|
||||
padding-left: 495px;
|
||||
}
|
||||
|
||||
.container-16 .suffix-12 {
|
||||
padding-right: 0;
|
||||
padding-left: 540px;
|
||||
}
|
||||
|
||||
.container-16 .suffix-13 {
|
||||
padding-right: 0;
|
||||
padding-left: 585px;
|
||||
}
|
||||
|
||||
.container-16 .suffix-14 {
|
||||
padding-right: 0;
|
||||
padding-left: 630px;
|
||||
}
|
||||
|
||||
.container-16 .suffix-15 {
|
||||
padding-right: 0;
|
||||
padding-left: 675px;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Push
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.container-16 .push-1 {
|
||||
right: 45px;
|
||||
}
|
||||
|
||||
.container-16 .push-2 {
|
||||
right: 90px;
|
||||
}
|
||||
|
||||
.container-16 .push-3 {
|
||||
right: 135px;
|
||||
}
|
||||
|
||||
.container-16 .push-4 {
|
||||
right: 180px;
|
||||
}
|
||||
|
||||
.container-16 .push-5 {
|
||||
right: 225px;
|
||||
}
|
||||
|
||||
.container-16 .push-6 {
|
||||
right: 270px;
|
||||
}
|
||||
|
||||
.container-16 .push-7 {
|
||||
right: 315px;
|
||||
}
|
||||
|
||||
.container-16 .push-8 {
|
||||
right: 360px;
|
||||
}
|
||||
|
||||
.container-16 .push-9 {
|
||||
right: 405px;
|
||||
}
|
||||
|
||||
.container-16 .push-10 {
|
||||
right: 450px;
|
||||
}
|
||||
|
||||
.container-16 .push-11 {
|
||||
right: 495px;
|
||||
}
|
||||
|
||||
.container-16 .push-12 {
|
||||
right: 540px;
|
||||
}
|
||||
|
||||
.container-16 .push-13 {
|
||||
right: 585px;
|
||||
}
|
||||
|
||||
.container-16 .push-14 {
|
||||
right: 630px;
|
||||
}
|
||||
|
||||
.container-16 .push-15 {
|
||||
right: 675px;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Pull
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.container-16 .pull-1 {
|
||||
right: -45px;
|
||||
}
|
||||
|
||||
.container-16 .pull-2 {
|
||||
right: -90px;
|
||||
}
|
||||
|
||||
.container-16 .pull-3 {
|
||||
right: -135px;
|
||||
}
|
||||
|
||||
.container-16 .pull-4 {
|
||||
right: -180px;
|
||||
}
|
||||
|
||||
.container-16 .pull-5 {
|
||||
right: -225px;
|
||||
}
|
||||
|
||||
.container-16 .pull-6 {
|
||||
right: -270px;
|
||||
}
|
||||
|
||||
.container-16 .pull-7 {
|
||||
right: -315px;
|
||||
}
|
||||
|
||||
.container-16 .pull-8 {
|
||||
right: -360px;
|
||||
}
|
||||
|
||||
.container-16 .pull-9 {
|
||||
right: -405px;
|
||||
}
|
||||
|
||||
.container-16 .pull-10 {
|
||||
right: -450px;
|
||||
}
|
||||
|
||||
.container-16 .pull-11 {
|
||||
right: -495px;
|
||||
}
|
||||
|
||||
.container-16 .pull-12 {
|
||||
right: -540px;
|
||||
}
|
||||
|
||||
.container-16 .pull-13 {
|
||||
right: -585px;
|
||||
}
|
||||
|
||||
.container-16 .pull-14 {
|
||||
right: -630px;
|
||||
}
|
||||
|
||||
.container-16 .pull-15 {
|
||||
right: -675px;
|
||||
}
|
||||
@@ -0,0 +1,385 @@
|
||||
/*
|
||||
* ==========================================================
|
||||
* Grid
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.grid-1, .grid-2, .grid-3, .grid-4, .grid-5, .grid-6, .grid-7, .grid-8, .grid-9, .grid-10,
|
||||
.grid-11, .grid-12, .grid-13, .grid-14, .grid-15, .grid-16 {
|
||||
display: inline;
|
||||
float: left;
|
||||
position: relative;
|
||||
margin-left: 10px;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.push-1, .pull-1, .push-2, .pull-2, .push-3, .pull-3, .push-4, .pull-4,
|
||||
.push-5, .pull-5, .push-6, .pull-6, .push-7, .pull-7, .push-8, .pull-8,
|
||||
.push-9, .pull-9, .push-10, .pull-10, .push-11, .pull-11, .push-12, .pull-12,
|
||||
.push-13, .pull-13, .push-14, .pull-14, .push-15, .pull-15, .push-16, .pull-16 {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Alpha - Omega
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.alpha {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.omega {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Container
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
body {
|
||||
min-width: 720px;
|
||||
}
|
||||
|
||||
.container-16 {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
width: 720px;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Columns
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.container-16 .grid-1 {
|
||||
width: 25px;
|
||||
}
|
||||
|
||||
.container-16 .grid-2 {
|
||||
width: 70px;
|
||||
}
|
||||
|
||||
.container-16 .grid-3 {
|
||||
width: 115px;
|
||||
}
|
||||
|
||||
.container-16 .grid-4 {
|
||||
width: 160px;
|
||||
}
|
||||
|
||||
.container-16 .grid-5 {
|
||||
width: 205px;
|
||||
}
|
||||
|
||||
.container-16 .grid-6 {
|
||||
width: 250px;
|
||||
}
|
||||
|
||||
.container-16 .grid-7 {
|
||||
width: 295px;
|
||||
}
|
||||
|
||||
.container-16 .grid-8 {
|
||||
width: 340px;
|
||||
}
|
||||
|
||||
.container-16 .grid-9 {
|
||||
width: 385px;
|
||||
}
|
||||
|
||||
.container-16 .grid-10 {
|
||||
width: 430px;
|
||||
}
|
||||
|
||||
.container-16 .grid-11 {
|
||||
width: 475px;
|
||||
}
|
||||
|
||||
.container-16 .grid-12 {
|
||||
width: 520px;
|
||||
}
|
||||
|
||||
.container-16 .grid-13 {
|
||||
width: 565px;
|
||||
}
|
||||
|
||||
.container-16 .grid-14 {
|
||||
width: 610px;
|
||||
}
|
||||
|
||||
.container-16 .grid-15 {
|
||||
width: 655px;
|
||||
}
|
||||
|
||||
.container-16 .grid-16 {
|
||||
width: 700px;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Prefix
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.container-16 .prefix-1 {
|
||||
padding-left: 45px;
|
||||
}
|
||||
|
||||
.container-16 .prefix-2 {
|
||||
padding-left: 90px;
|
||||
}
|
||||
|
||||
.container-16 .prefix-3 {
|
||||
padding-left: 135px;
|
||||
}
|
||||
|
||||
.container-16 .prefix-4 {
|
||||
padding-left: 180px;
|
||||
}
|
||||
|
||||
.container-16 .prefix-5 {
|
||||
padding-left: 225px;
|
||||
}
|
||||
|
||||
.container-16 .prefix-6 {
|
||||
padding-left: 270px;
|
||||
}
|
||||
|
||||
.container-16 .prefix-7 {
|
||||
padding-left: 315px;
|
||||
}
|
||||
|
||||
.container-16 .prefix-8 {
|
||||
padding-left: 360px;
|
||||
}
|
||||
|
||||
.container-16 .prefix-9 {
|
||||
padding-left: 405px;
|
||||
}
|
||||
|
||||
.container-16 .prefix-10 {
|
||||
padding-left: 450px;
|
||||
}
|
||||
|
||||
.container-16 .prefix-11 {
|
||||
padding-left: 495px;
|
||||
}
|
||||
|
||||
.container-16 .prefix-12 {
|
||||
padding-left: 540px;
|
||||
}
|
||||
|
||||
.container-16 .prefix-13 {
|
||||
padding-left: 585px;
|
||||
}
|
||||
|
||||
.container-16 .prefix-14 {
|
||||
padding-left: 630px;
|
||||
}
|
||||
|
||||
.container-16 .prefix-15 {
|
||||
padding-left: 675px;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Suffix
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.container-16 .suffix-1 {
|
||||
padding-right: 45px;
|
||||
}
|
||||
|
||||
.container-16 .suffix-2 {
|
||||
padding-right: 90px;
|
||||
}
|
||||
|
||||
.container-16 .suffix-3 {
|
||||
padding-right: 135px;
|
||||
}
|
||||
|
||||
.container-16 .suffix-4 {
|
||||
padding-right: 180px;
|
||||
}
|
||||
|
||||
.container-16 .suffix-5 {
|
||||
padding-right: 225px;
|
||||
}
|
||||
|
||||
.container-16 .suffix-6 {
|
||||
padding-right: 270px;
|
||||
}
|
||||
|
||||
.container-16 .suffix-7 {
|
||||
padding-right: 315px;
|
||||
}
|
||||
|
||||
.container-16 .suffix-8 {
|
||||
padding-right: 360px;
|
||||
}
|
||||
|
||||
.container-16 .suffix-9 {
|
||||
padding-right: 405px;
|
||||
}
|
||||
|
||||
.container-16 .suffix-10 {
|
||||
padding-right: 450px;
|
||||
}
|
||||
|
||||
.container-16 .suffix-11 {
|
||||
padding-right: 495px;
|
||||
}
|
||||
|
||||
.container-16 .suffix-12 {
|
||||
padding-right: 540px;
|
||||
}
|
||||
|
||||
.container-16 .suffix-13 {
|
||||
padding-right: 585px;
|
||||
}
|
||||
|
||||
.container-16 .suffix-14 {
|
||||
padding-right: 630px;
|
||||
}
|
||||
|
||||
.container-16 .suffix-15 {
|
||||
padding-right: 675px;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Push
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.container-16 .push-1 {
|
||||
left: 45px;
|
||||
}
|
||||
|
||||
.container-16 .push-2 {
|
||||
left: 90px;
|
||||
}
|
||||
|
||||
.container-16 .push-3 {
|
||||
left: 135px;
|
||||
}
|
||||
|
||||
.container-16 .push-4 {
|
||||
left: 180px;
|
||||
}
|
||||
|
||||
.container-16 .push-5 {
|
||||
left: 225px;
|
||||
}
|
||||
|
||||
.container-16 .push-6 {
|
||||
left: 270px;
|
||||
}
|
||||
|
||||
.container-16 .push-7 {
|
||||
left: 315px;
|
||||
}
|
||||
|
||||
.container-16 .push-8 {
|
||||
left: 360px;
|
||||
}
|
||||
|
||||
.container-16 .push-9 {
|
||||
left: 405px;
|
||||
}
|
||||
|
||||
.container-16 .push-10 {
|
||||
left: 450px;
|
||||
}
|
||||
|
||||
.container-16 .push-11 {
|
||||
left: 495px;
|
||||
}
|
||||
|
||||
.container-16 .push-12 {
|
||||
left: 540px;
|
||||
}
|
||||
|
||||
.container-16 .push-13 {
|
||||
left: 585px;
|
||||
}
|
||||
|
||||
.container-16 .push-14 {
|
||||
left: 630px;
|
||||
}
|
||||
|
||||
.container-16 .push-15 {
|
||||
left: 675px;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Pull
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.container-16 .pull-1 {
|
||||
left: -45px;
|
||||
}
|
||||
|
||||
.container-16 .pull-2 {
|
||||
left: -90px;
|
||||
}
|
||||
|
||||
.container-16 .pull-3 {
|
||||
left: -135px;
|
||||
}
|
||||
|
||||
.container-16 .pull-4 {
|
||||
left: -180px;
|
||||
}
|
||||
|
||||
.container-16 .pull-5 {
|
||||
left: -225px;
|
||||
}
|
||||
|
||||
.container-16 .pull-6 {
|
||||
left: -270px;
|
||||
}
|
||||
|
||||
.container-16 .pull-7 {
|
||||
left: -315px;
|
||||
}
|
||||
|
||||
.container-16 .pull-8 {
|
||||
left: -360px;
|
||||
}
|
||||
|
||||
.container-16 .pull-9 {
|
||||
left: -405px;
|
||||
}
|
||||
|
||||
.container-16 .pull-10 {
|
||||
left: -450px;
|
||||
}
|
||||
|
||||
.container-16 .pull-11 {
|
||||
left: -495px;
|
||||
}
|
||||
|
||||
.container-16 .pull-12 {
|
||||
left: -540px;
|
||||
}
|
||||
|
||||
.container-16 .pull-13 {
|
||||
left: -585px;
|
||||
}
|
||||
|
||||
.container-16 .pull-14 {
|
||||
left: -630px;
|
||||
}
|
||||
|
||||
.container-16 .pull-15 {
|
||||
left: -675px;
|
||||
}
|
||||
|
After Width: | Height: | Size: 935 B |
@@ -0,0 +1,465 @@
|
||||
/*
|
||||
* ==========================================================
|
||||
* Grid
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.grid-1, .grid-2, .grid-3, .grid-4, .grid-5, .grid-6, .grid-7, .grid-8, .grid-9, .grid-10,
|
||||
.grid-11, .grid-12, .grid-13, .grid-14, .grid-15, .grid-16, .grid-17, .grid-18, .grid-19,
|
||||
.grid-20, .grid-21, .grid-22, .grid-23, .grid-24 {
|
||||
float: right;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Alpha - Omega
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.omega {
|
||||
margin-right: 10px;
|
||||
margin-left: 0 !important;
|
||||
}
|
||||
|
||||
.alpha {
|
||||
margin-left: 10px;
|
||||
margin-right: 0 !important;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Prefix
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.container-24 .prefix-1 {
|
||||
padding-left: 0;
|
||||
padding-right: 30px;
|
||||
}
|
||||
|
||||
.container-24 .prefix-2 {
|
||||
padding-left: 0;
|
||||
padding-right: 60px;
|
||||
}
|
||||
|
||||
.container-24 .prefix-3 {
|
||||
padding-left: 0;
|
||||
padding-right: 90px;
|
||||
}
|
||||
|
||||
.container-24 .prefix-4 {
|
||||
padding-left: 0;
|
||||
padding-right: 120px;
|
||||
}
|
||||
|
||||
.container-24 .prefix-5 {
|
||||
padding-left: 0;
|
||||
padding-right: 150px;
|
||||
}
|
||||
|
||||
.container-24 .prefix-6 {
|
||||
padding-left: 0;
|
||||
padding-right: 180px;
|
||||
}
|
||||
|
||||
.container-24 .prefix-7 {
|
||||
padding-left: 0;
|
||||
padding-right: 210px;
|
||||
}
|
||||
|
||||
.container-24 .prefix-8 {
|
||||
padding-left: 0;
|
||||
padding-right: 240px;
|
||||
}
|
||||
|
||||
.container-24 .prefix-9 {
|
||||
padding-left: 0;
|
||||
padding-right: 270px;
|
||||
}
|
||||
|
||||
.container-24 .prefix-10 {
|
||||
padding-left: 0;
|
||||
padding-right: 300px;
|
||||
}
|
||||
|
||||
.container-24 .prefix-11 {
|
||||
padding-left: 0;
|
||||
padding-right: 330px;
|
||||
}
|
||||
|
||||
.container-24 .prefix-12 {
|
||||
padding-left: 0;
|
||||
padding-right: 360px;
|
||||
}
|
||||
|
||||
.container-24 .prefix-13 {
|
||||
padding-left: 0;
|
||||
padding-right: 390px;
|
||||
}
|
||||
|
||||
.container-24 .prefix-14 {
|
||||
padding-left: 0;
|
||||
padding-right: 420px;
|
||||
}
|
||||
|
||||
.container-24 .prefix-15 {
|
||||
padding-left: 0;
|
||||
padding-right: 450px;
|
||||
}
|
||||
|
||||
.container-24 .prefix-16 {
|
||||
padding-left: 0;
|
||||
padding-right: 480px;
|
||||
}
|
||||
|
||||
.container-24 .prefix-17 {
|
||||
padding-left: 0;
|
||||
padding-right: 510px;
|
||||
}
|
||||
|
||||
.container-24 .prefix-18 {
|
||||
padding-left: 0;
|
||||
padding-right: 540px;
|
||||
}
|
||||
|
||||
.container-24 .prefix-19 {
|
||||
padding-left: 0;
|
||||
padding-right: 570px;
|
||||
}
|
||||
|
||||
.container-24 .prefix-20 {
|
||||
padding-left: 0;
|
||||
padding-right: 600px;
|
||||
}
|
||||
|
||||
.container-24 .prefix-21 {
|
||||
padding-left: 0;
|
||||
padding-right: 630px;
|
||||
}
|
||||
|
||||
.container-24 .prefix-22 {
|
||||
padding-left: 0;
|
||||
padding-right: 660px;
|
||||
}
|
||||
|
||||
.container-24 .prefix-23 {
|
||||
padding-left: 0;
|
||||
padding-right: 690px;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Suffix
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.container-24 .suffix-1 {
|
||||
padding-right: 0;
|
||||
padding-left: 30px;
|
||||
}
|
||||
|
||||
.container-24 .suffix-2 {
|
||||
padding-right: 0;
|
||||
padding-left: 60px;
|
||||
}
|
||||
|
||||
.container-24 .suffix-3 {
|
||||
padding-right: 0;
|
||||
padding-left: 90px;
|
||||
}
|
||||
|
||||
.container-24 .suffix-4 {
|
||||
padding-right: 0;
|
||||
padding-left: 120px;
|
||||
}
|
||||
|
||||
.container-24 .suffix-5 {
|
||||
padding-right: 0;
|
||||
padding-left: 150px;
|
||||
}
|
||||
|
||||
.container-24 .suffix-6 {
|
||||
padding-right: 0;
|
||||
padding-left: 180px;
|
||||
}
|
||||
|
||||
.container-24 .suffix-7 {
|
||||
padding-right: 0;
|
||||
padding-left: 210px;
|
||||
}
|
||||
|
||||
.container-24 .suffix-8 {
|
||||
padding-right: 0;
|
||||
padding-left: 240px;
|
||||
}
|
||||
|
||||
.container-24 .suffix-9 {
|
||||
padding-right: 0;
|
||||
padding-left: 270px;
|
||||
}
|
||||
|
||||
.container-24 .suffix-10 {
|
||||
padding-right: 0;
|
||||
padding-left: 300px;
|
||||
}
|
||||
|
||||
.container-24 .suffix-11 {
|
||||
padding-right: 0;
|
||||
padding-left: 330px;
|
||||
}
|
||||
|
||||
.container-24 .suffix-12 {
|
||||
padding-right: 0;
|
||||
padding-left: 360px;
|
||||
}
|
||||
|
||||
.container-24 .suffix-13 {
|
||||
padding-right: 0;
|
||||
padding-left: 390px;
|
||||
}
|
||||
|
||||
.container-24 .suffix-14 {
|
||||
padding-right: 0;
|
||||
padding-left: 420px;
|
||||
}
|
||||
|
||||
.container-24 .suffix-15 {
|
||||
padding-right: 0;
|
||||
padding-left: 450px;
|
||||
}
|
||||
|
||||
.container-24 .suffix-16 {
|
||||
padding-right: 0;
|
||||
padding-left: 480px;
|
||||
}
|
||||
|
||||
.container-24 .suffix-17 {
|
||||
padding-right: 0;
|
||||
padding-left: 510px;
|
||||
}
|
||||
|
||||
.container-24 .suffix-18 {
|
||||
padding-right: 0;
|
||||
padding-left: 540px;
|
||||
}
|
||||
|
||||
.container-24 .suffix-19 {
|
||||
padding-right: 0;
|
||||
padding-left: 570px;
|
||||
}
|
||||
|
||||
.container-24 .suffix-20 {
|
||||
padding-right: 0;
|
||||
padding-left: 600px;
|
||||
}
|
||||
|
||||
.container-24 .suffix-21 {
|
||||
padding-right: 0;
|
||||
padding-left: 630px;
|
||||
}
|
||||
|
||||
.container-24 .suffix-22 {
|
||||
padding-right: 0;
|
||||
padding-left: 660px;
|
||||
}
|
||||
|
||||
.container-24 .suffix-23 {
|
||||
padding-right: 0;
|
||||
padding-left: 690px;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Push
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.container-24 .push-1 {
|
||||
right: 30px;
|
||||
}
|
||||
|
||||
.container-24 .push-2 {
|
||||
right: 60px;
|
||||
}
|
||||
|
||||
.container-24 .push-3 {
|
||||
right: 90px;
|
||||
}
|
||||
|
||||
.container-24 .push-4 {
|
||||
right: 120px;
|
||||
}
|
||||
|
||||
.container-24 .push-5 {
|
||||
right: 150px;
|
||||
}
|
||||
|
||||
.container-24 .push-6 {
|
||||
right: 180px;
|
||||
}
|
||||
|
||||
.container-24 .push-7 {
|
||||
right: 210px;
|
||||
}
|
||||
|
||||
.container-24 .push-8 {
|
||||
right: 240px;
|
||||
}
|
||||
|
||||
.container-24 .push-9 {
|
||||
right: 270px;
|
||||
}
|
||||
|
||||
.container-24 .push-10 {
|
||||
right: 300px;
|
||||
}
|
||||
|
||||
.container-24 .push-11 {
|
||||
right: 330px;
|
||||
}
|
||||
|
||||
.container-24 .push-12 {
|
||||
right: 360px;
|
||||
}
|
||||
|
||||
.container-24 .push-13 {
|
||||
right: 390px;
|
||||
}
|
||||
|
||||
.container-24 .push-14 {
|
||||
right: 420px;
|
||||
}
|
||||
|
||||
.container-24 .push-15 {
|
||||
right: 450px;
|
||||
}
|
||||
|
||||
.container-24 .push-16 {
|
||||
right: 480px;
|
||||
}
|
||||
|
||||
.container-24 .push-17 {
|
||||
right: 510px;
|
||||
}
|
||||
|
||||
.container-24 .push-18 {
|
||||
right: 540px;
|
||||
}
|
||||
|
||||
.container-24 .push-19 {
|
||||
right: 570px;
|
||||
}
|
||||
|
||||
.container-24 .push-20 {
|
||||
right: 600px;
|
||||
}
|
||||
|
||||
.container-24 .push-21 {
|
||||
right: 630px;
|
||||
}
|
||||
|
||||
.container-24 .push-22 {
|
||||
right: 660px;
|
||||
}
|
||||
|
||||
.container-24 .push-23 {
|
||||
right: 690px;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Pull
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.container-24 .pull-1 {
|
||||
right: -30px;
|
||||
}
|
||||
|
||||
.container-24 .pull-2 {
|
||||
right: -60px;
|
||||
}
|
||||
|
||||
.container-24 .pull-3 {
|
||||
right: -90px;
|
||||
}
|
||||
|
||||
.container-24 .pull-4 {
|
||||
right: -120px;
|
||||
}
|
||||
|
||||
.container-24 .pull-5 {
|
||||
right: -150px;
|
||||
}
|
||||
|
||||
.container-24 .pull-6 {
|
||||
right: -180px;
|
||||
}
|
||||
|
||||
.container-24 .pull-7 {
|
||||
right: -210px;
|
||||
}
|
||||
|
||||
.container-24 .pull-8 {
|
||||
right: -240px;
|
||||
}
|
||||
|
||||
.container-24 .pull-9 {
|
||||
right: -270px;
|
||||
}
|
||||
|
||||
.container-24 .pull-10 {
|
||||
right: -300px;
|
||||
}
|
||||
|
||||
.container-24 .pull-11 {
|
||||
right: -330px;
|
||||
}
|
||||
|
||||
.container-24 .pull-12 {
|
||||
right: -360px;
|
||||
}
|
||||
|
||||
.container-24 .pull-13 {
|
||||
right: -390px;
|
||||
}
|
||||
|
||||
.container-24 .pull-14 {
|
||||
right: -420px;
|
||||
}
|
||||
|
||||
.container-24 .pull-15 {
|
||||
right: -450px;
|
||||
}
|
||||
|
||||
.container-24 .pull-16 {
|
||||
right: -480px;
|
||||
}
|
||||
|
||||
.container-24 .pull-17 {
|
||||
right: -510px;
|
||||
}
|
||||
|
||||
.container-24 .pull-18 {
|
||||
right: -540px;
|
||||
}
|
||||
|
||||
.container-24 .pull-19 {
|
||||
right: -570px;
|
||||
}
|
||||
|
||||
.container-24 .pull-20 {
|
||||
right: -600px;
|
||||
}
|
||||
|
||||
.container-24 .pull-21 {
|
||||
right: -630px;
|
||||
}
|
||||
|
||||
.container-24 .pull-22 {
|
||||
right: -660px;
|
||||
}
|
||||
|
||||
.container-24 .pull-23 {
|
||||
right: -690px;
|
||||
}
|
||||
@@ -0,0 +1,548 @@
|
||||
/*
|
||||
* ==========================================================
|
||||
* Grid
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.grid-1, .grid-2, .grid-3, .grid-4, .grid-5, .grid-6, .grid-7, .grid-8, .grid-9, .grid-10,
|
||||
.grid-11, .grid-12, .grid-13, .grid-14, .grid-15, .grid-16, .grid-17, .grid-18, .grid-19,
|
||||
.grid-20, .grid-21, .grid-22, .grid-23, .grid-24 {
|
||||
display: inline;
|
||||
float: left;
|
||||
position: relative;
|
||||
margin-left: 10px;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.push-1, .pull-1, .push-2, .pull-2, .push-3, .pull-3, .push-4, .pull-4,
|
||||
.push-5, .pull-5, .push-6, .pull-6, .push-7, .pull-7, .push-8, .pull-8,
|
||||
.push-9, .pull-9, .push-10, .pull-10, .push-11, .pull-11, .push-12, .pull-12,
|
||||
.push-13, .pull-13, .push-14, .pull-14, .push-15, .pull-15, .push-16, .pull-16,
|
||||
.push-17, .pull-17, .push-18, .pull-18, .push-19, .pull-19, .push-20, .pull-20,
|
||||
.push-21, .pull-21, .push-22, .pull-22, .push-23, .pull-23, .push-24, .pull-24 {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Alpha - Omega
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.alpha {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.omega {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Container
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
body {
|
||||
min-width: 720px;
|
||||
}
|
||||
|
||||
.container-24 {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
width: 720px;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Columns
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.container-24 .grid-1 {
|
||||
width: 10px;
|
||||
}
|
||||
|
||||
.container-24 .grid-2 {
|
||||
width: 40px;
|
||||
}
|
||||
|
||||
.container-24 .grid-3 {
|
||||
width: 70px;
|
||||
}
|
||||
|
||||
.container-24 .grid-4 {
|
||||
width: 100px;
|
||||
}
|
||||
|
||||
.container-24 .grid-5 {
|
||||
width: 130px;
|
||||
}
|
||||
|
||||
.container-24 .grid-6 {
|
||||
width: 160px;
|
||||
}
|
||||
|
||||
.container-24 .grid-7 {
|
||||
width: 190px;
|
||||
}
|
||||
|
||||
.container-24 .grid-8 {
|
||||
width: 220px;
|
||||
}
|
||||
|
||||
.container-24 .grid-9 {
|
||||
width: 250px;
|
||||
}
|
||||
|
||||
.container-24 .grid-10 {
|
||||
width: 280px;
|
||||
}
|
||||
|
||||
.container-24 .grid-11 {
|
||||
width: 310px;
|
||||
}
|
||||
|
||||
.container-24 .grid-12 {
|
||||
width: 340px;
|
||||
}
|
||||
|
||||
.container-24 .grid-13 {
|
||||
width: 370px;
|
||||
}
|
||||
|
||||
.container-24 .grid-14 {
|
||||
width: 400px;
|
||||
}
|
||||
|
||||
.container-24 .grid-15 {
|
||||
width: 430px;
|
||||
}
|
||||
|
||||
.container-24 .grid-16 {
|
||||
width: 460px;
|
||||
}
|
||||
|
||||
.container-24 .grid-17 {
|
||||
width: 490px;
|
||||
}
|
||||
|
||||
.container-24 .grid-18 {
|
||||
width: 520px;
|
||||
}
|
||||
|
||||
.container-24 .grid-19 {
|
||||
width: 550px;
|
||||
}
|
||||
|
||||
.container-24 .grid-20 {
|
||||
width: 580px;
|
||||
}
|
||||
|
||||
.container-24 .grid-21 {
|
||||
width: 610px;
|
||||
}
|
||||
|
||||
.container-24 .grid-22 {
|
||||
width: 640px;
|
||||
}
|
||||
|
||||
.container-24 .grid-23 {
|
||||
width: 670px;
|
||||
}
|
||||
|
||||
.container-24 .grid-24 {
|
||||
width: 700px;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Prefix
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.container-24 .prefix-1 {
|
||||
padding-left: 30px;
|
||||
}
|
||||
|
||||
.container-24 .prefix-2 {
|
||||
padding-left: 60px;
|
||||
}
|
||||
|
||||
.container-24 .prefix-3 {
|
||||
padding-left: 90px;
|
||||
}
|
||||
|
||||
.container-24 .prefix-4 {
|
||||
padding-left: 120px;
|
||||
}
|
||||
|
||||
.container-24 .prefix-5 {
|
||||
padding-left: 150px;
|
||||
}
|
||||
|
||||
.container-24 .prefix-6 {
|
||||
padding-left: 180px;
|
||||
}
|
||||
|
||||
.container-24 .prefix-7 {
|
||||
padding-left: 210px;
|
||||
}
|
||||
|
||||
.container-24 .prefix-8 {
|
||||
padding-left: 240px;
|
||||
}
|
||||
|
||||
.container-24 .prefix-9 {
|
||||
padding-left: 270px;
|
||||
}
|
||||
|
||||
.container-24 .prefix-10 {
|
||||
padding-left: 300px;
|
||||
}
|
||||
|
||||
.container-24 .prefix-11 {
|
||||
padding-left: 330px;
|
||||
}
|
||||
|
||||
.container-24 .prefix-12 {
|
||||
padding-left: 360px;
|
||||
}
|
||||
|
||||
.container-24 .prefix-13 {
|
||||
padding-left: 390px;
|
||||
}
|
||||
|
||||
.container-24 .prefix-14 {
|
||||
padding-left: 420px;
|
||||
}
|
||||
|
||||
.container-24 .prefix-15 {
|
||||
padding-left: 450px;
|
||||
}
|
||||
|
||||
.container-24 .prefix-16 {
|
||||
padding-left: 480px;
|
||||
}
|
||||
|
||||
.container-24 .prefix-17 {
|
||||
padding-left: 510px;
|
||||
}
|
||||
|
||||
.container-24 .prefix-18 {
|
||||
padding-left: 540px;
|
||||
}
|
||||
|
||||
.container-24 .prefix-19 {
|
||||
padding-left: 570px;
|
||||
}
|
||||
|
||||
.container-24 .prefix-20 {
|
||||
padding-left: 600px;
|
||||
}
|
||||
|
||||
.container-24 .prefix-21 {
|
||||
padding-left: 630px;
|
||||
}
|
||||
|
||||
.container-24 .prefix-22 {
|
||||
padding-left: 660px;
|
||||
}
|
||||
|
||||
.container-24 .prefix-23 {
|
||||
padding-left: 690px;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Suffix
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.container-24 .suffix-1 {
|
||||
padding-right: 30px;
|
||||
}
|
||||
|
||||
.container-24 .suffix-2 {
|
||||
padding-right: 60px;
|
||||
}
|
||||
|
||||
.container-24 .suffix-3 {
|
||||
padding-right: 90px;
|
||||
}
|
||||
|
||||
.container-24 .suffix-4 {
|
||||
padding-right: 120px;
|
||||
}
|
||||
|
||||
.container-24 .suffix-5 {
|
||||
padding-right: 150px;
|
||||
}
|
||||
|
||||
.container-24 .suffix-6 {
|
||||
padding-right: 180px;
|
||||
}
|
||||
|
||||
.container-24 .suffix-7 {
|
||||
padding-right: 210px;
|
||||
}
|
||||
|
||||
.container-24 .suffix-8 {
|
||||
padding-right: 240px;
|
||||
}
|
||||
|
||||
.container-24 .suffix-9 {
|
||||
padding-right: 270px;
|
||||
}
|
||||
|
||||
.container-24 .suffix-10 {
|
||||
padding-right: 300px;
|
||||
}
|
||||
|
||||
.container-24 .suffix-11 {
|
||||
padding-right: 330px;
|
||||
}
|
||||
|
||||
.container-24 .suffix-12 {
|
||||
padding-right: 360px;
|
||||
}
|
||||
|
||||
.container-24 .suffix-13 {
|
||||
padding-right: 390px;
|
||||
}
|
||||
|
||||
.container-24 .suffix-14 {
|
||||
padding-right: 420px;
|
||||
}
|
||||
|
||||
.container-24 .suffix-15 {
|
||||
padding-right: 450px;
|
||||
}
|
||||
|
||||
.container-24 .suffix-16 {
|
||||
padding-right: 480px;
|
||||
}
|
||||
|
||||
.container-24 .suffix-17 {
|
||||
padding-right: 510px;
|
||||
}
|
||||
|
||||
.container-24 .suffix-18 {
|
||||
padding-right: 540px;
|
||||
}
|
||||
|
||||
.container-24 .suffix-19 {
|
||||
padding-right: 570px;
|
||||
}
|
||||
|
||||
.container-24 .suffix-20 {
|
||||
padding-right: 600px;
|
||||
}
|
||||
|
||||
.container-24 .suffix-21 {
|
||||
padding-right: 630px;
|
||||
}
|
||||
|
||||
.container-24 .suffix-22 {
|
||||
padding-right: 660px;
|
||||
}
|
||||
|
||||
.container-24 .suffix-23 {
|
||||
padding-right: 690px;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Push
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.container-24 .push-1 {
|
||||
left: 30px;
|
||||
}
|
||||
|
||||
.container-24 .push-2 {
|
||||
left: 60px;
|
||||
}
|
||||
|
||||
.container-24 .push-3 {
|
||||
left: 90px;
|
||||
}
|
||||
|
||||
.container-24 .push-4 {
|
||||
left: 120px;
|
||||
}
|
||||
|
||||
.container-24 .push-5 {
|
||||
left: 150px;
|
||||
}
|
||||
|
||||
.container-24 .push-6 {
|
||||
left: 180px;
|
||||
}
|
||||
|
||||
.container-24 .push-7 {
|
||||
left: 210px;
|
||||
}
|
||||
|
||||
.container-24 .push-8 {
|
||||
left: 240px;
|
||||
}
|
||||
|
||||
.container-24 .push-9 {
|
||||
left: 270px;
|
||||
}
|
||||
|
||||
.container-24 .push-10 {
|
||||
left: 300px;
|
||||
}
|
||||
|
||||
.container-24 .push-11 {
|
||||
left: 330px;
|
||||
}
|
||||
|
||||
.container-24 .push-12 {
|
||||
left: 360px;
|
||||
}
|
||||
|
||||
.container-24 .push-13 {
|
||||
left: 390px;
|
||||
}
|
||||
|
||||
.container-24 .push-14 {
|
||||
left: 420px;
|
||||
}
|
||||
|
||||
.container-24 .push-15 {
|
||||
left: 450px;
|
||||
}
|
||||
|
||||
.container-24 .push-16 {
|
||||
left: 480px;
|
||||
}
|
||||
|
||||
.container-24 .push-17 {
|
||||
left: 510px;
|
||||
}
|
||||
|
||||
.container-24 .push-18 {
|
||||
left: 540px;
|
||||
}
|
||||
|
||||
.container-24 .push-19 {
|
||||
left: 570px;
|
||||
}
|
||||
|
||||
.container-24 .push-20 {
|
||||
left: 600px;
|
||||
}
|
||||
|
||||
.container-24 .push-21 {
|
||||
left: 630px;
|
||||
}
|
||||
|
||||
.container-24 .push-22 {
|
||||
left: 660px;
|
||||
}
|
||||
|
||||
.container-24 .push-23 {
|
||||
left: 690px;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Pull
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.container-24 .pull-1 {
|
||||
left: -30px;
|
||||
}
|
||||
|
||||
.container-24 .pull-2 {
|
||||
left: -60px;
|
||||
}
|
||||
|
||||
.container-24 .pull-3 {
|
||||
left: -90px;
|
||||
}
|
||||
|
||||
.container-24 .pull-4 {
|
||||
left: -120px;
|
||||
}
|
||||
|
||||
.container-24 .pull-5 {
|
||||
left: -150px;
|
||||
}
|
||||
|
||||
.container-24 .pull-6 {
|
||||
left: -180px;
|
||||
}
|
||||
|
||||
.container-24 .pull-7 {
|
||||
left: -210px;
|
||||
}
|
||||
|
||||
.container-24 .pull-8 {
|
||||
left: -240px;
|
||||
}
|
||||
|
||||
.container-24 .pull-9 {
|
||||
left: -270px;
|
||||
}
|
||||
|
||||
.container-24 .pull-10 {
|
||||
left: -300px;
|
||||
}
|
||||
|
||||
.container-24 .pull-11 {
|
||||
left: -330px;
|
||||
}
|
||||
|
||||
.container-24 .pull-12 {
|
||||
left: -360px;
|
||||
}
|
||||
|
||||
.container-24 .pull-13 {
|
||||
left: -390px;
|
||||
}
|
||||
|
||||
.container-24 .pull-14 {
|
||||
left: -420px;
|
||||
}
|
||||
|
||||
.container-24 .pull-15 {
|
||||
left: -450px;
|
||||
}
|
||||
|
||||
.container-24 .pull-16 {
|
||||
left: -480px;
|
||||
}
|
||||
|
||||
.container-24 .pull-17 {
|
||||
left: -510px;
|
||||
}
|
||||
|
||||
.container-24 .pull-18 {
|
||||
left: -540px;
|
||||
}
|
||||
|
||||
.container-24 .pull-19 {
|
||||
left: -570px;
|
||||
}
|
||||
|
||||
.container-24 .pull-20 {
|
||||
left: -600px;
|
||||
}
|
||||
|
||||
.container-24 .pull-21 {
|
||||
left: -630px;
|
||||
}
|
||||
|
||||
.container-24 .pull-22 {
|
||||
left: -660px;
|
||||
}
|
||||
|
||||
.container-24 .pull-23 {
|
||||
left: -690px;
|
||||
}
|
||||
|
After Width: | Height: | Size: 935 B |
@@ -0,0 +1,248 @@
|
||||
/*
|
||||
* ==========================================================
|
||||
* Grid
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.grid-1, .grid-2, .grid-3, .grid-4, .grid-5, .grid-6, .grid-7, .grid-8, .grid-9, .grid-10,
|
||||
.grid-11, .grid-12 {
|
||||
float: right;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Alpha - Omega
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.omega {
|
||||
margin-right: 10px;
|
||||
margin-left: 0 !important;
|
||||
}
|
||||
|
||||
.alpha {
|
||||
margin-left: 10px;
|
||||
margin-right: 0 !important;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Prefix
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.container-12 .prefix-1 {
|
||||
padding-left: 0;
|
||||
padding-right: 80px;
|
||||
}
|
||||
|
||||
.container-12 .prefix-2 {
|
||||
padding-left: 0;
|
||||
padding-right: 160px;
|
||||
}
|
||||
|
||||
.container-12 .prefix-3 {
|
||||
padding-left: 0;
|
||||
padding-right: 240px;
|
||||
}
|
||||
|
||||
.container-12 .prefix-4 {
|
||||
padding-left: 0;
|
||||
padding-right: 320px;
|
||||
}
|
||||
|
||||
.container-12 .prefix-5 {
|
||||
padding-left: 0;
|
||||
padding-right: 400px;
|
||||
}
|
||||
|
||||
.container-12 .prefix-6 {
|
||||
padding-left: 0;
|
||||
padding-right: 480px;
|
||||
}
|
||||
|
||||
.container-12 .prefix-7 {
|
||||
padding-left: 0;
|
||||
padding-right: 560px;
|
||||
}
|
||||
|
||||
.container-12 .prefix-8 {
|
||||
padding-left: 0;
|
||||
padding-right: 640px;
|
||||
}
|
||||
|
||||
.container-12 .prefix-9 {
|
||||
padding-left: 0;
|
||||
padding-right: 720px;
|
||||
}
|
||||
|
||||
.container-12 .prefix-10 {
|
||||
padding-left: 0;
|
||||
padding-right: 800px;
|
||||
}
|
||||
|
||||
.container-12 .prefix-11 {
|
||||
padding-left: 0;
|
||||
padding-right: 880px;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Suffix
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.container-12 .suffix-1 {
|
||||
padding-right: 0;
|
||||
padding-left: 80px;
|
||||
}
|
||||
|
||||
.container-12 .suffix-2 {
|
||||
padding-right: 0;
|
||||
padding-left: 160px;
|
||||
}
|
||||
|
||||
.container-12 .suffix-3 {
|
||||
padding-right: 0;
|
||||
padding-left: 240px;
|
||||
}
|
||||
|
||||
.container-12 .suffix-4 {
|
||||
padding-right: 0;
|
||||
padding-left: 320px;
|
||||
}
|
||||
|
||||
.container-12 .suffix-5 {
|
||||
padding-right: 0;
|
||||
padding-left: 400px;
|
||||
}
|
||||
|
||||
.container-12 .suffix-6 {
|
||||
padding-right: 0;
|
||||
padding-left: 480px;
|
||||
}
|
||||
|
||||
.container-12 .suffix-7 {
|
||||
padding-right: 0;
|
||||
padding-left: 560px;
|
||||
}
|
||||
|
||||
.container-12 .suffix-8 {
|
||||
padding-right: 0;
|
||||
padding-left: 640px;
|
||||
}
|
||||
|
||||
.container-12 .suffix-9 {
|
||||
padding-right: 0;
|
||||
padding-left: 720px;
|
||||
}
|
||||
|
||||
.container-12 .suffix-10 {
|
||||
padding-right: 0;
|
||||
padding-left: 800px;
|
||||
}
|
||||
|
||||
.container-12 .suffix-11 {
|
||||
padding-right: 0;
|
||||
padding-left: 880px;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Push
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.container-12 .push-1 {
|
||||
right: 80px;
|
||||
}
|
||||
|
||||
.container-12 .push-2 {
|
||||
right: 160px;
|
||||
}
|
||||
|
||||
.container-12 .push-3 {
|
||||
right: 240px;
|
||||
}
|
||||
|
||||
.container-12 .push-4 {
|
||||
right: 320px;
|
||||
}
|
||||
|
||||
.container-12 .push-5 {
|
||||
right: 400px;
|
||||
}
|
||||
|
||||
.container-12 .push-6 {
|
||||
right: 480px;
|
||||
}
|
||||
|
||||
.container-12 .push-7 {
|
||||
right: 560px;
|
||||
}
|
||||
|
||||
.container-12 .push-8 {
|
||||
right: 640px;
|
||||
}
|
||||
|
||||
.container-12 .push-9 {
|
||||
right: 720px;
|
||||
}
|
||||
|
||||
.container-12 .push-10 {
|
||||
right: 800px;
|
||||
}
|
||||
|
||||
.container-12 .push-11 {
|
||||
right: 880px;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Pull
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.container-12 .pull-1 {
|
||||
right: -80px;
|
||||
}
|
||||
|
||||
.container-12 .pull-2 {
|
||||
right: -160px;
|
||||
}
|
||||
|
||||
.container-12 .pull-3 {
|
||||
right: -240px;
|
||||
}
|
||||
|
||||
.container-12 .pull-4 {
|
||||
right: -320px;
|
||||
}
|
||||
|
||||
.container-12 .pull-5 {
|
||||
right: -400px;
|
||||
}
|
||||
|
||||
.container-12 .pull-6 {
|
||||
right: -480px;
|
||||
}
|
||||
|
||||
.container-12 .pull-7 {
|
||||
right: -560px;
|
||||
}
|
||||
|
||||
.container-12 .pull-8 {
|
||||
right: -640px;
|
||||
}
|
||||
|
||||
.container-12 .pull-9 {
|
||||
right: -720px;
|
||||
}
|
||||
|
||||
.container-12 .pull-10 {
|
||||
right: -800px;
|
||||
}
|
||||
|
||||
.container-12 .pull-11 {
|
||||
right: -880px;
|
||||
}
|
||||
@@ -0,0 +1,304 @@
|
||||
/*
|
||||
* ==========================================================
|
||||
* Grid
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.grid-1, .grid-2, .grid-3, .grid-4, .grid-5, .grid-6, .grid-7, .grid-8, .grid-9, .grid-10,
|
||||
.grid-11, .grid-12 {
|
||||
display: inline;
|
||||
float: left;
|
||||
position: relative;
|
||||
margin-left: 10px;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.push-1, .pull-1, .push-2, .pull-2, .push-3, .pull-3, .push-4, .pull-4,
|
||||
.push-5, .pull-5, .push-6, .pull-6, .push-7, .pull-7, .push-8, .pull-8,
|
||||
.push-9, .pull-9, .push-10, .pull-10, .push-11, .pull-11, .push-12, .pull-12 {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Alpha - Omega
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.alpha {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.omega {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Container
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
body {
|
||||
min-width: 960px;
|
||||
}
|
||||
|
||||
.container-12 {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
width: 960px;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Columns
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.container-12 .grid-1 {
|
||||
width: 60px;
|
||||
}
|
||||
|
||||
.container-12 .grid-2 {
|
||||
width: 140px;
|
||||
}
|
||||
|
||||
.container-12 .grid-3 {
|
||||
width: 220px;
|
||||
}
|
||||
|
||||
.container-12 .grid-4 {
|
||||
width: 300px;
|
||||
}
|
||||
|
||||
.container-12 .grid-5 {
|
||||
width: 380px;
|
||||
}
|
||||
|
||||
.container-12 .grid-6 {
|
||||
width: 460px;
|
||||
}
|
||||
|
||||
.container-12 .grid-7 {
|
||||
width: 540px;
|
||||
}
|
||||
|
||||
.container-12 .grid-8 {
|
||||
width: 620px;
|
||||
}
|
||||
|
||||
.container-12 .grid-9 {
|
||||
width: 700px;
|
||||
}
|
||||
|
||||
.container-12 .grid-10 {
|
||||
width: 780px;
|
||||
}
|
||||
|
||||
.container-12 .grid-11 {
|
||||
width: 860px;
|
||||
}
|
||||
|
||||
.container-12 .grid-12 {
|
||||
width: 940px;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Prefix
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.container-12 .prefix-1 {
|
||||
padding-left: 80px;
|
||||
}
|
||||
|
||||
.container-12 .prefix-2 {
|
||||
padding-left: 160px;
|
||||
}
|
||||
|
||||
.container-12 .prefix-3 {
|
||||
padding-left: 240px;
|
||||
}
|
||||
|
||||
.container-12 .prefix-4 {
|
||||
padding-left: 320px;
|
||||
}
|
||||
|
||||
.container-12 .prefix-5 {
|
||||
padding-left: 400px;
|
||||
}
|
||||
|
||||
.container-12 .prefix-6 {
|
||||
padding-left: 480px;
|
||||
}
|
||||
|
||||
.container-12 .prefix-7 {
|
||||
padding-left: 560px;
|
||||
}
|
||||
|
||||
.container-12 .prefix-8 {
|
||||
padding-left: 640px;
|
||||
}
|
||||
|
||||
.container-12 .prefix-9 {
|
||||
padding-left: 720px;
|
||||
}
|
||||
|
||||
.container-12 .prefix-10 {
|
||||
padding-left: 800px;
|
||||
}
|
||||
|
||||
.container-12 .prefix-11 {
|
||||
padding-left: 880px;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Suffix
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.container-12 .suffix-1 {
|
||||
padding-right: 80px;
|
||||
}
|
||||
|
||||
.container-12 .suffix-2 {
|
||||
padding-right: 160px;
|
||||
}
|
||||
|
||||
.container-12 .suffix-3 {
|
||||
padding-right: 240px;
|
||||
}
|
||||
|
||||
.container-12 .suffix-4 {
|
||||
padding-right: 320px;
|
||||
}
|
||||
|
||||
.container-12 .suffix-5 {
|
||||
padding-right: 400px;
|
||||
}
|
||||
|
||||
.container-12 .suffix-6 {
|
||||
padding-right: 480px;
|
||||
}
|
||||
|
||||
.container-12 .suffix-7 {
|
||||
padding-right: 560px;
|
||||
}
|
||||
|
||||
.container-12 .suffix-8 {
|
||||
padding-right: 640px;
|
||||
}
|
||||
|
||||
.container-12 .suffix-9 {
|
||||
padding-right: 720px;
|
||||
}
|
||||
|
||||
.container-12 .suffix-10 {
|
||||
padding-right: 800px;
|
||||
}
|
||||
|
||||
.container-12 .suffix-11 {
|
||||
padding-right: 880px;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Push
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.container-12 .push-1 {
|
||||
left: 80px;
|
||||
}
|
||||
|
||||
.container-12 .push-2 {
|
||||
left: 160px;
|
||||
}
|
||||
|
||||
.container-12 .push-3 {
|
||||
left: 240px;
|
||||
}
|
||||
|
||||
.container-12 .push-4 {
|
||||
left: 320px;
|
||||
}
|
||||
|
||||
.container-12 .push-5 {
|
||||
left: 400px;
|
||||
}
|
||||
|
||||
.container-12 .push-6 {
|
||||
left: 480px;
|
||||
}
|
||||
|
||||
.container-12 .push-7 {
|
||||
left: 560px;
|
||||
}
|
||||
|
||||
.container-12 .push-8 {
|
||||
left: 640px;
|
||||
}
|
||||
|
||||
.container-12 .push-9 {
|
||||
left: 720px;
|
||||
}
|
||||
|
||||
.container-12 .push-10 {
|
||||
left: 800px;
|
||||
}
|
||||
|
||||
.container-12 .push-11 {
|
||||
left: 880px;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Pull
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.container-12 .pull-1 {
|
||||
left: -80px;
|
||||
}
|
||||
|
||||
.container-12 .pull-2 {
|
||||
left: -160px;
|
||||
}
|
||||
|
||||
.container-12 .pull-3 {
|
||||
left: -240px;
|
||||
}
|
||||
|
||||
.container-12 .pull-4 {
|
||||
left: -320px;
|
||||
}
|
||||
|
||||
.container-12 .pull-5 {
|
||||
left: -400px;
|
||||
}
|
||||
|
||||
.container-12 .pull-6 {
|
||||
left: -480px;
|
||||
}
|
||||
|
||||
.container-12 .pull-7 {
|
||||
left: -560px;
|
||||
}
|
||||
|
||||
.container-12 .pull-8 {
|
||||
left: -640px;
|
||||
}
|
||||
|
||||
.container-12 .pull-9 {
|
||||
left: -720px;
|
||||
}
|
||||
|
||||
.container-12 .pull-10 {
|
||||
left: -800px;
|
||||
}
|
||||
|
||||
.container-12 .pull-11 {
|
||||
left: -880px;
|
||||
}
|
||||
|
After Width: | Height: | Size: 935 B |
@@ -0,0 +1,320 @@
|
||||
/*
|
||||
* ==========================================================
|
||||
* Grid
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.grid-1, .grid-2, .grid-3, .grid-4, .grid-5, .grid-6, .grid-7, .grid-8, .grid-9, .grid-10,
|
||||
.grid-11, .grid-12, .grid-13, .grid-14, .grid-15, .grid-16 {
|
||||
float: right;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Alpha - Omega
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.omega {
|
||||
margin-right: 10px;
|
||||
margin-left: 0 !important;
|
||||
}
|
||||
|
||||
.alpha {
|
||||
margin-left: 10px;
|
||||
margin-right: 0 !important;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Prefix
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.container-16 .prefix-1 {
|
||||
padding-left: 0;
|
||||
padding-right: 60px;
|
||||
}
|
||||
|
||||
.container-16 .prefix-2 {
|
||||
padding-left: 0;
|
||||
padding-right: 120px;
|
||||
}
|
||||
|
||||
.container-16 .prefix-3 {
|
||||
padding-left: 0;
|
||||
padding-right: 180px;
|
||||
}
|
||||
|
||||
.container-16 .prefix-4 {
|
||||
padding-left: 0;
|
||||
padding-right: 240px;
|
||||
}
|
||||
|
||||
.container-16 .prefix-5 {
|
||||
padding-left: 0;
|
||||
padding-right: 300px;
|
||||
}
|
||||
|
||||
.container-16 .prefix-6 {
|
||||
padding-left: 0;
|
||||
padding-right: 360px;
|
||||
}
|
||||
|
||||
.container-16 .prefix-7 {
|
||||
padding-left: 0;
|
||||
padding-right: 420px;
|
||||
}
|
||||
|
||||
.container-16 .prefix-8 {
|
||||
padding-left: 0;
|
||||
padding-right: 480px;
|
||||
}
|
||||
|
||||
.container-16 .prefix-9 {
|
||||
padding-left: 0;
|
||||
padding-right: 540px;
|
||||
}
|
||||
|
||||
.container-16 .prefix-10 {
|
||||
padding-left: 0;
|
||||
padding-right: 600px;
|
||||
}
|
||||
|
||||
.container-16 .prefix-11 {
|
||||
padding-left: 0;
|
||||
padding-right: 660px;
|
||||
}
|
||||
|
||||
.container-16 .prefix-12 {
|
||||
padding-left: 0;
|
||||
padding-right: 720px;
|
||||
}
|
||||
|
||||
.container-16 .prefix-13 {
|
||||
padding-left: 0;
|
||||
padding-right: 780px;
|
||||
}
|
||||
|
||||
.container-16 .prefix-14 {
|
||||
padding-left: 0;
|
||||
padding-right: 840px;
|
||||
}
|
||||
|
||||
.container-16 .prefix-15 {
|
||||
padding-left: 0;
|
||||
padding-right: 900px;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Suffix
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.container-16 .suffix-1 {
|
||||
padding-right: 0;
|
||||
padding-left: 60px;
|
||||
}
|
||||
|
||||
.container-16 .suffix-2 {
|
||||
padding-right: 0;
|
||||
padding-left: 120px;
|
||||
}
|
||||
|
||||
.container-16 .suffix-3 {
|
||||
padding-right: 0;
|
||||
padding-left: 180px;
|
||||
}
|
||||
|
||||
.container-16 .suffix-4 {
|
||||
padding-right: 0;
|
||||
padding-left: 240px;
|
||||
}
|
||||
|
||||
.container-16 .suffix-5 {
|
||||
padding-right: 0;
|
||||
padding-left: 300px;
|
||||
}
|
||||
|
||||
.container-16 .suffix-6 {
|
||||
padding-right: 0;
|
||||
padding-left: 360px;
|
||||
}
|
||||
|
||||
.container-16 .suffix-7 {
|
||||
padding-right: 0;
|
||||
padding-left: 420px;
|
||||
}
|
||||
|
||||
.container-16 .suffix-8 {
|
||||
padding-right: 0;
|
||||
padding-left: 480px;
|
||||
}
|
||||
|
||||
.container-16 .suffix-9 {
|
||||
padding-right: 0;
|
||||
padding-left: 540px;
|
||||
}
|
||||
|
||||
.container-16 .suffix-10 {
|
||||
padding-right: 0;
|
||||
padding-left: 600px;
|
||||
}
|
||||
|
||||
.container-16 .suffix-11 {
|
||||
padding-right: 0;
|
||||
padding-left: 660px;
|
||||
}
|
||||
|
||||
.container-16 .suffix-12 {
|
||||
padding-right: 0;
|
||||
padding-left: 720px;
|
||||
}
|
||||
|
||||
.container-16 .suffix-13 {
|
||||
padding-right: 0;
|
||||
padding-left: 780px;
|
||||
}
|
||||
|
||||
.container-16 .suffix-14 {
|
||||
padding-right: 0;
|
||||
padding-left: 840px;
|
||||
}
|
||||
|
||||
.container-16 .suffix-15 {
|
||||
padding-right: 0;
|
||||
padding-left: 900px;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Push
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.container-16 .push-1 {
|
||||
right: 60px;
|
||||
}
|
||||
|
||||
.container-16 .push-2 {
|
||||
right: 120px;
|
||||
}
|
||||
|
||||
.container-16 .push-3 {
|
||||
right: 180px;
|
||||
}
|
||||
|
||||
.container-16 .push-4 {
|
||||
right: 240px;
|
||||
}
|
||||
|
||||
.container-16 .push-5 {
|
||||
right: 300px;
|
||||
}
|
||||
|
||||
.container-16 .push-6 {
|
||||
right: 360px;
|
||||
}
|
||||
|
||||
.container-16 .push-7 {
|
||||
right: 420px;
|
||||
}
|
||||
|
||||
.container-16 .push-8 {
|
||||
right: 480px;
|
||||
}
|
||||
|
||||
.container-16 .push-9 {
|
||||
right: 540px;
|
||||
}
|
||||
|
||||
.container-16 .push-10 {
|
||||
right: 600px;
|
||||
}
|
||||
|
||||
.container-16 .push-11 {
|
||||
right: 660px;
|
||||
}
|
||||
|
||||
.container-16 .push-12 {
|
||||
right: 720px;
|
||||
}
|
||||
|
||||
.container-16 .push-13 {
|
||||
right: 780px;
|
||||
}
|
||||
|
||||
.container-16 .push-14 {
|
||||
right: 840px;
|
||||
}
|
||||
|
||||
.container-16 .push-15 {
|
||||
right: 900px;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Pull
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.container-16 .pull-1 {
|
||||
right: -60px;
|
||||
}
|
||||
|
||||
.container-16 .pull-2 {
|
||||
right: -120px;
|
||||
}
|
||||
|
||||
.container-16 .pull-3 {
|
||||
right: -180px;
|
||||
}
|
||||
|
||||
.container-16 .pull-4 {
|
||||
right: -240px;
|
||||
}
|
||||
|
||||
.container-16 .pull-5 {
|
||||
right: -300px;
|
||||
}
|
||||
|
||||
.container-16 .pull-6 {
|
||||
right: -360px;
|
||||
}
|
||||
|
||||
.container-16 .pull-7 {
|
||||
right: -420px;
|
||||
}
|
||||
|
||||
.container-16 .pull-8 {
|
||||
right: -480px;
|
||||
}
|
||||
|
||||
.container-16 .pull-9 {
|
||||
right: -540px;
|
||||
}
|
||||
|
||||
.container-16 .pull-10 {
|
||||
right: -600px;
|
||||
}
|
||||
|
||||
.container-16 .pull-11 {
|
||||
right: -660px;
|
||||
}
|
||||
|
||||
.container-16 .pull-12 {
|
||||
right: -720px;
|
||||
}
|
||||
|
||||
.container-16 .pull-13 {
|
||||
right: -780px;
|
||||
}
|
||||
|
||||
.container-16 .pull-14 {
|
||||
right: -840px;
|
||||
}
|
||||
|
||||
.container-16 .pull-15 {
|
||||
right: -900px;
|
||||
}
|
||||
@@ -0,0 +1,385 @@
|
||||
/*
|
||||
* ==========================================================
|
||||
* Grid
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.grid-1, .grid-2, .grid-3, .grid-4, .grid-5, .grid-6, .grid-7, .grid-8, .grid-9, .grid-10,
|
||||
.grid-11, .grid-12, .grid-13, .grid-14, .grid-15, .grid-16 {
|
||||
display: inline;
|
||||
float: left;
|
||||
position: relative;
|
||||
margin-left: 10px;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.push-1, .pull-1, .push-2, .pull-2, .push-3, .pull-3, .push-4, .pull-4,
|
||||
.push-5, .pull-5, .push-6, .pull-6, .push-7, .pull-7, .push-8, .pull-8,
|
||||
.push-9, .pull-9, .push-10, .pull-10, .push-11, .pull-11, .push-12, .pull-12,
|
||||
.push-13, .pull-13, .push-14, .pull-14, .push-15, .pull-15, .push-16, .pull-16 {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Alpha - Omega
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.alpha {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.omega {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Container
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
body {
|
||||
min-width: 960px;
|
||||
}
|
||||
|
||||
.container-16 {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
width: 960px;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Columns
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.container-16 .grid-1 {
|
||||
width: 40px;
|
||||
}
|
||||
|
||||
.container-16 .grid-2 {
|
||||
width: 100px;
|
||||
}
|
||||
|
||||
.container-16 .grid-3 {
|
||||
width: 160px;
|
||||
}
|
||||
|
||||
.container-16 .grid-4 {
|
||||
width: 220px;
|
||||
}
|
||||
|
||||
.container-16 .grid-5 {
|
||||
width: 280px;
|
||||
}
|
||||
|
||||
.container-16 .grid-6 {
|
||||
width: 340px;
|
||||
}
|
||||
|
||||
.container-16 .grid-7 {
|
||||
width: 400px;
|
||||
}
|
||||
|
||||
.container-16 .grid-8 {
|
||||
width: 460px;
|
||||
}
|
||||
|
||||
.container-16 .grid-9 {
|
||||
width: 520px;
|
||||
}
|
||||
|
||||
.container-16 .grid-10 {
|
||||
width: 580px;
|
||||
}
|
||||
|
||||
.container-16 .grid-11 {
|
||||
width: 640px;
|
||||
}
|
||||
|
||||
.container-16 .grid-12 {
|
||||
width: 700px;
|
||||
}
|
||||
|
||||
.container-16 .grid-13 {
|
||||
width: 760px;
|
||||
}
|
||||
|
||||
.container-16 .grid-14 {
|
||||
width: 820px;
|
||||
}
|
||||
|
||||
.container-16 .grid-15 {
|
||||
width: 880px;
|
||||
}
|
||||
|
||||
.container-16 .grid-16 {
|
||||
width: 940px;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Prefix
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.container-16 .prefix-1 {
|
||||
padding-left: 60px;
|
||||
}
|
||||
|
||||
.container-16 .prefix-2 {
|
||||
padding-left: 120px;
|
||||
}
|
||||
|
||||
.container-16 .prefix-3 {
|
||||
padding-left: 180px;
|
||||
}
|
||||
|
||||
.container-16 .prefix-4 {
|
||||
padding-left: 240px;
|
||||
}
|
||||
|
||||
.container-16 .prefix-5 {
|
||||
padding-left: 300px;
|
||||
}
|
||||
|
||||
.container-16 .prefix-6 {
|
||||
padding-left: 360px;
|
||||
}
|
||||
|
||||
.container-16 .prefix-7 {
|
||||
padding-left: 420px;
|
||||
}
|
||||
|
||||
.container-16 .prefix-8 {
|
||||
padding-left: 480px;
|
||||
}
|
||||
|
||||
.container-16 .prefix-9 {
|
||||
padding-left: 540px;
|
||||
}
|
||||
|
||||
.container-16 .prefix-10 {
|
||||
padding-left: 600px;
|
||||
}
|
||||
|
||||
.container-16 .prefix-11 {
|
||||
padding-left: 660px;
|
||||
}
|
||||
|
||||
.container-16 .prefix-12 {
|
||||
padding-left: 720px;
|
||||
}
|
||||
|
||||
.container-16 .prefix-13 {
|
||||
padding-left: 780px;
|
||||
}
|
||||
|
||||
.container-16 .prefix-14 {
|
||||
padding-left: 840px;
|
||||
}
|
||||
|
||||
.container-16 .prefix-15 {
|
||||
padding-left: 900px;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Suffix
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.container-16 .suffix-1 {
|
||||
padding-right: 60px;
|
||||
}
|
||||
|
||||
.container-16 .suffix-2 {
|
||||
padding-right: 120px;
|
||||
}
|
||||
|
||||
.container-16 .suffix-3 {
|
||||
padding-right: 180px;
|
||||
}
|
||||
|
||||
.container-16 .suffix-4 {
|
||||
padding-right: 240px;
|
||||
}
|
||||
|
||||
.container-16 .suffix-5 {
|
||||
padding-right: 300px;
|
||||
}
|
||||
|
||||
.container-16 .suffix-6 {
|
||||
padding-right: 360px;
|
||||
}
|
||||
|
||||
.container-16 .suffix-7 {
|
||||
padding-right: 420px;
|
||||
}
|
||||
|
||||
.container-16 .suffix-8 {
|
||||
padding-right: 480px;
|
||||
}
|
||||
|
||||
.container-16 .suffix-9 {
|
||||
padding-right: 540px;
|
||||
}
|
||||
|
||||
.container-16 .suffix-10 {
|
||||
padding-right: 600px;
|
||||
}
|
||||
|
||||
.container-16 .suffix-11 {
|
||||
padding-right: 660px;
|
||||
}
|
||||
|
||||
.container-16 .suffix-12 {
|
||||
padding-right: 720px;
|
||||
}
|
||||
|
||||
.container-16 .suffix-13 {
|
||||
padding-right: 780px;
|
||||
}
|
||||
|
||||
.container-16 .suffix-14 {
|
||||
padding-right: 840px;
|
||||
}
|
||||
|
||||
.container-16 .suffix-15 {
|
||||
padding-right: 900px;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Push
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.container-16 .push-1 {
|
||||
left: 60px;
|
||||
}
|
||||
|
||||
.container-16 .push-2 {
|
||||
left: 120px;
|
||||
}
|
||||
|
||||
.container-16 .push-3 {
|
||||
left: 180px;
|
||||
}
|
||||
|
||||
.container-16 .push-4 {
|
||||
left: 240px;
|
||||
}
|
||||
|
||||
.container-16 .push-5 {
|
||||
left: 300px;
|
||||
}
|
||||
|
||||
.container-16 .push-6 {
|
||||
left: 360px;
|
||||
}
|
||||
|
||||
.container-16 .push-7 {
|
||||
left: 420px;
|
||||
}
|
||||
|
||||
.container-16 .push-8 {
|
||||
left: 480px;
|
||||
}
|
||||
|
||||
.container-16 .push-9 {
|
||||
left: 540px;
|
||||
}
|
||||
|
||||
.container-16 .push-10 {
|
||||
left: 600px;
|
||||
}
|
||||
|
||||
.container-16 .push-11 {
|
||||
left: 660px;
|
||||
}
|
||||
|
||||
.container-16 .push-12 {
|
||||
left: 720px;
|
||||
}
|
||||
|
||||
.container-16 .push-13 {
|
||||
left: 780px;
|
||||
}
|
||||
|
||||
.container-16 .push-14 {
|
||||
left: 840px;
|
||||
}
|
||||
|
||||
.container-16 .push-15 {
|
||||
left: 900px;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Pull
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.container-16 .pull-1 {
|
||||
left: -60px;
|
||||
}
|
||||
|
||||
.container-16 .pull-2 {
|
||||
left: -120px;
|
||||
}
|
||||
|
||||
.container-16 .pull-3 {
|
||||
left: -180px;
|
||||
}
|
||||
|
||||
.container-16 .pull-4 {
|
||||
left: -240px;
|
||||
}
|
||||
|
||||
.container-16 .pull-5 {
|
||||
left: -300px;
|
||||
}
|
||||
|
||||
.container-16 .pull-6 {
|
||||
left: -360px;
|
||||
}
|
||||
|
||||
.container-16 .pull-7 {
|
||||
left: -420px;
|
||||
}
|
||||
|
||||
.container-16 .pull-8 {
|
||||
left: -480px;
|
||||
}
|
||||
|
||||
.container-16 .pull-9 {
|
||||
left: -540px;
|
||||
}
|
||||
|
||||
.container-16 .pull-10 {
|
||||
left: -600px;
|
||||
}
|
||||
|
||||
.container-16 .pull-11 {
|
||||
left: -660px;
|
||||
}
|
||||
|
||||
.container-16 .pull-12 {
|
||||
left: -720px;
|
||||
}
|
||||
|
||||
.container-16 .pull-13 {
|
||||
left: -780px;
|
||||
}
|
||||
|
||||
.container-16 .pull-14 {
|
||||
left: -840px;
|
||||
}
|
||||
|
||||
.container-16 .pull-15 {
|
||||
left: -900px;
|
||||
}
|
||||
|
After Width: | Height: | Size: 935 B |
@@ -0,0 +1,465 @@
|
||||
/*
|
||||
* ==========================================================
|
||||
* Grid
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.grid-1, .grid-2, .grid-3, .grid-4, .grid-5, .grid-6, .grid-7, .grid-8, .grid-9, .grid-10,
|
||||
.grid-11, .grid-12, .grid-13, .grid-14, .grid-15, .grid-16, .grid-17, .grid-18, .grid-19,
|
||||
.grid-20, .grid-21, .grid-22, .grid-23, .grid-24 {
|
||||
float: right;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Alpha - Omega
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.omega {
|
||||
margin-right: 10px;
|
||||
margin-left: 0 !important;
|
||||
}
|
||||
|
||||
.alpha {
|
||||
margin-left: 10px;
|
||||
margin-right: 0 !important;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Prefix
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.container-24 .prefix-1 {
|
||||
padding-left: 0;
|
||||
padding-right: 40px;
|
||||
}
|
||||
|
||||
.container-24 .prefix-2 {
|
||||
padding-left: 0;
|
||||
padding-right: 80px;
|
||||
}
|
||||
|
||||
.container-24 .prefix-3 {
|
||||
padding-left: 0;
|
||||
padding-right: 120px;
|
||||
}
|
||||
|
||||
.container-24 .prefix-4 {
|
||||
padding-left: 0;
|
||||
padding-right: 160px;
|
||||
}
|
||||
|
||||
.container-24 .prefix-5 {
|
||||
padding-left: 0;
|
||||
padding-right: 200px;
|
||||
}
|
||||
|
||||
.container-24 .prefix-6 {
|
||||
padding-left: 0;
|
||||
padding-right: 240px;
|
||||
}
|
||||
|
||||
.container-24 .prefix-7 {
|
||||
padding-left: 0;
|
||||
padding-right: 280px;
|
||||
}
|
||||
|
||||
.container-24 .prefix-8 {
|
||||
padding-left: 0;
|
||||
padding-right: 320px;
|
||||
}
|
||||
|
||||
.container-24 .prefix-9 {
|
||||
padding-left: 0;
|
||||
padding-right: 360px;
|
||||
}
|
||||
|
||||
.container-24 .prefix-10 {
|
||||
padding-left: 0;
|
||||
padding-right: 400px;
|
||||
}
|
||||
|
||||
.container-24 .prefix-11 {
|
||||
padding-left: 0;
|
||||
padding-right: 440px;
|
||||
}
|
||||
|
||||
.container-24 .prefix-12 {
|
||||
padding-left: 0;
|
||||
padding-right: 480px;
|
||||
}
|
||||
|
||||
.container-24 .prefix-13 {
|
||||
padding-left: 0;
|
||||
padding-right: 520px;
|
||||
}
|
||||
|
||||
.container-24 .prefix-14 {
|
||||
padding-left: 0;
|
||||
padding-right: 560px;
|
||||
}
|
||||
|
||||
.container-24 .prefix-15 {
|
||||
padding-left: 0;
|
||||
padding-right: 600px;
|
||||
}
|
||||
|
||||
.container-24 .prefix-16 {
|
||||
padding-left: 0;
|
||||
padding-right: 640px;
|
||||
}
|
||||
|
||||
.container-24 .prefix-17 {
|
||||
padding-left: 0;
|
||||
padding-right: 680px;
|
||||
}
|
||||
|
||||
.container-24 .prefix-18 {
|
||||
padding-left: 0;
|
||||
padding-right: 720px;
|
||||
}
|
||||
|
||||
.container-24 .prefix-19 {
|
||||
padding-left: 0;
|
||||
padding-right: 760px;
|
||||
}
|
||||
|
||||
.container-24 .prefix-20 {
|
||||
padding-left: 0;
|
||||
padding-right: 800px;
|
||||
}
|
||||
|
||||
.container-24 .prefix-21 {
|
||||
padding-left: 0;
|
||||
padding-right: 840px;
|
||||
}
|
||||
|
||||
.container-24 .prefix-22 {
|
||||
padding-left: 0;
|
||||
padding-right: 880px;
|
||||
}
|
||||
|
||||
.container-24 .prefix-23 {
|
||||
padding-left: 0;
|
||||
padding-right: 920px;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Suffix
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.container-24 .suffix-1 {
|
||||
padding-right: 0;
|
||||
padding-left: 40px;
|
||||
}
|
||||
|
||||
.container-24 .suffix-2 {
|
||||
padding-right: 0;
|
||||
padding-left: 80px;
|
||||
}
|
||||
|
||||
.container-24 .suffix-3 {
|
||||
padding-right: 0;
|
||||
padding-left: 120px;
|
||||
}
|
||||
|
||||
.container-24 .suffix-4 {
|
||||
padding-right: 0;
|
||||
padding-left: 160px;
|
||||
}
|
||||
|
||||
.container-24 .suffix-5 {
|
||||
padding-right: 0;
|
||||
padding-left: 200px;
|
||||
}
|
||||
|
||||
.container-24 .suffix-6 {
|
||||
padding-right: 0;
|
||||
padding-left: 240px;
|
||||
}
|
||||
|
||||
.container-24 .suffix-7 {
|
||||
padding-right: 0;
|
||||
padding-left: 280px;
|
||||
}
|
||||
|
||||
.container-24 .suffix-8 {
|
||||
padding-right: 0;
|
||||
padding-left: 320px;
|
||||
}
|
||||
|
||||
.container-24 .suffix-9 {
|
||||
padding-right: 0;
|
||||
padding-left: 360px;
|
||||
}
|
||||
|
||||
.container-24 .suffix-10 {
|
||||
padding-right: 0;
|
||||
padding-left: 400px;
|
||||
}
|
||||
|
||||
.container-24 .suffix-11 {
|
||||
padding-right: 0;
|
||||
padding-left: 440px;
|
||||
}
|
||||
|
||||
.container-24 .suffix-12 {
|
||||
padding-right: 0;
|
||||
padding-left: 480px;
|
||||
}
|
||||
|
||||
.container-24 .suffix-13 {
|
||||
padding-right: 0;
|
||||
padding-left: 520px;
|
||||
}
|
||||
|
||||
.container-24 .suffix-14 {
|
||||
padding-right: 0;
|
||||
padding-left: 560px;
|
||||
}
|
||||
|
||||
.container-24 .suffix-15 {
|
||||
padding-right: 0;
|
||||
padding-left: 600px;
|
||||
}
|
||||
|
||||
.container-24 .suffix-16 {
|
||||
padding-right: 0;
|
||||
padding-left: 640px;
|
||||
}
|
||||
|
||||
.container-24 .suffix-17 {
|
||||
padding-right: 0;
|
||||
padding-left: 680px;
|
||||
}
|
||||
|
||||
.container-24 .suffix-18 {
|
||||
padding-right: 0;
|
||||
padding-left: 720px;
|
||||
}
|
||||
|
||||
.container-24 .suffix-19 {
|
||||
padding-right: 0;
|
||||
padding-left: 760px;
|
||||
}
|
||||
|
||||
.container-24 .suffix-20 {
|
||||
padding-right: 0;
|
||||
padding-left: 800px;
|
||||
}
|
||||
|
||||
.container-24 .suffix-21 {
|
||||
padding-right: 0;
|
||||
padding-left: 840px;
|
||||
}
|
||||
|
||||
.container-24 .suffix-22 {
|
||||
padding-right: 0;
|
||||
padding-left: 880px;
|
||||
}
|
||||
|
||||
.container-24 .suffix-23 {
|
||||
padding-right: 0;
|
||||
padding-left: 920px;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Push
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.container-24 .push-1 {
|
||||
right: 40px;
|
||||
}
|
||||
|
||||
.container-24 .push-2 {
|
||||
right: 80px;
|
||||
}
|
||||
|
||||
.container-24 .push-3 {
|
||||
right: 120px;
|
||||
}
|
||||
|
||||
.container-24 .push-4 {
|
||||
right: 160px;
|
||||
}
|
||||
|
||||
.container-24 .push-5 {
|
||||
right: 200px;
|
||||
}
|
||||
|
||||
.container-24 .push-6 {
|
||||
right: 240px;
|
||||
}
|
||||
|
||||
.container-24 .push-7 {
|
||||
right: 280px;
|
||||
}
|
||||
|
||||
.container-24 .push-8 {
|
||||
right: 320px;
|
||||
}
|
||||
|
||||
.container-24 .push-9 {
|
||||
right: 360px;
|
||||
}
|
||||
|
||||
.container-24 .push-10 {
|
||||
right: 400px;
|
||||
}
|
||||
|
||||
.container-24 .push-11 {
|
||||
right: 440px;
|
||||
}
|
||||
|
||||
.container-24 .push-12 {
|
||||
right: 480px;
|
||||
}
|
||||
|
||||
.container-24 .push-13 {
|
||||
right: 520px;
|
||||
}
|
||||
|
||||
.container-24 .push-14 {
|
||||
right: 560px;
|
||||
}
|
||||
|
||||
.container-24 .push-15 {
|
||||
right: 600px;
|
||||
}
|
||||
|
||||
.container-24 .push-16 {
|
||||
right: 640px;
|
||||
}
|
||||
|
||||
.container-24 .push-17 {
|
||||
right: 680px;
|
||||
}
|
||||
|
||||
.container-24 .push-18 {
|
||||
right: 720px;
|
||||
}
|
||||
|
||||
.container-24 .push-19 {
|
||||
right: 760px;
|
||||
}
|
||||
|
||||
.container-24 .push-20 {
|
||||
right: 800px;
|
||||
}
|
||||
|
||||
.container-24 .push-21 {
|
||||
right: 840px;
|
||||
}
|
||||
|
||||
.container-24 .push-22 {
|
||||
right: 880px;
|
||||
}
|
||||
|
||||
.container-24 .push-23 {
|
||||
right: 920px;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Pull
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.container-24 .pull-1 {
|
||||
right: -40px;
|
||||
}
|
||||
|
||||
.container-24 .pull-2 {
|
||||
right: -80px;
|
||||
}
|
||||
|
||||
.container-24 .pull-3 {
|
||||
right: -120px;
|
||||
}
|
||||
|
||||
.container-24 .pull-4 {
|
||||
right: -160px;
|
||||
}
|
||||
|
||||
.container-24 .pull-5 {
|
||||
right: -200px;
|
||||
}
|
||||
|
||||
.container-24 .pull-6 {
|
||||
right: -240px;
|
||||
}
|
||||
|
||||
.container-24 .pull-7 {
|
||||
right: -280px;
|
||||
}
|
||||
|
||||
.container-24 .pull-8 {
|
||||
right: -320px;
|
||||
}
|
||||
|
||||
.container-24 .pull-9 {
|
||||
right: -360px;
|
||||
}
|
||||
|
||||
.container-24 .pull-10 {
|
||||
right: -400px;
|
||||
}
|
||||
|
||||
.container-24 .pull-11 {
|
||||
right: -440px;
|
||||
}
|
||||
|
||||
.container-24 .pull-12 {
|
||||
right: -480px;
|
||||
}
|
||||
|
||||
.container-24 .pull-13 {
|
||||
right: -520px;
|
||||
}
|
||||
|
||||
.container-24 .pull-14 {
|
||||
right: -560px;
|
||||
}
|
||||
|
||||
.container-24 .pull-15 {
|
||||
right: -600px;
|
||||
}
|
||||
|
||||
.container-24 .pull-16 {
|
||||
right: -640px;
|
||||
}
|
||||
|
||||
.container-24 .pull-17 {
|
||||
right: -680px;
|
||||
}
|
||||
|
||||
.container-24 .pull-18 {
|
||||
right: -720px;
|
||||
}
|
||||
|
||||
.container-24 .pull-19 {
|
||||
right: -760px;
|
||||
}
|
||||
|
||||
.container-24 .pull-20 {
|
||||
right: -800px;
|
||||
}
|
||||
|
||||
.container-24 .pull-21 {
|
||||
right: -840px;
|
||||
}
|
||||
|
||||
.container-24 .pull-22 {
|
||||
right: -880px;
|
||||
}
|
||||
|
||||
.container-24 .pull-23 {
|
||||
right: -920px;
|
||||
}
|
||||
@@ -0,0 +1,548 @@
|
||||
/*
|
||||
* ==========================================================
|
||||
* Grid
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.grid-1, .grid-2, .grid-3, .grid-4, .grid-5, .grid-6, .grid-7, .grid-8, .grid-9, .grid-10,
|
||||
.grid-11, .grid-12, .grid-13, .grid-14, .grid-15, .grid-16, .grid-17, .grid-18, .grid-19,
|
||||
.grid-20, .grid-21, .grid-22, .grid-23, .grid-24 {
|
||||
display: inline;
|
||||
float: left;
|
||||
position: relative;
|
||||
margin-left: 10px;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.push-1, .pull-1, .push-2, .pull-2, .push-3, .pull-3, .push-4, .pull-4,
|
||||
.push-5, .pull-5, .push-6, .pull-6, .push-7, .pull-7, .push-8, .pull-8,
|
||||
.push-9, .pull-9, .push-10, .pull-10, .push-11, .pull-11, .push-12, .pull-12,
|
||||
.push-13, .pull-13, .push-14, .pull-14, .push-15, .pull-15, .push-16, .pull-16,
|
||||
.push-17, .pull-17, .push-18, .pull-18, .push-19, .pull-19, .push-20, .pull-20,
|
||||
.push-21, .pull-21, .push-22, .pull-22, .push-23, .pull-23, .push-24, .pull-24 {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Alpha - Omega
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.alpha {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.omega {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Container
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
body {
|
||||
min-width: 960px;
|
||||
}
|
||||
|
||||
.container-24 {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
width: 960px;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Columns
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.container-24 .grid-1 {
|
||||
width: 20px;
|
||||
}
|
||||
|
||||
.container-24 .grid-2 {
|
||||
width: 60px;
|
||||
}
|
||||
|
||||
.container-24 .grid-3 {
|
||||
width: 100px;
|
||||
}
|
||||
|
||||
.container-24 .grid-4 {
|
||||
width: 140px;
|
||||
}
|
||||
|
||||
.container-24 .grid-5 {
|
||||
width: 180px;
|
||||
}
|
||||
|
||||
.container-24 .grid-6 {
|
||||
width: 220px;
|
||||
}
|
||||
|
||||
.container-24 .grid-7 {
|
||||
width: 260px;
|
||||
}
|
||||
|
||||
.container-24 .grid-8 {
|
||||
width: 300px;
|
||||
}
|
||||
|
||||
.container-24 .grid-9 {
|
||||
width: 340px;
|
||||
}
|
||||
|
||||
.container-24 .grid-10 {
|
||||
width: 380px;
|
||||
}
|
||||
|
||||
.container-24 .grid-11 {
|
||||
width: 420px;
|
||||
}
|
||||
|
||||
.container-24 .grid-12 {
|
||||
width: 460px;
|
||||
}
|
||||
|
||||
.container-24 .grid-13 {
|
||||
width: 500px;
|
||||
}
|
||||
|
||||
.container-24 .grid-14 {
|
||||
width: 540px;
|
||||
}
|
||||
|
||||
.container-24 .grid-15 {
|
||||
width: 580px;
|
||||
}
|
||||
|
||||
.container-24 .grid-16 {
|
||||
width: 620px;
|
||||
}
|
||||
|
||||
.container-24 .grid-17 {
|
||||
width: 660px;
|
||||
}
|
||||
|
||||
.container-24 .grid-18 {
|
||||
width: 700px;
|
||||
}
|
||||
|
||||
.container-24 .grid-19 {
|
||||
width: 740px;
|
||||
}
|
||||
|
||||
.container-24 .grid-20 {
|
||||
width: 780px;
|
||||
}
|
||||
|
||||
.container-24 .grid-21 {
|
||||
width: 820px;
|
||||
}
|
||||
|
||||
.container-24 .grid-22 {
|
||||
width: 860px;
|
||||
}
|
||||
|
||||
.container-24 .grid-23 {
|
||||
width: 900px;
|
||||
}
|
||||
|
||||
.container-24 .grid-24 {
|
||||
width: 940px;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Prefix
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.container-24 .prefix-1 {
|
||||
padding-left: 40px;
|
||||
}
|
||||
|
||||
.container-24 .prefix-2 {
|
||||
padding-left: 80px;
|
||||
}
|
||||
|
||||
.container-24 .prefix-3 {
|
||||
padding-left: 120px;
|
||||
}
|
||||
|
||||
.container-24 .prefix-4 {
|
||||
padding-left: 160px;
|
||||
}
|
||||
|
||||
.container-24 .prefix-5 {
|
||||
padding-left: 200px;
|
||||
}
|
||||
|
||||
.container-24 .prefix-6 {
|
||||
padding-left: 240px;
|
||||
}
|
||||
|
||||
.container-24 .prefix-7 {
|
||||
padding-left: 280px;
|
||||
}
|
||||
|
||||
.container-24 .prefix-8 {
|
||||
padding-left: 320px;
|
||||
}
|
||||
|
||||
.container-24 .prefix-9 {
|
||||
padding-left: 360px;
|
||||
}
|
||||
|
||||
.container-24 .prefix-10 {
|
||||
padding-left: 400px;
|
||||
}
|
||||
|
||||
.container-24 .prefix-11 {
|
||||
padding-left: 440px;
|
||||
}
|
||||
|
||||
.container-24 .prefix-12 {
|
||||
padding-left: 480px;
|
||||
}
|
||||
|
||||
.container-24 .prefix-13 {
|
||||
padding-left: 520px;
|
||||
}
|
||||
|
||||
.container-24 .prefix-14 {
|
||||
padding-left: 560px;
|
||||
}
|
||||
|
||||
.container-24 .prefix-15 {
|
||||
padding-left: 600px;
|
||||
}
|
||||
|
||||
.container-24 .prefix-16 {
|
||||
padding-left: 640px;
|
||||
}
|
||||
|
||||
.container-24 .prefix-17 {
|
||||
padding-left: 680px;
|
||||
}
|
||||
|
||||
.container-24 .prefix-18 {
|
||||
padding-left: 720px;
|
||||
}
|
||||
|
||||
.container-24 .prefix-19 {
|
||||
padding-left: 760px;
|
||||
}
|
||||
|
||||
.container-24 .prefix-20 {
|
||||
padding-left: 800px;
|
||||
}
|
||||
|
||||
.container-24 .prefix-21 {
|
||||
padding-left: 840px;
|
||||
}
|
||||
|
||||
.container-24 .prefix-22 {
|
||||
padding-left: 880px;
|
||||
}
|
||||
|
||||
.container-24 .prefix-23 {
|
||||
padding-left: 920px;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Suffix
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.container-24 .suffix-1 {
|
||||
padding-right: 40px;
|
||||
}
|
||||
|
||||
.container-24 .suffix-2 {
|
||||
padding-right: 80px;
|
||||
}
|
||||
|
||||
.container-24 .suffix-3 {
|
||||
padding-right: 120px;
|
||||
}
|
||||
|
||||
.container-24 .suffix-4 {
|
||||
padding-right: 160px;
|
||||
}
|
||||
|
||||
.container-24 .suffix-5 {
|
||||
padding-right: 200px;
|
||||
}
|
||||
|
||||
.container-24 .suffix-6 {
|
||||
padding-right: 240px;
|
||||
}
|
||||
|
||||
.container-24 .suffix-7 {
|
||||
padding-right: 280px;
|
||||
}
|
||||
|
||||
.container-24 .suffix-8 {
|
||||
padding-right: 320px;
|
||||
}
|
||||
|
||||
.container-24 .suffix-9 {
|
||||
padding-right: 360px;
|
||||
}
|
||||
|
||||
.container-24 .suffix-10 {
|
||||
padding-right: 400px;
|
||||
}
|
||||
|
||||
.container-24 .suffix-11 {
|
||||
padding-right: 440px;
|
||||
}
|
||||
|
||||
.container-24 .suffix-12 {
|
||||
padding-right: 480px;
|
||||
}
|
||||
|
||||
.container-24 .suffix-13 {
|
||||
padding-right: 520px;
|
||||
}
|
||||
|
||||
.container-24 .suffix-14 {
|
||||
padding-right: 560px;
|
||||
}
|
||||
|
||||
.container-24 .suffix-15 {
|
||||
padding-right: 600px;
|
||||
}
|
||||
|
||||
.container-24 .suffix-16 {
|
||||
padding-right: 640px;
|
||||
}
|
||||
|
||||
.container-24 .suffix-17 {
|
||||
padding-right: 680px;
|
||||
}
|
||||
|
||||
.container-24 .suffix-18 {
|
||||
padding-right: 720px;
|
||||
}
|
||||
|
||||
.container-24 .suffix-19 {
|
||||
padding-right: 760px;
|
||||
}
|
||||
|
||||
.container-24 .suffix-20 {
|
||||
padding-right: 800px;
|
||||
}
|
||||
|
||||
.container-24 .suffix-21 {
|
||||
padding-right: 840px;
|
||||
}
|
||||
|
||||
.container-24 .suffix-22 {
|
||||
padding-right: 880px;
|
||||
}
|
||||
|
||||
.container-24 .suffix-23 {
|
||||
padding-right: 920px;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Push
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.container-24 .push-1 {
|
||||
left: 40px;
|
||||
}
|
||||
|
||||
.container-24 .push-2 {
|
||||
left: 80px;
|
||||
}
|
||||
|
||||
.container-24 .push-3 {
|
||||
left: 120px;
|
||||
}
|
||||
|
||||
.container-24 .push-4 {
|
||||
left: 160px;
|
||||
}
|
||||
|
||||
.container-24 .push-5 {
|
||||
left: 200px;
|
||||
}
|
||||
|
||||
.container-24 .push-6 {
|
||||
left: 240px;
|
||||
}
|
||||
|
||||
.container-24 .push-7 {
|
||||
left: 280px;
|
||||
}
|
||||
|
||||
.container-24 .push-8 {
|
||||
left: 320px;
|
||||
}
|
||||
|
||||
.container-24 .push-9 {
|
||||
left: 360px;
|
||||
}
|
||||
|
||||
.container-24 .push-10 {
|
||||
left: 400px;
|
||||
}
|
||||
|
||||
.container-24 .push-11 {
|
||||
left: 440px;
|
||||
}
|
||||
|
||||
.container-24 .push-12 {
|
||||
left: 480px;
|
||||
}
|
||||
|
||||
.container-24 .push-13 {
|
||||
left: 520px;
|
||||
}
|
||||
|
||||
.container-24 .push-14 {
|
||||
left: 560px;
|
||||
}
|
||||
|
||||
.container-24 .push-15 {
|
||||
left: 600px;
|
||||
}
|
||||
|
||||
.container-24 .push-16 {
|
||||
left: 640px;
|
||||
}
|
||||
|
||||
.container-24 .push-17 {
|
||||
left: 680px;
|
||||
}
|
||||
|
||||
.container-24 .push-18 {
|
||||
left: 720px;
|
||||
}
|
||||
|
||||
.container-24 .push-19 {
|
||||
left: 760px;
|
||||
}
|
||||
|
||||
.container-24 .push-20 {
|
||||
left: 800px;
|
||||
}
|
||||
|
||||
.container-24 .push-21 {
|
||||
left: 840px;
|
||||
}
|
||||
|
||||
.container-24 .push-22 {
|
||||
left: 880px;
|
||||
}
|
||||
|
||||
.container-24 .push-23 {
|
||||
left: 920px;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Pull
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.container-24 .pull-1 {
|
||||
left: -40px;
|
||||
}
|
||||
|
||||
.container-24 .pull-2 {
|
||||
left: -80px;
|
||||
}
|
||||
|
||||
.container-24 .pull-3 {
|
||||
left: -120px;
|
||||
}
|
||||
|
||||
.container-24 .pull-4 {
|
||||
left: -160px;
|
||||
}
|
||||
|
||||
.container-24 .pull-5 {
|
||||
left: -200px;
|
||||
}
|
||||
|
||||
.container-24 .pull-6 {
|
||||
left: -240px;
|
||||
}
|
||||
|
||||
.container-24 .pull-7 {
|
||||
left: -280px;
|
||||
}
|
||||
|
||||
.container-24 .pull-8 {
|
||||
left: -320px;
|
||||
}
|
||||
|
||||
.container-24 .pull-9 {
|
||||
left: -360px;
|
||||
}
|
||||
|
||||
.container-24 .pull-10 {
|
||||
left: -400px;
|
||||
}
|
||||
|
||||
.container-24 .pull-11 {
|
||||
left: -440px;
|
||||
}
|
||||
|
||||
.container-24 .pull-12 {
|
||||
left: -480px;
|
||||
}
|
||||
|
||||
.container-24 .pull-13 {
|
||||
left: -520px;
|
||||
}
|
||||
|
||||
.container-24 .pull-14 {
|
||||
left: -560px;
|
||||
}
|
||||
|
||||
.container-24 .pull-15 {
|
||||
left: -600px;
|
||||
}
|
||||
|
||||
.container-24 .pull-16 {
|
||||
left: -640px;
|
||||
}
|
||||
|
||||
.container-24 .pull-17 {
|
||||
left: -680px;
|
||||
}
|
||||
|
||||
.container-24 .pull-18 {
|
||||
left: -720px;
|
||||
}
|
||||
|
||||
.container-24 .pull-19 {
|
||||
left: -760px;
|
||||
}
|
||||
|
||||
.container-24 .pull-20 {
|
||||
left: -800px;
|
||||
}
|
||||
|
||||
.container-24 .pull-21 {
|
||||
left: -840px;
|
||||
}
|
||||
|
||||
.container-24 .pull-22 {
|
||||
left: -880px;
|
||||
}
|
||||
|
||||
.container-24 .pull-23 {
|
||||
left: -920px;
|
||||
}
|
||||
|
After Width: | Height: | Size: 935 B |
@@ -0,0 +1,248 @@
|
||||
/*
|
||||
* ==========================================================
|
||||
* Grid
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.grid-1, .grid-2, .grid-3, .grid-4, .grid-5, .grid-6, .grid-7, .grid-8, .grid-9, .grid-10,
|
||||
.grid-11, .grid-12 {
|
||||
float: right;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Alpha - Omega
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.omega {
|
||||
margin-right: 10px;
|
||||
margin-left: 0 !important;
|
||||
}
|
||||
|
||||
.alpha {
|
||||
margin-left: 10px;
|
||||
margin-right: 0 !important;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Prefix
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.container-12 .prefix-1 {
|
||||
padding-left: 0;
|
||||
padding-right: 100px;
|
||||
}
|
||||
|
||||
.container-12 .prefix-2 {
|
||||
padding-left: 0;
|
||||
padding-right: 200px;
|
||||
}
|
||||
|
||||
.container-12 .prefix-3 {
|
||||
padding-left: 0;
|
||||
padding-right: 300px;
|
||||
}
|
||||
|
||||
.container-12 .prefix-4 {
|
||||
padding-left: 0;
|
||||
padding-right: 400px;
|
||||
}
|
||||
|
||||
.container-12 .prefix-5 {
|
||||
padding-left: 0;
|
||||
padding-right: 500px;
|
||||
}
|
||||
|
||||
.container-12 .prefix-6 {
|
||||
padding-left: 0;
|
||||
padding-right: 600px;
|
||||
}
|
||||
|
||||
.container-12 .prefix-7 {
|
||||
padding-left: 0;
|
||||
padding-right: 700px;
|
||||
}
|
||||
|
||||
.container-12 .prefix-8 {
|
||||
padding-left: 0;
|
||||
padding-right: 800px;
|
||||
}
|
||||
|
||||
.container-12 .prefix-9 {
|
||||
padding-left: 0;
|
||||
padding-right: 900px;
|
||||
}
|
||||
|
||||
.container-12 .prefix-10 {
|
||||
padding-left: 0;
|
||||
padding-right: 1000px;
|
||||
}
|
||||
|
||||
.container-12 .prefix-11 {
|
||||
padding-left: 0;
|
||||
padding-right: 1100px;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Suffix
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.container-12 .suffix-1 {
|
||||
padding-right: 0;
|
||||
padding-left: 100px;
|
||||
}
|
||||
|
||||
.container-12 .suffix-2 {
|
||||
padding-right: 0;
|
||||
padding-left: 200px;
|
||||
}
|
||||
|
||||
.container-12 .suffix-3 {
|
||||
padding-right: 0;
|
||||
padding-left: 300px;
|
||||
}
|
||||
|
||||
.container-12 .suffix-4 {
|
||||
padding-right: 0;
|
||||
padding-left: 400px;
|
||||
}
|
||||
|
||||
.container-12 .suffix-5 {
|
||||
padding-right: 0;
|
||||
padding-left: 500px;
|
||||
}
|
||||
|
||||
.container-12 .suffix-6 {
|
||||
padding-right: 0;
|
||||
padding-left: 600px;
|
||||
}
|
||||
|
||||
.container-12 .suffix-7 {
|
||||
padding-right: 0;
|
||||
padding-left: 700px;
|
||||
}
|
||||
|
||||
.container-12 .suffix-8 {
|
||||
padding-right: 0;
|
||||
padding-left: 800px;
|
||||
}
|
||||
|
||||
.container-12 .suffix-9 {
|
||||
padding-right: 0;
|
||||
padding-left: 900px;
|
||||
}
|
||||
|
||||
.container-12 .suffix-10 {
|
||||
padding-right: 0;
|
||||
padding-left: 1000px;
|
||||
}
|
||||
|
||||
.container-12 .suffix-11 {
|
||||
padding-right: 0;
|
||||
padding-left: 1100px;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Push
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.container-12 .push-1 {
|
||||
right: 100px;
|
||||
}
|
||||
|
||||
.container-12 .push-2 {
|
||||
right: 200px;
|
||||
}
|
||||
|
||||
.container-12 .push-3 {
|
||||
right: 300px;
|
||||
}
|
||||
|
||||
.container-12 .push-4 {
|
||||
right: 400px;
|
||||
}
|
||||
|
||||
.container-12 .push-5 {
|
||||
right: 500px;
|
||||
}
|
||||
|
||||
.container-12 .push-6 {
|
||||
right: 600px;
|
||||
}
|
||||
|
||||
.container-12 .push-7 {
|
||||
right: 700px;
|
||||
}
|
||||
|
||||
.container-12 .push-8 {
|
||||
right: 800px;
|
||||
}
|
||||
|
||||
.container-12 .push-9 {
|
||||
right: 900px;
|
||||
}
|
||||
|
||||
.container-12 .push-10 {
|
||||
right: 1000px;
|
||||
}
|
||||
|
||||
.container-12 .push-11 {
|
||||
right: 1100px;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Pull
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.container-12 .pull-1 {
|
||||
right: -100px;
|
||||
}
|
||||
|
||||
.container-12 .pull-2 {
|
||||
right: -200px;
|
||||
}
|
||||
|
||||
.container-12 .pull-3 {
|
||||
right: -300px;
|
||||
}
|
||||
|
||||
.container-12 .pull-4 {
|
||||
right: -400px;
|
||||
}
|
||||
|
||||
.container-12 .pull-5 {
|
||||
right: -500px;
|
||||
}
|
||||
|
||||
.container-12 .pull-6 {
|
||||
right: -600px;
|
||||
}
|
||||
|
||||
.container-12 .pull-7 {
|
||||
right: -700px;
|
||||
}
|
||||
|
||||
.container-12 .pull-8 {
|
||||
right: -800px;
|
||||
}
|
||||
|
||||
.container-12 .pull-9 {
|
||||
right: -900px;
|
||||
}
|
||||
|
||||
.container-12 .pull-10 {
|
||||
right: -1000px;
|
||||
}
|
||||
|
||||
.container-12 .pull-11 {
|
||||
right: -1100px;
|
||||
}
|
||||
@@ -0,0 +1,304 @@
|
||||
/*
|
||||
* ==========================================================
|
||||
* Grid
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.grid-1, .grid-2, .grid-3, .grid-4, .grid-5, .grid-6, .grid-7, .grid-8, .grid-9, .grid-10,
|
||||
.grid-11, .grid-12 {
|
||||
display: inline;
|
||||
float: left;
|
||||
position: relative;
|
||||
margin-left: 10px;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.push-1, .pull-1, .push-2, .pull-2, .push-3, .pull-3, .push-4, .pull-4,
|
||||
.push-5, .pull-5, .push-6, .pull-6, .push-7, .pull-7, .push-8, .pull-8,
|
||||
.push-9, .pull-9, .push-10, .pull-10, .push-11, .pull-11, .push-12, .pull-12 {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Alpha - Omega
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.alpha {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.omega {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Container
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
body {
|
||||
min-width: 1200px;
|
||||
}
|
||||
|
||||
.container-12 {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
width: 1200px;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Columns
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.container-12 .grid-1 {
|
||||
width: 80px;
|
||||
}
|
||||
|
||||
.container-12 .grid-2 {
|
||||
width: 180px;
|
||||
}
|
||||
|
||||
.container-12 .grid-3 {
|
||||
width: 280px;
|
||||
}
|
||||
|
||||
.container-12 .grid-4 {
|
||||
width: 380px;
|
||||
}
|
||||
|
||||
.container-12 .grid-5 {
|
||||
width: 480px;
|
||||
}
|
||||
|
||||
.container-12 .grid-6 {
|
||||
width: 580px;
|
||||
}
|
||||
|
||||
.container-12 .grid-7 {
|
||||
width: 680px;
|
||||
}
|
||||
|
||||
.container-12 .grid-8 {
|
||||
width: 780px;
|
||||
}
|
||||
|
||||
.container-12 .grid-9 {
|
||||
width: 880px;
|
||||
}
|
||||
|
||||
.container-12 .grid-10 {
|
||||
width: 980px;
|
||||
}
|
||||
|
||||
.container-12 .grid-11 {
|
||||
width: 1080px;
|
||||
}
|
||||
|
||||
.container-12 .grid-12 {
|
||||
width: 1180px;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Prefix
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.container-12 .prefix-1 {
|
||||
padding-left: 100px;
|
||||
}
|
||||
|
||||
.container-12 .prefix-2 {
|
||||
padding-left: 200px;
|
||||
}
|
||||
|
||||
.container-12 .prefix-3 {
|
||||
padding-left: 300px;
|
||||
}
|
||||
|
||||
.container-12 .prefix-4 {
|
||||
padding-left: 400px;
|
||||
}
|
||||
|
||||
.container-12 .prefix-5 {
|
||||
padding-left: 500px;
|
||||
}
|
||||
|
||||
.container-12 .prefix-6 {
|
||||
padding-left: 600px;
|
||||
}
|
||||
|
||||
.container-12 .prefix-7 {
|
||||
padding-left: 700px;
|
||||
}
|
||||
|
||||
.container-12 .prefix-8 {
|
||||
padding-left: 800px;
|
||||
}
|
||||
|
||||
.container-12 .prefix-9 {
|
||||
padding-left: 900px;
|
||||
}
|
||||
|
||||
.container-12 .prefix-10 {
|
||||
padding-left: 1000px;
|
||||
}
|
||||
|
||||
.container-12 .prefix-11 {
|
||||
padding-left: 1100px;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Suffix
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.container-12 .suffix-1 {
|
||||
padding-right: 100px;
|
||||
}
|
||||
|
||||
.container-12 .suffix-2 {
|
||||
padding-right: 200px;
|
||||
}
|
||||
|
||||
.container-12 .suffix-3 {
|
||||
padding-right: 300px;
|
||||
}
|
||||
|
||||
.container-12 .suffix-4 {
|
||||
padding-right: 400px;
|
||||
}
|
||||
|
||||
.container-12 .suffix-5 {
|
||||
padding-right: 500px;
|
||||
}
|
||||
|
||||
.container-12 .suffix-6 {
|
||||
padding-right: 600px;
|
||||
}
|
||||
|
||||
.container-12 .suffix-7 {
|
||||
padding-right: 700px;
|
||||
}
|
||||
|
||||
.container-12 .suffix-8 {
|
||||
padding-right: 800px;
|
||||
}
|
||||
|
||||
.container-12 .suffix-9 {
|
||||
padding-right: 900px;
|
||||
}
|
||||
|
||||
.container-12 .suffix-10 {
|
||||
padding-right: 1000px;
|
||||
}
|
||||
|
||||
.container-12 .suffix-11 {
|
||||
padding-right: 1100px;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Push
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.container-12 .push-1 {
|
||||
left: 100px;
|
||||
}
|
||||
|
||||
.container-12 .push-2 {
|
||||
left: 200px;
|
||||
}
|
||||
|
||||
.container-12 .push-3 {
|
||||
left: 300px;
|
||||
}
|
||||
|
||||
.container-12 .push-4 {
|
||||
left: 400px;
|
||||
}
|
||||
|
||||
.container-12 .push-5 {
|
||||
left: 500px;
|
||||
}
|
||||
|
||||
.container-12 .push-6 {
|
||||
left: 600px;
|
||||
}
|
||||
|
||||
.container-12 .push-7 {
|
||||
left: 700px;
|
||||
}
|
||||
|
||||
.container-12 .push-8 {
|
||||
left: 800px;
|
||||
}
|
||||
|
||||
.container-12 .push-9 {
|
||||
left: 900px;
|
||||
}
|
||||
|
||||
.container-12 .push-10 {
|
||||
left: 1000px;
|
||||
}
|
||||
|
||||
.container-12 .push-11 {
|
||||
left: 1100px;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Pull
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.container-12 .pull-1 {
|
||||
left: -100px;
|
||||
}
|
||||
|
||||
.container-12 .pull-2 {
|
||||
left: -200px;
|
||||
}
|
||||
|
||||
.container-12 .pull-3 {
|
||||
left: -300px;
|
||||
}
|
||||
|
||||
.container-12 .pull-4 {
|
||||
left: -400px;
|
||||
}
|
||||
|
||||
.container-12 .pull-5 {
|
||||
left: -500px;
|
||||
}
|
||||
|
||||
.container-12 .pull-6 {
|
||||
left: -600px;
|
||||
}
|
||||
|
||||
.container-12 .pull-7 {
|
||||
left: -700px;
|
||||
}
|
||||
|
||||
.container-12 .pull-8 {
|
||||
left: -800px;
|
||||
}
|
||||
|
||||
.container-12 .pull-9 {
|
||||
left: -900px;
|
||||
}
|
||||
|
||||
.container-12 .pull-10 {
|
||||
left: -1000px;
|
||||
}
|
||||
|
||||
.container-12 .pull-11 {
|
||||
left: -1100px;
|
||||
}
|
||||
|
After Width: | Height: | Size: 937 B |
@@ -0,0 +1,320 @@
|
||||
/*
|
||||
* ==========================================================
|
||||
* Grid
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.grid-1, .grid-2, .grid-3, .grid-4, .grid-5, .grid-6, .grid-7, .grid-8, .grid-9, .grid-10,
|
||||
.grid-11, .grid-12, .grid-13, .grid-14, .grid-15, .grid-16 {
|
||||
float: right;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Alpha - Omega
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.omega {
|
||||
margin-right: 10px;
|
||||
margin-left: 0 !important;
|
||||
}
|
||||
|
||||
.alpha {
|
||||
margin-left: 10px;
|
||||
margin-right: 0 !important;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Prefix
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.container-16 .prefix-1 {
|
||||
padding-left: 0;
|
||||
padding-right: 75px;
|
||||
}
|
||||
|
||||
.container-16 .prefix-2 {
|
||||
padding-left: 0;
|
||||
padding-right: 150px;
|
||||
}
|
||||
|
||||
.container-16 .prefix-3 {
|
||||
padding-left: 0;
|
||||
padding-right: 225px;
|
||||
}
|
||||
|
||||
.container-16 .prefix-4 {
|
||||
padding-left: 0;
|
||||
padding-right: 300px;
|
||||
}
|
||||
|
||||
.container-16 .prefix-5 {
|
||||
padding-left: 0;
|
||||
padding-right: 375px;
|
||||
}
|
||||
|
||||
.container-16 .prefix-6 {
|
||||
padding-left: 0;
|
||||
padding-right: 450px;
|
||||
}
|
||||
|
||||
.container-16 .prefix-7 {
|
||||
padding-left: 0;
|
||||
padding-right: 525px;
|
||||
}
|
||||
|
||||
.container-16 .prefix-8 {
|
||||
padding-left: 0;
|
||||
padding-right: 600px;
|
||||
}
|
||||
|
||||
.container-16 .prefix-9 {
|
||||
padding-left: 0;
|
||||
padding-right: 675px;
|
||||
}
|
||||
|
||||
.container-16 .prefix-10 {
|
||||
padding-left: 0;
|
||||
padding-right: 750px;
|
||||
}
|
||||
|
||||
.container-16 .prefix-11 {
|
||||
padding-left: 0;
|
||||
padding-right: 825px;
|
||||
}
|
||||
|
||||
.container-16 .prefix-12 {
|
||||
padding-left: 0;
|
||||
padding-right: 900px;
|
||||
}
|
||||
|
||||
.container-16 .prefix-13 {
|
||||
padding-left: 0;
|
||||
padding-right: 975px;
|
||||
}
|
||||
|
||||
.container-16 .prefix-14 {
|
||||
padding-left: 0;
|
||||
padding-right: 1050px;
|
||||
}
|
||||
|
||||
.container-16 .prefix-15 {
|
||||
padding-left: 0;
|
||||
padding-right: 1125px;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Suffix
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.container-16 .suffix-1 {
|
||||
padding-right: 0;
|
||||
padding-left: 75px;
|
||||
}
|
||||
|
||||
.container-16 .suffix-2 {
|
||||
padding-right: 0;
|
||||
padding-left: 150px;
|
||||
}
|
||||
|
||||
.container-16 .suffix-3 {
|
||||
padding-right: 0;
|
||||
padding-left: 225px;
|
||||
}
|
||||
|
||||
.container-16 .suffix-4 {
|
||||
padding-right: 0;
|
||||
padding-left: 300px;
|
||||
}
|
||||
|
||||
.container-16 .suffix-5 {
|
||||
padding-right: 0;
|
||||
padding-left: 375px;
|
||||
}
|
||||
|
||||
.container-16 .suffix-6 {
|
||||
padding-right: 0;
|
||||
padding-left: 450px;
|
||||
}
|
||||
|
||||
.container-16 .suffix-7 {
|
||||
padding-right: 0;
|
||||
padding-left: 525px;
|
||||
}
|
||||
|
||||
.container-16 .suffix-8 {
|
||||
padding-right: 0;
|
||||
padding-left: 600px;
|
||||
}
|
||||
|
||||
.container-16 .suffix-9 {
|
||||
padding-right: 0;
|
||||
padding-left: 675px;
|
||||
}
|
||||
|
||||
.container-16 .suffix-10 {
|
||||
padding-right: 0;
|
||||
padding-left: 750px;
|
||||
}
|
||||
|
||||
.container-16 .suffix-11 {
|
||||
padding-right: 0;
|
||||
padding-left: 825px;
|
||||
}
|
||||
|
||||
.container-16 .suffix-12 {
|
||||
padding-right: 0;
|
||||
padding-left: 900px;
|
||||
}
|
||||
|
||||
.container-16 .suffix-13 {
|
||||
padding-right: 0;
|
||||
padding-left: 975px;
|
||||
}
|
||||
|
||||
.container-16 .suffix-14 {
|
||||
padding-right: 0;
|
||||
padding-left: 1050px;
|
||||
}
|
||||
|
||||
.container-16 .suffix-15 {
|
||||
padding-right: 0;
|
||||
padding-left: 1125px;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Push
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.container-16 .push-1 {
|
||||
right: 75px;
|
||||
}
|
||||
|
||||
.container-16 .push-2 {
|
||||
right: 150px;
|
||||
}
|
||||
|
||||
.container-16 .push-3 {
|
||||
right: 225px;
|
||||
}
|
||||
|
||||
.container-16 .push-4 {
|
||||
right: 300px;
|
||||
}
|
||||
|
||||
.container-16 .push-5 {
|
||||
right: 375px;
|
||||
}
|
||||
|
||||
.container-16 .push-6 {
|
||||
right: 450px;
|
||||
}
|
||||
|
||||
.container-16 .push-7 {
|
||||
right: 525px;
|
||||
}
|
||||
|
||||
.container-16 .push-8 {
|
||||
right: 600px;
|
||||
}
|
||||
|
||||
.container-16 .push-9 {
|
||||
right: 675px;
|
||||
}
|
||||
|
||||
.container-16 .push-10 {
|
||||
right: 750px;
|
||||
}
|
||||
|
||||
.container-16 .push-11 {
|
||||
right: 825px;
|
||||
}
|
||||
|
||||
.container-16 .push-12 {
|
||||
right: 900px;
|
||||
}
|
||||
|
||||
.container-16 .push-13 {
|
||||
right: 975px;
|
||||
}
|
||||
|
||||
.container-16 .push-14 {
|
||||
right: 1050px;
|
||||
}
|
||||
|
||||
.container-16 .push-15 {
|
||||
right: 1125px;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Pull
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.container-16 .pull-1 {
|
||||
right: -75px;
|
||||
}
|
||||
|
||||
.container-16 .pull-2 {
|
||||
right: -150px;
|
||||
}
|
||||
|
||||
.container-16 .pull-3 {
|
||||
right: -225px;
|
||||
}
|
||||
|
||||
.container-16 .pull-4 {
|
||||
right: -300px;
|
||||
}
|
||||
|
||||
.container-16 .pull-5 {
|
||||
right: -375px;
|
||||
}
|
||||
|
||||
.container-16 .pull-6 {
|
||||
right: -450px;
|
||||
}
|
||||
|
||||
.container-16 .pull-7 {
|
||||
right: -525px;
|
||||
}
|
||||
|
||||
.container-16 .pull-8 {
|
||||
right: -600px;
|
||||
}
|
||||
|
||||
.container-16 .pull-9 {
|
||||
right: -675px;
|
||||
}
|
||||
|
||||
.container-16 .pull-10 {
|
||||
right: -750px;
|
||||
}
|
||||
|
||||
.container-16 .pull-11 {
|
||||
right: -825px;
|
||||
}
|
||||
|
||||
.container-16 .pull-12 {
|
||||
right: -900px;
|
||||
}
|
||||
|
||||
.container-16 .pull-13 {
|
||||
right: -975px;
|
||||
}
|
||||
|
||||
.container-16 .pull-14 {
|
||||
right: -1050px;
|
||||
}
|
||||
|
||||
.container-16 .pull-15 {
|
||||
right: -1125px;
|
||||
}
|
||||
@@ -0,0 +1,385 @@
|
||||
/*
|
||||
* ==========================================================
|
||||
* Grid
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.grid-1, .grid-2, .grid-3, .grid-4, .grid-5, .grid-6, .grid-7, .grid-8, .grid-9, .grid-10,
|
||||
.grid-11, .grid-12, .grid-13, .grid-14, .grid-15, .grid-16 {
|
||||
display: inline;
|
||||
float: left;
|
||||
position: relative;
|
||||
margin-left: 10px;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.push-1, .pull-1, .push-2, .pull-2, .push-3, .pull-3, .push-4, .pull-4,
|
||||
.push-5, .pull-5, .push-6, .pull-6, .push-7, .pull-7, .push-8, .pull-8,
|
||||
.push-9, .pull-9, .push-10, .pull-10, .push-11, .pull-11, .push-12, .pull-12,
|
||||
.push-13, .pull-13, .push-14, .pull-14, .push-15, .pull-15, .push-16, .pull-16 {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Alpha - Omega
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.alpha {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.omega {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Container
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
body {
|
||||
min-width: 1200px;
|
||||
}
|
||||
|
||||
.container-16 {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
width: 1200px;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Columns
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.container-16 .grid-1 {
|
||||
width: 55px;
|
||||
}
|
||||
|
||||
.container-16 .grid-2 {
|
||||
width: 130px;
|
||||
}
|
||||
|
||||
.container-16 .grid-3 {
|
||||
width: 205px;
|
||||
}
|
||||
|
||||
.container-16 .grid-4 {
|
||||
width: 280px;
|
||||
}
|
||||
|
||||
.container-16 .grid-5 {
|
||||
width: 355px;
|
||||
}
|
||||
|
||||
.container-16 .grid-6 {
|
||||
width: 430px;
|
||||
}
|
||||
|
||||
.container-16 .grid-7 {
|
||||
width: 505px;
|
||||
}
|
||||
|
||||
.container-16 .grid-8 {
|
||||
width: 580px;
|
||||
}
|
||||
|
||||
.container-16 .grid-9 {
|
||||
width: 655px;
|
||||
}
|
||||
|
||||
.container-16 .grid-10 {
|
||||
width: 730px;
|
||||
}
|
||||
|
||||
.container-16 .grid-11 {
|
||||
width: 805px;
|
||||
}
|
||||
|
||||
.container-16 .grid-12 {
|
||||
width: 880px;
|
||||
}
|
||||
|
||||
.container-16 .grid-13 {
|
||||
width: 955px;
|
||||
}
|
||||
|
||||
.container-16 .grid-14 {
|
||||
width: 1030px;
|
||||
}
|
||||
|
||||
.container-16 .grid-15 {
|
||||
width: 1105px;
|
||||
}
|
||||
|
||||
.container-16 .grid-16 {
|
||||
width: 1180px;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Prefix
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.container-16 .prefix-1 {
|
||||
padding-left: 75px;
|
||||
}
|
||||
|
||||
.container-16 .prefix-2 {
|
||||
padding-left: 150px;
|
||||
}
|
||||
|
||||
.container-16 .prefix-3 {
|
||||
padding-left: 225px;
|
||||
}
|
||||
|
||||
.container-16 .prefix-4 {
|
||||
padding-left: 300px;
|
||||
}
|
||||
|
||||
.container-16 .prefix-5 {
|
||||
padding-left: 375px;
|
||||
}
|
||||
|
||||
.container-16 .prefix-6 {
|
||||
padding-left: 450px;
|
||||
}
|
||||
|
||||
.container-16 .prefix-7 {
|
||||
padding-left: 525px;
|
||||
}
|
||||
|
||||
.container-16 .prefix-8 {
|
||||
padding-left: 600px;
|
||||
}
|
||||
|
||||
.container-16 .prefix-9 {
|
||||
padding-left: 675px;
|
||||
}
|
||||
|
||||
.container-16 .prefix-10 {
|
||||
padding-left: 750px;
|
||||
}
|
||||
|
||||
.container-16 .prefix-11 {
|
||||
padding-left: 825px;
|
||||
}
|
||||
|
||||
.container-16 .prefix-12 {
|
||||
padding-left: 900px;
|
||||
}
|
||||
|
||||
.container-16 .prefix-13 {
|
||||
padding-left: 975px;
|
||||
}
|
||||
|
||||
.container-16 .prefix-14 {
|
||||
padding-left: 1050px;
|
||||
}
|
||||
|
||||
.container-16 .prefix-15 {
|
||||
padding-left: 1125px;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Suffix
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.container-16 .suffix-1 {
|
||||
padding-right: 75px;
|
||||
}
|
||||
|
||||
.container-16 .suffix-2 {
|
||||
padding-right: 150px;
|
||||
}
|
||||
|
||||
.container-16 .suffix-3 {
|
||||
padding-right: 225px;
|
||||
}
|
||||
|
||||
.container-16 .suffix-4 {
|
||||
padding-right: 300px;
|
||||
}
|
||||
|
||||
.container-16 .suffix-5 {
|
||||
padding-right: 375px;
|
||||
}
|
||||
|
||||
.container-16 .suffix-6 {
|
||||
padding-right: 450px;
|
||||
}
|
||||
|
||||
.container-16 .suffix-7 {
|
||||
padding-right: 525px;
|
||||
}
|
||||
|
||||
.container-16 .suffix-8 {
|
||||
padding-right: 600px;
|
||||
}
|
||||
|
||||
.container-16 .suffix-9 {
|
||||
padding-right: 675px;
|
||||
}
|
||||
|
||||
.container-16 .suffix-10 {
|
||||
padding-right: 750px;
|
||||
}
|
||||
|
||||
.container-16 .suffix-11 {
|
||||
padding-right: 825px;
|
||||
}
|
||||
|
||||
.container-16 .suffix-12 {
|
||||
padding-right: 900px;
|
||||
}
|
||||
|
||||
.container-16 .suffix-13 {
|
||||
padding-right: 975px;
|
||||
}
|
||||
|
||||
.container-16 .suffix-14 {
|
||||
padding-right: 1050px;
|
||||
}
|
||||
|
||||
.container-16 .suffix-15 {
|
||||
padding-right: 1125px;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Push
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.container-16 .push-1 {
|
||||
left: 75px;
|
||||
}
|
||||
|
||||
.container-16 .push-2 {
|
||||
left: 150px;
|
||||
}
|
||||
|
||||
.container-16 .push-3 {
|
||||
left: 225px;
|
||||
}
|
||||
|
||||
.container-16 .push-4 {
|
||||
left: 300px;
|
||||
}
|
||||
|
||||
.container-16 .push-5 {
|
||||
left: 375px;
|
||||
}
|
||||
|
||||
.container-16 .push-6 {
|
||||
left: 450px;
|
||||
}
|
||||
|
||||
.container-16 .push-7 {
|
||||
left: 525px;
|
||||
}
|
||||
|
||||
.container-16 .push-8 {
|
||||
left: 600px;
|
||||
}
|
||||
|
||||
.container-16 .push-9 {
|
||||
left: 675px;
|
||||
}
|
||||
|
||||
.container-16 .push-10 {
|
||||
left: 750px;
|
||||
}
|
||||
|
||||
.container-16 .push-11 {
|
||||
left: 825px;
|
||||
}
|
||||
|
||||
.container-16 .push-12 {
|
||||
left: 900px;
|
||||
}
|
||||
|
||||
.container-16 .push-13 {
|
||||
left: 975px;
|
||||
}
|
||||
|
||||
.container-16 .push-14 {
|
||||
left: 1050px;
|
||||
}
|
||||
|
||||
.container-16 .push-15 {
|
||||
left: 1125px;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Pull
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.container-16 .pull-1 {
|
||||
left: -75px;
|
||||
}
|
||||
|
||||
.container-16 .pull-2 {
|
||||
left: -150px;
|
||||
}
|
||||
|
||||
.container-16 .pull-3 {
|
||||
left: -225px;
|
||||
}
|
||||
|
||||
.container-16 .pull-4 {
|
||||
left: -300px;
|
||||
}
|
||||
|
||||
.container-16 .pull-5 {
|
||||
left: -375px;
|
||||
}
|
||||
|
||||
.container-16 .pull-6 {
|
||||
left: -450px;
|
||||
}
|
||||
|
||||
.container-16 .pull-7 {
|
||||
left: -525px;
|
||||
}
|
||||
|
||||
.container-16 .pull-8 {
|
||||
left: -600px;
|
||||
}
|
||||
|
||||
.container-16 .pull-9 {
|
||||
left: -675px;
|
||||
}
|
||||
|
||||
.container-16 .pull-10 {
|
||||
left: -750px;
|
||||
}
|
||||
|
||||
.container-16 .pull-11 {
|
||||
left: -825px;
|
||||
}
|
||||
|
||||
.container-16 .pull-12 {
|
||||
left: -900px;
|
||||
}
|
||||
|
||||
.container-16 .pull-13 {
|
||||
left: -975px;
|
||||
}
|
||||
|
||||
.container-16 .pull-14 {
|
||||
left: -1050px;
|
||||
}
|
||||
|
||||
.container-16 .pull-15 {
|
||||
left: -1125px;
|
||||
}
|
||||
|
After Width: | Height: | Size: 935 B |
@@ -0,0 +1,465 @@
|
||||
/*
|
||||
* ==========================================================
|
||||
* Grid
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.grid-1, .grid-2, .grid-3, .grid-4, .grid-5, .grid-6, .grid-7, .grid-8, .grid-9, .grid-10,
|
||||
.grid-11, .grid-12, .grid-13, .grid-14, .grid-15, .grid-16, .grid-17, .grid-18, .grid-19,
|
||||
.grid-20, .grid-21, .grid-22, .grid-23, .grid-24 {
|
||||
float: right;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Alpha - Omega
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.omega {
|
||||
margin-right: 10px;
|
||||
margin-left: 0 !important;
|
||||
}
|
||||
|
||||
.alpha {
|
||||
margin-left: 10px;
|
||||
margin-right: 0 !important;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Container
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.container-24 .prefix-1 {
|
||||
padding-left: 0;
|
||||
padding-right: 50px;
|
||||
}
|
||||
|
||||
.container-24 .prefix-2 {
|
||||
padding-left: 0;
|
||||
padding-right: 100px;
|
||||
}
|
||||
|
||||
.container-24 .prefix-3 {
|
||||
padding-left: 0;
|
||||
padding-right: 150px;
|
||||
}
|
||||
|
||||
.container-24 .prefix-4 {
|
||||
padding-left: 0;
|
||||
padding-right: 200px;
|
||||
}
|
||||
|
||||
.container-24 .prefix-5 {
|
||||
padding-left: 0;
|
||||
padding-right: 250px;
|
||||
}
|
||||
|
||||
.container-24 .prefix-6 {
|
||||
padding-left: 0;
|
||||
padding-right: 300px;
|
||||
}
|
||||
|
||||
.container-24 .prefix-7 {
|
||||
padding-left: 0;
|
||||
padding-right: 350px;
|
||||
}
|
||||
|
||||
.container-24 .prefix-8 {
|
||||
padding-left: 0;
|
||||
padding-right: 400px;
|
||||
}
|
||||
|
||||
.container-24 .prefix-9 {
|
||||
padding-left: 0;
|
||||
padding-right: 450px;
|
||||
}
|
||||
|
||||
.container-24 .prefix-10 {
|
||||
padding-left: 0;
|
||||
padding-right: 500px;
|
||||
}
|
||||
|
||||
.container-24 .prefix-11 {
|
||||
padding-left: 0;
|
||||
padding-right: 550px;
|
||||
}
|
||||
|
||||
.container-24 .prefix-12 {
|
||||
padding-left: 0;
|
||||
padding-right: 600px;
|
||||
}
|
||||
|
||||
.container-24 .prefix-13 {
|
||||
padding-left: 0;
|
||||
padding-right: 650px;
|
||||
}
|
||||
|
||||
.container-24 .prefix-14 {
|
||||
padding-left: 0;
|
||||
padding-right: 700px;
|
||||
}
|
||||
|
||||
.container-24 .prefix-15 {
|
||||
padding-left: 0;
|
||||
padding-right: 750px;
|
||||
}
|
||||
|
||||
.container-24 .prefix-16 {
|
||||
padding-left: 0;
|
||||
padding-right: 800px;
|
||||
}
|
||||
|
||||
.container-24 .prefix-17 {
|
||||
padding-left: 0;
|
||||
padding-right: 850px;
|
||||
}
|
||||
|
||||
.container-24 .prefix-18 {
|
||||
padding-left: 0;
|
||||
padding-right: 900px;
|
||||
}
|
||||
|
||||
.container-24 .prefix-19 {
|
||||
padding-left: 0;
|
||||
padding-right: 950px;
|
||||
}
|
||||
|
||||
.container-24 .prefix-20 {
|
||||
padding-left: 0;
|
||||
padding-right: 1000px;
|
||||
}
|
||||
|
||||
.container-24 .prefix-21 {
|
||||
padding-left: 0;
|
||||
padding-right: 1050px;
|
||||
}
|
||||
|
||||
.container-24 .prefix-22 {
|
||||
padding-left: 0;
|
||||
padding-right: 1100px;
|
||||
}
|
||||
|
||||
.container-24 .prefix-23 {
|
||||
padding-left: 0;
|
||||
padding-right: 1150px;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Container
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.container-24 .suffix-1 {
|
||||
padding-right: 0;
|
||||
padding-left: 50px;
|
||||
}
|
||||
|
||||
.container-24 .suffix-2 {
|
||||
padding-right: 0;
|
||||
padding-left: 100px;
|
||||
}
|
||||
|
||||
.container-24 .suffix-3 {
|
||||
padding-right: 0;
|
||||
padding-left: 150px;
|
||||
}
|
||||
|
||||
.container-24 .suffix-4 {
|
||||
padding-right: 0;
|
||||
padding-left: 200px;
|
||||
}
|
||||
|
||||
.container-24 .suffix-5 {
|
||||
padding-right: 0;
|
||||
padding-left: 250px;
|
||||
}
|
||||
|
||||
.container-24 .suffix-6 {
|
||||
padding-right: 0;
|
||||
padding-left: 300px;
|
||||
}
|
||||
|
||||
.container-24 .suffix-7 {
|
||||
padding-right: 0;
|
||||
padding-left: 350px;
|
||||
}
|
||||
|
||||
.container-24 .suffix-8 {
|
||||
padding-right: 0;
|
||||
padding-left: 400px;
|
||||
}
|
||||
|
||||
.container-24 .suffix-9 {
|
||||
padding-right: 0;
|
||||
padding-left: 450px;
|
||||
}
|
||||
|
||||
.container-24 .suffix-10 {
|
||||
padding-right: 0;
|
||||
padding-left: 500px;
|
||||
}
|
||||
|
||||
.container-24 .suffix-11 {
|
||||
padding-right: 0;
|
||||
padding-left: 550px;
|
||||
}
|
||||
|
||||
.container-24 .suffix-12 {
|
||||
padding-right: 0;
|
||||
padding-left: 600px;
|
||||
}
|
||||
|
||||
.container-24 .suffix-13 {
|
||||
padding-right: 0;
|
||||
padding-left: 650px;
|
||||
}
|
||||
|
||||
.container-24 .suffix-14 {
|
||||
padding-right: 0;
|
||||
padding-left: 700px;
|
||||
}
|
||||
|
||||
.container-24 .suffix-15 {
|
||||
padding-right: 0;
|
||||
padding-left: 750px;
|
||||
}
|
||||
|
||||
.container-24 .suffix-16 {
|
||||
padding-right: 0;
|
||||
padding-left: 800px;
|
||||
}
|
||||
|
||||
.container-24 .suffix-17 {
|
||||
padding-right: 0;
|
||||
padding-left: 850px;
|
||||
}
|
||||
|
||||
.container-24 .suffix-18 {
|
||||
padding-right: 0;
|
||||
padding-left: 900px;
|
||||
}
|
||||
|
||||
.container-24 .suffix-19 {
|
||||
padding-right: 0;
|
||||
padding-left: 950px;
|
||||
}
|
||||
|
||||
.container-24 .suffix-20 {
|
||||
padding-right: 0;
|
||||
padding-left: 1000px;
|
||||
}
|
||||
|
||||
.container-24 .suffix-21 {
|
||||
padding-right: 0;
|
||||
padding-left: 1050px;
|
||||
}
|
||||
|
||||
.container-24 .suffix-22 {
|
||||
padding-right: 0;
|
||||
padding-left: 1100px;
|
||||
}
|
||||
|
||||
.container-24 .suffix-23 {
|
||||
padding-right: 0;
|
||||
padding-left: 1150px;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Container
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.container-24 .push-1 {
|
||||
right: 50px;
|
||||
}
|
||||
|
||||
.container-24 .push-2 {
|
||||
right: 100px;
|
||||
}
|
||||
|
||||
.container-24 .push-3 {
|
||||
right: 150px;
|
||||
}
|
||||
|
||||
.container-24 .push-4 {
|
||||
right: 200px;
|
||||
}
|
||||
|
||||
.container-24 .push-5 {
|
||||
right: 250px;
|
||||
}
|
||||
|
||||
.container-24 .push-6 {
|
||||
right: 300px;
|
||||
}
|
||||
|
||||
.container-24 .push-7 {
|
||||
right: 350px;
|
||||
}
|
||||
|
||||
.container-24 .push-8 {
|
||||
right: 400px;
|
||||
}
|
||||
|
||||
.container-24 .push-9 {
|
||||
right: 450px;
|
||||
}
|
||||
|
||||
.container-24 .push-10 {
|
||||
right: 500px;
|
||||
}
|
||||
|
||||
.container-24 .push-11 {
|
||||
right: 550px;
|
||||
}
|
||||
|
||||
.container-24 .push-12 {
|
||||
right: 600px;
|
||||
}
|
||||
|
||||
.container-24 .push-13 {
|
||||
right: 650px;
|
||||
}
|
||||
|
||||
.container-24 .push-14 {
|
||||
right: 700px;
|
||||
}
|
||||
|
||||
.container-24 .push-15 {
|
||||
right: 750px;
|
||||
}
|
||||
|
||||
.container-24 .push-16 {
|
||||
right: 800px;
|
||||
}
|
||||
|
||||
.container-24 .push-17 {
|
||||
right: 850px;
|
||||
}
|
||||
|
||||
.container-24 .push-18 {
|
||||
right: 900px;
|
||||
}
|
||||
|
||||
.container-24 .push-19 {
|
||||
right: 950px;
|
||||
}
|
||||
|
||||
.container-24 .push-20 {
|
||||
right: 1000px;
|
||||
}
|
||||
|
||||
.container-24 .push-21 {
|
||||
right: 1050px;
|
||||
}
|
||||
|
||||
.container-24 .push-22 {
|
||||
right: 1100px;
|
||||
}
|
||||
|
||||
.container-24 .push-23 {
|
||||
right: 1150px;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Container
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.container-24 .pull-1 {
|
||||
right: -50px;
|
||||
}
|
||||
|
||||
.container-24 .pull-2 {
|
||||
right: -100px;
|
||||
}
|
||||
|
||||
.container-24 .pull-3 {
|
||||
right: -150px;
|
||||
}
|
||||
|
||||
.container-24 .pull-4 {
|
||||
right: -200px;
|
||||
}
|
||||
|
||||
.container-24 .pull-5 {
|
||||
right: -250px;
|
||||
}
|
||||
|
||||
.container-24 .pull-6 {
|
||||
right: -300px;
|
||||
}
|
||||
|
||||
.container-24 .pull-7 {
|
||||
right: -350px;
|
||||
}
|
||||
|
||||
.container-24 .pull-8 {
|
||||
right: -400px;
|
||||
}
|
||||
|
||||
.container-24 .pull-9 {
|
||||
right: -450px;
|
||||
}
|
||||
|
||||
.container-24 .pull-10 {
|
||||
right: -500px;
|
||||
}
|
||||
|
||||
.container-24 .pull-11 {
|
||||
right: -550px;
|
||||
}
|
||||
|
||||
.container-24 .pull-12 {
|
||||
right: -600px;
|
||||
}
|
||||
|
||||
.container-24 .pull-13 {
|
||||
right: -650px;
|
||||
}
|
||||
|
||||
.container-24 .pull-14 {
|
||||
right: -700px;
|
||||
}
|
||||
|
||||
.container-24 .pull-15 {
|
||||
right: -750px;
|
||||
}
|
||||
|
||||
.container-24 .pull-16 {
|
||||
right: -800px;
|
||||
}
|
||||
|
||||
.container-24 .pull-17 {
|
||||
right: -850px;
|
||||
}
|
||||
|
||||
.container-24 .pull-18 {
|
||||
right: -900px;
|
||||
}
|
||||
|
||||
.container-24 .pull-19 {
|
||||
right: -950px;
|
||||
}
|
||||
|
||||
.container-24 .pull-20 {
|
||||
right: -1000px;
|
||||
}
|
||||
|
||||
.container-24 .pull-21 {
|
||||
right: -1050px;
|
||||
}
|
||||
|
||||
.container-24 .pull-22 {
|
||||
right: -1100px;
|
||||
}
|
||||
|
||||
.container-24 .pull-23 {
|
||||
right: -1150px;
|
||||
}
|
||||
@@ -0,0 +1,548 @@
|
||||
/*
|
||||
* ==========================================================
|
||||
* Grid
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.grid-1, .grid-2, .grid-3, .grid-4, .grid-5, .grid-6, .grid-7, .grid-8, .grid-9, .grid-10,
|
||||
.grid-11, .grid-12, .grid-13, .grid-14, .grid-15, .grid-16, .grid-17, .grid-18, .grid-19,
|
||||
.grid-20, .grid-21, .grid-22, .grid-23, .grid-24 {
|
||||
display: inline;
|
||||
float: left;
|
||||
position: relative;
|
||||
margin-left: 10px;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.push-1, .pull-1, .push-2, .pull-2, .push-3, .pull-3, .push-4, .pull-4,
|
||||
.push-5, .pull-5, .push-6, .pull-6, .push-7, .pull-7, .push-8, .pull-8,
|
||||
.push-9, .pull-9, .push-10, .pull-10, .push-11, .pull-11, .push-12, .pull-12,
|
||||
.push-13, .pull-13, .push-14, .pull-14, .push-15, .pull-15, .push-16, .pull-16,
|
||||
.push-17, .pull-17, .push-18, .pull-18, .push-19, .pull-19, .push-20, .pull-20,
|
||||
.push-21, .pull-21, .push-22, .pull-22, .push-23, .pull-23, .push-24, .pull-24 {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Alpha - Omega
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.alpha {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.omega {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Container
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
body {
|
||||
min-width: 1200px;
|
||||
}
|
||||
|
||||
.container-24 {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
width: 1200px;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Container
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.container-24 .grid-1 {
|
||||
width: 30px;
|
||||
}
|
||||
|
||||
.container-24 .grid-2 {
|
||||
width: 80px;
|
||||
}
|
||||
|
||||
.container-24 .grid-3 {
|
||||
width: 130px;
|
||||
}
|
||||
|
||||
.container-24 .grid-4 {
|
||||
width: 180px;
|
||||
}
|
||||
|
||||
.container-24 .grid-5 {
|
||||
width: 230px;
|
||||
}
|
||||
|
||||
.container-24 .grid-6 {
|
||||
width: 280px;
|
||||
}
|
||||
|
||||
.container-24 .grid-7 {
|
||||
width: 330px;
|
||||
}
|
||||
|
||||
.container-24 .grid-8 {
|
||||
width: 380px;
|
||||
}
|
||||
|
||||
.container-24 .grid-9 {
|
||||
width: 430px;
|
||||
}
|
||||
|
||||
.container-24 .grid-10 {
|
||||
width: 480px;
|
||||
}
|
||||
|
||||
.container-24 .grid-11 {
|
||||
width: 530px;
|
||||
}
|
||||
|
||||
.container-24 .grid-12 {
|
||||
width: 580px;
|
||||
}
|
||||
|
||||
.container-24 .grid-13 {
|
||||
width: 630px;
|
||||
}
|
||||
|
||||
.container-24 .grid-14 {
|
||||
width: 680px;
|
||||
}
|
||||
|
||||
.container-24 .grid-15 {
|
||||
width: 730px;
|
||||
}
|
||||
|
||||
.container-24 .grid-16 {
|
||||
width: 780px;
|
||||
}
|
||||
|
||||
.container-24 .grid-17 {
|
||||
width: 830px;
|
||||
}
|
||||
|
||||
.container-24 .grid-18 {
|
||||
width: 880px;
|
||||
}
|
||||
|
||||
.container-24 .grid-19 {
|
||||
width: 930px;
|
||||
}
|
||||
|
||||
.container-24 .grid-20 {
|
||||
width: 980px;
|
||||
}
|
||||
|
||||
.container-24 .grid-21 {
|
||||
width: 1030px;
|
||||
}
|
||||
|
||||
.container-24 .grid-22 {
|
||||
width: 1080px;
|
||||
}
|
||||
|
||||
.container-24 .grid-23 {
|
||||
width: 1130px;
|
||||
}
|
||||
|
||||
.container-24 .grid-24 {
|
||||
width: 1180px;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Container
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.container-24 .prefix-1 {
|
||||
padding-left: 50px;
|
||||
}
|
||||
|
||||
.container-24 .prefix-2 {
|
||||
padding-left: 100px;
|
||||
}
|
||||
|
||||
.container-24 .prefix-3 {
|
||||
padding-left: 150px;
|
||||
}
|
||||
|
||||
.container-24 .prefix-4 {
|
||||
padding-left: 200px;
|
||||
}
|
||||
|
||||
.container-24 .prefix-5 {
|
||||
padding-left: 250px;
|
||||
}
|
||||
|
||||
.container-24 .prefix-6 {
|
||||
padding-left: 300px;
|
||||
}
|
||||
|
||||
.container-24 .prefix-7 {
|
||||
padding-left: 350px;
|
||||
}
|
||||
|
||||
.container-24 .prefix-8 {
|
||||
padding-left: 400px;
|
||||
}
|
||||
|
||||
.container-24 .prefix-9 {
|
||||
padding-left: 450px;
|
||||
}
|
||||
|
||||
.container-24 .prefix-10 {
|
||||
padding-left: 500px;
|
||||
}
|
||||
|
||||
.container-24 .prefix-11 {
|
||||
padding-left: 550px;
|
||||
}
|
||||
|
||||
.container-24 .prefix-12 {
|
||||
padding-left: 600px;
|
||||
}
|
||||
|
||||
.container-24 .prefix-13 {
|
||||
padding-left: 650px;
|
||||
}
|
||||
|
||||
.container-24 .prefix-14 {
|
||||
padding-left: 700px;
|
||||
}
|
||||
|
||||
.container-24 .prefix-15 {
|
||||
padding-left: 750px;
|
||||
}
|
||||
|
||||
.container-24 .prefix-16 {
|
||||
padding-left: 800px;
|
||||
}
|
||||
|
||||
.container-24 .prefix-17 {
|
||||
padding-left: 850px;
|
||||
}
|
||||
|
||||
.container-24 .prefix-18 {
|
||||
padding-left: 900px;
|
||||
}
|
||||
|
||||
.container-24 .prefix-19 {
|
||||
padding-left: 950px;
|
||||
}
|
||||
|
||||
.container-24 .prefix-20 {
|
||||
padding-left: 1000px;
|
||||
}
|
||||
|
||||
.container-24 .prefix-21 {
|
||||
padding-left: 1050px;
|
||||
}
|
||||
|
||||
.container-24 .prefix-22 {
|
||||
padding-left: 1100px;
|
||||
}
|
||||
|
||||
.container-24 .prefix-23 {
|
||||
padding-left: 1150px;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Container
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.container-24 .suffix-1 {
|
||||
padding-right: 50px;
|
||||
}
|
||||
|
||||
.container-24 .suffix-2 {
|
||||
padding-right: 100px;
|
||||
}
|
||||
|
||||
.container-24 .suffix-3 {
|
||||
padding-right: 150px;
|
||||
}
|
||||
|
||||
.container-24 .suffix-4 {
|
||||
padding-right: 200px;
|
||||
}
|
||||
|
||||
.container-24 .suffix-5 {
|
||||
padding-right: 250px;
|
||||
}
|
||||
|
||||
.container-24 .suffix-6 {
|
||||
padding-right: 300px;
|
||||
}
|
||||
|
||||
.container-24 .suffix-7 {
|
||||
padding-right: 350px;
|
||||
}
|
||||
|
||||
.container-24 .suffix-8 {
|
||||
padding-right: 400px;
|
||||
}
|
||||
|
||||
.container-24 .suffix-9 {
|
||||
padding-right: 450px;
|
||||
}
|
||||
|
||||
.container-24 .suffix-10 {
|
||||
padding-right: 500px;
|
||||
}
|
||||
|
||||
.container-24 .suffix-11 {
|
||||
padding-right: 550px;
|
||||
}
|
||||
|
||||
.container-24 .suffix-12 {
|
||||
padding-right: 600px;
|
||||
}
|
||||
|
||||
.container-24 .suffix-13 {
|
||||
padding-right: 650px;
|
||||
}
|
||||
|
||||
.container-24 .suffix-14 {
|
||||
padding-right: 700px;
|
||||
}
|
||||
|
||||
.container-24 .suffix-15 {
|
||||
padding-right: 750px;
|
||||
}
|
||||
|
||||
.container-24 .suffix-16 {
|
||||
padding-right: 800px;
|
||||
}
|
||||
|
||||
.container-24 .suffix-17 {
|
||||
padding-right: 850px;
|
||||
}
|
||||
|
||||
.container-24 .suffix-18 {
|
||||
padding-right: 900px;
|
||||
}
|
||||
|
||||
.container-24 .suffix-19 {
|
||||
padding-right: 950px;
|
||||
}
|
||||
|
||||
.container-24 .suffix-20 {
|
||||
padding-right: 1000px;
|
||||
}
|
||||
|
||||
.container-24 .suffix-21 {
|
||||
padding-right: 1050px;
|
||||
}
|
||||
|
||||
.container-24 .suffix-22 {
|
||||
padding-right: 1100px;
|
||||
}
|
||||
|
||||
.container-24 .suffix-23 {
|
||||
padding-right: 1150px;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Container
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.container-24 .push-1 {
|
||||
left: 50px;
|
||||
}
|
||||
|
||||
.container-24 .push-2 {
|
||||
left: 100px;
|
||||
}
|
||||
|
||||
.container-24 .push-3 {
|
||||
left: 150px;
|
||||
}
|
||||
|
||||
.container-24 .push-4 {
|
||||
left: 200px;
|
||||
}
|
||||
|
||||
.container-24 .push-5 {
|
||||
left: 250px;
|
||||
}
|
||||
|
||||
.container-24 .push-6 {
|
||||
left: 300px;
|
||||
}
|
||||
|
||||
.container-24 .push-7 {
|
||||
left: 350px;
|
||||
}
|
||||
|
||||
.container-24 .push-8 {
|
||||
left: 400px;
|
||||
}
|
||||
|
||||
.container-24 .push-9 {
|
||||
left: 450px;
|
||||
}
|
||||
|
||||
.container-24 .push-10 {
|
||||
left: 500px;
|
||||
}
|
||||
|
||||
.container-24 .push-11 {
|
||||
left: 550px;
|
||||
}
|
||||
|
||||
.container-24 .push-12 {
|
||||
left: 600px;
|
||||
}
|
||||
|
||||
.container-24 .push-13 {
|
||||
left: 650px;
|
||||
}
|
||||
|
||||
.container-24 .push-14 {
|
||||
left: 700px;
|
||||
}
|
||||
|
||||
.container-24 .push-15 {
|
||||
left: 750px;
|
||||
}
|
||||
|
||||
.container-24 .push-16 {
|
||||
left: 800px;
|
||||
}
|
||||
|
||||
.container-24 .push-17 {
|
||||
left: 850px;
|
||||
}
|
||||
|
||||
.container-24 .push-18 {
|
||||
left: 900px;
|
||||
}
|
||||
|
||||
.container-24 .push-19 {
|
||||
left: 950px;
|
||||
}
|
||||
|
||||
.container-24 .push-20 {
|
||||
left: 1000px;
|
||||
}
|
||||
|
||||
.container-24 .push-21 {
|
||||
left: 1050px;
|
||||
}
|
||||
|
||||
.container-24 .push-22 {
|
||||
left: 1100px;
|
||||
}
|
||||
|
||||
.container-24 .push-23 {
|
||||
left: 1150px;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Container
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.container-24 .pull-1 {
|
||||
left: -50px;
|
||||
}
|
||||
|
||||
.container-24 .pull-2 {
|
||||
left: -100px;
|
||||
}
|
||||
|
||||
.container-24 .pull-3 {
|
||||
left: -150px;
|
||||
}
|
||||
|
||||
.container-24 .pull-4 {
|
||||
left: -200px;
|
||||
}
|
||||
|
||||
.container-24 .pull-5 {
|
||||
left: -250px;
|
||||
}
|
||||
|
||||
.container-24 .pull-6 {
|
||||
left: -300px;
|
||||
}
|
||||
|
||||
.container-24 .pull-7 {
|
||||
left: -350px;
|
||||
}
|
||||
|
||||
.container-24 .pull-8 {
|
||||
left: -400px;
|
||||
}
|
||||
|
||||
.container-24 .pull-9 {
|
||||
left: -450px;
|
||||
}
|
||||
|
||||
.container-24 .pull-10 {
|
||||
left: -500px;
|
||||
}
|
||||
|
||||
.container-24 .pull-11 {
|
||||
left: -550px;
|
||||
}
|
||||
|
||||
.container-24 .pull-12 {
|
||||
left: -600px;
|
||||
}
|
||||
|
||||
.container-24 .pull-13 {
|
||||
left: -650px;
|
||||
}
|
||||
|
||||
.container-24 .pull-14 {
|
||||
left: -700px;
|
||||
}
|
||||
|
||||
.container-24 .pull-15 {
|
||||
left: -750px;
|
||||
}
|
||||
|
||||
.container-24 .pull-16 {
|
||||
left: -800px;
|
||||
}
|
||||
|
||||
.container-24 .pull-17 {
|
||||
left: -850px;
|
||||
}
|
||||
|
||||
.container-24 .pull-18 {
|
||||
left: -900px;
|
||||
}
|
||||
|
||||
.container-24 .pull-19 {
|
||||
left: -950px;
|
||||
}
|
||||
|
||||
.container-24 .pull-20 {
|
||||
left: -1000px;
|
||||
}
|
||||
|
||||
.container-24 .pull-21 {
|
||||
left: -1050px;
|
||||
}
|
||||
|
||||
.container-24 .pull-22 {
|
||||
left: -1100px;
|
||||
}
|
||||
|
||||
.container-24 .pull-23 {
|
||||
left: -1150px;
|
||||
}
|
||||
|
After Width: | Height: | Size: 935 B |
@@ -0,0 +1,248 @@
|
||||
/*
|
||||
* ==========================================================
|
||||
* Grid
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.grid-1, .grid-2, .grid-3, .grid-4, .grid-5, .grid-6, .grid-7, .grid-8, .grid-9, .grid-10,
|
||||
.grid-11, .grid-12 {
|
||||
float: right;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Alpha - Omega
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.omega {
|
||||
margin-right: 1%;
|
||||
margin-left: 0 !important;
|
||||
}
|
||||
|
||||
.alpha {
|
||||
margin-left: 1%;
|
||||
margin-right: 0 !important;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Prefix
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.container-12 .prefix-1 {
|
||||
padding-left: 0;
|
||||
padding-right: 8.333%;
|
||||
}
|
||||
|
||||
.container-12 .prefix-2 {
|
||||
padding-left: 0;
|
||||
padding-right: 16.667%;
|
||||
}
|
||||
|
||||
.container-12 .prefix-3 {
|
||||
padding-left: 0;
|
||||
padding-right: 25.0%;
|
||||
}
|
||||
|
||||
.container-12 .prefix-4 {
|
||||
padding-left: 0;
|
||||
padding-right: 33.333%;
|
||||
}
|
||||
|
||||
.container-12 .prefix-5 {
|
||||
padding-left: 0;
|
||||
padding-right: 41.667%;
|
||||
}
|
||||
|
||||
.container-12 .prefix-6 {
|
||||
padding-left: 0;
|
||||
padding-right: 50.0%;
|
||||
}
|
||||
|
||||
.container-12 .prefix-7 {
|
||||
padding-left: 0;
|
||||
padding-right: 58.333%;
|
||||
}
|
||||
|
||||
.container-12 .prefix-8 {
|
||||
padding-left: 0;
|
||||
padding-right: 66.667%;
|
||||
}
|
||||
|
||||
.container-12 .prefix-9 {
|
||||
padding-left: 0;
|
||||
padding-right: 75.0%;
|
||||
}
|
||||
|
||||
.container-12 .prefix-10 {
|
||||
padding-left: 0;
|
||||
padding-right: 83.333%;
|
||||
}
|
||||
|
||||
.container-12 .prefix-11 {
|
||||
padding-left: 0;
|
||||
padding-right: 91.667%;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Suffix
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.container-12 .suffix-1 {
|
||||
padding-right: 0;
|
||||
padding-left: 8.333%;
|
||||
}
|
||||
|
||||
.container-12 .suffix-2 {
|
||||
padding-right: 0;
|
||||
padding-left: 16.667%;
|
||||
}
|
||||
|
||||
.container-12 .suffix-3 {
|
||||
padding-right: 0;
|
||||
padding-left: 25.0%;
|
||||
}
|
||||
|
||||
.container-12 .suffix-4 {
|
||||
padding-right: 0;
|
||||
padding-left: 33.333%;
|
||||
}
|
||||
|
||||
.container-12 .suffix-5 {
|
||||
padding-right: 0;
|
||||
padding-left: 41.667%;
|
||||
}
|
||||
|
||||
.container-12 .suffix-6 {
|
||||
padding-right: 0;
|
||||
padding-left: 50.0%;
|
||||
}
|
||||
|
||||
.container-12 .suffix-7 {
|
||||
padding-right: 0;
|
||||
padding-left: 58.333%;
|
||||
}
|
||||
|
||||
.container-12 .suffix-8 {
|
||||
padding-right: 0;
|
||||
padding-left: 66.667%;
|
||||
}
|
||||
|
||||
.container-12 .suffix-9 {
|
||||
padding-right: 0;
|
||||
padding-left: 75.0%;
|
||||
}
|
||||
|
||||
.container-12 .suffix-10 {
|
||||
padding-right: 0;
|
||||
padding-left: 83.333%;
|
||||
}
|
||||
|
||||
.container-12 .suffix-11 {
|
||||
padding-right: 0;
|
||||
padding-left: 91.667%;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Push
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.container-12 .push-1 {
|
||||
right: 8.333%;
|
||||
}
|
||||
|
||||
.container-12 .push-2 {
|
||||
right: 16.667%;
|
||||
}
|
||||
|
||||
.container-12 .push-3 {
|
||||
right: 25.0%;
|
||||
}
|
||||
|
||||
.container-12 .push-4 {
|
||||
right: 33.333%;
|
||||
}
|
||||
|
||||
.container-12 .push-5 {
|
||||
right: 41.667%;
|
||||
}
|
||||
|
||||
.container-12 .push-6 {
|
||||
right: 50.0%;
|
||||
}
|
||||
|
||||
.container-12 .push-7 {
|
||||
right: 58.333%;
|
||||
}
|
||||
|
||||
.container-12 .push-8 {
|
||||
right: 66.667%;
|
||||
}
|
||||
|
||||
.container-12 .push-9 {
|
||||
right: 75.0%;
|
||||
}
|
||||
|
||||
.container-12 .push-10 {
|
||||
right: 83.333%;
|
||||
}
|
||||
|
||||
.container-12 .push-11 {
|
||||
right: 91.667%;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Pull
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.container-12 .pull-1 {
|
||||
right: -8.333%;
|
||||
}
|
||||
|
||||
.container-12 .pull-2 {
|
||||
right: -16.667%;
|
||||
}
|
||||
|
||||
.container-12 .pull-3 {
|
||||
right: -25.0%;
|
||||
}
|
||||
|
||||
.container-12 .pull-4 {
|
||||
right: -33.333%;
|
||||
}
|
||||
|
||||
.container-12 .pull-5 {
|
||||
right: -41.667%;
|
||||
}
|
||||
|
||||
.container-12 .pull-6 {
|
||||
right: -50.0%;
|
||||
}
|
||||
|
||||
.container-12 .pull-7 {
|
||||
right: -58.333%;
|
||||
}
|
||||
|
||||
.container-12 .pull-8 {
|
||||
right: -66.667%;
|
||||
}
|
||||
|
||||
.container-12 .pull-9 {
|
||||
right: -75.0%;
|
||||
}
|
||||
|
||||
.container-12 .pull-10 {
|
||||
right: -83.333%;
|
||||
}
|
||||
|
||||
.container-12 .pull-11 {
|
||||
right: -91.667%;
|
||||
}
|
||||
@@ -0,0 +1,300 @@
|
||||
/*
|
||||
* ==========================================================
|
||||
* Grid
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.grid-1, .grid-2, .grid-3, .grid-4, .grid-5, .grid-6, .grid-7, .grid-8, .grid-9, .grid-10,
|
||||
.grid-11, .grid-12 {
|
||||
display: inline;
|
||||
float: left;
|
||||
position: relative;
|
||||
margin-left: 1%;
|
||||
margin-right: 1%;
|
||||
}
|
||||
|
||||
.push-1, .pull-1, .push-2, .pull-2, .push-3, .pull-3, .push-4, .pull-4,
|
||||
.push-5, .pull-5, .push-6, .pull-6, .push-7, .pull-7, .push-8, .pull-8,
|
||||
.push-9, .pull-9, .push-10, .pull-10, .push-11, .pull-11, .push-12, .pull-12 {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Alpha - Omega
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.alpha {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.omega {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Container
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.container-12 {
|
||||
width: 92%;
|
||||
margin-left: 4%;
|
||||
margin-right: 4%;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Columns
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.container-12 .grid-1 {
|
||||
width: 6.333%;
|
||||
}
|
||||
|
||||
.container-12 .grid-2 {
|
||||
width: 14.667%;
|
||||
}
|
||||
|
||||
.container-12 .grid-3 {
|
||||
width: 23.0%;
|
||||
}
|
||||
|
||||
.container-12 .grid-4 {
|
||||
width: 31.333%;
|
||||
}
|
||||
|
||||
.container-12 .grid-5 {
|
||||
width: 39.667%;
|
||||
}
|
||||
|
||||
.container-12 .grid-6 {
|
||||
width: 48.0%;
|
||||
}
|
||||
|
||||
.container-12 .grid-7 {
|
||||
width: 56.333%;
|
||||
}
|
||||
|
||||
.container-12 .grid-8 {
|
||||
width: 64.667%;
|
||||
}
|
||||
|
||||
.container-12 .grid-9 {
|
||||
width: 73.0%;
|
||||
}
|
||||
|
||||
.container-12 .grid-10 {
|
||||
width: 81.333%;
|
||||
}
|
||||
|
||||
.container-12 .grid-11 {
|
||||
width: 89.667%;
|
||||
}
|
||||
|
||||
.container-12 .grid-12 {
|
||||
width: 98.0%;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Prefix
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.container-12 .prefix-1 {
|
||||
padding-left: 8.333%;
|
||||
}
|
||||
|
||||
.container-12 .prefix-2 {
|
||||
padding-left: 16.667%;
|
||||
}
|
||||
|
||||
.container-12 .prefix-3 {
|
||||
padding-left: 25.0%;
|
||||
}
|
||||
|
||||
.container-12 .prefix-4 {
|
||||
padding-left: 33.333%;
|
||||
}
|
||||
|
||||
.container-12 .prefix-5 {
|
||||
padding-left: 41.667%;
|
||||
}
|
||||
|
||||
.container-12 .prefix-6 {
|
||||
padding-left: 50.0%;
|
||||
}
|
||||
|
||||
.container-12 .prefix-7 {
|
||||
padding-left: 58.333%;
|
||||
}
|
||||
|
||||
.container-12 .prefix-8 {
|
||||
padding-left: 66.667%;
|
||||
}
|
||||
|
||||
.container-12 .prefix-9 {
|
||||
padding-left: 75.0%;
|
||||
}
|
||||
|
||||
.container-12 .prefix-10 {
|
||||
padding-left: 83.333%;
|
||||
}
|
||||
|
||||
.container-12 .prefix-11 {
|
||||
padding-left: 91.667%;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Suffix
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.container-12 .suffix-1 {
|
||||
padding-right: 8.333%;
|
||||
}
|
||||
|
||||
.container-12 .suffix-2 {
|
||||
padding-right: 16.667%;
|
||||
}
|
||||
|
||||
.container-12 .suffix-3 {
|
||||
padding-right: 25.0%;
|
||||
}
|
||||
|
||||
.container-12 .suffix-4 {
|
||||
padding-right: 33.333%;
|
||||
}
|
||||
|
||||
.container-12 .suffix-5 {
|
||||
padding-right: 41.667%;
|
||||
}
|
||||
|
||||
.container-12 .suffix-6 {
|
||||
padding-right: 50.0%;
|
||||
}
|
||||
|
||||
.container-12 .suffix-7 {
|
||||
padding-right: 58.333%;
|
||||
}
|
||||
|
||||
.container-12 .suffix-8 {
|
||||
padding-right: 66.667%;
|
||||
}
|
||||
|
||||
.container-12 .suffix-9 {
|
||||
padding-right: 75.0%;
|
||||
}
|
||||
|
||||
.container-12 .suffix-10 {
|
||||
padding-right: 83.333%;
|
||||
}
|
||||
|
||||
.container-12 .suffix-11 {
|
||||
padding-right: 91.667%;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Push
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.container-12 .push-1 {
|
||||
left: 8.333%;
|
||||
}
|
||||
|
||||
.container-12 .push-2 {
|
||||
left: 16.667%;
|
||||
}
|
||||
|
||||
.container-12 .push-3 {
|
||||
left: 25.0%;
|
||||
}
|
||||
|
||||
.container-12 .push-4 {
|
||||
left: 33.333%;
|
||||
}
|
||||
|
||||
.container-12 .push-5 {
|
||||
left: 41.667%;
|
||||
}
|
||||
|
||||
.container-12 .push-6 {
|
||||
left: 50.0%;
|
||||
}
|
||||
|
||||
.container-12 .push-7 {
|
||||
left: 58.333%;
|
||||
}
|
||||
|
||||
.container-12 .push-8 {
|
||||
left: 66.667%;
|
||||
}
|
||||
|
||||
.container-12 .push-9 {
|
||||
left: 75.0%;
|
||||
}
|
||||
|
||||
.container-12 .push-10 {
|
||||
left: 83.333%;
|
||||
}
|
||||
|
||||
.container-12 .push-11 {
|
||||
left: 91.667%;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Pull
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.container-12 .pull-1 {
|
||||
left: -8.333%;
|
||||
}
|
||||
|
||||
.container-12 .pull-2 {
|
||||
left: -16.667%;
|
||||
}
|
||||
|
||||
.container-12 .pull-3 {
|
||||
left: -25.0%;
|
||||
}
|
||||
|
||||
.container-12 .pull-4 {
|
||||
left: -33.333%;
|
||||
}
|
||||
|
||||
.container-12 .pull-5 {
|
||||
left: -41.667%;
|
||||
}
|
||||
|
||||
.container-12 .pull-6 {
|
||||
left: -50.0%;
|
||||
}
|
||||
|
||||
.container-12 .pull-7 {
|
||||
left: -58.333%;
|
||||
}
|
||||
|
||||
.container-12 .pull-8 {
|
||||
left: -66.667%;
|
||||
}
|
||||
|
||||
.container-12 .pull-9 {
|
||||
left: -75.0%;
|
||||
}
|
||||
|
||||
.container-12 .pull-10 {
|
||||
left: -83.333%;
|
||||
}
|
||||
|
||||
.container-12 .pull-11 {
|
||||
left: -91.667%;
|
||||
}
|
||||
@@ -0,0 +1,320 @@
|
||||
/*
|
||||
* ==========================================================
|
||||
* Grid
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.grid-1, .grid-2, .grid-3, .grid-4, .grid-5, .grid-6, .grid-7, .grid-8, .grid-9, .grid-10,
|
||||
.grid-11, .grid-12, .grid-13, .grid-14, .grid-15, .grid-16 {
|
||||
float: right;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Alpha - Omega
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.omega {
|
||||
margin-right: 1%;
|
||||
margin-left: 0 !important;
|
||||
}
|
||||
|
||||
.alpha {
|
||||
margin-left: 1%;
|
||||
margin-right: 0 !important;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Prefix
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.container-16 .prefix-1 {
|
||||
padding-left: 0;
|
||||
padding-right: 6.25%;
|
||||
}
|
||||
|
||||
.container-16 .prefix-2 {
|
||||
padding-left: 0;
|
||||
padding-right: 12.5%;
|
||||
}
|
||||
|
||||
.container-16 .prefix-3 {
|
||||
padding-left: 0;
|
||||
padding-right: 18.75%;
|
||||
}
|
||||
|
||||
.container-16 .prefix-4 {
|
||||
padding-left: 0;
|
||||
padding-right: 25.0%;
|
||||
}
|
||||
|
||||
.container-16 .prefix-5 {
|
||||
padding-left: 0;
|
||||
padding-right: 31.25%;
|
||||
}
|
||||
|
||||
.container-16 .prefix-6 {
|
||||
padding-left: 0;
|
||||
padding-right: 37.5%;
|
||||
}
|
||||
|
||||
.container-16 .prefix-7 {
|
||||
padding-left: 0;
|
||||
padding-right: 43.75%;
|
||||
}
|
||||
|
||||
.container-16 .prefix-8 {
|
||||
padding-left: 0;
|
||||
padding-right: 50.0%;
|
||||
}
|
||||
|
||||
.container-16 .prefix-9 {
|
||||
padding-left: 0;
|
||||
padding-right: 56.25%;
|
||||
}
|
||||
|
||||
.container-16 .prefix-10 {
|
||||
padding-left: 0;
|
||||
padding-right: 62.5%;
|
||||
}
|
||||
|
||||
.container-16 .prefix-11 {
|
||||
padding-left: 0;
|
||||
padding-right: 68.75%;
|
||||
}
|
||||
|
||||
.container-16 .prefix-12 {
|
||||
padding-left: 0;
|
||||
padding-right: 75.0%;
|
||||
}
|
||||
|
||||
.container-16 .prefix-13 {
|
||||
padding-left: 0;
|
||||
padding-right: 81.25%;
|
||||
}
|
||||
|
||||
.container-16 .prefix-14 {
|
||||
padding-left: 0;
|
||||
padding-right: 87.5%;
|
||||
}
|
||||
|
||||
.container-16 .prefix-15 {
|
||||
padding-left: 0;
|
||||
padding-right: 93.75%;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Suffix
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.container-16 .suffix-1 {
|
||||
padding-right: 0;
|
||||
padding-left: 6.25%;
|
||||
}
|
||||
|
||||
.container-16 .suffix-2 {
|
||||
padding-right: 0;
|
||||
padding-left: 12.5%;
|
||||
}
|
||||
|
||||
.container-16 .suffix-3 {
|
||||
padding-right: 0;
|
||||
padding-left: 18.75%;
|
||||
}
|
||||
|
||||
.container-16 .suffix-4 {
|
||||
padding-right: 0;
|
||||
padding-left: 25.0%;
|
||||
}
|
||||
|
||||
.container-16 .suffix-5 {
|
||||
padding-right: 0;
|
||||
padding-left: 31.25%;
|
||||
}
|
||||
|
||||
.container-16 .suffix-6 {
|
||||
padding-right: 0;
|
||||
padding-left: 37.5%;
|
||||
}
|
||||
|
||||
.container-16 .suffix-7 {
|
||||
padding-right: 0;
|
||||
padding-left: 43.75%;
|
||||
}
|
||||
|
||||
.container-16 .suffix-8 {
|
||||
padding-right: 0;
|
||||
padding-left: 50.0%;
|
||||
}
|
||||
|
||||
.container-16 .suffix-9 {
|
||||
padding-right: 0;
|
||||
padding-left: 56.25%;
|
||||
}
|
||||
|
||||
.container-16 .suffix-10 {
|
||||
padding-right: 0;
|
||||
padding-left: 62.5%;
|
||||
}
|
||||
|
||||
.container-16 .suffix-11 {
|
||||
padding-right: 0;
|
||||
padding-left: 68.75%;
|
||||
}
|
||||
|
||||
.container-16 .suffix-12 {
|
||||
padding-right: 0;
|
||||
padding-left: 75.0%;
|
||||
}
|
||||
|
||||
.container-16 .suffix-13 {
|
||||
padding-right: 0;
|
||||
padding-left: 81.25%;
|
||||
}
|
||||
|
||||
.container-16 .suffix-14 {
|
||||
padding-right: 0;
|
||||
padding-left: 87.5%;
|
||||
}
|
||||
|
||||
.container-16 .suffix-15 {
|
||||
padding-right: 0;
|
||||
padding-left: 93.75%;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Push
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.container-16 .push-1 {
|
||||
right: 6.25%;
|
||||
}
|
||||
|
||||
.container-16 .push-2 {
|
||||
right: 12.5%;
|
||||
}
|
||||
|
||||
.container-16 .push-3 {
|
||||
right: 18.75%;
|
||||
}
|
||||
|
||||
.container-16 .push-4 {
|
||||
right: 25.0%;
|
||||
}
|
||||
|
||||
.container-16 .push-5 {
|
||||
right: 31.25%;
|
||||
}
|
||||
|
||||
.container-16 .push-6 {
|
||||
right: 37.5%;
|
||||
}
|
||||
|
||||
.container-16 .push-7 {
|
||||
right: 43.75%;
|
||||
}
|
||||
|
||||
.container-16 .push-8 {
|
||||
right: 50.0%;
|
||||
}
|
||||
|
||||
.container-16 .push-9 {
|
||||
right: 56.25%;
|
||||
}
|
||||
|
||||
.container-16 .push-10 {
|
||||
right: 62.5%;
|
||||
}
|
||||
|
||||
.container-16 .push-11 {
|
||||
right: 68.75%;
|
||||
}
|
||||
|
||||
.container-16 .push-12 {
|
||||
right: 75.0%;
|
||||
}
|
||||
|
||||
.container-16 .push-13 {
|
||||
right: 81.25%;
|
||||
}
|
||||
|
||||
.container-16 .push-14 {
|
||||
right: 87.5%;
|
||||
}
|
||||
|
||||
.container-16 .push-15 {
|
||||
right: 93.75%;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Pull
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.container-16 .pull-1 {
|
||||
right: -6.25%;
|
||||
}
|
||||
|
||||
.container-16 .pull-2 {
|
||||
right: -12.5%;
|
||||
}
|
||||
|
||||
.container-16 .pull-3 {
|
||||
right: -18.75%;
|
||||
}
|
||||
|
||||
.container-16 .pull-4 {
|
||||
right: -25.0%;
|
||||
}
|
||||
|
||||
.container-16 .pull-5 {
|
||||
right: -31.25%;
|
||||
}
|
||||
|
||||
.container-16 .pull-6 {
|
||||
right: -37.5%;
|
||||
}
|
||||
|
||||
.container-16 .pull-7 {
|
||||
right: -43.75%;
|
||||
}
|
||||
|
||||
.container-16 .pull-8 {
|
||||
right: -50.0%;
|
||||
}
|
||||
|
||||
.container-16 .pull-9 {
|
||||
right: -56.25%;
|
||||
}
|
||||
|
||||
.container-16 .pull-10 {
|
||||
right: -62.5%;
|
||||
}
|
||||
|
||||
.container-16 .pull-11 {
|
||||
right: -68.75%;
|
||||
}
|
||||
|
||||
.container-16 .pull-12 {
|
||||
right: -75.0%;
|
||||
}
|
||||
|
||||
.container-16 .pull-13 {
|
||||
right: -81.25%;
|
||||
}
|
||||
|
||||
.container-16 .pull-14 {
|
||||
right: -87.5%;
|
||||
}
|
||||
|
||||
.container-16 .pull-15 {
|
||||
right: -93.75%;
|
||||
}
|
||||
@@ -0,0 +1,381 @@
|
||||
/*
|
||||
* ==========================================================
|
||||
* Grid
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.grid-1, .grid-2, .grid-3, .grid-4, .grid-5, .grid-6, .grid-7, .grid-8, .grid-9, .grid-10,
|
||||
.grid-11, .grid-12, .grid-13, .grid-14, .grid-15, .grid-16 {
|
||||
display: inline;
|
||||
float: left;
|
||||
position: relative;
|
||||
margin-left: 1%;
|
||||
margin-right: 1%;
|
||||
}
|
||||
|
||||
.push-1, .pull-1, .push-2, .pull-2, .push-3, .pull-3, .push-4, .pull-4,
|
||||
.push-5, .pull-5, .push-6, .pull-6, .push-7, .pull-7, .push-8, .pull-8,
|
||||
.push-9, .pull-9, .push-10, .pull-10, .push-11, .pull-11, .push-12, .pull-12,
|
||||
.push-13, .pull-13, .push-14, .pull-14, .push-15, .pull-15, .push-16, .pull-16 {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Alpha - Omega
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.alpha {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.omega {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Container
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.container-16 {
|
||||
width: 92%;
|
||||
margin-left: 4%;
|
||||
margin-right: 4%;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Columns
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.container-16 .grid-1 {
|
||||
width: 4.25%;
|
||||
}
|
||||
|
||||
.container-16 .grid-2 {
|
||||
width: 10.5%;
|
||||
}
|
||||
|
||||
.container-16 .grid-3 {
|
||||
width: 16.75%;
|
||||
}
|
||||
|
||||
.container-16 .grid-4 {
|
||||
width: 23.0%;
|
||||
}
|
||||
|
||||
.container-16 .grid-5 {
|
||||
width: 29.25%;
|
||||
}
|
||||
|
||||
.container-16 .grid-6 {
|
||||
width: 35.5%;
|
||||
}
|
||||
|
||||
.container-16 .grid-7 {
|
||||
width: 41.75%;
|
||||
}
|
||||
|
||||
.container-16 .grid-8 {
|
||||
width: 48.0%;
|
||||
}
|
||||
|
||||
.container-16 .grid-9 {
|
||||
width: 54.25%;
|
||||
}
|
||||
|
||||
.container-16 .grid-10 {
|
||||
width: 60.5%;
|
||||
}
|
||||
|
||||
.container-16 .grid-11 {
|
||||
width: 66.75%;
|
||||
}
|
||||
|
||||
.container-16 .grid-12 {
|
||||
width: 73.0%;
|
||||
}
|
||||
|
||||
.container-16 .grid-13 {
|
||||
width: 79.25%;
|
||||
}
|
||||
|
||||
.container-16 .grid-14 {
|
||||
width: 85.5%;
|
||||
}
|
||||
|
||||
.container-16 .grid-15 {
|
||||
width: 91.75%;
|
||||
}
|
||||
|
||||
.container-16 .grid-16 {
|
||||
width: 98.0%;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Prefix
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.container-16 .prefix-1 {
|
||||
padding-left: 6.25%;
|
||||
}
|
||||
|
||||
.container-16 .prefix-2 {
|
||||
padding-left: 12.5%;
|
||||
}
|
||||
|
||||
.container-16 .prefix-3 {
|
||||
padding-left: 18.75%;
|
||||
}
|
||||
|
||||
.container-16 .prefix-4 {
|
||||
padding-left: 25.0%;
|
||||
}
|
||||
|
||||
.container-16 .prefix-5 {
|
||||
padding-left: 31.25%;
|
||||
}
|
||||
|
||||
.container-16 .prefix-6 {
|
||||
padding-left: 37.5%;
|
||||
}
|
||||
|
||||
.container-16 .prefix-7 {
|
||||
padding-left: 43.75%;
|
||||
}
|
||||
|
||||
.container-16 .prefix-8 {
|
||||
padding-left: 50.0%;
|
||||
}
|
||||
|
||||
.container-16 .prefix-9 {
|
||||
padding-left: 56.25%;
|
||||
}
|
||||
|
||||
.container-16 .prefix-10 {
|
||||
padding-left: 62.5%;
|
||||
}
|
||||
|
||||
.container-16 .prefix-11 {
|
||||
padding-left: 68.75%;
|
||||
}
|
||||
|
||||
.container-16 .prefix-12 {
|
||||
padding-left: 75.0%;
|
||||
}
|
||||
|
||||
.container-16 .prefix-13 {
|
||||
padding-left: 81.25%;
|
||||
}
|
||||
|
||||
.container-16 .prefix-14 {
|
||||
padding-left: 87.5%;
|
||||
}
|
||||
|
||||
.container-16 .prefix-15 {
|
||||
padding-left: 93.75%;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Suffix
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.container-16 .suffix-1 {
|
||||
padding-right: 6.25%;
|
||||
}
|
||||
|
||||
.container-16 .suffix-2 {
|
||||
padding-right: 12.5%;
|
||||
}
|
||||
|
||||
.container-16 .suffix-3 {
|
||||
padding-right: 18.75%;
|
||||
}
|
||||
|
||||
.container-16 .suffix-4 {
|
||||
padding-right: 25.0%;
|
||||
}
|
||||
|
||||
.container-16 .suffix-5 {
|
||||
padding-right: 31.25%;
|
||||
}
|
||||
|
||||
.container-16 .suffix-6 {
|
||||
padding-right: 37.5%;
|
||||
}
|
||||
|
||||
.container-16 .suffix-7 {
|
||||
padding-right: 43.75%;
|
||||
}
|
||||
|
||||
.container-16 .suffix-8 {
|
||||
padding-right: 50.0%;
|
||||
}
|
||||
|
||||
.container-16 .suffix-9 {
|
||||
padding-right: 56.25%;
|
||||
}
|
||||
|
||||
.container-16 .suffix-10 {
|
||||
padding-right: 62.5%;
|
||||
}
|
||||
|
||||
.container-16 .suffix-11 {
|
||||
padding-right: 68.75%;
|
||||
}
|
||||
|
||||
.container-16 .suffix-12 {
|
||||
padding-right: 75.0%;
|
||||
}
|
||||
|
||||
.container-16 .suffix-13 {
|
||||
padding-right: 81.25%;
|
||||
}
|
||||
|
||||
.container-16 .suffix-14 {
|
||||
padding-right: 87.5%;
|
||||
}
|
||||
|
||||
.container-16 .suffix-15 {
|
||||
padding-right: 93.75%;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Push
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.container-16 .push-1 {
|
||||
left: 6.25%;
|
||||
}
|
||||
|
||||
.container-16 .push-2 {
|
||||
left: 12.5%;
|
||||
}
|
||||
|
||||
.container-16 .push-3 {
|
||||
left: 18.75%;
|
||||
}
|
||||
|
||||
.container-16 .push-4 {
|
||||
left: 25.0%;
|
||||
}
|
||||
|
||||
.container-16 .push-5 {
|
||||
left: 31.25%;
|
||||
}
|
||||
|
||||
.container-16 .push-6 {
|
||||
left: 37.5%;
|
||||
}
|
||||
|
||||
.container-16 .push-7 {
|
||||
left: 43.75%;
|
||||
}
|
||||
|
||||
.container-16 .push-8 {
|
||||
left: 50.0%;
|
||||
}
|
||||
|
||||
.container-16 .push-9 {
|
||||
left: 56.25%;
|
||||
}
|
||||
|
||||
.container-16 .push-10 {
|
||||
left: 62.5%;
|
||||
}
|
||||
|
||||
.container-16 .push-11 {
|
||||
left: 68.75%;
|
||||
}
|
||||
|
||||
.container-16 .push-12 {
|
||||
left: 75.0%;
|
||||
}
|
||||
|
||||
.container-16 .push-13 {
|
||||
left: 81.25%;
|
||||
}
|
||||
|
||||
.container-16 .push-14 {
|
||||
left: 87.5%;
|
||||
}
|
||||
|
||||
.container-16 .push-15 {
|
||||
left: 93.75%;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Pull
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.container-16 .pull-1 {
|
||||
left: -6.25%;
|
||||
}
|
||||
|
||||
.container-16 .pull-2 {
|
||||
left: -12.5%;
|
||||
}
|
||||
|
||||
.container-16 .pull-3 {
|
||||
left: -18.75%;
|
||||
}
|
||||
|
||||
.container-16 .pull-4 {
|
||||
left: -25.0%;
|
||||
}
|
||||
|
||||
.container-16 .pull-5 {
|
||||
left: -31.25%;
|
||||
}
|
||||
|
||||
.container-16 .pull-6 {
|
||||
left: -37.5%;
|
||||
}
|
||||
|
||||
.container-16 .pull-7 {
|
||||
left: -43.75%;
|
||||
}
|
||||
|
||||
.container-16 .pull-8 {
|
||||
left: -50.0%;
|
||||
}
|
||||
|
||||
.container-16 .pull-9 {
|
||||
left: -56.25%;
|
||||
}
|
||||
|
||||
.container-16 .pull-10 {
|
||||
left: -62.5%;
|
||||
}
|
||||
|
||||
.container-16 .pull-11 {
|
||||
left: -68.75%;
|
||||
}
|
||||
|
||||
.container-16 .pull-12 {
|
||||
left: -75.0%;
|
||||
}
|
||||
|
||||
.container-16 .pull-13 {
|
||||
left: -81.25%;
|
||||
}
|
||||
|
||||
.container-16 .pull-14 {
|
||||
left: -87.5%;
|
||||
}
|
||||
|
||||
.container-16 .pull-15 {
|
||||
left: -93.75%;
|
||||
}
|
||||
@@ -0,0 +1,465 @@
|
||||
/*
|
||||
* ==========================================================
|
||||
* Grid
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.grid-1, .grid-2, .grid-3, .grid-4, .grid-5, .grid-6, .grid-7, .grid-8, .grid-9, .grid-10,
|
||||
.grid-11, .grid-12, .grid-13, .grid-14, .grid-15, .grid-16, .grid-17, .grid-18, .grid-19,
|
||||
.grid-20, .grid-21, .grid-22, .grid-23, .grid-24 {
|
||||
float: right;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Alpha - Omega
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.omega {
|
||||
margin-right: 1%;
|
||||
margin-left: 0 !important;
|
||||
}
|
||||
|
||||
.alpha {
|
||||
margin-left: 1%;
|
||||
margin-right: 0 !important;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Prefix
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.container-24 .prefix-1 {
|
||||
padding-left: 0;
|
||||
padding-right: 4.167%;
|
||||
}
|
||||
|
||||
.container-24 .prefix-2 {
|
||||
padding-left: 0;
|
||||
padding-right: 8.333%;
|
||||
}
|
||||
|
||||
.container-24 .prefix-3 {
|
||||
padding-left: 0;
|
||||
padding-right: 12.5%;
|
||||
}
|
||||
|
||||
.container-24 .prefix-4 {
|
||||
padding-left: 0;
|
||||
padding-right: 16.667%;
|
||||
}
|
||||
|
||||
.container-24 .prefix-5 {
|
||||
padding-left: 0;
|
||||
padding-right: 20.833%;
|
||||
}
|
||||
|
||||
.container-24 .prefix-6 {
|
||||
padding-left: 0;
|
||||
padding-right: 25.0%;
|
||||
}
|
||||
|
||||
.container-24 .prefix-7 {
|
||||
padding-left: 0;
|
||||
padding-right: 29.167%;
|
||||
}
|
||||
|
||||
.container-24 .prefix-8 {
|
||||
padding-left: 0;
|
||||
padding-right: 33.333%;
|
||||
}
|
||||
|
||||
.container-24 .prefix-9 {
|
||||
padding-left: 0;
|
||||
padding-right: 37.5%;
|
||||
}
|
||||
|
||||
.container-24 .prefix-10 {
|
||||
padding-left: 0;
|
||||
padding-right: 41.667%;
|
||||
}
|
||||
|
||||
.container-24 .prefix-11 {
|
||||
padding-left: 0;
|
||||
padding-right: 45.833%;
|
||||
}
|
||||
|
||||
.container-24 .prefix-12 {
|
||||
padding-left: 0;
|
||||
padding-right: 50.0%;
|
||||
}
|
||||
|
||||
.container-24 .prefix-13 {
|
||||
padding-left: 0;
|
||||
padding-right: 54.167%;
|
||||
}
|
||||
|
||||
.container-24 .prefix-14 {
|
||||
padding-left: 0;
|
||||
padding-right: 58.333%;
|
||||
}
|
||||
|
||||
.container-24 .prefix-15 {
|
||||
padding-left: 0;
|
||||
padding-right: 62.5%;
|
||||
}
|
||||
|
||||
.container-24 .prefix-16 {
|
||||
padding-left: 0;
|
||||
padding-right: 66.667%;
|
||||
}
|
||||
|
||||
.container-24 .prefix-17 {
|
||||
padding-left: 0;
|
||||
padding-right: 70.833%;
|
||||
}
|
||||
|
||||
.container-24 .prefix-18 {
|
||||
padding-left: 0;
|
||||
padding-right: 75.0%;
|
||||
}
|
||||
|
||||
.container-24 .prefix-19 {
|
||||
padding-left: 0;
|
||||
padding-right: 79.167%;
|
||||
}
|
||||
|
||||
.container-24 .prefix-20 {
|
||||
padding-left: 0;
|
||||
padding-right: 83.333%;
|
||||
}
|
||||
|
||||
.container-24 .prefix-21 {
|
||||
padding-left: 0;
|
||||
padding-right: 87.5%;
|
||||
}
|
||||
|
||||
.container-24 .prefix-22 {
|
||||
padding-left: 0;
|
||||
padding-right: 91.667%;
|
||||
}
|
||||
|
||||
.container-24 .prefix-23 {
|
||||
padding-left: 0;
|
||||
padding-right: 95.833%;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Suffix
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.container-24 .suffix-1 {
|
||||
padding-right: 0;
|
||||
padding-left: 4.167%;
|
||||
}
|
||||
|
||||
.container-24 .suffix-2 {
|
||||
padding-right: 0;
|
||||
padding-left: 8.333%;
|
||||
}
|
||||
|
||||
.container-24 .suffix-3 {
|
||||
padding-right: 0;
|
||||
padding-left: 12.5%;
|
||||
}
|
||||
|
||||
.container-24 .suffix-4 {
|
||||
padding-right: 0;
|
||||
padding-left: 16.667%;
|
||||
}
|
||||
|
||||
.container-24 .suffix-5 {
|
||||
padding-right: 0;
|
||||
padding-left: 20.833%;
|
||||
}
|
||||
|
||||
.container-24 .suffix-6 {
|
||||
padding-right: 0;
|
||||
padding-left: 25.0%;
|
||||
}
|
||||
|
||||
.container-24 .suffix-7 {
|
||||
padding-right: 0;
|
||||
padding-left: 29.167%;
|
||||
}
|
||||
|
||||
.container-24 .suffix-8 {
|
||||
padding-right: 0;
|
||||
padding-left: 33.333%;
|
||||
}
|
||||
|
||||
.container-24 .suffix-9 {
|
||||
padding-right: 0;
|
||||
padding-left: 37.5%;
|
||||
}
|
||||
|
||||
.container-24 .suffix-10 {
|
||||
padding-right: 0;
|
||||
padding-left: 41.667%;
|
||||
}
|
||||
|
||||
.container-24 .suffix-11 {
|
||||
padding-right: 0;
|
||||
padding-left: 45.833%;
|
||||
}
|
||||
|
||||
.container-24 .suffix-12 {
|
||||
padding-right: 0;
|
||||
padding-left: 50.0%;
|
||||
}
|
||||
|
||||
.container-24 .suffix-13 {
|
||||
padding-right: 0;
|
||||
padding-left: 54.167%;
|
||||
}
|
||||
|
||||
.container-24 .suffix-14 {
|
||||
padding-right: 0;
|
||||
padding-left: 58.333%;
|
||||
}
|
||||
|
||||
.container-24 .suffix-15 {
|
||||
padding-right: 0;
|
||||
padding-left: 62.5%;
|
||||
}
|
||||
|
||||
.container-24 .suffix-16 {
|
||||
padding-right: 0;
|
||||
padding-left: 66.667%;
|
||||
}
|
||||
|
||||
.container-24 .suffix-17 {
|
||||
padding-right: 0;
|
||||
padding-left: 70.833%;
|
||||
}
|
||||
|
||||
.container-24 .suffix-18 {
|
||||
padding-right: 0;
|
||||
padding-left: 75.0%;
|
||||
}
|
||||
|
||||
.container-24 .suffix-19 {
|
||||
padding-right: 0;
|
||||
padding-left: 79.167%;
|
||||
}
|
||||
|
||||
.container-24 .suffix-20 {
|
||||
padding-right: 0;
|
||||
padding-left: 83.333%;
|
||||
}
|
||||
|
||||
.container-24 .suffix-21 {
|
||||
padding-right: 0;
|
||||
padding-left: 87.5%;
|
||||
}
|
||||
|
||||
.container-24 .suffix-22 {
|
||||
padding-right: 0;
|
||||
padding-left: 91.667%;
|
||||
}
|
||||
|
||||
.container-24 .suffix-23 {
|
||||
padding-right: 0;
|
||||
padding-left: 95.833%;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Push
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.container-24 .push-1 {
|
||||
right: 4.167%;
|
||||
}
|
||||
|
||||
.container-24 .push-2 {
|
||||
right: 8.333%;
|
||||
}
|
||||
|
||||
.container-24 .push-3 {
|
||||
right: 12.5%;
|
||||
}
|
||||
|
||||
.container-24 .push-4 {
|
||||
right: 16.667%;
|
||||
}
|
||||
|
||||
.container-24 .push-5 {
|
||||
right: 20.833%;
|
||||
}
|
||||
|
||||
.container-24 .push-6 {
|
||||
right: 25.0%;
|
||||
}
|
||||
|
||||
.container-24 .push-7 {
|
||||
right: 29.167%;
|
||||
}
|
||||
|
||||
.container-24 .push-8 {
|
||||
right: 33.333%;
|
||||
}
|
||||
|
||||
.container-24 .push-9 {
|
||||
right: 37.5%;
|
||||
}
|
||||
|
||||
.container-24 .push-10 {
|
||||
right: 41.667%;
|
||||
}
|
||||
|
||||
.container-24 .push-11 {
|
||||
right: 45.833%;
|
||||
}
|
||||
|
||||
.container-24 .push-12 {
|
||||
right: 50.0%;
|
||||
}
|
||||
|
||||
.container-24 .push-13 {
|
||||
right: 54.167%;
|
||||
}
|
||||
|
||||
.container-24 .push-14 {
|
||||
right: 58.333%;
|
||||
}
|
||||
|
||||
.container-24 .push-15 {
|
||||
right: 62.5%;
|
||||
}
|
||||
|
||||
.container-24 .push-16 {
|
||||
right: 66.667%;
|
||||
}
|
||||
|
||||
.container-24 .push-17 {
|
||||
right: 70.833%;
|
||||
}
|
||||
|
||||
.container-24 .push-18 {
|
||||
right: 75.0%;
|
||||
}
|
||||
|
||||
.container-24 .push-19 {
|
||||
right: 79.167%;
|
||||
}
|
||||
|
||||
.container-24 .push-20 {
|
||||
right: 83.333%;
|
||||
}
|
||||
|
||||
.container-24 .push-21 {
|
||||
right: 87.5%;
|
||||
}
|
||||
|
||||
.container-24 .push-22 {
|
||||
right: 91.667%;
|
||||
}
|
||||
|
||||
.container-24 .push-23 {
|
||||
right: 95.833%;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Pull
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.container-24 .pull-1 {
|
||||
right: -4.167%;
|
||||
}
|
||||
|
||||
.container-24 .pull-2 {
|
||||
right: -8.333%;
|
||||
}
|
||||
|
||||
.container-24 .pull-3 {
|
||||
right: -12.5%;
|
||||
}
|
||||
|
||||
.container-24 .pull-4 {
|
||||
right: -16.667%;
|
||||
}
|
||||
|
||||
.container-24 .pull-5 {
|
||||
right: -20.833%;
|
||||
}
|
||||
|
||||
.container-24 .pull-6 {
|
||||
right: -25.0%;
|
||||
}
|
||||
|
||||
.container-24 .pull-7 {
|
||||
right: -29.167%;
|
||||
}
|
||||
|
||||
.container-24 .pull-8 {
|
||||
right: -33.333%;
|
||||
}
|
||||
|
||||
.container-24 .pull-9 {
|
||||
right: -37.5%;
|
||||
}
|
||||
|
||||
.container-24 .pull-10 {
|
||||
right: -41.667%;
|
||||
}
|
||||
|
||||
.container-24 .pull-11 {
|
||||
right: -45.833%;
|
||||
}
|
||||
|
||||
.container-24 .pull-12 {
|
||||
right: -50.0%;
|
||||
}
|
||||
|
||||
.container-24 .pull-13 {
|
||||
right: -54.167%;
|
||||
}
|
||||
|
||||
.container-24 .pull-14 {
|
||||
right: -58.333%;
|
||||
}
|
||||
|
||||
.container-24 .pull-15 {
|
||||
right: -62.5%;
|
||||
}
|
||||
|
||||
.container-24 .pull-16 {
|
||||
right: -66.667%;
|
||||
}
|
||||
|
||||
.container-24 .pull-17 {
|
||||
right: -70.833%;
|
||||
}
|
||||
|
||||
.container-24 .pull-18 {
|
||||
right: -75.0%;
|
||||
}
|
||||
|
||||
.container-24 .pull-19 {
|
||||
right: -79.167%;
|
||||
}
|
||||
|
||||
.container-24 .pull-20 {
|
||||
right: -83.333%;
|
||||
}
|
||||
|
||||
.container-24 .pull-21 {
|
||||
right: -87.5%;
|
||||
}
|
||||
|
||||
.container-24 .pull-22 {
|
||||
right: -91.667%;
|
||||
}
|
||||
|
||||
.container-24 .pull-23 {
|
||||
right: -95.833%;
|
||||
}
|
||||
@@ -0,0 +1,544 @@
|
||||
/*
|
||||
* ==========================================================
|
||||
* Grid
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.grid-1, .grid-2, .grid-3, .grid-4, .grid-5, .grid-6, .grid-7, .grid-8, .grid-9, .grid-10,
|
||||
.grid-11, .grid-12, .grid-13, .grid-14, .grid-15, .grid-16, .grid-17, .grid-18, .grid-19,
|
||||
.grid-20, .grid-21, .grid-22, .grid-23, .grid-24 {
|
||||
display: inline;
|
||||
float: left;
|
||||
position: relative;
|
||||
margin-left: 1%;
|
||||
margin-right: 1%;
|
||||
}
|
||||
|
||||
.push-1, .pull-1, .push-2, .pull-2, .push-3, .pull-3, .push-4, .pull-4,
|
||||
.push-5, .pull-5, .push-6, .pull-6, .push-7, .pull-7, .push-8, .pull-8,
|
||||
.push-9, .pull-9, .push-10, .pull-10, .push-11, .pull-11, .push-12, .pull-12,
|
||||
.push-13, .pull-13, .push-14, .pull-14, .push-15, .pull-15, .push-16, .pull-16,
|
||||
.push-17, .pull-17, .push-18, .pull-18, .push-19, .pull-19, .push-20, .pull-20,
|
||||
.push-21, .pull-21, .push-22, .pull-22, .push-23, .pull-23, .push-24, .pull-24 {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Alpha - Omega
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.alpha {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.omega {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Container
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.container-24 {
|
||||
width: 92%;
|
||||
margin-left: 4%;
|
||||
margin-right: 4%;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Columns
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.container-24 .grid-1 {
|
||||
width: 2.167%;
|
||||
}
|
||||
|
||||
.container-24 .grid-2 {
|
||||
width: 6.333%;
|
||||
}
|
||||
|
||||
.container-24 .grid-3 {
|
||||
width: 10.5%;
|
||||
}
|
||||
|
||||
.container-24 .grid-4 {
|
||||
width: 14.667%;
|
||||
}
|
||||
|
||||
.container-24 .grid-5 {
|
||||
width: 18.833%;
|
||||
}
|
||||
|
||||
.container-24 .grid-6 {
|
||||
width: 23.0%;
|
||||
}
|
||||
|
||||
.container-24 .grid-7 {
|
||||
width: 27.167%;
|
||||
}
|
||||
|
||||
.container-24 .grid-8 {
|
||||
width: 31.333%;
|
||||
}
|
||||
|
||||
.container-24 .grid-9 {
|
||||
width: 35.5%;
|
||||
}
|
||||
|
||||
.container-24 .grid-10 {
|
||||
width: 39.667%;
|
||||
}
|
||||
|
||||
.container-24 .grid-11 {
|
||||
width: 43.833%;
|
||||
}
|
||||
|
||||
.container-24 .grid-12 {
|
||||
width: 48.0%;
|
||||
}
|
||||
|
||||
.container-24 .grid-13 {
|
||||
width: 52.167%;
|
||||
}
|
||||
|
||||
.container-24 .grid-14 {
|
||||
width: 56.333%;
|
||||
}
|
||||
|
||||
.container-24 .grid-15 {
|
||||
width: 60.5%;
|
||||
}
|
||||
|
||||
.container-24 .grid-16 {
|
||||
width: 64.667%;
|
||||
}
|
||||
|
||||
.container-24 .grid-17 {
|
||||
width: 68.833%;
|
||||
}
|
||||
|
||||
.container-24 .grid-18 {
|
||||
width: 73.0%;
|
||||
}
|
||||
|
||||
.container-24 .grid-19 {
|
||||
width: 77.167%;
|
||||
}
|
||||
|
||||
.container-24 .grid-20 {
|
||||
width: 81.333%;
|
||||
}
|
||||
|
||||
.container-24 .grid-21 {
|
||||
width: 85.5%;
|
||||
}
|
||||
|
||||
.container-24 .grid-22 {
|
||||
width: 89.667%;
|
||||
}
|
||||
|
||||
.container-24 .grid-23 {
|
||||
width: 93.833%;
|
||||
}
|
||||
|
||||
.container-24 .grid-24 {
|
||||
width: 98.0%;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Prefix
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.container-24 .prefix-1 {
|
||||
padding-left: 4.167%;
|
||||
}
|
||||
|
||||
.container-24 .prefix-2 {
|
||||
padding-left: 8.333%;
|
||||
}
|
||||
|
||||
.container-24 .prefix-3 {
|
||||
padding-left: 12.5%;
|
||||
}
|
||||
|
||||
.container-24 .prefix-4 {
|
||||
padding-left: 16.667%;
|
||||
}
|
||||
|
||||
.container-24 .prefix-5 {
|
||||
padding-left: 20.833%;
|
||||
}
|
||||
|
||||
.container-24 .prefix-6 {
|
||||
padding-left: 25.0%;
|
||||
}
|
||||
|
||||
.container-24 .prefix-7 {
|
||||
padding-left: 29.167%;
|
||||
}
|
||||
|
||||
.container-24 .prefix-8 {
|
||||
padding-left: 33.333%;
|
||||
}
|
||||
|
||||
.container-24 .prefix-9 {
|
||||
padding-left: 37.5%;
|
||||
}
|
||||
|
||||
.container-24 .prefix-10 {
|
||||
padding-left: 41.667%;
|
||||
}
|
||||
|
||||
.container-24 .prefix-11 {
|
||||
padding-left: 45.833%;
|
||||
}
|
||||
|
||||
.container-24 .prefix-12 {
|
||||
padding-left: 50.0%;
|
||||
}
|
||||
|
||||
.container-24 .prefix-13 {
|
||||
padding-left: 54.167%;
|
||||
}
|
||||
|
||||
.container-24 .prefix-14 {
|
||||
padding-left: 58.333%;
|
||||
}
|
||||
|
||||
.container-24 .prefix-15 {
|
||||
padding-left: 62.5%;
|
||||
}
|
||||
|
||||
.container-24 .prefix-16 {
|
||||
padding-left: 66.667%;
|
||||
}
|
||||
|
||||
.container-24 .prefix-17 {
|
||||
padding-left: 70.833%;
|
||||
}
|
||||
|
||||
.container-24 .prefix-18 {
|
||||
padding-left: 75.0%;
|
||||
}
|
||||
|
||||
.container-24 .prefix-19 {
|
||||
padding-left: 79.167%;
|
||||
}
|
||||
|
||||
.container-24 .prefix-20 {
|
||||
padding-left: 83.333%;
|
||||
}
|
||||
|
||||
.container-24 .prefix-21 {
|
||||
padding-left: 87.5%;
|
||||
}
|
||||
|
||||
.container-24 .prefix-22 {
|
||||
padding-left: 91.667%;
|
||||
}
|
||||
|
||||
.container-24 .prefix-23 {
|
||||
padding-left: 95.833%;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Suffix
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.container-24 .suffix-1 {
|
||||
padding-right: 4.167%;
|
||||
}
|
||||
|
||||
.container-24 .suffix-2 {
|
||||
padding-right: 8.333%;
|
||||
}
|
||||
|
||||
.container-24 .suffix-3 {
|
||||
padding-right: 12.5%;
|
||||
}
|
||||
|
||||
.container-24 .suffix-4 {
|
||||
padding-right: 16.667%;
|
||||
}
|
||||
|
||||
.container-24 .suffix-5 {
|
||||
padding-right: 20.833%;
|
||||
}
|
||||
|
||||
.container-24 .suffix-6 {
|
||||
padding-right: 25.0%;
|
||||
}
|
||||
|
||||
.container-24 .suffix-7 {
|
||||
padding-right: 29.167%;
|
||||
}
|
||||
|
||||
.container-24 .suffix-8 {
|
||||
padding-right: 33.333%;
|
||||
}
|
||||
|
||||
.container-24 .suffix-9 {
|
||||
padding-right: 37.5%;
|
||||
}
|
||||
|
||||
.container-24 .suffix-10 {
|
||||
padding-right: 41.667%;
|
||||
}
|
||||
|
||||
.container-24 .suffix-11 {
|
||||
padding-right: 45.833%;
|
||||
}
|
||||
|
||||
.container-24 .suffix-12 {
|
||||
padding-right: 50.0%;
|
||||
}
|
||||
|
||||
.container-24 .suffix-13 {
|
||||
padding-right: 54.167%;
|
||||
}
|
||||
|
||||
.container-24 .suffix-14 {
|
||||
padding-right: 58.333%;
|
||||
}
|
||||
|
||||
.container-24 .suffix-15 {
|
||||
padding-right: 62.5%;
|
||||
}
|
||||
|
||||
.container-24 .suffix-16 {
|
||||
padding-right: 66.667%;
|
||||
}
|
||||
|
||||
.container-24 .suffix-17 {
|
||||
padding-right: 70.833%;
|
||||
}
|
||||
|
||||
.container-24 .suffix-18 {
|
||||
padding-right: 75.0%;
|
||||
}
|
||||
|
||||
.container-24 .suffix-19 {
|
||||
padding-right: 79.167%;
|
||||
}
|
||||
|
||||
.container-24 .suffix-20 {
|
||||
padding-right: 83.333%;
|
||||
}
|
||||
|
||||
.container-24 .suffix-21 {
|
||||
padding-right: 87.5%;
|
||||
}
|
||||
|
||||
.container-24 .suffix-22 {
|
||||
padding-right: 91.667%;
|
||||
}
|
||||
|
||||
.container-24 .suffix-23 {
|
||||
padding-right: 95.833%;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Push
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.container-24 .push-1 {
|
||||
left: 4.167%;
|
||||
}
|
||||
|
||||
.container-24 .push-2 {
|
||||
left: 8.333%;
|
||||
}
|
||||
|
||||
.container-24 .push-3 {
|
||||
left: 12.5%;
|
||||
}
|
||||
|
||||
.container-24 .push-4 {
|
||||
left: 16.667%;
|
||||
}
|
||||
|
||||
.container-24 .push-5 {
|
||||
left: 20.833%;
|
||||
}
|
||||
|
||||
.container-24 .push-6 {
|
||||
left: 25.0%;
|
||||
}
|
||||
|
||||
.container-24 .push-7 {
|
||||
left: 29.167%;
|
||||
}
|
||||
|
||||
.container-24 .push-8 {
|
||||
left: 33.333%;
|
||||
}
|
||||
|
||||
.container-24 .push-9 {
|
||||
left: 37.5%;
|
||||
}
|
||||
|
||||
.container-24 .push-10 {
|
||||
left: 41.667%;
|
||||
}
|
||||
|
||||
.container-24 .push-11 {
|
||||
left: 45.833%;
|
||||
}
|
||||
|
||||
.container-24 .push-12 {
|
||||
left: 50.0%;
|
||||
}
|
||||
|
||||
.container-24 .push-13 {
|
||||
left: 54.167%;
|
||||
}
|
||||
|
||||
.container-24 .push-14 {
|
||||
left: 58.333%;
|
||||
}
|
||||
|
||||
.container-24 .push-15 {
|
||||
left: 62.5%;
|
||||
}
|
||||
|
||||
.container-24 .push-16 {
|
||||
left: 66.667%;
|
||||
}
|
||||
|
||||
.container-24 .push-17 {
|
||||
left: 70.833%;
|
||||
}
|
||||
|
||||
.container-24 .push-18 {
|
||||
left: 75.0%;
|
||||
}
|
||||
|
||||
.container-24 .push-19 {
|
||||
left: 79.167%;
|
||||
}
|
||||
|
||||
.container-24 .push-20 {
|
||||
left: 83.333%;
|
||||
}
|
||||
|
||||
.container-24 .push-21 {
|
||||
left: 87.5%;
|
||||
}
|
||||
|
||||
.container-24 .push-22 {
|
||||
left: 91.667%;
|
||||
}
|
||||
|
||||
.container-24 .push-23 {
|
||||
left: 95.833%;
|
||||
}
|
||||
|
||||
/*
|
||||
* ==========================================================
|
||||
* Pull
|
||||
* ==========================================================
|
||||
*/
|
||||
|
||||
.container-24 .pull-1 {
|
||||
left: -4.167%;
|
||||
}
|
||||
|
||||
.container-24 .pull-2 {
|
||||
left: -8.333%;
|
||||
}
|
||||
|
||||
.container-24 .pull-3 {
|
||||
left: -12.5%;
|
||||
}
|
||||
|
||||
.container-24 .pull-4 {
|
||||
left: -16.667%;
|
||||
}
|
||||
|
||||
.container-24 .pull-5 {
|
||||
left: -20.833%;
|
||||
}
|
||||
|
||||
.container-24 .pull-6 {
|
||||
left: -25.0%;
|
||||
}
|
||||
|
||||
.container-24 .pull-7 {
|
||||
left: -29.167%;
|
||||
}
|
||||
|
||||
.container-24 .pull-8 {
|
||||
left: -33.333%;
|
||||
}
|
||||
|
||||
.container-24 .pull-9 {
|
||||
left: -37.5%;
|
||||
}
|
||||
|
||||
.container-24 .pull-10 {
|
||||
left: -41.667%;
|
||||
}
|
||||
|
||||
.container-24 .pull-11 {
|
||||
left: -45.833%;
|
||||
}
|
||||
|
||||
.container-24 .pull-12 {
|
||||
left: -50.0%;
|
||||
}
|
||||
|
||||
.container-24 .pull-13 {
|
||||
left: -54.167%;
|
||||
}
|
||||
|
||||
.container-24 .pull-14 {
|
||||
left: -58.333%;
|
||||
}
|
||||
|
||||
.container-24 .pull-15 {
|
||||
left: -62.5%;
|
||||
}
|
||||
|
||||
.container-24 .pull-16 {
|
||||
left: -66.667%;
|
||||
}
|
||||
|
||||
.container-24 .pull-17 {
|
||||
left: -70.833%;
|
||||
}
|
||||
|
||||
.container-24 .pull-18 {
|
||||
left: -75.0%;
|
||||
}
|
||||
|
||||
.container-24 .pull-19 {
|
||||
left: -79.167%;
|
||||
}
|
||||
|
||||
.container-24 .pull-20 {
|
||||
left: -83.333%;
|
||||
}
|
||||
|
||||
.container-24 .pull-21 {
|
||||
left: -87.5%;
|
||||
}
|
||||
|
||||
.container-24 .pull-22 {
|
||||
left: -91.667%;
|
||||
}
|
||||
|
||||
.container-24 .pull-23 {
|
||||
left: -95.833%;
|
||||
}
|
||||
BIN
sites/all/themes/omega/alpha/images/block-toggle.png
Normal file
|
After Width: | Height: | Size: 2.8 KiB |
BIN
sites/all/themes/omega/alpha/images/grid-toggle.png
Normal file
|
After Width: | Height: | Size: 2.6 KiB |
BIN
sites/all/themes/omega/alpha/images/resize-handle.png
Normal file
|
After Width: | Height: | Size: 3.3 KiB |
1086
sites/all/themes/omega/alpha/includes/alpha.inc
Normal file
266
sites/all/themes/omega/alpha/includes/base.inc
Normal file
@@ -0,0 +1,266 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @file
|
||||
* Container class for theme configuration.
|
||||
*/
|
||||
|
||||
class alpha_theme_container {
|
||||
var $theme;
|
||||
var $settings;
|
||||
var $css;
|
||||
var $grid;
|
||||
var $grids;
|
||||
var $libraries;
|
||||
var $sections;
|
||||
var $zones;
|
||||
var $regions;
|
||||
var $page;
|
||||
|
||||
/**
|
||||
* @todo
|
||||
*/
|
||||
function __construct($theme, $delta = NULL) {
|
||||
$this->theme = $theme;
|
||||
$this->delta = $delta;
|
||||
|
||||
if ($cache = alpha_cache_get($theme, $delta)) {
|
||||
foreach ($cache->data as $key => $item) {
|
||||
$this->$key = $item;
|
||||
}
|
||||
}
|
||||
|
||||
foreach ($this->cacheable() as $item => $required) {
|
||||
if ($required && !isset($this->$item)) {
|
||||
$this->init();
|
||||
|
||||
alpha_alter('alpha_pre_cache', $this, $theme, $delta);
|
||||
alpha_cache_set($this);
|
||||
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
alpha_alter('alpha', $this, $theme, $delta);
|
||||
}
|
||||
|
||||
/**
|
||||
* @todo
|
||||
*/
|
||||
function init() {
|
||||
$this->settings();
|
||||
$this->sections();
|
||||
$this->zones();
|
||||
$this->regions();
|
||||
$this->grids();
|
||||
$this->grid();
|
||||
$this->css();
|
||||
$this->libraries();
|
||||
}
|
||||
|
||||
/**
|
||||
* @todo
|
||||
*/
|
||||
function settings() {
|
||||
if (!isset($this->settings)) {
|
||||
$this->settings = array(
|
||||
'grid' => alpha_theme_get_setting('alpha_grid', 'default', $this->theme),
|
||||
'css' => alpha_theme_get_setting('alpha_css', array(), $this->theme),
|
||||
'libraries' => alpha_theme_get_setting('alpha_libraries', array(), $this->theme),
|
||||
'exclude' => alpha_theme_get_setting('alpha_exclude', array(), $this->theme),
|
||||
'responsive' => alpha_theme_get_setting('alpha_responsive', FALSE, $this->theme),
|
||||
'toggle' => array(),
|
||||
'hidden' => array(),
|
||||
'viewport' => array(
|
||||
'enabled' => alpha_theme_get_setting('alpha_viewport', FALSE, $this->theme),
|
||||
'initial' => alpha_theme_get_setting('alpha_viewport_initial_scale', 1, $this->theme),
|
||||
'min' => alpha_theme_get_setting('alpha_viewport_min_scale', 1, $this->theme),
|
||||
'max' => alpha_theme_get_setting('alpha_viewport_max_scale', 1, $this->theme),
|
||||
'user' => alpha_theme_get_setting('alpha_viewport_user_scaleable', TRUE, $this->theme),
|
||||
),
|
||||
'debug' => array(
|
||||
'block' => alpha_theme_get_setting('alpha_debug_block_toggle', FALSE, $this->theme),
|
||||
'block_active' => alpha_theme_get_setting('alpha_debug_block_active', FALSE, $this->theme),
|
||||
'grid' => alpha_theme_get_setting('alpha_debug_grid_toggle', FALSE, $this->theme),
|
||||
'grid_active' => alpha_theme_get_setting('alpha_debug_grid_active', FALSE, $this->theme),
|
||||
'roles' => array_keys(array_filter(alpha_theme_get_setting('alpha_debug_grid_roles', array(), $this->theme))),
|
||||
),
|
||||
);
|
||||
|
||||
foreach (alpha_toggle() as $item => $title) {
|
||||
$this->settings['toggle'][$item] = alpha_theme_get_setting('alpha_toggle_' . $item, TRUE, $this->theme);
|
||||
}
|
||||
|
||||
foreach (alpha_visibility() as $item => $title) {
|
||||
$this->settings['hidden'][$item] = alpha_theme_get_setting('alpha_hidden_' . $item, FALSE, $this->theme);
|
||||
}
|
||||
|
||||
alpha_alter('alpha_settings', $this->settings, $this->theme);
|
||||
}
|
||||
|
||||
return $this->settings;
|
||||
}
|
||||
|
||||
/**
|
||||
* @todo
|
||||
*/
|
||||
function grids() {
|
||||
if (!isset($this->grids)) {
|
||||
$this->settings();
|
||||
$this->grids = alpha_retrieve_grids($this->theme);
|
||||
}
|
||||
|
||||
return $this->grids;
|
||||
}
|
||||
|
||||
/**
|
||||
* @todo
|
||||
*/
|
||||
function grid() {
|
||||
if (!isset($this->grid)) {
|
||||
$this->grids();
|
||||
|
||||
if (isset($this->grids[$this->settings['grid']])) {
|
||||
$this->grid = alpha_grid_css($this->theme, $this->grids[$this->settings['grid']], $this->settings['responsive']);
|
||||
}
|
||||
else {
|
||||
$this->grid = array();
|
||||
}
|
||||
}
|
||||
|
||||
return $this->grid;
|
||||
}
|
||||
|
||||
/**
|
||||
* @todo
|
||||
*/
|
||||
function css() {
|
||||
if (!isset($this->css)) {
|
||||
$this->css = alpha_retrieve_css($this->theme);
|
||||
}
|
||||
|
||||
return $this->css;
|
||||
}
|
||||
|
||||
/**
|
||||
* @todo
|
||||
*/
|
||||
function libraries() {
|
||||
if (!isset($this->libraries)) {
|
||||
$this->libraries = alpha_retrieve_libraries($this->theme);
|
||||
}
|
||||
|
||||
return $this->libraries;
|
||||
}
|
||||
|
||||
/**
|
||||
* @todo
|
||||
*/
|
||||
function sections() {
|
||||
if (!isset($this->sections)) {
|
||||
$this->sections = array(
|
||||
'header' => t('Header'),
|
||||
'content' => t('Content'),
|
||||
'footer' => t('Footer'),
|
||||
);
|
||||
}
|
||||
|
||||
return $this->sections;
|
||||
}
|
||||
|
||||
/**
|
||||
* @todo
|
||||
*/
|
||||
function zones() {
|
||||
if (!isset($this->zones)) {
|
||||
$this->sections();
|
||||
$this->zones = array();
|
||||
|
||||
if ($zones = alpha_info('zones', $this->theme)) {
|
||||
foreach ($zones as $zone => $title) {
|
||||
$section = alpha_zone_get_setting('section', $zone, NULL, $this->theme);
|
||||
$section = isset($this->sections[$section]) ? $section : NULL;
|
||||
|
||||
$this->zones[$zone] = array(
|
||||
'zone' => $zone,
|
||||
'name' => $title,
|
||||
'enabled' => isset($this->sections[$section]),
|
||||
'force' => alpha_zone_get_setting('force', $zone, FALSE, $this->theme),
|
||||
'columns' => alpha_zone_get_setting('columns', $zone, 0, $this->theme),
|
||||
'section' => $section,
|
||||
'weight' => alpha_zone_get_setting('weight', $zone, 0, $this->theme),
|
||||
'wrapper' => alpha_zone_get_setting('wrapper', $zone, FALSE, $this->theme),
|
||||
'wrapper_css' => alpha_zone_get_setting('wrapper_css', $zone, NULL, $this->theme),
|
||||
'primary' => alpha_zone_get_setting('primary', $zone, NULL, $this->theme),
|
||||
'order' => alpha_zone_get_setting('order', $zone, FALSE, $this->theme),
|
||||
'css' => alpha_zone_get_setting('css', $zone, NULL, $this->theme),
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
uasort($this->zones, 'drupal_sort_weight');
|
||||
alpha_alter('alpha_zones', $this->zones, $this->theme);
|
||||
}
|
||||
|
||||
return $this->zones;
|
||||
}
|
||||
|
||||
/**
|
||||
* @todo
|
||||
*/
|
||||
function regions() {
|
||||
if (!isset($this->regions)) {
|
||||
$this->zones();
|
||||
$this->sections();
|
||||
$this->regions = array();
|
||||
$exclude = alpha_regions_exclude();
|
||||
|
||||
foreach (system_region_list($this->theme) as $region => $title) {
|
||||
if (!in_array($region, $exclude)) {
|
||||
$zone = alpha_region_get_setting('zone', $region, NULL, $this->theme);
|
||||
$prefix = alpha_region_get_setting('prefix', $region, 0, $this->theme);
|
||||
$columns = alpha_region_get_setting('columns', $region, 1, $this->theme);
|
||||
$suffix = alpha_region_get_setting('suffix', $region, 0, $this->theme);
|
||||
|
||||
$zone = isset($zone) && isset($this->zones[$zone]) ? $zone : NULL;
|
||||
$section = isset($zone) && isset($this->zones[$zone]['section']) ? $this->zones[$zone]['section'] : NULL;
|
||||
|
||||
$this->regions[$region] = array(
|
||||
'region' => $region,
|
||||
'name' => $title,
|
||||
'zone' => $zone,
|
||||
'section' => $section,
|
||||
'enabled' => isset($zone),
|
||||
'force' => alpha_region_get_setting('force', $region, FALSE, $this->theme),
|
||||
'prefix' => $prefix,
|
||||
'columns' => $columns,
|
||||
'suffix' => $suffix,
|
||||
'width' => $prefix + $columns + $suffix,
|
||||
'push' => 0,
|
||||
'pull' => 0,
|
||||
'wrapper_css' => alpha_region_get_setting('css', $region, NULL, $this->theme),
|
||||
'weight' => alpha_region_get_setting('weight', $region, 0, $this->theme),
|
||||
'position' => alpha_region_get_setting('position', $region, 0, $this->theme),
|
||||
'primary' => isset($zone) && $this->zones[$zone]['primary'] == $region,
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
uasort($this->regions, 'drupal_sort_weight');
|
||||
alpha_alter('alpha_regions', $this->regions, $this->theme);
|
||||
}
|
||||
|
||||
return $this->regions;
|
||||
}
|
||||
|
||||
/**
|
||||
* @todo
|
||||
*/
|
||||
function cacheable() {
|
||||
$cacheable = array_fill_keys(array('settings', 'libraries', 'css', 'grids', 'grid', 'regions', 'zones', 'sections'), TRUE);
|
||||
|
||||
alpha_alter('alpha_cacheable', $cacheable, $this->theme);
|
||||
|
||||
return $cacheable;
|
||||
}
|
||||
}
|
||||
285
sites/all/themes/omega/alpha/includes/theme-settings-general.inc
Normal file
@@ -0,0 +1,285 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @file
|
||||
* General theme settings elements.
|
||||
*/
|
||||
|
||||
/**
|
||||
* @todo
|
||||
*/
|
||||
function alpha_theme_settings_general(&$form, &$form_state) {
|
||||
$theme = alpha_get_theme();
|
||||
$scales = alpha_scale_options(1, 10, 0.5);
|
||||
$optional = alpha_css_options($theme->css);
|
||||
$libraries = alpha_library_options($theme->libraries);
|
||||
$exclude = alpha_exclude_options($theme->theme);
|
||||
$toggle = alpha_toggle();
|
||||
|
||||
$form['alpha_settings']['layout'] = array(
|
||||
'#type' => 'fieldset',
|
||||
'#weight' => -10,
|
||||
'#title' => t('Grid settings'),
|
||||
);
|
||||
|
||||
$form['alpha_settings']['layout']['alpha_grid'] = array(
|
||||
'#type' => 'select',
|
||||
'#description' => t('Select the grid system that you want to use for this layout.'),
|
||||
'#title' => t('Grid system'),
|
||||
'#default_value' => $theme->settings['grid'],
|
||||
'#options' => alpha_grid_options($theme->grids),
|
||||
);
|
||||
|
||||
$form['alpha_settings']['layout']['responsive_settings'] = array(
|
||||
'#type' => 'fieldset',
|
||||
'#title' => t('Responsive settings'),
|
||||
);
|
||||
|
||||
$form['alpha_settings']['layout']['responsive_settings']['alpha_responsive'] = array(
|
||||
'#type' => 'checkbox',
|
||||
'#title' => t('Enable the responsive grid'),
|
||||
'#description' => t('Enabling this will unleash the responsive layout features that come with Alpha & Omega. It also helps you to clean your appartment and wash your dishes.'),
|
||||
'#default_value' => $theme->settings['responsive'],
|
||||
);
|
||||
|
||||
$form['alpha_settings']['layout']['responsive_settings']['alpha_viewport'] = array(
|
||||
'#type' => 'checkbox',
|
||||
'#title' => t('Allow customizing viewport meta properties on iOS and Android devices'),
|
||||
'#description' => t('By default, most mobile browsers choose their own way to handle page rendering by using the viewport meta tag. iOS and Android are "capable" of displaying full size websites by simply scaling down the view. However, when using a truly mobile version of your theme, you will / may want to customize these settings. You can find more information about this in the <a href="http://drupal.org/node/819164">Omega documentation</a>.'),
|
||||
'#default_value' => $theme->settings['viewport']['enabled'],
|
||||
'#states' => array(
|
||||
'visible' => array(
|
||||
':input[name="alpha_responsive"]' => array('checked' => TRUE),
|
||||
),
|
||||
),
|
||||
);
|
||||
|
||||
$form['alpha_settings']['layout']['responsive_settings']['viewport_settings'] = array(
|
||||
'#type' => 'fieldset',
|
||||
'#title' => t('Viewport settings'),
|
||||
'#states' => array(
|
||||
'visible' => array(
|
||||
':input[name="alpha_viewport"]' => array('checked' => TRUE),
|
||||
':input[name="alpha_responsive"]' => array('checked' => TRUE),
|
||||
),
|
||||
),
|
||||
);
|
||||
|
||||
$form['alpha_settings']['layout']['responsive_settings']['viewport_settings']['alpha_viewport_initial_scale'] = array(
|
||||
'#type' => 'select',
|
||||
'#title' => t('Initial scale'),
|
||||
'#default_value' => $theme->settings['viewport']['initial'],
|
||||
'#options' => $scales,
|
||||
'#description' => t('The initial scaling of the page. This should almost always be set to 1.0.'),
|
||||
);
|
||||
|
||||
$form['alpha_settings']['layout']['responsive_settings']['viewport_settings']['alpha_viewport_min_scale'] = array(
|
||||
'#type' => 'select',
|
||||
'#title' => t('Minimum scale'),
|
||||
'#default_value' => $theme->settings['viewport']['min'],
|
||||
'#options' => $scales,
|
||||
'#description' => t('The minimum scaling of the site. This should usually be the same as your <em>Initial scale</em> setting.'),
|
||||
);
|
||||
|
||||
$form['alpha_settings']['layout']['responsive_settings']['viewport_settings']['alpha_viewport_max_scale'] = array(
|
||||
'#type' => 'select',
|
||||
'#title' => t('Maximum scale'),
|
||||
'#default_value' => $theme->settings['viewport']['max'],
|
||||
'#options' => $scales,
|
||||
'#description' => t('The maximum scaling of the site. This can be any value between 1 and 10, but should not be too big if you want to preserve your mobile look and feel.'),
|
||||
);
|
||||
|
||||
$form['alpha_settings']['layout']['responsive_settings']['viewport_settings']['alpha_viewport_user_scaleable'] = array(
|
||||
'#type' => 'checkbox',
|
||||
'#title' => t('Scalable by user'),
|
||||
'#description' => t('<p>Determine if a user can resize the screen. This is usually accomplished via multi-touch gestures on iOS and Android devices. If your mobile theme is very customized and presented with good typography and graphics for a reduced mobile size, it is recommended to leave this setting unchecked. If it is left unchecked, the min-scale and max-scale properties will be ignored.</p><p class="marker">HTC Android devices do NOT (currently) respect the viewport meta tag for <em>user-scalable</em>. It will render at the appropriate <em>initial-scale</em> set above, but a user can still zoom in/out.</p>'),
|
||||
'#default_value' => $theme->settings['viewport']['user'],
|
||||
);
|
||||
|
||||
foreach ($theme->grids as $grid => $info) {
|
||||
$form['alpha_settings']['layout']['grid_layouts'][$grid] = array(
|
||||
'#type' => 'fieldset',
|
||||
'#title' => t('@grid layout settings', array('@grid' => $info['name'])),
|
||||
'#states' => array(
|
||||
'visible' => array(
|
||||
':input[name="alpha_grid"]' => array('value' => $grid),
|
||||
),
|
||||
),
|
||||
);
|
||||
|
||||
$form['alpha_settings']['layout']['grid_layouts'][$grid]['alpha_primary_' . $grid] = array(
|
||||
'#type' => 'select',
|
||||
'#title' => t('Primary layout'),
|
||||
'#default_value' => $info['primary'],
|
||||
'#options' => alpha_grid_layouts_options($theme->grids[$grid]),
|
||||
'#description' => t('The primary layout will be used in case you disable the "responsive grid" option aswell as for older versions of Internet Explorer.'),
|
||||
);
|
||||
|
||||
foreach ($info['layouts'] as $layout => $data) {
|
||||
$form['alpha_settings']['layout']['grid_layouts'][$grid][$layout] = array(
|
||||
'#type' => 'fieldset',
|
||||
'#title' => t('@layout layout', array('@layout' => $data['name'])),
|
||||
'#states' => array(
|
||||
'visible' => array(
|
||||
':input[name="alpha_responsive"]' => array('checked' => TRUE),
|
||||
),
|
||||
),
|
||||
);
|
||||
|
||||
$form['alpha_settings']['layout']['grid_layouts'][$grid][$layout]['alpha_layouts_' . $grid . '_' . $layout . '_responsive'] = array(
|
||||
'#type' => 'checkbox',
|
||||
'#title' => t('Use this layout with the responsive grid'),
|
||||
'#default_value' => $data['enabled'],
|
||||
);
|
||||
|
||||
$form['alpha_settings']['layout']['grid_layouts'][$grid][$layout]['alpha_layouts_' . $grid . '_' . $layout . '_weight'] = array(
|
||||
'#type' => 'weight',
|
||||
'#title' => t('Weight'),
|
||||
'#description' => t('The weight of this layout.'),
|
||||
'#default_value' => $data['weight'],
|
||||
'#states' => array(
|
||||
'visible' => array(
|
||||
':input[name="alpha_layouts_' . $grid . '_' . $layout . '_responsive"]' => array('checked' => TRUE),
|
||||
),
|
||||
),
|
||||
);
|
||||
|
||||
$form['alpha_settings']['layout']['grid_layouts'][$grid][$layout]['alpha_layouts_' . $grid . '_' . $layout . '_media'] = array(
|
||||
'#type' => 'textfield',
|
||||
'#title' => t('Media query'),
|
||||
'#description' => t('The @media query that the @layout layout should respond to.', array('@layout' => $data['name'])),
|
||||
'#default_value' => $data['media'],
|
||||
'#maxlength' => 255,
|
||||
'#size' => 140,
|
||||
'#states' => array(
|
||||
'visible' => array(
|
||||
':input[name="alpha_layouts_' . $grid . '_' . $layout . '_responsive"]' => array('checked' => TRUE),
|
||||
),
|
||||
),
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
if (!empty($libraries)) {
|
||||
$form['alpha_settings']['alpha_libraries'] = array(
|
||||
'#type' => 'fieldset',
|
||||
'#title' => t('Toggle libraries'),
|
||||
'#collapsible' => TRUE,
|
||||
'#collapsed' => FALSE,
|
||||
);
|
||||
|
||||
$form['alpha_settings']['alpha_libraries']['alpha_libraries'] = array(
|
||||
'#title' => t('Enable optional libraries'),
|
||||
'#description' => t('You can choose from this list to enable optional libraries.'),
|
||||
'#type' => 'checkboxes',
|
||||
'#options' => $libraries,
|
||||
'#default_value' => $theme->settings['libraries'],
|
||||
);
|
||||
}
|
||||
|
||||
$form['alpha_settings']['alpha_styles'] = array(
|
||||
'#type' => 'fieldset',
|
||||
'#title' => t('Toggle styles'),
|
||||
'#collapsible' => TRUE,
|
||||
'#collapsed' => FALSE,
|
||||
);
|
||||
|
||||
if (!empty($optional)) {
|
||||
$form['alpha_settings']['alpha_styles']['alpha_css'] = array(
|
||||
'#title' => t('Enable optional stylesheets'),
|
||||
'#description' => t('You can choose from this list to enable optional stylesheets.'),
|
||||
'#type' => 'checkboxes',
|
||||
'#options' => $optional,
|
||||
'#default_value' => $theme->settings['css'],
|
||||
);
|
||||
}
|
||||
|
||||
if (!empty($exclude)) {
|
||||
$form['alpha_settings']['alpha_styles']['alpha_exclude'] = array(
|
||||
'#title' => t('Disable module and theme stylesheets'),
|
||||
'#description' => t('Alpha will remove the selected stylesheets from your pages.'),
|
||||
'#type' => 'checkboxes',
|
||||
'#options' => $exclude,
|
||||
'#default_value' => $theme->settings['exclude'],
|
||||
);
|
||||
}
|
||||
|
||||
$form['alpha_settings']['alpha_debug'] = array(
|
||||
'#type' => 'fieldset',
|
||||
'#weight' => -6,
|
||||
'#title' => t('Debugging'),
|
||||
'#collapsible' => TRUE,
|
||||
'#collapsed' => FALSE,
|
||||
);
|
||||
|
||||
$form['alpha_settings']['alpha_debug']['alpha_debug_block_toggle'] = array(
|
||||
'#type' => 'checkbox',
|
||||
'#title' => t('Enable the debugging (placeholder) blocks for the selected roles.'),
|
||||
'#default_value' => $theme->settings['debug']['block'],
|
||||
);
|
||||
|
||||
$form['alpha_settings']['alpha_debug']['alpha_debug_block_active'] = array(
|
||||
'#type' => 'checkbox',
|
||||
'#title' => t('Show the debugging blocks by default.'),
|
||||
'#description' => t('This will show the debugging blocks on page load.'),
|
||||
'#default_value' => $theme->settings['debug']['block_active'],
|
||||
'#states' => array(
|
||||
'visible' => array(
|
||||
':input[name="alpha_debug_block_toggle"]' => array('checked' => TRUE),
|
||||
),
|
||||
),
|
||||
);
|
||||
|
||||
$form['alpha_settings']['alpha_debug']['alpha_debug_grid_toggle'] = array(
|
||||
'#type' => 'checkbox',
|
||||
'#title' => t('Enable the grid overlay for the selected roles.'),
|
||||
'#default_value' => $theme->settings['debug']['grid'],
|
||||
);
|
||||
|
||||
$form['alpha_settings']['alpha_debug']['alpha_debug_grid_active'] = array(
|
||||
'#type' => 'checkbox',
|
||||
'#title' => t('Show the grid overlay by default.'),
|
||||
'#description' => t('This will show the grid overlay on page load.'),
|
||||
'#default_value' => $theme->settings['debug']['grid_active'],
|
||||
'#states' => array(
|
||||
'visible' => array(
|
||||
':input[name="alpha_debug_grid_toggle"]' => array('checked' => TRUE),
|
||||
),
|
||||
),
|
||||
);
|
||||
|
||||
$form['alpha_settings']['alpha_debug']['alpha_debug_grid_roles'] = array(
|
||||
'#type' => 'checkboxes',
|
||||
'#title' => t('Roles that may use the grid overlay and debugging blocks.'),
|
||||
'#default_value' => $theme->settings['debug']['roles'],
|
||||
'#options' => array_map('check_plain', user_roles()),
|
||||
);
|
||||
|
||||
$form['alpha_settings']['alpha_toggle'] = array(
|
||||
'#type' => 'fieldset',
|
||||
'#title' => t('Toggle advanced elements'),
|
||||
'#description' => t('Enable or disable the display of certain page elements.'),
|
||||
);
|
||||
|
||||
foreach ($toggle as $item => $title) {
|
||||
$form['alpha_settings']['alpha_toggle']['alpha_toggle_' . $item] = array(
|
||||
'#type' => 'checkbox',
|
||||
'#title' => $title,
|
||||
'#default_value' => $theme->settings['toggle'][$item],
|
||||
);
|
||||
}
|
||||
|
||||
$form['alpha_settings']['alpha_toggle']['alpha_hidden'] = array(
|
||||
'#type' => 'item',
|
||||
'#title' => t('Choose from the elements below to hide them via CSS'),
|
||||
'#description' => t('This will make the element invisible to normal users while not removing it from the HTML (e.g. for screenreaders).'),
|
||||
);
|
||||
|
||||
foreach (alpha_visibility() as $item => $title) {
|
||||
$form['alpha_settings']['alpha_toggle']['alpha_hidden']['alpha_hidden_' . $item] = array(
|
||||
'#type' => 'checkbox',
|
||||
'#title' => $title,
|
||||
'#default_value' => $theme->settings['hidden'][$item],
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,245 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @file
|
||||
* Theme settings for regions.
|
||||
*/
|
||||
|
||||
/**
|
||||
* @todo
|
||||
*/
|
||||
function alpha_theme_settings_structure(&$form, &$form_state) {
|
||||
$theme = alpha_get_theme();
|
||||
$containers = isset($theme->grids[$theme->settings['grid']]) ? alpha_container_options($theme->grids[$theme->settings['grid']]) : array();
|
||||
$options = alpha_zone_options($theme->zones);
|
||||
$columns = $spacing = !empty($containers) ? alpha_column_options(max(array_keys($containers))) : array();
|
||||
|
||||
unset($columns[0]);
|
||||
array_pop($spacing);
|
||||
|
||||
$form['alpha_settings']['structure'] = array(
|
||||
'#type' => 'fieldset',
|
||||
'#title' => t('Zone and region configuration'),
|
||||
'#weight' => -8,
|
||||
);
|
||||
|
||||
$form['alpha_settings']['structure']['__unassigned__'] = array(
|
||||
'#type' => 'fieldset',
|
||||
'#title' => t('Unassigned zones'),
|
||||
'#description' => t('There are no unassigned zones.'),
|
||||
'#weight' => 100,
|
||||
'#attributes' => array(
|
||||
'class' => array('alpha-unassigned'),
|
||||
),
|
||||
);
|
||||
|
||||
$form['alpha_settings']['structure']['__unassigned__']['__unassigned__']['regions'] = array(
|
||||
'#type' => 'fieldset',
|
||||
'#title' => t('Unassigned regions'),
|
||||
'#description' => t('There are no unassigned regions.'),
|
||||
'#weight' => 100,
|
||||
'#attributes' => array(
|
||||
'class' => array('alpha-unassigned'),
|
||||
),
|
||||
);
|
||||
|
||||
foreach ($theme->sections as $section => $name) {
|
||||
$form['alpha_settings']['structure'][$section] = array(
|
||||
'#type' => 'fieldset',
|
||||
'#title' => $name . ' ' . t('Section'),
|
||||
'#description' => t('This section is empty.'),
|
||||
);
|
||||
}
|
||||
|
||||
foreach ($theme->zones as $zone => $item) {
|
||||
$section = $item['enabled'] ? $item['section'] : '__unassigned__';
|
||||
|
||||
unset($form['alpha_settings']['structure'][$section]['#description']);
|
||||
|
||||
$form['alpha_settings']['structure'][$section][$zone] = array(
|
||||
'#type' => 'fieldset',
|
||||
'#title' => $item['name'] . ' ' . t('Zone'),
|
||||
'#weight' => $item['weight'],
|
||||
'#collapsible' => TRUE,
|
||||
'#collapsed' => TRUE,
|
||||
);
|
||||
|
||||
$form['alpha_settings']['structure'][$section][$zone]['zone'] = array(
|
||||
'#type' => 'fieldset',
|
||||
'#title' => t('Configuration'),
|
||||
'#weight' => -999,
|
||||
'#collapsible' => TRUE,
|
||||
'#collapsed' => TRUE,
|
||||
'#attributes' => array(
|
||||
'class' => array('alpha-inline'),
|
||||
),
|
||||
);
|
||||
|
||||
// Provide a full width wrapper around the zone (allowing for design elements outside the grid)
|
||||
$form['alpha_settings']['structure'][$section][$zone]['zone']['alpha_zone_' . $zone . '_wrapper'] = array(
|
||||
'#type' => 'checkbox',
|
||||
'#title' => t('Provide full width wrapper around this zone'),
|
||||
'#description' => t('Enabling this feature will give a <div> wrapper around the zone itself, allowing you to theme in elements that appear outside the 960 pixel container zone.'),
|
||||
'#default_value' => $item['wrapper'],
|
||||
);
|
||||
|
||||
$form['alpha_settings']['structure'][$section][$zone]['zone']['alpha_zone_' . $zone . '_force'] = array(
|
||||
'#type' => 'checkbox',
|
||||
'#title' => t('Force this zone to be rendered'),
|
||||
'#description' => t('Enabling this will always render this zone, even if it is empty.'),
|
||||
'#default_value' => $item['force'],
|
||||
);
|
||||
|
||||
$form['alpha_settings']['structure'][$section][$zone]['zone']['alpha_zone_' . $zone . '_order'] = array(
|
||||
'#type' => 'checkbox',
|
||||
'#title' => t('Customize the region positioning'),
|
||||
'#description' => t('This allows you to manipulate the placing of the regions in this zone.'),
|
||||
'#default_value' => $item['order'],
|
||||
'#element_validate' => array('alpha_theme_settings_validate_order'),
|
||||
'#zone' => $zone,
|
||||
);
|
||||
|
||||
$form['alpha_settings']['structure'][$section][$zone]['zone']['alpha_zone_' . $zone . '_section'] = array(
|
||||
'#type' => 'select',
|
||||
'#title' => t('Section'),
|
||||
'#default_value' => $item['section'],
|
||||
'#element_validate' => array('alpha_theme_settings_validate_not_empty'),
|
||||
'#options' => array('_none' => '- None -') + $theme->sections,
|
||||
);
|
||||
|
||||
$form['alpha_settings']['structure'][$section][$zone]['zone']['alpha_zone_' . $zone . '_weight'] = array(
|
||||
'#type' => 'weight',
|
||||
'#title' => t('Weight'),
|
||||
'#default_value' => $item['weight'],
|
||||
);
|
||||
|
||||
// Create a container width selection menu for EACH zone
|
||||
$form['alpha_settings']['structure'][$section][$zone]['zone']['alpha_zone_' . $zone . '_columns'] = array(
|
||||
'#type' => 'select',
|
||||
'#title' => t('Column count'),
|
||||
'#default_value' => $item['columns'],
|
||||
'#options' => $containers,
|
||||
);
|
||||
|
||||
// Decide which region is the primary item.
|
||||
// The primary region is the one that will absorb the size of empty regions that are related in the same zone.
|
||||
$form['alpha_settings']['structure'][$section][$zone]['zone']['alpha_zone_' . $zone . '_primary'] = array(
|
||||
'#type' => 'select',
|
||||
'#title' => t('Primary Region'),
|
||||
'#default_value' => $item['primary'],
|
||||
'#options' => array('_none' => t('- None -')) + alpha_zone_regions($zone, $theme->regions),
|
||||
'#element_validate' => array('alpha_theme_settings_validate_not_empty', 'alpha_theme_settings_validate_primary'),
|
||||
'#zone' => $zone,
|
||||
);
|
||||
|
||||
// Allow for zone classes
|
||||
$form['alpha_settings']['structure'][$section][$zone]['zone']['alpha_zone_' . $zone . '_css'] = array(
|
||||
'#type' => 'textfield',
|
||||
'#title' => t('Additional zone classes'),
|
||||
'#size' => 60,
|
||||
'#default_value' => $item['css'],
|
||||
);
|
||||
|
||||
// Allow for zone wrapper classes
|
||||
$form['alpha_settings']['structure'][$section][$zone]['zone']['alpha_zone_' . $zone . '_wrapper_css'] = array(
|
||||
'#type' => 'textfield',
|
||||
'#title' => t('Additional wrapper classes'),
|
||||
'#size' => 60,
|
||||
'#default_value' => $item['wrapper_css'],
|
||||
'#states' => array(
|
||||
'visible' => array(
|
||||
':input[name="alpha_zone_' . $zone . '_wrapper"]' => array('checked' => TRUE),
|
||||
),
|
||||
),
|
||||
);
|
||||
|
||||
$form['alpha_settings']['structure'][$section][$zone]['regions'] = array(
|
||||
'#type' => 'fieldset',
|
||||
'#title' => t('Regions'),
|
||||
'#description' => t('This zone is empty.'),
|
||||
'#weight' => $item['weight'],
|
||||
'#collapsible' => TRUE,
|
||||
'#collapsed' => TRUE,
|
||||
);
|
||||
}
|
||||
|
||||
foreach($theme->regions as $region => $item) {
|
||||
$zone = $item['enabled'] ? $item['zone'] : '__unassigned__';
|
||||
$section = $item['enabled'] && $theme->zones[$item['zone']]['enabled'] ? $item['section'] : '__unassigned__';
|
||||
|
||||
unset($form['alpha_settings']['structure'][$section][$zone]['regions']['#description']);
|
||||
|
||||
$form['alpha_settings']['structure'][$section][$zone]['regions'][$region] = array(
|
||||
'#type' => 'fieldset',
|
||||
'#title' => $item['name'],
|
||||
'#weight' => $item['weight'],
|
||||
'#collapsible' => TRUE,
|
||||
'#collapsed' => TRUE,
|
||||
'#attributes' => array(
|
||||
'class' => array('alpha-inline'),
|
||||
),
|
||||
);
|
||||
|
||||
$form['alpha_settings']['structure'][$section][$zone]['regions'][$region]['alpha_region_' . $region . '_force'] = array(
|
||||
'#type' => 'checkbox',
|
||||
'#title' => t('Force this region to be rendered'),
|
||||
'#description' => t('Enabling this will always render this region, even if it is empty.'),
|
||||
'#default_value' => $item['force'],
|
||||
);
|
||||
|
||||
$form['alpha_settings']['structure'][$section][$zone]['regions'][$region]['alpha_region_' . $region . '_zone'] = array(
|
||||
'#type' => 'select',
|
||||
'#title' => t('Zone'),
|
||||
'#default_value' => !empty($item['zone']) ? $item['zone'] : array('_none'),
|
||||
'#element_validate' => array('alpha_theme_settings_validate_not_empty'),
|
||||
'#options' => array('_none' => '- None -') + $options,
|
||||
);
|
||||
|
||||
$form['alpha_settings']['structure'][$section][$zone]['regions'][$region]['alpha_region_' . $region . '_prefix'] = array(
|
||||
'#type' => 'select',
|
||||
'#title' => t('Prefix'),
|
||||
'#default_value' => $item['prefix'],
|
||||
'#options' => $spacing,
|
||||
);
|
||||
|
||||
$form['alpha_settings']['structure'][$section][$zone]['regions'][$region]['alpha_region_' . $region . '_columns'] = array(
|
||||
'#type' => 'select',
|
||||
'#title' => t('Width'),
|
||||
'#default_value' => $item['columns'],
|
||||
'#options' => $columns,
|
||||
);
|
||||
|
||||
$form['alpha_settings']['structure'][$section][$zone]['regions'][$region]['alpha_region_' . $region . '_suffix'] = array(
|
||||
'#type' => 'select',
|
||||
'#title' => t('Suffix'),
|
||||
'#default_value' => $item['suffix'],
|
||||
'#options' => $spacing,
|
||||
);
|
||||
|
||||
$form['alpha_settings']['structure'][$section][$zone]['regions'][$region]['alpha_region_' . $region . '_weight'] = array(
|
||||
'#type' => 'weight',
|
||||
'#delta' => 50,
|
||||
'#title' => t('Weight'),
|
||||
'#default_value' => $item['weight'],
|
||||
);
|
||||
|
||||
$form['alpha_settings']['structure'][$section][$zone]['regions'][$region]['alpha_region_' . $region . '_position'] = array(
|
||||
'#type' => 'weight',
|
||||
'#delta' => 50,
|
||||
'#title' => t('Position'),
|
||||
'#default_value' => $item['position'],
|
||||
'#states' => array(
|
||||
'visible' => array(
|
||||
':input[name="alpha_zone_' . $zone . '_order"]' => array('checked' => TRUE),
|
||||
),
|
||||
),
|
||||
);
|
||||
|
||||
$form['alpha_settings']['structure'][$section][$zone]['regions'][$region]['alpha_region_' . $region . '_css'] = array(
|
||||
'#type' => 'textfield',
|
||||
'#title' => t('Additional region classes'),
|
||||
'#size' => 50,
|
||||
'#default_value' => $item['wrapper_css'],
|
||||
);
|
||||
}
|
||||
}
|
||||
19
sites/all/themes/omega/alpha/js/alpha-debug.js
Normal file
@@ -0,0 +1,19 @@
|
||||
/**
|
||||
* Attaches the debugging behavior.
|
||||
*/
|
||||
(function($) {
|
||||
Drupal.behaviors.alphaDebug = {
|
||||
attach: function (context) {
|
||||
$('body', context).once('alpha-debug', function () {
|
||||
$('.alpha-grid-toggle').click(function() {
|
||||
$('body').toggleClass('alpha-grid-debug');
|
||||
return false;
|
||||
});
|
||||
$('.alpha-block-toggle').click(function() {
|
||||
$('body').toggleClass('alpha-region-debug');
|
||||
return false;
|
||||
});
|
||||
});
|
||||
}
|
||||
};
|
||||
})(jQuery);
|
||||
BIN
sites/all/themes/omega/alpha/screenshot.png
Normal file
|
After Width: | Height: | Size: 31 KiB |
398
sites/all/themes/omega/alpha/template.php
Normal file
@@ -0,0 +1,398 @@
|
||||
<?php
|
||||
|
||||
require_once dirname(__FILE__) . '/includes/alpha.inc';
|
||||
require_once dirname(__FILE__) . '/includes/base.inc';
|
||||
|
||||
/**
|
||||
* Implements hook_theme().
|
||||
*/
|
||||
function alpha_theme($existing, $type, $theme, $path) {
|
||||
return array(
|
||||
'section' => array(
|
||||
'template' => 'section',
|
||||
'path' => $path . '/templates',
|
||||
'render element' => 'elements',
|
||||
'pattern' => 'section__',
|
||||
'preprocess functions' => array(
|
||||
'template_preprocess',
|
||||
'template_preprocess_section',
|
||||
'alpha_preprocess',
|
||||
'alpha_preprocess_section',
|
||||
),
|
||||
'process functions' => array(
|
||||
'template_process',
|
||||
'template_process_section',
|
||||
'alpha_process',
|
||||
'alpha_process_section'
|
||||
),
|
||||
),
|
||||
'zone' => array(
|
||||
'template' => 'zone',
|
||||
'path' => $path . '/templates',
|
||||
'render element' => 'elements',
|
||||
'pattern' => 'zone__',
|
||||
'preprocess functions' => array(
|
||||
'template_preprocess',
|
||||
'template_preprocess_zone',
|
||||
'alpha_preprocess',
|
||||
'alpha_preprocess_zone',
|
||||
),
|
||||
'process functions' => array(
|
||||
'template_process',
|
||||
'template_process_zone',
|
||||
'alpha_process',
|
||||
'alpha_process_zone'
|
||||
),
|
||||
),
|
||||
);
|
||||
}
|
||||
|
||||
/**
|
||||
* Implements hook_preprocess().
|
||||
*/
|
||||
function alpha_preprocess(&$vars, $hook) {
|
||||
$vars['attributes_array']['class'] = $vars['classes_array'];
|
||||
|
||||
alpha_invoke('preprocess', $hook, $vars);
|
||||
}
|
||||
|
||||
/**
|
||||
* Implements hook_process().
|
||||
*/
|
||||
function alpha_process(&$vars, $hook) {
|
||||
if (!empty($vars['elements']['#grid']) || !empty($vars['elements']['#data']['wrapper_css'])) {
|
||||
if (!empty($vars['elements']['#grid'])) {
|
||||
foreach (array('prefix', 'suffix', 'push', 'pull') as $quality) {
|
||||
if (!empty($vars['elements']['#grid'][$quality])) {
|
||||
array_unshift($vars['attributes_array']['class'], $quality . '-' . $vars['elements']['#grid'][$quality]);
|
||||
}
|
||||
}
|
||||
|
||||
array_unshift($vars['attributes_array']['class'], 'grid-' . $vars['elements']['#grid']['columns']);
|
||||
}
|
||||
|
||||
if (!empty($vars['elements']['#data']['wrapper_css'])) {
|
||||
foreach (array_map('drupal_html_class', explode(' ', $vars['elements']['#data']['wrapper_css'])) as $class) {
|
||||
$vars['attributes_array']['class'][] = $class;
|
||||
}
|
||||
}
|
||||
|
||||
$vars['attributes'] = $vars['attributes_array'] ? drupal_attributes($vars['attributes_array']) : '';
|
||||
}
|
||||
|
||||
if (!empty($vars['elements']['#grid_container']) || !empty($vars['elements']['#data']['css'])) {
|
||||
if (!empty($vars['elements']['#data']['css'])) {
|
||||
foreach (array_map('drupal_html_class', explode(' ', $vars['elements']['#data']['css'])) as $class) {
|
||||
$vars['content_attributes_array']['class'][] = $class;
|
||||
}
|
||||
}
|
||||
|
||||
if (!empty($vars['elements']['#grid_container'])) {
|
||||
$vars['content_attributes_array']['class'][] = 'container-' . $vars['elements']['#grid_container'];
|
||||
}
|
||||
|
||||
$vars['content_attributes'] = $vars['content_attributes_array'] ? drupal_attributes($vars['content_attributes_array']) : '';
|
||||
}
|
||||
|
||||
alpha_invoke('process', $hook, $vars);
|
||||
}
|
||||
|
||||
/**
|
||||
* Implements hook_element_info_alter().
|
||||
*/
|
||||
function alpha_element_info_alter(&$elements) {
|
||||
if (variable_get('preprocess_css', FALSE) && (!defined('MAINTENANCE_MODE') || MAINTENANCE_MODE != 'update')) {
|
||||
array_unshift($elements['styles']['#pre_render'], 'alpha_css_preprocessor');
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Implements hook_css_alter().
|
||||
*/
|
||||
function alpha_css_alter(&$css) {
|
||||
global $language;
|
||||
|
||||
$theme = alpha_get_theme();
|
||||
|
||||
if ($theme->settings['exclude']) {
|
||||
if ($exclude = array_filter($theme->settings['exclude'])) {
|
||||
|
||||
if ($language->direction == LANGUAGE_LTR) {
|
||||
foreach ($exclude as $basename) {
|
||||
$rtl = str_replace('.css', '-rtl.css', $basename);
|
||||
$exclude[$rtl] = $rtl;
|
||||
}
|
||||
}
|
||||
|
||||
foreach($css as $key => $item) {
|
||||
if (isset($exclude[$key])) {
|
||||
unset($css[$key]);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Implements hook_page_alter().
|
||||
*/
|
||||
function alpha_page_alter(&$vars) {
|
||||
$theme = alpha_get_theme();
|
||||
$theme->settings['debug']['access'] = alpha_debug_access($GLOBALS['user'], $theme->settings['debug']['roles']);
|
||||
|
||||
// If no module has taken care of the main content, add it to the page now.
|
||||
// This allows the site to still be usable even if no modules that
|
||||
// control page regions (for example, the Block module) are enabled.
|
||||
if (!drupal_static('system_main_content_added', FALSE)) {
|
||||
$vars['content']['system_main'] = drupal_set_page_content();
|
||||
}
|
||||
|
||||
if (($theme->settings['debug']['access'] || $GLOBALS['user']->uid == 1) && ($theme->settings['debug']['grid'] || $theme->settings['debug']['block'])) {
|
||||
drupal_add_css(drupal_get_path('theme', 'alpha') . '/css/alpha-debug.css', array('group' => CSS_THEME, 'weight' => -5));
|
||||
drupal_add_js(drupal_get_path('theme', 'alpha') . '/js/alpha-debug.js', array('group' => JS_THEME, 'weight' => -5));
|
||||
|
||||
if ($theme->settings['responsive']) {
|
||||
$vars['page_bottom']['alpha_resize_indicator'] = array(
|
||||
'#type' => 'markup',
|
||||
'#markup' => '<div class="alpha-resize-indicator"></div>',
|
||||
);
|
||||
}
|
||||
|
||||
if ($theme->settings['debug']['grid']) {
|
||||
$vars['page_bottom']['alpha_grid_toggle'] = array(
|
||||
'#type' => 'markup',
|
||||
'#markup' => '<a class="alpha-grid-toggle" href="#"></a>',
|
||||
);
|
||||
}
|
||||
if ($theme->settings['debug']['block']) {
|
||||
$vars['page_bottom']['alpha_block_toggle'] = array(
|
||||
'#type' => 'markup',
|
||||
'#markup' => '<a class="alpha-block-toggle" href="#"></a>',
|
||||
);
|
||||
|
||||
foreach ($theme->regions as $region => $item) {
|
||||
if ($item['enabled']) {
|
||||
if (empty($vars[$region])) {
|
||||
$vars[$region]['#region'] = $region;
|
||||
$vars[$region]['#theme_wrappers'] = array('region');
|
||||
}
|
||||
|
||||
if (isset($vars[$region]['#theme_wrappers']) && array_search('region', $vars[$region]['#theme_wrappers']) !== FALSE) {
|
||||
$vars[$region] = array('alpha_debug_' . $region => array(
|
||||
'#type' => 'markup',
|
||||
'#markup' => '<div class="alpha-debug-block"><h2>' . $item['name'] . '</h2><p>' . t('This is a debugging block') . '</p></div>',
|
||||
'#weight' => -999,
|
||||
)) + $vars[$region];
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
if (!module_implements('alpha_page_structure_alter')) {
|
||||
alpha_alter('alpha_page_structure', $vars, $theme->theme);
|
||||
}
|
||||
else {
|
||||
drupal_alter('alpha_page_structure', $vars, $theme->theme);
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Implements hook_alpha_page_alter().
|
||||
*/
|
||||
function alpha_alpha_page_structure_alter(&$vars) {
|
||||
$theme = alpha_get_theme();
|
||||
$temporary = array();
|
||||
|
||||
foreach ($theme->regions as $region => $item) {
|
||||
if ($item['enabled'] && $theme->zones[$item['zone']]['enabled'] && ($item['force'] || !empty($vars[$region]))) {
|
||||
$temporary[$item['section']][$item['zone']][$region] = !empty($vars[$region]) ? $vars[$region] : array();
|
||||
$temporary[$item['section']][$item['zone']][$region]['#weight'] = (int) $item['weight'];
|
||||
$temporary[$item['section']][$item['zone']][$region]['#position'] = $item['position'];
|
||||
$temporary[$item['section']][$item['zone']][$region]['#data'] = $item;
|
||||
$temporary[$item['section']][$item['zone']][$region]['#grid'] = array(
|
||||
'prefix' => $item['prefix'],
|
||||
'suffix' => $item['suffix'],
|
||||
'push' => $item['push'],
|
||||
'pull' => $item['pull'],
|
||||
'columns' => $item['columns'],
|
||||
);
|
||||
|
||||
$theme->regions[$region]['grid'] = &$temporary[$item['section']][$item['zone']][$region]['#grid'];
|
||||
|
||||
if (empty($vars[$region])) {
|
||||
$temporary[$item['section']][$item['zone']][$region]['#region'] = $region;
|
||||
$temporary[$item['section']][$item['zone']][$region]['#theme_wrappers'] = array('region');
|
||||
}
|
||||
}
|
||||
else if (!empty($vars[$region])) {
|
||||
$vars['#excluded'][$region] = !empty($vars[$region]) ? $vars[$region] : array();
|
||||
$vars['#excluded'][$region]['#weight'] = (int) $item['weight'];
|
||||
$vars['#excluded'][$region]['#data'] = $item;
|
||||
$vars['#excluded'][$region]['#grid'] = array(
|
||||
'prefix' => $item['prefix'],
|
||||
'suffix' => $item['suffix'],
|
||||
'push' => $item['push'],
|
||||
'pull' => $item['pull'],
|
||||
'columns' => $item['columns'],
|
||||
);
|
||||
}
|
||||
|
||||
unset($vars[$region]);
|
||||
}
|
||||
|
||||
foreach ($theme->zones as $zone => $item) {
|
||||
if ($item['enabled'] && ($item['force'] || !empty($temporary[$item['section']][$zone]))) {
|
||||
if (isset($item['primary']) && isset($temporary[$item['section']][$zone][$item['primary']])) {
|
||||
alpha_calculate_primary($temporary[$item['section']][$zone], $item['primary'], $item['columns']);
|
||||
}
|
||||
|
||||
if ($item['order']) {
|
||||
alpha_calculate_position($temporary[$item['section']][$zone]);
|
||||
}
|
||||
|
||||
$temporary[$item['section']][$zone]['#theme_wrappers'] = array('zone');
|
||||
$temporary[$item['section']][$zone]['#zone'] = $zone;
|
||||
$temporary[$item['section']][$zone]['#weight'] = (int) $item['weight'];
|
||||
$temporary[$item['section']][$zone]['#data'] = $item;
|
||||
$temporary[$item['section']][$zone]['#grid_container'] = $item['columns'];
|
||||
}
|
||||
}
|
||||
|
||||
foreach ($theme->sections as $section => $item) {
|
||||
if (isset($temporary[$section])) {
|
||||
$temporary[$section]['#theme_wrappers'] = array('section');
|
||||
$temporary[$section]['#section'] = $section;
|
||||
}
|
||||
}
|
||||
|
||||
$vars = array_merge($vars, $temporary);
|
||||
}
|
||||
|
||||
/**
|
||||
* Implements hook_preprocess_section().
|
||||
*/
|
||||
function template_preprocess_section(&$vars) {
|
||||
$vars['theme_hook_suggestions'][] = 'section__' . $vars['elements']['#section'];
|
||||
$vars['section'] = $vars['elements']['#section'];
|
||||
$vars['content'] = $vars['elements']['#children'];
|
||||
$vars['attributes_array']['id'] = drupal_html_id('section-' . $vars['section']);
|
||||
$vars['classes_array'] = array('section', $vars['attributes_array']['id']);
|
||||
}
|
||||
|
||||
/**
|
||||
* Implements hook_preprocess_zone().
|
||||
*/
|
||||
function template_preprocess_zone(&$vars) {
|
||||
$vars['theme_hook_suggestions'] = array('zone__' . $vars['elements']['#zone']);
|
||||
$vars['zone'] = $vars['elements']['#zone'];
|
||||
$vars['content'] = $vars['elements']['#children'];
|
||||
$vars['wrapper'] = $vars['elements']['#data']['wrapper'];
|
||||
$vars['columns'] = $vars['elements']['#data']['columns'];
|
||||
|
||||
$vars['content_attributes_array']['id'] = drupal_html_id('zone-' . $vars['zone']);
|
||||
$vars['content_attributes_array']['class'] = array('zone', $vars['content_attributes_array']['id'], 'clearfix');
|
||||
|
||||
if ($vars['wrapper']) {
|
||||
$vars['attributes_array']['id'] = drupal_html_id($vars['content_attributes_array']['id'] . '-wrapper');
|
||||
$vars['classes_array'] = array('zone-wrapper', $vars['attributes_array']['id'], 'clearfix');
|
||||
}
|
||||
|
||||
alpha_grid_include($vars['columns']);
|
||||
}
|
||||
|
||||
/**
|
||||
* Implements hook_preprocess_block().
|
||||
*/
|
||||
function alpha_alpha_preprocess_block(&$vars) {
|
||||
$vars['content_attributes_array']['class'][] = 'content';
|
||||
$vars['content_attributes_array']['class'][] = 'clearfix';
|
||||
$vars['attributes_array']['id'] = $vars['block_html_id'];
|
||||
$vars['attributes_array']['class'][] = drupal_html_class('block-' . $vars['block']->delta);
|
||||
$vars['attributes_array']['class'][] = $vars['block_html_id'];
|
||||
}
|
||||
|
||||
/**
|
||||
* Implements hook_preprocess_html().
|
||||
*/
|
||||
function alpha_alpha_preprocess_html(&$vars) {
|
||||
$theme = alpha_get_theme();
|
||||
|
||||
foreach (array('two-sidebars', 'one-sidebar sidebar-first', 'one-sidebar sidebar-second', 'no-sidebars') as $exclude) {
|
||||
if ($index = array_search($exclude, $vars['attributes_array']['class'])) {
|
||||
unset($vars['attributes_array']['class'][$index]);
|
||||
}
|
||||
}
|
||||
|
||||
// Add a CSS class based on the current page context.
|
||||
if (!drupal_is_front_page()) {
|
||||
$context = explode('/', drupal_get_path_alias());
|
||||
$context = reset($context);
|
||||
|
||||
if (!empty($context)) {
|
||||
$vars['attributes_array']['class'][] = drupal_html_class('context-' . $context);
|
||||
}
|
||||
}
|
||||
|
||||
if (($theme->settings['debug']['grid'] || $theme->settings['debug']['block']) && $theme->settings['debug']['access']) {
|
||||
if ($theme->settings['debug']['grid'] && $theme->settings['debug']['grid_active']) {
|
||||
$vars['attributes_array']['class'][] = 'alpha-grid-debug';
|
||||
}
|
||||
|
||||
if ($theme->settings['debug']['block'] && $theme->settings['debug']['block_active']) {
|
||||
$vars['attributes_array']['class'][] = 'alpha-region-debug';
|
||||
}
|
||||
}
|
||||
|
||||
if($theme->settings['responsive'] && $theme->settings['viewport']['enabled']) {
|
||||
$meta = array(
|
||||
'#tag' => 'meta',
|
||||
'#attributes' => array(
|
||||
'name' => 'viewport',
|
||||
'content' => 'width=device-width, initial-scale=' . $theme->settings['viewport']['initial'] . ', maximum-scale=' . $theme->settings['viewport']['max'] . ', minimum-scale=' . $theme->settings['viewport']['min'] . ', user-scalable=' . ($theme->settings['viewport']['user'] ? 'yes' : 'no'),
|
||||
),
|
||||
);
|
||||
|
||||
drupal_add_html_head($meta, 'alpha-viewport');
|
||||
}
|
||||
|
||||
alpha_css_include();
|
||||
alpha_libraries_include();
|
||||
}
|
||||
|
||||
/**
|
||||
* Implements hook_preprocess_page().
|
||||
*/
|
||||
function alpha_alpha_preprocess_page(&$vars) {
|
||||
$theme = alpha_get_theme();
|
||||
$theme->page = &$vars;
|
||||
|
||||
$vars['feed_icons'] = $theme->settings['toggle']['feed_icons'] ? $vars['feed_icons'] : NULL;
|
||||
$vars['tabs'] = $theme->settings['toggle']['tabs'] ? $vars['tabs'] : NULL;
|
||||
$vars['action_links'] = $theme->settings['toggle']['action_links'] ? $vars['action_links'] : NULL;
|
||||
$vars['show_messages'] = $theme->settings['toggle']['messages'] ? $vars['show_messages'] : FALSE;
|
||||
$vars['site_name_hidden'] = $theme->settings['hidden']['site_name'];
|
||||
$vars['site_slogan_hidden'] = $theme->settings['hidden']['site_slogan'];
|
||||
$vars['title_hidden'] = $theme->settings['hidden']['title'];
|
||||
$vars['attributes_array']['id'] = 'page';
|
||||
$vars['attributes_array']['class'][] = 'clearfix';
|
||||
}
|
||||
|
||||
/**
|
||||
* Implements hook_preprocess_region().
|
||||
*/
|
||||
function alpha_alpha_preprocess_region(&$vars) {
|
||||
$vars['attributes_array']['id'] = drupal_html_id('region-' . $vars['region']);
|
||||
$vars['content_attributes_array']['class'][] = 'region-inner';
|
||||
$vars['content_attributes_array']['class'][] = $vars['attributes_array']['id'] . '-inner';
|
||||
}
|
||||
|
||||
/**
|
||||
* Implements hook_process_page().
|
||||
*/
|
||||
function alpha_alpha_process_page(&$vars) {
|
||||
$theme = alpha_get_theme();
|
||||
|
||||
$vars['title'] = $theme->settings['toggle']['page_title'] ? $vars['title'] : NULL;
|
||||
$vars['breadcrumb'] = $theme->settings['toggle']['breadcrumb'] ? $vars['breadcrumb'] : NULL;
|
||||
}
|
||||
19
sites/all/themes/omega/alpha/templates/block.tpl.php
Normal file
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
/**
|
||||
* @file
|
||||
* Alpha's theme implementation to display a block.
|
||||
*/
|
||||
?>
|
||||
<div<?php print $attributes; ?>>
|
||||
<div class="block-inner clearfix">
|
||||
<?php print render($title_prefix); ?>
|
||||
<?php if ($block->subject): ?>
|
||||
<h2<?php print $title_attributes; ?>><?php print $block->subject; ?></h2>
|
||||
<?php endif; ?>
|
||||
<?php print render($title_suffix); ?>
|
||||
|
||||
<div<?php print $content_attributes; ?>>
|
||||
<?php print $content ?>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
24
sites/all/themes/omega/alpha/templates/html.tpl.php
Normal file
@@ -0,0 +1,24 @@
|
||||
<?php
|
||||
/**
|
||||
* @file
|
||||
* Alpha's theme implementation to display the basic html structure of a single
|
||||
* Drupal page.
|
||||
*/
|
||||
?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//EN"
|
||||
"http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php print $language->language; ?>" version="XHTML+RDFa 1.0" dir="<?php print $language->dir; ?>"<?php print $rdf_namespaces; ?>>
|
||||
<head profile="<?php print $grddl_profile; ?>">
|
||||
<?php print $head; ?>
|
||||
<title><?php print $head_title; ?></title>
|
||||
<?php print $styles; ?>
|
||||
<?php print $scripts; ?>
|
||||
</head>
|
||||
<body<?php print $attributes;?>>
|
||||
<div id="skip-link">
|
||||
<a href="#main-content" class="element-invisible element-focusable"><?php print t('Skip to main content'); ?></a>
|
||||
</div>
|
||||
<?php print $page_top; ?>
|
||||
<?php print $page; ?>
|
||||
<?php print $page_bottom; ?>
|
||||
</body>
|
||||
</html>
|
||||
19
sites/all/themes/omega/alpha/templates/page.tpl.php
Normal file
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
/**
|
||||
* @file
|
||||
* Alpha's theme implementation to display a single Drupal page.
|
||||
*/
|
||||
?>
|
||||
<div<?php print $attributes; ?>>
|
||||
<?php if (isset($page['header'])) : ?>
|
||||
<?php print render($page['header']); ?>
|
||||
<?php endif; ?>
|
||||
|
||||
<?php if (isset($page['content'])) : ?>
|
||||
<?php print render($page['content']); ?>
|
||||
<?php endif; ?>
|
||||
|
||||
<?php if (isset($page['footer'])) : ?>
|
||||
<?php print render($page['footer']); ?>
|
||||
<?php endif; ?>
|
||||
</div>
|
||||
11
sites/all/themes/omega/alpha/templates/region.tpl.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
/**
|
||||
* @file
|
||||
* Alpha's theme implementation to display a region.
|
||||
*/
|
||||
?>
|
||||
<div<?php print $attributes; ?>>
|
||||
<div<?php print $content_attributes; ?>>
|
||||
<?php print $content; ?>
|
||||
</div>
|
||||
</div>
|
||||
9
sites/all/themes/omega/alpha/templates/section.tpl.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
/**
|
||||
* @file
|
||||
* Alpha's theme implementation to display a section.
|
||||
*/
|
||||
?>
|
||||
<div<?php print $attributes; ?>>
|
||||
<?php print $content; ?>
|
||||
</div>
|
||||
11
sites/all/themes/omega/alpha/templates/zone.tpl.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
/**
|
||||
* @file
|
||||
* Alpha's theme implementation to display a zone.
|
||||
*/
|
||||
?>
|
||||
<?php if ($wrapper): ?><div<?php print $attributes; ?>><?php endif; ?>
|
||||
<div<?php print $content_attributes; ?>>
|
||||
<?php print $content; ?>
|
||||
</div>
|
||||
<?php if ($wrapper): ?></div><?php endif; ?>
|
||||
308
sites/all/themes/omega/alpha/theme-settings.php
Normal file
@@ -0,0 +1,308 @@
|
||||
<?php
|
||||
|
||||
require_once dirname(__FILE__) . '/includes/alpha.inc';
|
||||
require_once dirname(__FILE__) . '/includes/base.inc';
|
||||
require_once dirname(__FILE__) . '/includes/theme-settings-general.inc';
|
||||
require_once dirname(__FILE__) . '/includes/theme-settings-structure.inc';
|
||||
|
||||
/**
|
||||
* Implements hook_form_system_theme_settings_alter()
|
||||
*/
|
||||
function alpha_form_system_theme_settings_alter(&$form, &$form_state) {
|
||||
drupal_add_css(drupal_get_path('theme', 'alpha') . '/css/alpha-theme-settings.css', array('group' => CSS_THEME, 'weight' => 100));
|
||||
|
||||
$theme = alpha_get_theme();
|
||||
$form_state['theme'] = $theme->theme;
|
||||
$form_state['regions'] = $theme->regions;
|
||||
$form_state['zones'] = $theme->zones;
|
||||
|
||||
$form['alpha_settings'] = array(
|
||||
'#type' => 'vertical_tabs',
|
||||
'#weight' => -10,
|
||||
'#prefix' => t('<h3>Layout configuration</h3>'),
|
||||
);
|
||||
|
||||
alpha_theme_settings_general($form, $form_state);
|
||||
alpha_theme_settings_structure($form, $form_state);
|
||||
|
||||
$form['#validate'][] = 'alpha_theme_settings_form_validate';
|
||||
$form['#submit'][] = 'alpha_theme_settings_form_submit';
|
||||
}
|
||||
|
||||
/**
|
||||
* Form element validation handler for replacing the value "_none" with NULL.
|
||||
*/
|
||||
function alpha_theme_settings_validate_not_empty(&$element, &$form_state) {
|
||||
if ($element['#value'] == '_none') {
|
||||
form_set_value($element, NULL, $form_state);
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Form element validation handler for validating the primary region setting for zones.
|
||||
*/
|
||||
function alpha_theme_settings_validate_primary(&$element, &$form_state) {
|
||||
if ($element['#value'] != '_none') {
|
||||
$values = $form_state['values'];
|
||||
|
||||
if ($values['alpha_region_' . $element['#value'] . '_zone'] != $element['#zone']) {
|
||||
form_set_value($element, NULL, $form_state);
|
||||
}
|
||||
else {
|
||||
$sum = 0;
|
||||
|
||||
foreach ($form_state['regions'] as $region => $item) {
|
||||
if ($values['alpha_region_' . $region . '_zone'] == $element['#zone']) {
|
||||
$sum += $values['alpha_region_' . $region . '_columns'];
|
||||
$sum += $values['alpha_region_' . $region . '_prefix'];
|
||||
$sum += $values['alpha_region_' . $region . '_suffix'];
|
||||
}
|
||||
}
|
||||
|
||||
if ($sum > $values['alpha_zone_' . $element['#zone'] . '_columns']) {
|
||||
form_error($element, t('You have specified the %region region as the primary region for the %zone zone but the summed region width is greater than the number of available columns for that zone.', array('%region' => $form_state['regions'][$element['#value']]['name'], '%zone' => $form_state['zones'][$element['#zone']]['name'])));
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Form element validation handler for validating the region order manipulation setting for zones.
|
||||
*/
|
||||
function alpha_theme_settings_validate_order(&$element, &$form_state) {
|
||||
if ($element['#value']) {
|
||||
$values = $form_state['values'];
|
||||
$sum = 0;
|
||||
|
||||
foreach ($form_state['regions'] as $region => $item) {
|
||||
if ($values['alpha_region_' . $region . '_zone'] == $element['#zone']) {
|
||||
$sum += $values['alpha_region_' . $region . '_columns'];
|
||||
$sum += $values['alpha_region_' . $region . '_prefix'];
|
||||
$sum += $values['alpha_region_' . $region . '_suffix'];
|
||||
}
|
||||
}
|
||||
|
||||
if ($sum > $values['alpha_zone_' . $element['#zone'] . '_columns']) {
|
||||
form_error($element, t('You have chosen to manipulate the region positioning of the %zone zone but the summed region width is greater than the number of available columns for that zone.', array('%zone' => $form_state['zones'][$element['#zone']]['name'])));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Removes the vertical tab active tab from the values. It really doesn't
|
||||
* belong there!
|
||||
*/
|
||||
function alpha_theme_settings_form_validate($form, &$form_state) {
|
||||
unset($form_state['values']['alpha_settings__active_tab']);
|
||||
}
|
||||
|
||||
/**
|
||||
* Clears the cache for the theme settings upon form submission.
|
||||
*/
|
||||
function alpha_theme_settings_form_submit($form, &$form_state) {
|
||||
alpha_cache_clear($form_state['theme'], (isset($form_state['delta']) ? $form_state['delta'] : NULL));
|
||||
}
|
||||
|
||||
/**
|
||||
* A helper function to return a proper options array for a form.
|
||||
*
|
||||
* @param $start
|
||||
* The number to start with.
|
||||
*
|
||||
* @param $end
|
||||
* The number to end with.
|
||||
*
|
||||
* @param $step
|
||||
* The size of a step.
|
||||
*
|
||||
* @return
|
||||
* An array of scale options.
|
||||
*/
|
||||
function alpha_scale_options($start, $end, $step) {
|
||||
$options = array();
|
||||
foreach (range($start, $end, $step) as $number) {
|
||||
// Format the value to display with one decimal.
|
||||
$options[(string) $number] = number_format($number, 1);
|
||||
}
|
||||
|
||||
return $options;
|
||||
}
|
||||
|
||||
/**
|
||||
* A helper function to return a proper options array for a form.
|
||||
*
|
||||
* @return
|
||||
* An array of optional or responsive stylesheet options.
|
||||
*/
|
||||
function alpha_css_options($css) {
|
||||
$output = array();
|
||||
foreach ($css as $key => $info) {
|
||||
$output[$key] = '<strong>' . check_plain($info['name']) . '</strong> (' . (isset($info['options']['media']) ? $info['options']['media'] : 'all') . ') - ' . $info['file'] . '<div class="description">' . $info['description'] . '</div>';
|
||||
}
|
||||
|
||||
return $output;
|
||||
}
|
||||
|
||||
/**
|
||||
* A helper function to return a proper options array for a form.
|
||||
*
|
||||
* @param $theme
|
||||
* The key (machin-readable name) of a theme.
|
||||
*
|
||||
* @see
|
||||
* hook_css_alter().
|
||||
*
|
||||
* @return
|
||||
* An array of stylesheets that can be disabled / excluded with
|
||||
* hook_css_alter().
|
||||
*/
|
||||
function alpha_exclude_options($theme) {
|
||||
$output = array();
|
||||
foreach (alpha_retrieve_excludes($theme) as $key => $info) {
|
||||
if ($info['type'] == 'exclude') {
|
||||
$output[$key] = '<strong>' . basename($key) . '</strong> - ' . t('Defined by') . ' ' . $info['name'] . '<div class="description">' . $info['description'] . '</div>';
|
||||
}
|
||||
else {
|
||||
$output[$key] = '<strong>' . basename($key) . '</strong> (' . $info['media'] . ') - ' . t('Belongs to') . ' ' . $info['name'] . '<div class="description">' . $info['description'] . '</div>';
|
||||
}
|
||||
}
|
||||
|
||||
return $output;
|
||||
}
|
||||
|
||||
/**
|
||||
* A helper function to return a proper options array for a form.
|
||||
*
|
||||
* @return
|
||||
* An array of available grids.
|
||||
*/
|
||||
function alpha_grid_options($grids) {
|
||||
$output = array();
|
||||
foreach ($grids as $key => $info) {
|
||||
$output[$key] = check_plain($info['name']);
|
||||
}
|
||||
|
||||
return $output;
|
||||
}
|
||||
|
||||
/**
|
||||
* A helper function to return a proper options array for a form.
|
||||
*
|
||||
* @param $grid
|
||||
* The name of a grid.
|
||||
*
|
||||
* @return
|
||||
* An array of available layouts.
|
||||
*/
|
||||
function alpha_grid_layouts_options($grid) {
|
||||
$output = array();
|
||||
if (!empty($grid['layouts'])) {
|
||||
foreach ($grid['layouts'] as $key => $info) {
|
||||
$output[$key] = check_plain($info['name']);
|
||||
}
|
||||
}
|
||||
|
||||
return $output;
|
||||
}
|
||||
|
||||
/**
|
||||
* A helper function to return a proper options array for a form.
|
||||
*
|
||||
* @return
|
||||
* An array of available libraries.
|
||||
*/
|
||||
function alpha_library_options($libraries) {
|
||||
$output = array();
|
||||
foreach ($libraries as $key => $info) {
|
||||
$output[$key] = check_plain($info['name']) . '<div class="description">' . $info['description'] . '</div>';
|
||||
}
|
||||
|
||||
return $output;
|
||||
}
|
||||
|
||||
/**
|
||||
* A helper function to return a proper options array for a form.
|
||||
*
|
||||
* @param $grid
|
||||
* The grid that you want to fetch the available containers for.
|
||||
*
|
||||
* @return
|
||||
* An array of available containers.
|
||||
*/
|
||||
function alpha_container_options($grid) {
|
||||
$output = array();
|
||||
if (!empty($grid['columns'])) {
|
||||
foreach ($grid['columns'] as $count => $title) {
|
||||
$output[$count] = t('@count Columns', array('@count' => $count));
|
||||
}
|
||||
}
|
||||
|
||||
return $output;
|
||||
}
|
||||
|
||||
/**
|
||||
* A helper function to return a proper options array for a form.
|
||||
*
|
||||
* @param $max
|
||||
* The maximum number of columns that you want to cover.
|
||||
*
|
||||
* @return
|
||||
* An array of available columns counts.
|
||||
*/
|
||||
function alpha_column_options($max = NULL) {
|
||||
$output = array();
|
||||
if (isset($max)) {
|
||||
foreach (range(0, $max) as $width) {
|
||||
$output[$width] = t('@width Columns', array('@width' => $width));
|
||||
}
|
||||
}
|
||||
|
||||
return $output;
|
||||
}
|
||||
|
||||
/**
|
||||
* A helper function to return a proper options array for a form.
|
||||
*
|
||||
* @return
|
||||
* An array of available zones.
|
||||
*/
|
||||
function alpha_zone_options($zones) {
|
||||
$output = array();
|
||||
foreach ($zones as $key => $info) {
|
||||
$output[$key] = check_plain($info['name']);
|
||||
}
|
||||
|
||||
return $output;
|
||||
}
|
||||
|
||||
/**
|
||||
* A helper function to return a proper options array for a form.
|
||||
*
|
||||
* @return
|
||||
* An array of available regions.
|
||||
*/
|
||||
function alpha_region_options($regions) {
|
||||
$output = array();
|
||||
foreach ($regions as $region => $item) {
|
||||
$output[$region] = $item['name'];
|
||||
}
|
||||
|
||||
return $output;
|
||||
}
|
||||
|
||||
/**
|
||||
* A helper function to return a proper options array for a form.
|
||||
*
|
||||
* @return
|
||||
* An array of available regions for a zone.
|
||||
*/
|
||||
function alpha_zone_regions($zone, $regions) {
|
||||
$matches = array();
|
||||
foreach ($regions as $region => $info) {
|
||||
if ($zone == $info['zone']) {
|
||||
$matches[$region] = $info;
|
||||
}
|
||||
}
|
||||
|
||||
return alpha_region_options($matches);
|
||||
}
|
||||
241
sites/all/themes/omega/omega/css/formalize.css
Normal file
@@ -0,0 +1,241 @@
|
||||
/* UI Consistency */
|
||||
::-moz-focus-inner {
|
||||
border: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
input[type="search"]::-webkit-search-decoration {
|
||||
display: none;
|
||||
}
|
||||
|
||||
input,
|
||||
button,
|
||||
select,
|
||||
textarea {
|
||||
margin: 0;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
button,
|
||||
input[type="reset"],
|
||||
input[type="submit"],
|
||||
input[type="button"] {
|
||||
-webkit-appearance: none;
|
||||
-moz-border-radius: 11px;
|
||||
-webkit-border-radius: 11px;
|
||||
-moz-background-clip: padding;
|
||||
-webkit-background-clip: padding;
|
||||
background-clip: padding-box;
|
||||
border-radius: 11px;
|
||||
background: #ddd url(../images/button.png) repeat-x;
|
||||
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #ddd));
|
||||
background: -moz-linear-gradient(top center, #fff 0%, #ddd 100%);
|
||||
border: 1px solid;
|
||||
border-color: #ddd #bbb #999;
|
||||
cursor: pointer;
|
||||
color: #333;
|
||||
font: bold 12px/1.2 Arial, sans-serif;
|
||||
outline: 0;
|
||||
overflow: visible;
|
||||
padding: 3px 10px 4px;
|
||||
text-shadow: #fff 0 1px 1px;
|
||||
width: auto;
|
||||
*padding-top: 2px; /* IE7 */
|
||||
*padding-bottom: 0px; /* IE7 */
|
||||
}
|
||||
|
||||
button {
|
||||
*padding-top: 1px; /* IE7 */
|
||||
*padding-bottom: 1px; /* IE7 */
|
||||
}
|
||||
|
||||
textarea,
|
||||
select,
|
||||
input[type="date"],
|
||||
input[type="datetime"],
|
||||
input[type="datetime-local"],
|
||||
input[type="email"],
|
||||
input[type="month"],
|
||||
input[type="number"],
|
||||
input[type="password"],
|
||||
input[type="search"],
|
||||
input[type="tel"],
|
||||
input[type="text"],
|
||||
input[type="time"],
|
||||
input[type="url"],
|
||||
input[type="week"] {
|
||||
-webkit-appearance: none;
|
||||
-moz-border-radius: 0;
|
||||
-webkit-border-radius: 0;
|
||||
border-radius: 0;
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
-moz-background-clip: padding;
|
||||
-webkit-background-clip: padding;
|
||||
background-clip: padding-box;
|
||||
background-color: #fff;
|
||||
border: 1px solid;
|
||||
border-color: #848484 #c1c1c1 #e1e1e1;
|
||||
color: #000;
|
||||
outline: 0;
|
||||
padding: 2px 3px;
|
||||
font-size: 13px;
|
||||
font-family: Arial, sans-serif;
|
||||
height: 1.8em;
|
||||
*padding-top: 2px; /* IE7 */
|
||||
*padding-bottom: 1px; /* IE7 */
|
||||
*height: auto; /* IE7 */
|
||||
}
|
||||
|
||||
/* Separate rule for Firefox. Cannot stack with WebKit's. */
|
||||
input.placeholder_text,
|
||||
textarea.placeholder_text,
|
||||
input:-moz-placeholder,
|
||||
textarea:-moz-placeholder {
|
||||
color: #888;
|
||||
}
|
||||
|
||||
::-webkit-input-placeholder {
|
||||
color: #888;
|
||||
}
|
||||
|
||||
button:focus,
|
||||
button:active,
|
||||
input:focus,
|
||||
input:active,
|
||||
select:focus,
|
||||
select:active,
|
||||
textarea:focus,
|
||||
textarea:active {
|
||||
-moz-box-shadow: #06f 0 0 7px;
|
||||
-webkit-box-shadow: #06f 0 0 7px;
|
||||
box-shadow: #06f 0 0 7px;
|
||||
z-index: 1; /* For Opera */
|
||||
}
|
||||
|
||||
input[type="file"]:focus,
|
||||
input[type="file"]:active,
|
||||
input[type="radio"]:focus,
|
||||
input[type="radio"]:active,
|
||||
input[type="checkbox"]:focus,
|
||||
input[type="checkbox"]:active {
|
||||
-moz-box-shadow: none;
|
||||
-webkit-box-shadow: none;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
select[disabled],
|
||||
textarea[disabled],
|
||||
input[type="date"][disabled],
|
||||
input[type="datetime"][disabled],
|
||||
input[type="datetime-local"][disabled],
|
||||
input[type="email"][disabled],
|
||||
input[type="month"][disabled],
|
||||
input[type="number"][disabled],
|
||||
input[type="password"][disabled],
|
||||
input[type="search"][disabled],
|
||||
input[type="tel"][disabled],
|
||||
input[type="text"][disabled],
|
||||
input[type="time"][disabled],
|
||||
input[type="url"][disabled],
|
||||
input[type="week"][disabled] {
|
||||
background-color: #eee;
|
||||
}
|
||||
|
||||
button[disabled],
|
||||
input[disabled],
|
||||
select[disabled],
|
||||
select[disabled] option,
|
||||
select[disabled] optgroup,
|
||||
textarea[disabled] {
|
||||
-moz-box-shadow: none;
|
||||
-webkit-box-shadow: none;
|
||||
box-shadow: none;
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
user-select: none;
|
||||
color: #888;
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
textarea,
|
||||
select[size],
|
||||
select[multiple] {
|
||||
height: auto;
|
||||
}
|
||||
|
||||
/* Tweaks for Safari + Chrome. */
|
||||
@media (-webkit-min-device-pixel-ratio: 0) {
|
||||
select {
|
||||
background-image: url(../images/select-arrow.gif);
|
||||
background-repeat: no-repeat;
|
||||
background-position: right center;
|
||||
padding-right: 20px;
|
||||
}
|
||||
|
||||
select[size],
|
||||
select[multiple] {
|
||||
background-image: none;
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
|
||||
textarea {
|
||||
min-height: 40px;
|
||||
overflow: auto;
|
||||
resize: vertical;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
optgroup {
|
||||
color: #000;
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
/* IE6 */
|
||||
.ie6-button,
|
||||
* html button {
|
||||
background: #ddd url(../images/button.png) repeat-x;
|
||||
border: 1px solid;
|
||||
border-color: #ddd #bbb #999;
|
||||
cursor: pointer;
|
||||
color: #333;
|
||||
font: bold 12px/1.2 Arial, sans-serif;
|
||||
padding: 2px 10px 0px;
|
||||
overflow: visible;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
* html button {
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
}
|
||||
|
||||
.ie6-input,
|
||||
* html textarea,
|
||||
* html select {
|
||||
background: #fff;
|
||||
border: 1px solid;
|
||||
border-color: #848484 #c1c1c1 #e1e1e1;
|
||||
color: #000;
|
||||
padding: 2px 3px 1px;
|
||||
font-size: 13px;
|
||||
font-family: Arial, sans-serif;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
* html select {
|
||||
margin-top: 1px;
|
||||
}
|
||||
|
||||
.placeholder_text,
|
||||
.ie6-input-disabled,
|
||||
.ie6-button-disabled {
|
||||
color: #888;
|
||||
}
|
||||
|
||||
.ie6-input-disabled {
|
||||
background: #eee;
|
||||
}
|
||||
26
sites/all/themes/omega/omega/css/omega-branding.css
Normal file
@@ -0,0 +1,26 @@
|
||||
.logo-img {
|
||||
float: left;
|
||||
margin-right: 20px;
|
||||
}
|
||||
|
||||
.site-name-slogan {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.site-name {
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
.site-name a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.site-name,
|
||||
.site-slogan {
|
||||
margin-bottom: 0;
|
||||
line-height: 1em;
|
||||
}
|
||||
|
||||
.site-slogan {
|
||||
font-weight: normal;
|
||||
}
|
||||
11
sites/all/themes/omega/omega/css/omega-forms.css
Normal file
@@ -0,0 +1,11 @@
|
||||
.form-actions input {
|
||||
margin-right: 0.5em;
|
||||
}
|
||||
|
||||
.form-actions input:hover {
|
||||
background: #FFFFFF;
|
||||
}
|
||||
|
||||
label {
|
||||
font-weight: bold;
|
||||
}
|
||||
8
sites/all/themes/omega/omega/css/omega-menu.css
Normal file
@@ -0,0 +1,8 @@
|
||||
.menu {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.menu li {
|
||||
list-style: none;
|
||||
}
|
||||
112
sites/all/themes/omega/omega/css/omega-text.css
Normal file
@@ -0,0 +1,112 @@
|
||||
body {
|
||||
font: 13px/1.5 Verdana, Helvetica, Arial, sans-serif;
|
||||
}
|
||||
|
||||
a:link, a:visited {
|
||||
color: #0062A0;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color: #202124;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a:active {
|
||||
color: #202124;
|
||||
text-decoration: none;
|
||||
color: #000;
|
||||
}
|
||||
|
||||
hr {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
border: none;
|
||||
height: 1px;
|
||||
background: #5294c1;
|
||||
}
|
||||
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
letter-spacing: -0.05em;
|
||||
font-family: Georgia, 'Times New Roman', serif;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 36px;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-size: 28px;
|
||||
}
|
||||
|
||||
/* Make site titles the same size if it's an H1 (home) or H2 (internal) */
|
||||
h1.site-name,
|
||||
h2.site-name {
|
||||
font-size: 36px;
|
||||
}
|
||||
|
||||
/* Make it a bit smaller for block headers */
|
||||
h2.block-title {
|
||||
font-size: 18px;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
h2.node-title {
|
||||
font-size: 28px;
|
||||
}
|
||||
|
||||
h3 {
|
||||
font-size: 21px;
|
||||
}
|
||||
|
||||
h4 {
|
||||
font-size: 19px;
|
||||
}
|
||||
|
||||
h5 {
|
||||
font-size: 17px;
|
||||
}
|
||||
|
||||
h6 {
|
||||
font-size: 15px;
|
||||
}
|
||||
|
||||
ol {
|
||||
list-style: decimal;
|
||||
}
|
||||
|
||||
ul {
|
||||
list-style: disc;
|
||||
}
|
||||
|
||||
ul ul,
|
||||
ol ol {
|
||||
padding-top: 0.5em;
|
||||
}
|
||||
|
||||
.node ol,
|
||||
.node ul {
|
||||
padding-left: 1.2em;
|
||||
}
|
||||
|
||||
.node ul.inline,
|
||||
.node ol.inline {
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
p, dl, hr, h1, h2, h3, h4, h5, h6, ol,
|
||||
ul, pre, table, address, fieldset {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
dt, .admin h3 {
|
||||
font-size: 18px;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
dd {
|
||||
padding-left: 10px;
|
||||
font-size: 0.9em;
|
||||
font-style: italic;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
236
sites/all/themes/omega/omega/css/omega-visuals.css
Normal file
@@ -0,0 +1,236 @@
|
||||
/* Pagers Positioning */
|
||||
.item-list .pager {
|
||||
padding:0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.item-list .pager li,
|
||||
.item-list .pager ul li {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.item-list .pager {
|
||||
position: relative;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
font-size: 10px;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.pager li a {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.pager li.pager-ellipsis,
|
||||
.pager li.pager-current,
|
||||
.pager li a {
|
||||
padding:4px 8px;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.pager li.pager-current {
|
||||
padding:4px 8px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.pager li.pager-first a,
|
||||
.pager li.pager-previous a,
|
||||
.pager li.pager-next a,
|
||||
.pager li.pager-last a {
|
||||
width: 50px;
|
||||
text-align:center;
|
||||
padding: 4px 0;
|
||||
}
|
||||
|
||||
.pager li.pager-next {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 50px;
|
||||
}
|
||||
|
||||
.pager li.pager-last,
|
||||
.pager li.pager-next.last {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
border-right: 0;
|
||||
}
|
||||
|
||||
/* Pagers color */
|
||||
.pager li.pager-ellipsis,
|
||||
.pager li.pager-current,
|
||||
.pager li a {
|
||||
color:#1a1a1a;
|
||||
}
|
||||
|
||||
.pager li {
|
||||
border-right: 1px solid;
|
||||
border-color: #ddd #bbb #999;
|
||||
color: #333;
|
||||
font: bold 12px/1.2 Arial, sans-serif;
|
||||
outline: 0;
|
||||
}
|
||||
|
||||
.pager li.pager-current {
|
||||
background: #ddd url(../images/button.png) repeat-x;
|
||||
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #1a1a1a), color-stop(1, #5a5a5a));
|
||||
background: -moz-linear-gradient(top center, #1a1a1a 0%, #5a5a5a 100%);
|
||||
color: #FFF;
|
||||
outline: 0;
|
||||
}
|
||||
|
||||
.pager li.pager-next {
|
||||
border-left: 1px solid;
|
||||
border-color: #ddd #bbb #999;
|
||||
}
|
||||
|
||||
.pager li a {
|
||||
background: #ddd url(../images/button.png) repeat-x;
|
||||
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #ddd));
|
||||
background: -moz-linear-gradient(top center, #fff 0%, #ddd 100%);
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.pager li a:hover {
|
||||
background:#FFF;
|
||||
color:#454545;
|
||||
}
|
||||
|
||||
/* Add default border radius to list items & links */
|
||||
.pager {
|
||||
background:#ebebeb;
|
||||
border:1px solid;
|
||||
border-color: #ddd #bbb #999;
|
||||
border-radius: 5px;
|
||||
-moz-border-radius: 5px;
|
||||
-webkit-border-radius: 5px;
|
||||
}
|
||||
|
||||
.pager li.first,
|
||||
.pager li.first a,
|
||||
.pager li.first a:hover {
|
||||
border-radius: 5px 0 0 5px;
|
||||
-moz-border-radius: 5px 0 0 5px;
|
||||
-webkit-border-radius: 5px 0 0 5px;
|
||||
}
|
||||
|
||||
.pager li.pager-last,
|
||||
.pager li.pager-last a,
|
||||
.pager li.pager-last a:hover {
|
||||
border-radius: 0 5px 5px 0;
|
||||
-moz-border-radius: 0 5px 5px 0;
|
||||
-webkit-border-radius: 0 5px 5px 0;
|
||||
}
|
||||
|
||||
table {
|
||||
border: 1px solid #CCC;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
thead th, th {
|
||||
background: #f7f7f7;
|
||||
border-bottom: 1px solid #ccc;
|
||||
color: #333;
|
||||
}
|
||||
|
||||
td, th {
|
||||
padding: 4px 8px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
th a, th a:link, th a:visited {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
th a {
|
||||
display: block;
|
||||
}
|
||||
|
||||
th a img {
|
||||
margin: 0 0 0 5px;
|
||||
}
|
||||
|
||||
th.active {
|
||||
background: #DDD;
|
||||
border-left: 1px solid #CCC;
|
||||
border-right: 1px solid #CCC;
|
||||
}
|
||||
|
||||
/* Odd & Even Styles */
|
||||
tr.even td {
|
||||
background: #F1F5FA;
|
||||
}
|
||||
|
||||
tr.odd td {
|
||||
background: #fff;
|
||||
}
|
||||
|
||||
td.active {
|
||||
border-left: 1px solid #CCC;
|
||||
border-right: 1px solid #CCC;
|
||||
}
|
||||
|
||||
tr.even td.active {
|
||||
background: #e5e9ed;
|
||||
}
|
||||
|
||||
tr.odd td.active {
|
||||
background: #f2f2f2;
|
||||
}
|
||||
|
||||
tr:hover td,
|
||||
tr.even:hover td.active,
|
||||
tr.odd:hover td.active {
|
||||
background: #FFFEEE;
|
||||
}
|
||||
|
||||
td ul.links {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.node-links ul li a,
|
||||
.comment-links ul li a {
|
||||
text-transform: lowercase;
|
||||
display: block;
|
||||
float: left;
|
||||
text-decoration: none;
|
||||
-moz-background-clip: padding;
|
||||
-webkit-background-clip: padding;
|
||||
background-clip: padding-box;
|
||||
margin: 0 0.5em 0.5em 0;
|
||||
vertical-align: middle;
|
||||
-webkit-appearance: none;
|
||||
-moz-border-radius: 11px;
|
||||
-webkit-border-radius: 11px;
|
||||
border-radius: 11px;
|
||||
background: #ddd url(../images/button.png) repeat-x;
|
||||
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #ddd));
|
||||
background: -moz-linear-gradient(top center, #fff 0%, #ddd 100%);
|
||||
border: 1px solid;
|
||||
border-color: #ddd #bbb #999;
|
||||
cursor: pointer;
|
||||
color: #333;
|
||||
font: bold 12px/1.2 Arial, sans-serif;
|
||||
outline: 0;
|
||||
overflow: visible;
|
||||
padding: 4px 10px 3px;
|
||||
text-shadow: #fff 0 1px 1px;
|
||||
width: auto;
|
||||
|
||||
/* IE7 */
|
||||
*padding-top: 2px;
|
||||
*padding-bottom: 0px;
|
||||
}
|
||||
|
||||
.node-links ul li a:hover,
|
||||
.comment-links ul li a:hover {
|
||||
background: #FFF;
|
||||
}
|
||||
|
||||
.tips,
|
||||
.description {
|
||||
font-size: 10px;
|
||||
color: #6a6a6a;
|
||||
}
|
||||
BIN
sites/all/themes/omega/omega/images/button.png
Normal file
|
After Width: | Height: | Size: 85 B |
BIN
sites/all/themes/omega/omega/images/select-arrow.gif
Normal file
|
After Width: | Height: | Size: 52 B |
95
sites/all/themes/omega/omega/includes/omega.inc
Normal file
@@ -0,0 +1,95 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @file
|
||||
* Helper functions for the Omega base theme.
|
||||
*/
|
||||
|
||||
/**
|
||||
* A wrapper function for theme_get_settings().
|
||||
*
|
||||
* @param $name
|
||||
* The name of the setting that you want to retrieve.
|
||||
*
|
||||
* @param $theme (optional)
|
||||
* The name (key) of the theme that you want to fetch the
|
||||
* setting for. Defaults to the global variable $theme_key.
|
||||
*
|
||||
* @param $default (optional)
|
||||
* The name (key) of the theme that you want to fetch the
|
||||
* setting for. Defaults to NULL.
|
||||
*
|
||||
* @see
|
||||
* theme_get_setting().
|
||||
*
|
||||
* @deprecated
|
||||
*/
|
||||
function omega_theme_get_setting($name, $default = NULL, $theme = NULL) {
|
||||
return alpha_theme_get_setting($name, $default, $theme);
|
||||
}
|
||||
|
||||
/**
|
||||
* A helper function for retrieving zone settings.
|
||||
*
|
||||
* @param $name
|
||||
* The name of the setting that you want to retrieve.
|
||||
*
|
||||
* @param $zone
|
||||
* The zone that you want to fetch the setting for.
|
||||
*
|
||||
* @param $theme (optional)
|
||||
* The name (key) of the theme that you want to fetch the
|
||||
* setting for. Defaults to the global variable $theme_key.
|
||||
*
|
||||
* @param $default (optional)
|
||||
* The name (key) of the theme that you want to fetch the
|
||||
* setting for. Defaults to NULL.
|
||||
*
|
||||
* @see
|
||||
* alpha_theme_get_setting().
|
||||
*
|
||||
* @see
|
||||
* theme_get_setting().
|
||||
*
|
||||
* @deprecated
|
||||
*/
|
||||
function omega_zone_get_setting($name, $zone, $default = NULL, $theme = NULL) {
|
||||
return alpha_zone_get_setting($name, $zone, $default, $theme);
|
||||
}
|
||||
|
||||
/**
|
||||
* A helper function for retrieving region settings.
|
||||
*
|
||||
* @param $name
|
||||
* The name of the setting that you want to retrieve.
|
||||
*
|
||||
* @param $region
|
||||
* The region that you want to fetch the setting for.
|
||||
*
|
||||
* @param $theme (optional)
|
||||
* The name (key) of the theme that you want to fetch the
|
||||
* setting for. Defaults to the global variable $theme_key.
|
||||
*
|
||||
* @param $default (optional)
|
||||
* The name (key) of the theme that you want to fetch the
|
||||
* setting for. Defaults to NULL.
|
||||
*
|
||||
* @see
|
||||
* alpha_theme_get_setting().
|
||||
*
|
||||
* @see
|
||||
* theme_get_setting().
|
||||
*
|
||||
* @deprecated
|
||||
*/
|
||||
function omega_region_get_setting($name, $region, $default = NULL, $theme = NULL) {
|
||||
return alpha_region_get_setting($name, $region, $default, $theme);
|
||||
}
|
||||
|
||||
/**
|
||||
* @todo
|
||||
* @deprecated
|
||||
*/
|
||||
function omega_settings() {
|
||||
return alpha_settings();
|
||||
}
|
||||
420
sites/all/themes/omega/omega/includes/omega.theme.inc
Normal file
@@ -0,0 +1,420 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* Returns HTML for a query pager.
|
||||
*
|
||||
* Menu callbacks that display paged query results should call theme('pager') to
|
||||
* retrieve a pager control so that users can view other results. Format a list
|
||||
* of nearby pages with additional query results.
|
||||
*
|
||||
* @param $vars
|
||||
* An associative array containing:
|
||||
* - tags: An array of labels for the controls in the pager.
|
||||
* - element: An optional integer to distinguish between multiple pagers on
|
||||
* one page.
|
||||
* - parameters: An associative array of query string parameters to append to
|
||||
* the pager links.
|
||||
* - quantity: The number of pages in the list.
|
||||
*
|
||||
* @ingroup themeable
|
||||
*/
|
||||
function omega_pager($vars) {
|
||||
global $pager_page_array, $pager_total;
|
||||
|
||||
$tags = $vars['tags'];
|
||||
$element = $vars['element'];
|
||||
$parameters = $vars['parameters'];
|
||||
$quantity = $vars['quantity'];
|
||||
|
||||
// Calculate various markers within this pager piece:
|
||||
// Middle is used to "center" pages around the current page.
|
||||
$pager_middle = ceil($quantity / 2);
|
||||
// current is the page we are currently paged to
|
||||
$pager_current = $pager_page_array[$element] + 1;
|
||||
// first is the first page listed by this pager piece (re quantity)
|
||||
$pager_first = $pager_current - $pager_middle + 1;
|
||||
// last is the last page listed by this pager piece (re quantity)
|
||||
$pager_last = $pager_current + $quantity - $pager_middle;
|
||||
// max is the maximum page number
|
||||
$pager_max = $pager_total[$element];
|
||||
// End of marker calculations.
|
||||
|
||||
// Prepare for generation loop.
|
||||
$i = $pager_first;
|
||||
if ($pager_last > $pager_max) {
|
||||
// Adjust "center" if at end of query.
|
||||
$i = $i + ($pager_max - $pager_last);
|
||||
$pager_last = $pager_max;
|
||||
}
|
||||
|
||||
if ($i <= 0) {
|
||||
// Adjust "center" if at start of query.
|
||||
$pager_last = $pager_last + (1 - $i);
|
||||
$i = 1;
|
||||
}
|
||||
// End of generation loop preparation.
|
||||
|
||||
$li_first = theme('pager_first', array('text' => (isset($tags[0]) ? $tags[0] : t('« first')), 'element' => $element, 'parameters' => $parameters));
|
||||
$li_previous = theme('pager_previous', array('text' => (isset($tags[1]) ? $tags[1] : t('‹ previous')), 'element' => $element, 'interval' => 1, 'parameters' => $parameters));
|
||||
$li_next = theme('pager_next', array('text' => (isset($tags[3]) ? $tags[3] : t('next ›')), 'element' => $element, 'interval' => 1, 'parameters' => $parameters));
|
||||
$li_last = theme('pager_last', array('text' => (isset($tags[4]) ? $tags[4] : t('last »')), 'element' => $element, 'parameters' => $parameters));
|
||||
|
||||
if ($pager_total[$element] > 1) {
|
||||
if ($li_first) {
|
||||
$items[] = array(
|
||||
'class' => array('pager-first'),
|
||||
'data' => $li_first,
|
||||
);
|
||||
}
|
||||
|
||||
if ($li_previous) {
|
||||
$items[] = array(
|
||||
'class' => array('pager-previous'),
|
||||
'data' => $li_previous,
|
||||
);
|
||||
}
|
||||
|
||||
// When there is more than one page, create the pager list.
|
||||
if ($i != $pager_max) {
|
||||
if ($i > 1) {
|
||||
$items[] = array(
|
||||
'class' => array('pager-ellipsis'),
|
||||
'data' => '…',
|
||||
);
|
||||
}
|
||||
|
||||
// Now generate the actual pager piece.
|
||||
for (; $i <= $pager_last && $i <= $pager_max; $i++) {
|
||||
if ($i < $pager_current) {
|
||||
$items[] = array(
|
||||
'class' => array('pager-item'),
|
||||
'data' => theme('pager_previous', array('text' => $i, 'element' => $element, 'interval' => ($pager_current - $i), 'parameters' => $parameters)),
|
||||
);
|
||||
}
|
||||
|
||||
if ($i == $pager_current) {
|
||||
$items[] = array(
|
||||
'class' => array('pager-current'),
|
||||
'data' => $i,
|
||||
);
|
||||
}
|
||||
|
||||
if ($i > $pager_current) {
|
||||
$items[] = array(
|
||||
'class' => array('pager-item'),
|
||||
'data' => theme('pager_next', array('text' => $i, 'element' => $element, 'interval' => ($i - $pager_current), 'parameters' => $parameters)),
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
if ($i < $pager_max) {
|
||||
$items[] = array(
|
||||
'class' => array('pager-ellipsis'),
|
||||
'data' => '…',
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
// End generation.
|
||||
if ($li_next) {
|
||||
$items[] = array(
|
||||
'class' => array('pager-next'),
|
||||
'data' => $li_next,
|
||||
);
|
||||
}
|
||||
if ($li_last) {
|
||||
$items[] = array(
|
||||
'class' => array('pager-last'),
|
||||
'data' => $li_last,
|
||||
);
|
||||
}
|
||||
|
||||
return '<h2 class="element-invisible">' . t('Pages') . '</h2>' . theme('item_list', array(
|
||||
'items' => $items,
|
||||
'attributes' => array('class' => array('pager', 'clearfix')),
|
||||
));
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Implements hook_item_list().
|
||||
*/
|
||||
function omega_item_list($vars) {
|
||||
$items = $vars['items'];
|
||||
$title = $vars['title'];
|
||||
$type = $vars['type'];
|
||||
$attributes = $vars['attributes'];
|
||||
|
||||
$output = '<div class="item-list">';
|
||||
if (isset($title)) {
|
||||
$output .= '<h3>' . $title . '</h3>';
|
||||
}
|
||||
|
||||
if (!empty($items)) {
|
||||
$output .= "<$type" . drupal_attributes($attributes) . '>';
|
||||
$num_items = count($items);
|
||||
|
||||
foreach ($items as $i => $item) {
|
||||
$attributes = array();
|
||||
$children = array();
|
||||
if (is_array($item)) {
|
||||
foreach ($item as $key => $value) {
|
||||
if ($key == 'data') {
|
||||
$data = $value;
|
||||
}
|
||||
elseif ($key == 'children') {
|
||||
$children = $value;
|
||||
}
|
||||
else {
|
||||
$attributes[$key] = $value;
|
||||
}
|
||||
}
|
||||
}
|
||||
else {
|
||||
$data = $item;
|
||||
}
|
||||
|
||||
if (count($children) > 0) {
|
||||
// Render nested list.
|
||||
$data .= theme_item_list(array('items' => $children, 'title' => NULL, 'type' => $type, 'attributes' => $attributes));
|
||||
}
|
||||
|
||||
if ($i == 0) {
|
||||
$attributes['class'][] = 'first';
|
||||
}
|
||||
|
||||
if ($i == $num_items - 1) {
|
||||
$attributes['class'][] = 'last';
|
||||
}
|
||||
|
||||
$output .= '<li' . drupal_attributes($attributes) . '>' . $data . "</li>";
|
||||
}
|
||||
|
||||
$output .= "</$type>";
|
||||
}
|
||||
|
||||
$output .= '</div>';
|
||||
|
||||
return $output;
|
||||
}
|
||||
|
||||
/**
|
||||
* Implements hook_views_mini_pager().
|
||||
*
|
||||
* This custom theming for views_mini_pager changes the previous/next
|
||||
* links to remove theme completely when not present to avoid the
|
||||
* messing up the spacing/theming in the list.
|
||||
*/
|
||||
function omega_views_mini_pager($vars) {
|
||||
global $pager_page_array, $pager_total;
|
||||
|
||||
$tags = $vars['tags'];
|
||||
$element = $vars['element'];
|
||||
$parameters = $vars['parameters'];
|
||||
$quantity = $vars['quantity'];
|
||||
|
||||
// Calculate various markers within this pager piece:
|
||||
// Middle is used to "center" pages around the current page.
|
||||
$pager_middle = ceil($quantity / 2);
|
||||
// current is the page we are currently paged to
|
||||
$pager_current = $pager_page_array[$element] + 1;
|
||||
// max is the maximum page number
|
||||
$pager_max = $pager_total[$element];
|
||||
// End of marker calculations.
|
||||
|
||||
$li_previous = theme('pager_previous',
|
||||
array(
|
||||
'text' => (isset($tags[1]) ? $tags[1] : t('‹‹')),
|
||||
'element' => $element,
|
||||
'interval' => 1,
|
||||
'parameters' => $parameters,
|
||||
)
|
||||
);
|
||||
|
||||
if (empty($li_previous)) {
|
||||
$li_previous = "";
|
||||
}
|
||||
|
||||
$li_next = theme('pager_next',
|
||||
array(
|
||||
'text' => (isset($tags[3]) ? $tags[3] : t('››')),
|
||||
'element' => $element,
|
||||
'interval' => 1,
|
||||
'parameters' => $parameters,
|
||||
)
|
||||
);
|
||||
|
||||
if (empty($li_next)) {
|
||||
$li_next = "";
|
||||
}
|
||||
|
||||
if ($pager_total[$element] > 1) {
|
||||
$items[] = array(
|
||||
'class' => array('pager-previous'),
|
||||
'data' => $li_previous,
|
||||
);
|
||||
|
||||
$items[] = array(
|
||||
'class' => array('pager-current'),
|
||||
'data' => t('@current of @max', array('@current' => $pager_current, '@max' => $pager_max)),
|
||||
);
|
||||
|
||||
$items[] = array(
|
||||
'class' => array('pager-next'),
|
||||
'data' => $li_next,
|
||||
);
|
||||
|
||||
return theme('item_list',
|
||||
array(
|
||||
'items' => $items,
|
||||
'title' => NULL,
|
||||
'type' => 'ul',
|
||||
'attributes' => array('class' => array('pager')),
|
||||
)
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Implements hook_links().
|
||||
*/
|
||||
function omega_links($vars) {
|
||||
global $language_url;
|
||||
|
||||
$links = $vars['links'];
|
||||
$attributes = $vars['attributes'];
|
||||
$heading = $vars['heading'];
|
||||
|
||||
$output = '';
|
||||
|
||||
if (count($links) > 0) {
|
||||
// Treat the heading first if it is present to prepend it to the list of links.
|
||||
if (!empty($heading)) {
|
||||
if (is_string($heading)) {
|
||||
// Prepare the array that will be used when the passed heading is a string.
|
||||
$heading = array(
|
||||
'text' => $heading,
|
||||
// Set the default level of the heading.
|
||||
'level' => 'h2',
|
||||
);
|
||||
}
|
||||
|
||||
$output .= '<' . $heading['level'];
|
||||
if (!empty($heading['class'])) {
|
||||
$output .= drupal_attributes(array('class' => $heading['class']));
|
||||
}
|
||||
|
||||
$output .= '>' . check_plain($heading['text']) . '</' . $heading['level'] . '>';
|
||||
}
|
||||
|
||||
$output .= '<ul' . drupal_attributes($attributes) . '>';
|
||||
|
||||
$num_links = count($links);
|
||||
$i = 1;
|
||||
|
||||
foreach ($links as $key => $link) {
|
||||
$class = array($key);
|
||||
|
||||
// Add first, last and active classes to the list of links to help out themers.
|
||||
if ($i == 1) {
|
||||
$class[] = 'first';
|
||||
}
|
||||
|
||||
if ($i == $num_links) {
|
||||
$class[] = 'last';
|
||||
}
|
||||
|
||||
if (isset($link['href']) && ($link['href'] == $_GET['q'] || ($link['href'] == '<front>' && drupal_is_front_page())) && (empty($link['language']) || $link['language']->language == $language_url->language)) {
|
||||
$class[] = 'active';
|
||||
}
|
||||
|
||||
// Add a class for has a sub-menu
|
||||
if(isset($link['below'])) {
|
||||
$class[] = 'has-subitems';
|
||||
}
|
||||
|
||||
$output .= '<li' . drupal_attributes(array('class' => $class)) . '>';
|
||||
|
||||
if (isset($link['href'])) {
|
||||
// Pass in $link as $options, they share the same keys.
|
||||
$output .= l(trim($link['title']), $link['href'], $link);
|
||||
}
|
||||
elseif (!empty($link['title'])) {
|
||||
// Some links are actually not links, but we wrap these in <span> for adding title and class attributes.
|
||||
if (empty($link['html'])) {
|
||||
$link['title'] = check_plain($link['title']);
|
||||
}
|
||||
|
||||
$span_attributes = '';
|
||||
if (isset($link['attributes'])) {
|
||||
$span_attributes = drupal_attributes($link['attributes']);
|
||||
}
|
||||
|
||||
$output .= '<span' . $span_attributes . '>' . $link['title'] . '</span>';
|
||||
}
|
||||
|
||||
// Theme in nested links in the UL
|
||||
if(isset($link['below'])) {
|
||||
$output .= theme('links', array(
|
||||
'links' => $link['below'],
|
||||
'attributes' => array(
|
||||
'class' => array('links', 'main-menu', 'secondary-items'),
|
||||
),
|
||||
));
|
||||
}
|
||||
|
||||
$i++;
|
||||
$output .= "</li>";
|
||||
}
|
||||
|
||||
$output .= '</ul>';
|
||||
}
|
||||
|
||||
return $output;
|
||||
}
|
||||
|
||||
/**
|
||||
* Implements hook_menu_local_tasks().
|
||||
*/
|
||||
function omega_menu_local_tasks(&$vars) {
|
||||
$output = '';
|
||||
|
||||
if (!empty($vars['primary'])) {
|
||||
$vars['primary']['#prefix'] = '<h2 class="element-invisible">' . t('Primary tabs') . '</h2>';
|
||||
$vars['primary']['#prefix'] .= '<ul class="tabs primary clearfix">';
|
||||
$vars['primary']['#suffix'] = '</ul>';
|
||||
$output .= drupal_render($vars['primary']);
|
||||
}
|
||||
if (!empty($vars['secondary'])) {
|
||||
$vars['secondary']['#prefix'] = '<h2 class="element-invisible">' . t('Secondary tabs') . '</h2>';
|
||||
$vars['secondary']['#prefix'] .= '<ul class="tabs secondary clearfix">';
|
||||
$vars['secondary']['#suffix'] = '</ul>';
|
||||
$output .= drupal_render($vars['secondary']);
|
||||
}
|
||||
|
||||
return $output;
|
||||
}
|
||||
|
||||
/**
|
||||
* Implements hook_menu_local_task().
|
||||
*/
|
||||
function omega_menu_local_task($vars) {
|
||||
$link = $vars['element']['#link'];
|
||||
$link_text = $link['title'];
|
||||
|
||||
if (!empty($vars['element']['#active'])) {
|
||||
// Add text to indicate active tab for non-visual users.
|
||||
$active = '<span class="element-invisible">' . t('(active tab)') . '</span>';
|
||||
|
||||
// If the link does not contain HTML already, check_plain() it now.
|
||||
// After we set 'html'=TRUE the link will not be sanitized by l().
|
||||
if (empty($link['localized_options']['html'])) {
|
||||
$link['title'] = check_plain($link['title']);
|
||||
}
|
||||
|
||||
$link['localized_options']['html'] = TRUE;
|
||||
$link_text = t('!local-task-title!active', array('!local-task-title' => $link['title'], '!active' => $active));
|
||||
}
|
||||
|
||||
return '<li' . (!empty($vars['element']['#active']) ? ' class="active"' : '') . '>' . l($link_text, $link['href'], $link['localized_options']) . "</li>";
|
||||
}
|
||||
140
sites/all/themes/omega/omega/js/jquery.formalize.js
Normal file
@@ -0,0 +1,140 @@
|
||||
/*
|
||||
Formalize - version 1.1
|
||||
|
||||
Note: This file depends on the jQuery library.
|
||||
*/
|
||||
|
||||
// Module pattern:
|
||||
// http://yuiblog.com/blog/2007/06/12/module-pattern
|
||||
var FORMALIZE = (function($, window, document, undefined) {
|
||||
// Private constants.
|
||||
var PLACEHOLDER_SUPPORTED = 'placeholder' in document.createElement('input');
|
||||
var AUTOFOCUS_SUPPORTED = 'autofocus' in document.createElement('input');
|
||||
var IE6 = !!($.browser.msie && parseInt($.browser.version, 10) === 6);
|
||||
var IE7 = !!($.browser.msie && parseInt($.browser.version, 10) === 7);
|
||||
|
||||
// Expose innards of FORMALIZE.
|
||||
return {
|
||||
// FORMALIZE.go
|
||||
go: function() {
|
||||
for (var i in FORMALIZE.init) {
|
||||
FORMALIZE.init[i]();
|
||||
}
|
||||
},
|
||||
// FORMALIZE.init
|
||||
init: {
|
||||
// FORMALIZE.init.ie6_skin_inputs
|
||||
ie6_skin_inputs: function() {
|
||||
// Test for Internet Explorer 6.
|
||||
if (!IE6 || !$('input, select, textarea').length) {
|
||||
// Exit if the browser is not IE6,
|
||||
// or if no form elements exist.
|
||||
return;
|
||||
}
|
||||
|
||||
// For <input type="submit" />, etc.
|
||||
var button_regex = /button|submit|reset/;
|
||||
|
||||
// For <input type="text" />, etc.
|
||||
var type_regex = /date|datetime|datetime-local|email|month|number|password|range|search|tel|text|time|url|week/;
|
||||
|
||||
$('input').each(function() {
|
||||
var el = $(this);
|
||||
|
||||
// Is it a button?
|
||||
if (this.getAttribute('type').match(button_regex)) {
|
||||
el.addClass('ie6-button');
|
||||
|
||||
/* Is it disabled? */
|
||||
if (this.disabled) {
|
||||
el.addClass('ie6-button-disabled');
|
||||
}
|
||||
}
|
||||
// Or is it a textual input?
|
||||
else if (this.getAttribute('type').match(type_regex)) {
|
||||
el.addClass('ie6-input');
|
||||
|
||||
/* Is it disabled? */
|
||||
if (this.disabled) {
|
||||
el.addClass('ie6-input-disabled');
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
$('textarea, select').each(function() {
|
||||
/* Is it disabled? */
|
||||
if (this.disabled) {
|
||||
$(this).addClass('ie6-input-disabled');
|
||||
}
|
||||
});
|
||||
},
|
||||
// FORMALIZE.init.autofocus
|
||||
autofocus: function() {
|
||||
if (AUTOFOCUS_SUPPORTED || !$(':input[autofocus]').length) {
|
||||
return;
|
||||
}
|
||||
|
||||
$(':input[autofocus]:visible:first').focus();
|
||||
},
|
||||
// FORMALIZE.init.placeholder
|
||||
placeholder: function() {
|
||||
if (PLACEHOLDER_SUPPORTED || !$(':input[placeholder]').length) {
|
||||
// Exit if placeholder is supported natively,
|
||||
// or if page does not have any placeholder.
|
||||
return;
|
||||
}
|
||||
|
||||
FORMALIZE.misc.add_placeholder();
|
||||
|
||||
$(':input[placeholder]').each(function() {
|
||||
var el = $(this);
|
||||
var text = el.attr('placeholder');
|
||||
|
||||
el.focus(function() {
|
||||
if (el.val() === text) {
|
||||
el.val('').removeClass('placeholder-text');
|
||||
}
|
||||
}).blur(function() {
|
||||
FORMALIZE.misc.add_placeholder();
|
||||
});
|
||||
|
||||
// Prevent <form> from accidentally
|
||||
// submitting the placeholder text.
|
||||
el.closest('form').submit(function() {
|
||||
if (el.val() === text) {
|
||||
el.val('').removeClass('placeholder-text');
|
||||
}
|
||||
}).bind('reset', function() {
|
||||
setTimeout(FORMALIZE.misc.add_placeholder, 50);
|
||||
});
|
||||
});
|
||||
}
|
||||
},
|
||||
// FORMALIZE.misc
|
||||
misc: {
|
||||
// FORMALIZE.misc.add_placeholder
|
||||
add_placeholder: function() {
|
||||
if (PLACEHOLDER_SUPPORTED || !$(':input[placeholder]').length) {
|
||||
// Exit if placeholder is supported natively,
|
||||
// or if page does not have any placeholder.
|
||||
return;
|
||||
}
|
||||
|
||||
$(':input[placeholder]').each(function() {
|
||||
var el = $(this);
|
||||
var text = el.attr('placeholder');
|
||||
|
||||
if (!el.val() || el.val() === text) {
|
||||
el.val(text).addClass('placeholder-text');
|
||||
}
|
||||
});
|
||||
}
|
||||
}
|
||||
};
|
||||
// Alias jQuery, window, document.
|
||||
})(jQuery, this, this.document);
|
||||
|
||||
// Automatically calls all functions in FORMALIZE.init
|
||||
jQuery(document).ready(function() {
|
||||
FORMALIZE.go();
|
||||
});
|
||||
36
sites/all/themes/omega/omega/js/omega-equalheights.js
Normal file
@@ -0,0 +1,36 @@
|
||||
/**
|
||||
* @todo
|
||||
*/
|
||||
|
||||
(function($) {
|
||||
/**
|
||||
* @todo
|
||||
*/
|
||||
Drupal.behaviors.omegaEqualHeights = {
|
||||
attach: function (context) {
|
||||
$('body', context).once('omega-equalheights', function () {
|
||||
$(window).bind('resize.omegaequalheights', function () {
|
||||
$($('.equal-height-container').get().reverse()).each(function () {
|
||||
var elements = $(this).children('.equal-height-element').css('height', '');
|
||||
|
||||
if (!Drupal.behaviors.hasOwnProperty('omegaMediaQueries') || Drupal.omega.getCurrentLayout() != 'mobile') {
|
||||
var tallest = 0;
|
||||
|
||||
elements.each(function () {
|
||||
if ($(this).height() > tallest) {
|
||||
tallest = $(this).height();
|
||||
}
|
||||
}).each(function() {
|
||||
if ($(this).height() < tallest) {
|
||||
$(this).css('height', tallest);
|
||||
}
|
||||
});
|
||||
}
|
||||
});
|
||||
}).load(function () {
|
||||
$(this).trigger('resize.omegaequalheights');
|
||||
});
|
||||
});
|
||||
}
|
||||
};
|
||||
})(jQuery);
|
||||
113
sites/all/themes/omega/omega/js/omega-mediaqueries.js
Normal file
@@ -0,0 +1,113 @@
|
||||
/**
|
||||
* @todo
|
||||
*/
|
||||
|
||||
Drupal.omega = Drupal.omega || {};
|
||||
|
||||
(function($) {
|
||||
/**
|
||||
* @todo
|
||||
*/
|
||||
var current;
|
||||
var previous;
|
||||
|
||||
/**
|
||||
* @todo
|
||||
*/
|
||||
var setCurrentLayout = function (index) {
|
||||
index = parseInt(index);
|
||||
previous = current;
|
||||
current = Drupal.settings.omega.layouts.order.hasOwnProperty(index) ? Drupal.settings.omega.layouts.order[index] : 'mobile';
|
||||
|
||||
if (previous != current) {
|
||||
$('body').removeClass('responsive-layout-' + previous).addClass('responsive-layout-' + current);
|
||||
$.event.trigger('responsivelayout', {from: previous, to: current});
|
||||
}
|
||||
};
|
||||
|
||||
/**
|
||||
* @todo
|
||||
*/
|
||||
Drupal.omega.getCurrentLayout = function () {
|
||||
return current;
|
||||
};
|
||||
|
||||
/**
|
||||
* @todo
|
||||
*/
|
||||
Drupal.omega.getPreviousLayout = function () {
|
||||
return previous;
|
||||
};
|
||||
|
||||
/**
|
||||
* @todo
|
||||
*/
|
||||
Drupal.omega.crappyBrowser = function () {
|
||||
return $.browser.msie && parseInt($.browser.version, 10) < 9;
|
||||
};
|
||||
|
||||
/**
|
||||
* @todo
|
||||
*/
|
||||
Drupal.omega.checkLayout = function (layout) {
|
||||
if (Drupal.settings.omega.layouts.queries.hasOwnProperty(layout) && Drupal.settings.omega.layouts.queries[layout]) {
|
||||
var output = Drupal.omega.checkQuery(Drupal.settings.omega.layouts.queries[layout]);
|
||||
|
||||
if (!output && layout == Drupal.settings.omega.layouts.primary) {
|
||||
var dummy = $('<div id="omega-check-query"></div>').prependTo('body');
|
||||
|
||||
dummy.append('<style media="all">#omega-check-query { position: relative; z-index: -1; }</style>');
|
||||
dummy.append('<!--[if (lt IE 9)&(!IEMobile)]><style media="all">#omega-check-query { z-index: 100; }</style><![endif]-->');
|
||||
|
||||
output = parseInt(dummy.css('z-index')) == 100;
|
||||
|
||||
dummy.remove();
|
||||
}
|
||||
|
||||
return output;
|
||||
}
|
||||
|
||||
return false;
|
||||
};
|
||||
|
||||
/**
|
||||
* @todo
|
||||
*/
|
||||
Drupal.omega.checkQuery = function (query) {
|
||||
var dummy = $('<div id="omega-check-query"></div>').prependTo('body');
|
||||
|
||||
dummy.append('<style media="all">#omega-check-query { position: relative; z-index: -1; }</style>');
|
||||
dummy.append('<style media="' + query + '">#omega-check-query { z-index: 100; }</style>');
|
||||
|
||||
var output = parseInt(dummy.css('z-index')) == 100;
|
||||
|
||||
dummy.remove();
|
||||
|
||||
return output;
|
||||
};
|
||||
|
||||
/**
|
||||
* @todo
|
||||
*/
|
||||
Drupal.behaviors.omegaMediaQueries = {
|
||||
attach: function (context) {
|
||||
$('body', context).once('omega-mediaqueries', function () {
|
||||
var primary = $.inArray(Drupal.settings.omega.layouts.primary, Drupal.settings.omega.layouts.order);
|
||||
var dummy = $('<div id="omega-media-query-dummy"></div>').prependTo('body');
|
||||
|
||||
dummy.append('<style media="all">#omega-media-query-dummy { position: relative; z-index: -1; }</style>');
|
||||
dummy.append('<!--[if (lt IE 9)&(!IEMobile)]><style media="all">#omega-media-query-dummy { z-index: ' + primary + '; }</style><![endif]-->');
|
||||
|
||||
for (var i in Drupal.settings.omega.layouts.order) {
|
||||
dummy.append('<style media="' + Drupal.settings.omega.layouts.queries[Drupal.settings.omega.layouts.order[i]] + '">#omega-media-query-dummy { z-index: ' + i + '; }</style>');
|
||||
}
|
||||
|
||||
$(window).bind('resize.omegamediaqueries', function () {
|
||||
setCurrentLayout(dummy.css('z-index'));
|
||||
}).load(function () {
|
||||
$(this).trigger('resize.omegamediaqueries');
|
||||
});
|
||||
});
|
||||
}
|
||||
};
|
||||
})(jQuery);
|
||||
BIN
sites/all/themes/omega/omega/logo.png
Normal file
|
After Width: | Height: | Size: 9.7 KiB |
418
sites/all/themes/omega/omega/omega.info
Normal file
@@ -0,0 +1,418 @@
|
||||
name = Omega
|
||||
description = <a href="http://drupal.org/project/omega">Omega</a> extends the Omega theme framework with some additional features and makes them availabe to its subthemes. This theme should not be used directly, instead you should create a subtheme based on one of the Omega or Alpha starterkits. Learn more about <a href="http://drupal.org/node/819170">Creating an Omega Subtheme</a> in the <a href="http://drupal.org/node/819164">Omega Handbook</a>.
|
||||
core = 7.x
|
||||
engine = phptemplate
|
||||
screenshot = screenshot.png
|
||||
version = 3.x
|
||||
base theme = alpha
|
||||
|
||||
; REGIONS
|
||||
|
||||
; REQUIRED CORE REGIONS
|
||||
|
||||
regions[page_top] = Page Top
|
||||
regions[page_bottom] = Page Bottom
|
||||
regions[content] = Content
|
||||
|
||||
; END REQUIRED CORE REGIONS
|
||||
|
||||
regions[user_first] = User Bar First
|
||||
regions[user_second] = User Bar Second
|
||||
|
||||
regions[branding] = Branding
|
||||
regions[menu] = Menu
|
||||
|
||||
regions[sidebar_first] = Sidebar First
|
||||
regions[sidebar_second] = Sidebar Second
|
||||
|
||||
regions[header_first] = Header First
|
||||
regions[header_second] = Header Second
|
||||
|
||||
regions[preface_first] = Preface First
|
||||
regions[preface_second] = Preface Second
|
||||
regions[preface_third] = Preface Third
|
||||
|
||||
regions[postscript_first] = Postscript First
|
||||
regions[postscript_second] = Postscript Second
|
||||
regions[postscript_third] = Postscript Third
|
||||
regions[postscript_fourth] = Postscript Fourth
|
||||
|
||||
regions[footer_first] = Footer First
|
||||
regions[footer_second] = Footer Second
|
||||
|
||||
; ZONES
|
||||
|
||||
zones[user] = User
|
||||
zones[branding] = Branding
|
||||
zones[menu] = Menu
|
||||
zones[header] = Header
|
||||
zones[preface] = Preface
|
||||
zones[content] = Content
|
||||
zones[postscript] = Postscript
|
||||
zones[footer] = Footer
|
||||
|
||||
; OPTIONAL STYLESHEETS
|
||||
|
||||
css[omega-text.css][name] = Text Styles
|
||||
css[omega-text.css][description] = Default text styles for Omega.
|
||||
css[omega-text.css][options][weight] = -10
|
||||
|
||||
css[omega-branding.css][name] = Branding Styles
|
||||
css[omega-branding.css][description] = Provides positioning for the logo, title and slogan.
|
||||
css[omega-branding.css][options][weight] = -10
|
||||
|
||||
css[omega-menu.css][name] = Menu Styles
|
||||
css[omega-menu.css][description] = Provides positoning and basic CSS for primary and secondary menus.
|
||||
css[omega-menu.css][options][weight] = -10
|
||||
|
||||
css[omega-forms.css][name] = Form Styles
|
||||
css[omega-forms.css][description] = Provides basic form styles.
|
||||
css[omega-forms.css][options][weight] = -10
|
||||
|
||||
css[omega-visuals.css][name] = Omega Styles
|
||||
css[omega-visuals.css][description] = Custom visual styles for Omega. (pagers, menus, etc.)
|
||||
css[omega-visuals.css][options][weight] = -10
|
||||
|
||||
; OPTIONAL LIBRARIES
|
||||
|
||||
libraries[omega_formalize][name] = Formalize
|
||||
libraries[omega_formalize][description] = Formalize is a framework by <a href="http://formalize.me/" title="Formalize">Nathan Smith</a> for neat looking cross-browser forms with extended functionality.
|
||||
libraries[omega_formalize][js][0][file] = jquery.formalize.js
|
||||
libraries[omega_formalize][js][0][options][weight] = -20
|
||||
libraries[omega_formalize][css][0][file] = formalize.css
|
||||
libraries[omega_formalize][css][0][options][weight] = -20
|
||||
|
||||
libraries[omega_mediaqueries][name] = Media queries
|
||||
libraries[omega_mediaqueries][description] = Provides a tiny JavaScript library that can be used in your custom JavaScript.
|
||||
libraries[omega_mediaqueries][js][0][file] = omega-mediaqueries.js
|
||||
libraries[omega_mediaqueries][js][0][options][weight] = -19
|
||||
|
||||
libraries[omega_equalheights][name] = Equal heights
|
||||
libraries[omega_equalheights][description] = Allows you to force all regions of a zone or all blocks of a region to be of equal size. <span class="marker">This library reveals a corresponding checkbox on every region and zone configuration panel if activated.</span>
|
||||
libraries[omega_equalheights][js][0][file] = omega-equalheights.js
|
||||
libraries[omega_equalheights][js][0][options][weight] = -18
|
||||
|
||||
; PLUGINS
|
||||
plugins[panels][layouts] = panels/layouts
|
||||
|
||||
; THEME SETTINGS (DEFAULTS)
|
||||
|
||||
settings[alpha_grid] = 'alpha_default'
|
||||
settings[alpha_primary_alpha_default] = 'normal'
|
||||
settings[alpha_responsive] = '1'
|
||||
settings[alpha_layouts_alpha_fluid_primary] = 'normal'
|
||||
settings[alpha_layouts_alpha_fluid_normal_responsive] = '0'
|
||||
settings[alpha_layouts_alpha_fluid_normal_media] = 'all and (min-width: 740px) and (min-device-width: 740px), (max-device-width: 800px) and (min-width: 740px) and (orientation:landscape)'
|
||||
settings[alpha_layouts_alpha_default_primary] = 'normal'
|
||||
settings[alpha_layouts_alpha_default_fluid_responsive] = '0'
|
||||
settings[alpha_layouts_alpha_default_fluid_media] = 'all and (min-width: 740px) and (min-device-width: 740px), (max-device-width: 800px) and (min-width: 740px) and (orientation:landscape)'
|
||||
settings[alpha_layouts_alpha_default_fluid_weight] = '0'
|
||||
settings[alpha_layouts_alpha_default_narrow_responsive] = '1'
|
||||
settings[alpha_layouts_alpha_default_narrow_media] = 'all and (min-width: 740px) and (min-device-width: 740px), (max-device-width: 800px) and (min-width: 740px) and (orientation:landscape)'
|
||||
settings[alpha_layouts_alpha_default_narrow_weight] = '1'
|
||||
settings[alpha_layouts_alpha_default_normal_responsive] = '1'
|
||||
settings[alpha_layouts_alpha_default_normal_media] = 'all and (min-width: 980px) and (min-device-width: 980px), all and (max-device-width: 1024px) and (min-width: 1024px) and (orientation:landscape)'
|
||||
settings[alpha_layouts_alpha_default_normal_weight] = '2'
|
||||
settings[alpha_layouts_alpha_default_wide_responsive] = '1'
|
||||
settings[alpha_layouts_alpha_default_wide_media] = 'all and (min-width: 1220px)'
|
||||
settings[alpha_layouts_alpha_default_wide_weight] = '3'
|
||||
settings[alpha_viewport] = '1'
|
||||
settings[alpha_viewport_initial_scale] = '1'
|
||||
settings[alpha_viewport_min_scale] = '1'
|
||||
settings[alpha_viewport_max_scale] = '1'
|
||||
settings[alpha_viewport_user_scaleable] = ''
|
||||
settings[alpha_libraries][omega_formalize] = 'omega_formalize'
|
||||
settings[alpha_libraries][omega_equalheights] = ''
|
||||
settings[alpha_libraries][omega_mediaqueries] = 'omega_mediaqueries'
|
||||
settings[alpha_css][alpha-reset.css] = 'alpha-reset.css'
|
||||
settings[alpha_css][alpha-mobile.css] = 'alpha-mobile.css'
|
||||
settings[alpha_css][alpha-alpha.css] = 'alpha-alpha.css'
|
||||
settings[alpha_css][omega-text.css] = 'omega-text.css'
|
||||
settings[alpha_css][omega-branding.css] = 'omega-branding.css'
|
||||
settings[alpha_css][omega-menu.css] = 'omega-menu.css'
|
||||
settings[alpha_css][omega-forms.css] = 'omega-forms.css'
|
||||
settings[alpha_css][omega-visuals.css] = 'omega-visuals.css'
|
||||
settings[alpha_debug_block_toggle] = '1'
|
||||
settings[alpha_debug_block_active] = '1'
|
||||
settings[alpha_debug_grid_toggle] = '1'
|
||||
settings[alpha_debug_grid_active] = '1'
|
||||
settings[alpha_debug_grid_roles][1] = '1'
|
||||
settings[alpha_debug_grid_roles][2] = '2'
|
||||
settings[alpha_debug_grid_roles][3] = '3'
|
||||
settings[alpha_toggle_messages] = '1'
|
||||
settings[alpha_toggle_action_links] = '1'
|
||||
settings[alpha_toggle_tabs] = '1'
|
||||
settings[alpha_toggle_breadcrumb] = '1'
|
||||
settings[alpha_toggle_page_title] = '1'
|
||||
settings[alpha_toggle_feed_icons] = '1'
|
||||
settings[alpha_hidden_title] = ''
|
||||
settings[alpha_hidden_site_name] = ''
|
||||
settings[alpha_hidden_site_slogan] = ''
|
||||
settings[alpha_zone_user_equal_height_container] = ''
|
||||
settings[alpha_zone_user_wrapper] = '1'
|
||||
settings[alpha_zone_user_force] = ''
|
||||
settings[alpha_zone_user_section] = 'header'
|
||||
settings[alpha_zone_user_weight] = '1'
|
||||
settings[alpha_zone_user_columns] = '12'
|
||||
settings[alpha_zone_user_primary] = ''
|
||||
settings[alpha_zone_user_css] = ''
|
||||
settings[alpha_zone_user_wrapper_css] = ''
|
||||
settings[alpha_zone_branding_equal_height_container] = ''
|
||||
settings[alpha_zone_branding_wrapper] = '1'
|
||||
settings[alpha_zone_branding_force] = ''
|
||||
settings[alpha_zone_branding_section] = 'header'
|
||||
settings[alpha_zone_branding_weight] = '2'
|
||||
settings[alpha_zone_branding_columns] = '12'
|
||||
settings[alpha_zone_branding_primary] = ''
|
||||
settings[alpha_zone_branding_css] = ''
|
||||
settings[alpha_zone_branding_wrapper_css] = ''
|
||||
settings[alpha_zone_menu_equal_height_container] = ''
|
||||
settings[alpha_zone_menu_wrapper] = '1'
|
||||
settings[alpha_zone_menu_force] = ''
|
||||
settings[alpha_zone_menu_section] = 'header'
|
||||
settings[alpha_zone_menu_weight] = '3'
|
||||
settings[alpha_zone_menu_columns] = '12'
|
||||
settings[alpha_zone_menu_primary] = ''
|
||||
settings[alpha_zone_menu_css] = ''
|
||||
settings[alpha_zone_menu_wrapper_css] = ''
|
||||
settings[alpha_zone_header_equal_height_container] = ''
|
||||
settings[alpha_zone_header_wrapper] = '1'
|
||||
settings[alpha_zone_header_force] = ''
|
||||
settings[alpha_zone_header_section] = 'header'
|
||||
settings[alpha_zone_header_weight] = '4'
|
||||
settings[alpha_zone_header_columns] = '12'
|
||||
settings[alpha_zone_header_primary] = ''
|
||||
settings[alpha_zone_header_css] = ''
|
||||
settings[alpha_zone_header_wrapper_css] = ''
|
||||
settings[alpha_zone_preface_equal_height_container] = ''
|
||||
settings[alpha_zone_preface_wrapper] = '1'
|
||||
settings[alpha_zone_preface_force] = ''
|
||||
settings[alpha_zone_preface_section] = 'content'
|
||||
settings[alpha_zone_preface_weight] = '1'
|
||||
settings[alpha_zone_preface_columns] = '12'
|
||||
settings[alpha_zone_preface_primary] = ''
|
||||
settings[alpha_zone_preface_css] = ''
|
||||
settings[alpha_zone_preface_wrapper_css] = ''
|
||||
settings[alpha_zone_content_equal_height_container] = ''
|
||||
settings[alpha_zone_content_wrapper] = '1'
|
||||
settings[alpha_zone_content_force] = '1'
|
||||
settings[alpha_zone_content_section] = 'content'
|
||||
settings[alpha_zone_content_weight] = '2'
|
||||
settings[alpha_zone_content_columns] = '12'
|
||||
settings[alpha_zone_content_primary] = 'content'
|
||||
settings[alpha_zone_content_css] = ''
|
||||
settings[alpha_zone_content_wrapper_css] = ''
|
||||
settings[alpha_zone_postscript_equal_height_container] = ''
|
||||
settings[alpha_zone_postscript_wrapper] = '1'
|
||||
settings[alpha_zone_postscript_force] = ''
|
||||
settings[alpha_zone_postscript_section] = 'content'
|
||||
settings[alpha_zone_postscript_weight] = '3'
|
||||
settings[alpha_zone_postscript_columns] = '12'
|
||||
settings[alpha_zone_postscript_primary] = ''
|
||||
settings[alpha_zone_postscript_css] = ''
|
||||
settings[alpha_zone_postscript_wrapper_css] = ''
|
||||
settings[alpha_zone_footer_equal_height_container] = ''
|
||||
settings[alpha_zone_footer_wrapper] = '1'
|
||||
settings[alpha_zone_footer_force] = ''
|
||||
settings[alpha_zone_footer_section] = 'footer'
|
||||
settings[alpha_zone_footer_weight] = '1'
|
||||
settings[alpha_zone_footer_columns] = '12'
|
||||
settings[alpha_zone_footer_primary] = ''
|
||||
settings[alpha_zone_footer_css] = ''
|
||||
settings[alpha_zone_footer_wrapper_css] = ''
|
||||
settings[alpha_region_dashboard_sidebar_equal_height_container] = ''
|
||||
settings[alpha_region_dashboard_sidebar_equal_height_element] = ''
|
||||
settings[alpha_region_dashboard_sidebar_force] = ''
|
||||
settings[alpha_region_dashboard_sidebar_zone] = ''
|
||||
settings[alpha_region_dashboard_sidebar_prefix] = ''
|
||||
settings[alpha_region_dashboard_sidebar_columns] = '1'
|
||||
settings[alpha_region_dashboard_sidebar_suffix] = ''
|
||||
settings[alpha_region_dashboard_sidebar_weight] = '-50'
|
||||
settings[alpha_region_dashboard_sidebar_css] = ''
|
||||
settings[alpha_region_dashboard_inactive_equal_height_container] = ''
|
||||
settings[alpha_region_dashboard_inactive_equal_height_element] = ''
|
||||
settings[alpha_region_dashboard_inactive_force] = ''
|
||||
settings[alpha_region_dashboard_inactive_zone] = ''
|
||||
settings[alpha_region_dashboard_inactive_prefix] = ''
|
||||
settings[alpha_region_dashboard_inactive_columns] = '1'
|
||||
settings[alpha_region_dashboard_inactive_suffix] = ''
|
||||
settings[alpha_region_dashboard_inactive_weight] = '-50'
|
||||
settings[alpha_region_dashboard_inactive_css] = ''
|
||||
settings[alpha_region_dashboard_main_equal_height_container] = ''
|
||||
settings[alpha_region_dashboard_main_equal_height_element] = ''
|
||||
settings[alpha_region_dashboard_main_force] = ''
|
||||
settings[alpha_region_dashboard_main_zone] = ''
|
||||
settings[alpha_region_dashboard_main_prefix] = ''
|
||||
settings[alpha_region_dashboard_main_columns] = '1'
|
||||
settings[alpha_region_dashboard_main_suffix] = ''
|
||||
settings[alpha_region_dashboard_main_weight] = '-50'
|
||||
settings[alpha_region_dashboard_main_css] = ''
|
||||
settings[alpha_region_user_first_equal_height_container] = ''
|
||||
settings[alpha_region_user_first_equal_height_element] = ''
|
||||
settings[alpha_region_user_first_force] = ''
|
||||
settings[alpha_region_user_first_zone] = 'user'
|
||||
settings[alpha_region_user_first_prefix] = ''
|
||||
settings[alpha_region_user_first_columns] = '8'
|
||||
settings[alpha_region_user_first_suffix] = ''
|
||||
settings[alpha_region_user_first_weight] = '1'
|
||||
settings[alpha_region_user_first_css] = ''
|
||||
settings[alpha_region_user_second_equal_height_container] = ''
|
||||
settings[alpha_region_user_second_equal_height_element] = ''
|
||||
settings[alpha_region_user_second_force] = ''
|
||||
settings[alpha_region_user_second_zone] = 'user'
|
||||
settings[alpha_region_user_second_prefix] = ''
|
||||
settings[alpha_region_user_second_columns] = '4'
|
||||
settings[alpha_region_user_second_suffix] = ''
|
||||
settings[alpha_region_user_second_weight] = '2'
|
||||
settings[alpha_region_user_second_css] = ''
|
||||
settings[alpha_region_branding_equal_height_container] = ''
|
||||
settings[alpha_region_branding_equal_height_element] = ''
|
||||
settings[alpha_region_branding_force] = '1'
|
||||
settings[alpha_region_branding_zone] = 'branding'
|
||||
settings[alpha_region_branding_prefix] = ''
|
||||
settings[alpha_region_branding_columns] = '12'
|
||||
settings[alpha_region_branding_suffix] = ''
|
||||
settings[alpha_region_branding_weight] = '1'
|
||||
settings[alpha_region_branding_css] = ''
|
||||
settings[alpha_region_menu_equal_height_container] = ''
|
||||
settings[alpha_region_menu_equal_height_element] = ''
|
||||
settings[alpha_region_menu_force] = '1'
|
||||
settings[alpha_region_menu_zone] = 'menu'
|
||||
settings[alpha_region_menu_prefix] = ''
|
||||
settings[alpha_region_menu_columns] = '12'
|
||||
settings[alpha_region_menu_suffix] = ''
|
||||
settings[alpha_region_menu_weight] = '1'
|
||||
settings[alpha_region_menu_css] = ''
|
||||
settings[alpha_region_header_first_equal_height_container] = ''
|
||||
settings[alpha_region_header_first_equal_height_element] = ''
|
||||
settings[alpha_region_header_first_force] = ''
|
||||
settings[alpha_region_header_first_zone] = 'header'
|
||||
settings[alpha_region_header_first_prefix] = ''
|
||||
settings[alpha_region_header_first_columns] = '6'
|
||||
settings[alpha_region_header_first_suffix] = ''
|
||||
settings[alpha_region_header_first_weight] = '1'
|
||||
settings[alpha_region_header_first_css] = ''
|
||||
settings[alpha_region_header_second_equal_height_container] = ''
|
||||
settings[alpha_region_header_second_equal_height_element] = ''
|
||||
settings[alpha_region_header_second_force] = ''
|
||||
settings[alpha_region_header_second_zone] = 'header'
|
||||
settings[alpha_region_header_second_prefix] = ''
|
||||
settings[alpha_region_header_second_columns] = '6'
|
||||
settings[alpha_region_header_second_suffix] = ''
|
||||
settings[alpha_region_header_second_weight] = '2'
|
||||
settings[alpha_region_header_second_css] = ''
|
||||
settings[alpha_region_preface_first_equal_height_container] = ''
|
||||
settings[alpha_region_preface_first_equal_height_element] = ''
|
||||
settings[alpha_region_preface_first_force] = ''
|
||||
settings[alpha_region_preface_first_zone] = 'preface'
|
||||
settings[alpha_region_preface_first_prefix] = ''
|
||||
settings[alpha_region_preface_first_columns] = '4'
|
||||
settings[alpha_region_preface_first_suffix] = ''
|
||||
settings[alpha_region_preface_first_weight] = '1'
|
||||
settings[alpha_region_preface_first_css] = ''
|
||||
settings[alpha_region_preface_second_equal_height_container] = ''
|
||||
settings[alpha_region_preface_second_equal_height_element] = ''
|
||||
settings[alpha_region_preface_second_force] = ''
|
||||
settings[alpha_region_preface_second_zone] = 'preface'
|
||||
settings[alpha_region_preface_second_prefix] = ''
|
||||
settings[alpha_region_preface_second_columns] = '4'
|
||||
settings[alpha_region_preface_second_suffix] = ''
|
||||
settings[alpha_region_preface_second_weight] = '2'
|
||||
settings[alpha_region_preface_second_css] = ''
|
||||
settings[alpha_region_preface_third_equal_height_container] = ''
|
||||
settings[alpha_region_preface_third_equal_height_element] = ''
|
||||
settings[alpha_region_preface_third_force] = ''
|
||||
settings[alpha_region_preface_third_zone] = 'preface'
|
||||
settings[alpha_region_preface_third_prefix] = ''
|
||||
settings[alpha_region_preface_third_columns] = '4'
|
||||
settings[alpha_region_preface_third_suffix] = ''
|
||||
settings[alpha_region_preface_third_weight] = '3'
|
||||
settings[alpha_region_preface_third_css] = ''
|
||||
settings[alpha_region_content_equal_height_container] = ''
|
||||
settings[alpha_region_content_equal_height_element] = ''
|
||||
settings[alpha_region_content_force] = ''
|
||||
settings[alpha_region_content_zone] = 'content'
|
||||
settings[alpha_region_content_prefix] = ''
|
||||
settings[alpha_region_content_columns] = '6'
|
||||
settings[alpha_region_content_suffix] = ''
|
||||
settings[alpha_region_content_weight] = '2'
|
||||
settings[alpha_region_content_css] = ''
|
||||
settings[alpha_region_sidebar_first_equal_height_container] = ''
|
||||
settings[alpha_region_sidebar_first_equal_height_element] = ''
|
||||
settings[alpha_region_sidebar_first_force] = ''
|
||||
settings[alpha_region_sidebar_first_zone] = 'content'
|
||||
settings[alpha_region_sidebar_first_prefix] = ''
|
||||
settings[alpha_region_sidebar_first_columns] = '3'
|
||||
settings[alpha_region_sidebar_first_suffix] = ''
|
||||
settings[alpha_region_sidebar_first_weight] = '1'
|
||||
settings[alpha_region_sidebar_first_css] = ''
|
||||
settings[alpha_region_sidebar_second_equal_height_container] = ''
|
||||
settings[alpha_region_sidebar_second_equal_height_element] = ''
|
||||
settings[alpha_region_sidebar_second_force] = ''
|
||||
settings[alpha_region_sidebar_second_zone] = 'content'
|
||||
settings[alpha_region_sidebar_second_prefix] = ''
|
||||
settings[alpha_region_sidebar_second_columns] = '3'
|
||||
settings[alpha_region_sidebar_second_suffix] = ''
|
||||
settings[alpha_region_sidebar_second_weight] = '3'
|
||||
settings[alpha_region_sidebar_second_css] = ''
|
||||
settings[alpha_region_postscript_first_equal_height_container] = ''
|
||||
settings[alpha_region_postscript_first_equal_height_element] = ''
|
||||
settings[alpha_region_postscript_first_force] = ''
|
||||
settings[alpha_region_postscript_first_zone] = 'postscript'
|
||||
settings[alpha_region_postscript_first_prefix] = ''
|
||||
settings[alpha_region_postscript_first_columns] = '3'
|
||||
settings[alpha_region_postscript_first_suffix] = ''
|
||||
settings[alpha_region_postscript_first_weight] = '1'
|
||||
settings[alpha_region_postscript_first_css] = ''
|
||||
settings[alpha_region_postscript_second_equal_height_container] = ''
|
||||
settings[alpha_region_postscript_second_equal_height_element] = ''
|
||||
settings[alpha_region_postscript_second_force] = ''
|
||||
settings[alpha_region_postscript_second_zone] = 'postscript'
|
||||
settings[alpha_region_postscript_second_prefix] = ''
|
||||
settings[alpha_region_postscript_second_columns] = '3'
|
||||
settings[alpha_region_postscript_second_suffix] = ''
|
||||
settings[alpha_region_postscript_second_weight] = '2'
|
||||
settings[alpha_region_postscript_second_css] = ''
|
||||
settings[alpha_region_postscript_third_equal_height_container] = ''
|
||||
settings[alpha_region_postscript_third_equal_height_element] = ''
|
||||
settings[alpha_region_postscript_third_force] = ''
|
||||
settings[alpha_region_postscript_third_zone] = 'postscript'
|
||||
settings[alpha_region_postscript_third_prefix] = ''
|
||||
settings[alpha_region_postscript_third_columns] = '3'
|
||||
settings[alpha_region_postscript_third_suffix] = ''
|
||||
settings[alpha_region_postscript_third_weight] = '3'
|
||||
settings[alpha_region_postscript_third_css] = ''
|
||||
settings[alpha_region_postscript_fourth_equal_height_container] = ''
|
||||
settings[alpha_region_postscript_fourth_equal_height_element] = ''
|
||||
settings[alpha_region_postscript_fourth_force] = ''
|
||||
settings[alpha_region_postscript_fourth_zone] = 'postscript'
|
||||
settings[alpha_region_postscript_fourth_prefix] = ''
|
||||
settings[alpha_region_postscript_fourth_columns] = '3'
|
||||
settings[alpha_region_postscript_fourth_suffix] = ''
|
||||
settings[alpha_region_postscript_fourth_weight] = '4'
|
||||
settings[alpha_region_postscript_fourth_css] = ''
|
||||
settings[alpha_region_footer_first_equal_height_container] = ''
|
||||
settings[alpha_region_footer_first_equal_height_element] = ''
|
||||
settings[alpha_region_footer_first_force] = ''
|
||||
settings[alpha_region_footer_first_zone] = 'footer'
|
||||
settings[alpha_region_footer_first_prefix] = ''
|
||||
settings[alpha_region_footer_first_columns] = '12'
|
||||
settings[alpha_region_footer_first_suffix] = ''
|
||||
settings[alpha_region_footer_first_weight] = '1'
|
||||
settings[alpha_region_footer_first_css] = ''
|
||||
settings[alpha_region_footer_second_equal_height_container] = ''
|
||||
settings[alpha_region_footer_second_equal_height_element] = ''
|
||||
settings[alpha_region_footer_second_force] = ''
|
||||
settings[alpha_region_footer_second_zone] = 'footer'
|
||||
settings[alpha_region_footer_second_prefix] = ''
|
||||
settings[alpha_region_footer_second_columns] = '12'
|
||||
settings[alpha_region_footer_second_suffix] = ''
|
||||
settings[alpha_region_footer_second_weight] = '2'
|
||||
settings[alpha_region_footer_second_css] = ''
|
||||
|
||||
; Information added by drupal.org packaging script on 2012-02-19
|
||||
version = "7.x-3.1"
|
||||
core = "7.x"
|
||||
project = "omega"
|
||||
datestamp = "1329681647"
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
<div class="panel-display omega-grid omega-12-onecol" <?php if (!empty($css_id)) { print "id=\"$css_id\""; } ?>>
|
||||
<div class="panel-panel">
|
||||
<div class="inside"><?php print $content['middle']; ?></div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -0,0 +1,18 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* Implements hook_panels_layouts()
|
||||
*/
|
||||
function omega_omega_12_onecol_panels_layouts() {
|
||||
$items['omega_12_onecol'] = array(
|
||||
'title' => t('Single column 12'),
|
||||
'category' => t('Omega: 12 Column Grid'),
|
||||
'icon' => 'omega_12_onecol.png',
|
||||
'theme' => 'omega_12_onecol',
|
||||
'admin css' => '../omega_panels_admin_12.css',
|
||||
'regions' => array('middle' => t('Middle column')),
|
||||
);
|
||||
|
||||
return $items;
|
||||
}
|
||||
|
||||
|
After Width: | Height: | Size: 122 B |
@@ -0,0 +1,11 @@
|
||||
<div class="panel-display omega-grid omega-12-threecol-4-4-4" <?php if (!empty($css_id)) { print "id=\"$css_id\""; } ?>>
|
||||
<div class="panel-panel grid-4">
|
||||
<div class="inside"><?php print $content['left']; ?></div>
|
||||
</div>
|
||||
<div class="panel-panel grid-4">
|
||||
<div class="inside"><?php print $content['middle']; ?></div>
|
||||
</div>
|
||||
<div class="panel-panel grid-4">
|
||||
<div class="inside"><?php print $content['right']; ?></div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -0,0 +1,21 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* Implements hook_panels_layouts().
|
||||
*/
|
||||
function omega_omega_12_threecol_4_4_4_panels_layouts() {
|
||||
$items['omega_12_threecol_4_4_4'] = array(
|
||||
'title' => t('Three column 4-4-4'),
|
||||
'category' => t('Omega: 12 Column Grid'),
|
||||
'icon' => 'omega_12_threecol_4_4_4.png',
|
||||
'theme' => 'omega_12_threecol_4_4_4',
|
||||
'admin css' => 'omega_12_threecol_4_4_4.css',
|
||||
'regions' => array(
|
||||
'left' => t('Left side'),
|
||||
'middle' => t('Middle column'),
|
||||
'right' => t('Right side')
|
||||
),
|
||||
);
|
||||
|
||||
return $items;
|
||||
}
|
||||
|
After Width: | Height: | Size: 196 B |
@@ -0,0 +1,17 @@
|
||||
<div class="panel-display omega-grid omega-12-threecol-4-4-4" <?php if (!empty($css_id)) { print "id=\"$css_id\""; } ?>>
|
||||
<div class="panel-panel grid-12">
|
||||
<div class="inside"><?php print $content['top']; ?></div>
|
||||
</div>
|
||||
<div class="panel-panel grid-4">
|
||||
<div class="inside"><?php print $content['left']; ?></div>
|
||||
</div>
|
||||
<div class="panel-panel grid-4">
|
||||
<div class="inside"><?php print $content['middle']; ?></div>
|
||||
</div>
|
||||
<div class="panel-panel grid-4">
|
||||
<div class="inside"><?php print $content['right']; ?></div>
|
||||
</div>
|
||||
<div class="panel-panel grid-12">
|
||||
<div class="inside"><?php print $content['bottom']; ?></div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -0,0 +1,23 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* Implements hook_panels_layouts().
|
||||
*/
|
||||
function omega_omega_12_threecol_4_4_4_stacked_panels_layouts() {
|
||||
$items['omega_12_threecol_4_4_4_stacked'] = array(
|
||||
'title' => t('Three column 4-4-4 stacked'),
|
||||
'category' => t('Omega: 12 Column Grid'),
|
||||
'icon' => 'omega_12_threecol_4_4_4_stacked.png',
|
||||
'theme' => 'omega_12_threecol_4_4_4_stacked',
|
||||
'admin css' => '../omega_panels_admin_12.css',
|
||||
'regions' => array(
|
||||
'top' => t('Top'),
|
||||
'left' => t('Left side'),
|
||||
'middle' => t('Middle column'),
|
||||
'right' => t('Right side'),
|
||||
'bottom' => t('Bottom'),
|
||||
),
|
||||
);
|
||||
|
||||
return $items;
|
||||
}
|
||||
|
After Width: | Height: | Size: 208 B |
@@ -0,0 +1,8 @@
|
||||
<div class="panel-display omega-grid omega-12-twocol-3-9" <?php if (!empty($css_id)) { print "id=\"$css_id\""; } ?>>
|
||||
<div class="panel-panel grid-3">
|
||||
<div class="inside"><?php print $content['left']; ?></div>
|
||||
</div>
|
||||
<div class="panel-panel grid-9">
|
||||
<div class="inside"><?php print $content['right']; ?></div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* Implements hook_panels_layouts().
|
||||
*/
|
||||
function omega_omega_12_twocol_3_9_panels_layouts() {
|
||||
$items['omega_12_twocol_3_9'] = array(
|
||||
'title' => t('Two Column 3-9'),
|
||||
'category' => t('Omega: 12 Column Grid'),
|
||||
'icon' => 'omega_12_twocol_3_9.png',
|
||||
'theme' => 'omega_12_twocol_3_9',
|
||||
'admin css' => '../omega_panels_admin_12.css',
|
||||
'regions' => array(
|
||||
'left' => t('Left side'),
|
||||
'right' => t('Right side')
|
||||
),
|
||||
);
|
||||
|
||||
return $items;
|
||||
}
|
||||
|
After Width: | Height: | Size: 3.5 KiB |
@@ -0,0 +1,8 @@
|
||||
<div class="panel-display omega-grid omega-12-twocol-6-6" <?php if (!empty($css_id)) { print "id=\"$css_id\""; } ?>>
|
||||
<div class="panel-panel grid-6">
|
||||
<div class="inside"><?php print $content['left']; ?></div>
|
||||
</div>
|
||||
<div class="panel-panel grid-6">
|
||||
<div class="inside"><?php print $content['right']; ?></div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* Implements hook_panels_layouts().
|
||||
*/
|
||||
function omega_omega_12_twocol_6_6_panels_layouts() {
|
||||
$items['omega_12_twocol_6_6'] = array(
|
||||
'title' => t('Two Column 6-6'),
|
||||
'category' => t('Omega: 12 Column Grid'),
|
||||
'icon' => 'omega_12_twocol_6_6.png',
|
||||
'theme' => 'omega_12_twocol_6_6',
|
||||
'admin css' => '../omega_panels_admin_12.css',
|
||||
'regions' => array(
|
||||
'left' => t('Left side'),
|
||||
'right' => t('Right side')
|
||||
),
|
||||
);
|
||||
|
||||
return $items;
|
||||
}
|
||||
|
After Width: | Height: | Size: 193 B |
@@ -0,0 +1,23 @@
|
||||
<div class="panel-display omega-grid omega-12-twocol-6-6-bricks" <?php if (!empty($css_id)) { print "id=\"$css_id\""; } ?>>
|
||||
<div class="panel-panel grid-12">
|
||||
<div class="inside"><?php print $content['top']; ?></div>
|
||||
</div>
|
||||
<div class="panel-panel grid-6">
|
||||
<div class="inside"><?php print $content['left_above']; ?></div>
|
||||
</div>
|
||||
<div class="panel-panel grid-6">
|
||||
<div class="inside"><?php print $content['right_above']; ?></div>
|
||||
</div>
|
||||
<div class="panel-panel grid-12">
|
||||
<div class="inside"><?php print $content['middle']; ?></div>
|
||||
</div>
|
||||
<div class="panel-panel grid-6">
|
||||
<div class="inside"><?php print $content['left_below']; ?></div>
|
||||
</div>
|
||||
<div class="panel-panel grid-6">
|
||||
<div class="inside"><?php print $content['right_below']; ?></div>
|
||||
</div>
|
||||
<div class="panel-panel grid-12">
|
||||
<div class="inside"><?php print $content['bottom']; ?></div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -0,0 +1,25 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* Implements hook_panels_layouts().
|
||||
*/
|
||||
function omega_omega_12_twocol_6_6_bricks_panels_layouts() {
|
||||
$items['omega_12_twocol_6_6_bricks'] = array(
|
||||
'title' => t('Two Column 6-6 bricks'),
|
||||
'category' => t('Omega: 12 Column Grid'),
|
||||
'icon' => 'omega_12_twocol_6_6_bricks.png',
|
||||
'theme' => 'omega_12_twocol_6_6_bricks',
|
||||
'admin css' => '../omega_panels_admin_12.css',
|
||||
'regions' => array(
|
||||
'top' => t('Top'),
|
||||
'left_above' => t('Left above'),
|
||||
'right_above' => t('Right above'),
|
||||
'middle' => t('Middle'),
|
||||
'left_below' => t('Left below'),
|
||||
'right_below' => t('Right below'),
|
||||
'bottom' => t('Bottom'),
|
||||
),
|
||||
);
|
||||
|
||||
return $items;
|
||||
}
|
||||
|
After Width: | Height: | Size: 277 B |