Uppdatering
This commit is contained in:
parent
b5a0e53085
commit
d8832df1bb
|
|
@ -0,0 +1,385 @@
|
||||||
|
WordPress - Web publishing software
|
||||||
|
|
||||||
|
Copyright 2011-2019 by the contributors
|
||||||
|
|
||||||
|
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 St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
|
|
||||||
|
This program incorporates work covered by the following copyright and
|
||||||
|
permission notices:
|
||||||
|
|
||||||
|
b2 is (c) 2001, 2002 Michel Valdrighi - m@tidakada.com -
|
||||||
|
http://tidakada.com
|
||||||
|
|
||||||
|
Wherever third party code has been used, credit has been given in the code's
|
||||||
|
comments.
|
||||||
|
|
||||||
|
b2 is released under the GPL
|
||||||
|
|
||||||
|
and
|
||||||
|
|
||||||
|
WordPress - Web publishing software
|
||||||
|
|
||||||
|
Copyright 2003-2010 by the contributors
|
||||||
|
|
||||||
|
WordPress is released under the GPL
|
||||||
|
|
||||||
|
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
|
||||||
|
|
||||||
|
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.
|
||||||
|
|
||||||
|
WRITTEN OFFER
|
||||||
|
|
||||||
|
The source code for any program binaries or compressed scripts that are
|
||||||
|
included with WordPress can be freely obtained at the following URL:
|
||||||
|
|
||||||
|
https://wordpress.org/download/source/
|
||||||
|
|
@ -0,0 +1,102 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="sv">
|
||||||
|
<head>
|
||||||
|
<meta name="viewport" content="width=device-width" />
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
<title>WordPress › ReadMe</title>
|
||||||
|
<link rel="stylesheet" href="wp-admin/css/install.css?ver=20100228" type="text/css" />
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<h1 id="logo">
|
||||||
|
<a href="https://wordpress.org/"><img alt="WordPress" src="wp-admin/images/wordpress-logo.png" /></a>
|
||||||
|
</h1>
|
||||||
|
<p style="text-align: center">Semantisk personlig publiceringsplattform</p>
|
||||||
|
|
||||||
|
<h2>Först och främst</h2>
|
||||||
|
<p>Välkommen. För mig är WordPress ett mycket speciellt projekt. Varje utvecklare och bidragsgivare bidrar med något unikt i det hela och tillsammans skapar vi något mycket vackert, som jag är stolt att delta i. WordPress är resultatet av många tusentals timmars arbete, och vi försöker att göra det ännu bättre för var dag. Tack för att du låter det bli en del av din värld.</p>
|
||||||
|
<p style="text-align: right">— Matt Mullenweg</p>
|
||||||
|
|
||||||
|
<h2>Installation: Den berömda 5-minutersinstallationen</h2>
|
||||||
|
<ol>
|
||||||
|
<li>Packa upp zip-filen i en tom katalog och ladda upp hela filstrukturen till din webb-server.</li>
|
||||||
|
<li>Öppna sidan <span class="file"><a href="wp-admin/install.php">wp-admin/install.php</a></span> i webbläsaren. Detta kommer att ta dig genom processen för att skapa filen <code>wp-config.php</code> som innehåller den nödvändiga informationen för anslutning till webbplatsens underliggande databas.
|
||||||
|
<ol>
|
||||||
|
<li>Var inte orolig om den automatiska installationen av någon anledning inte fungerar. Sånt kan hända på vissa webbhotell. Öppna filen <code>wp-config-sample.php</code> i ett textredigeringsprogram, t.ex. WordPad eller liknande, och fyll i informationen om din databasanslutning.</li>
|
||||||
|
<li>Spara sedan filen under namnet <code>wp-config.php</code> och ladda upp den till webbhotellet.</li>
|
||||||
|
<li>Öppna <span class="file"><a href="wp-admin/install.php">wp-admin/install.php</a></span> i webbläsaren.</li>
|
||||||
|
</ol>
|
||||||
|
</li>
|
||||||
|
<li>När konfigurationsfilen är färdig kommer installationsproceduren att bygga de databastabeller som din blogg behöver. Om något blir fel bör du kontrollera filen <code>wp-config.php</code> en extra gång och försöka igen. Om det fortfarande inte skulle fungera är du välkommen att besöka <a href="https://sv.wordpress.org/support/" title="WordPress-supporten">support-forumet</a> och berätta om ditt problem. Förbered all information som kan vara till hjälp.</li>
|
||||||
|
<li><strong>Om du inte angav något lösenord kommer systemet att ge dig ett. Se till att spara det.</strong> Om du inte angav något användarnamn, kommer det att vara <code>admin</code>.</li>
|
||||||
|
<li>När allt är klart bör installationsprogrammet skicka dig vidare till <a href="wp-login.php">inloggningssidan</a>. Logga in med ditt användarnamn och lösenord som du skapade under installationen. Om systemet skapade ett lösenord åt dig kan du klicka på Användare – Din profil för att ändra lösenordet.</li>
|
||||||
|
</ol>
|
||||||
|
|
||||||
|
<h2>Uppdateringar</h2>
|
||||||
|
<h3>Användning av den automatiska uppdateringen</h3>
|
||||||
|
<p>Om du uppdaterar från version 2.7 eller senare kan du använda den automatiska uppdateringen:</p>
|
||||||
|
<ol>
|
||||||
|
<li>Öppna <span class="file"><a href="wp-admin/update-core.php">wp-admin/update-core.php</a></span> i din webbläsare och följ instruktionerna.</li>
|
||||||
|
<li>Svårare än så är det inte!</li>
|
||||||
|
</ol>
|
||||||
|
|
||||||
|
<h3>Manuell uppdatering</h3>
|
||||||
|
<ol>
|
||||||
|
<li>Se först till att du har säkerhetskopior på alla filer som du eventuellt kan ha ändrat, t.ex. <code>index.php</code>.</li>
|
||||||
|
<li>Radera dina gamla WordPress-filer, men spara de du gjort ändringar i.</li>
|
||||||
|
<li>Ladda upp de nya filerna.</li>
|
||||||
|
<li>Öppna webbläsaren och gå till <span class="file"><a href="wp-admin/upgrade.php">/wp-admin/upgrade.php</a>.</span></li>
|
||||||
|
</ol>
|
||||||
|
|
||||||
|
<h2>Att flytta till WordPress från andra system</h2>
|
||||||
|
<p>WordPress kan <a href="https://codex.wordpress.org/Importing_Content">importera innehåll från en rad olika system</a>. Börja med att installera och konfigurera WordPress enligt beskrivningen ovan. Sedan kan du använda <a href="wp-admin/import.php" title="Import to WordPress">våra importverktyg</a>.</p>
|
||||||
|
|
||||||
|
<h2>Systemkrav</h2>
|
||||||
|
<ul>
|
||||||
|
<li><a href="https://secure.php.net/">PHP</a> version <strong>5.6.20</strong> eller senare.</li>
|
||||||
|
<li><a href="https://www.mysql.com/">MySQL</a> version <strong>5.0</strong> eller senare.</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<h3>Rekommenderas</h3>
|
||||||
|
<ul>
|
||||||
|
<li><a href="https://secure.php.net/">PHP</a> version <strong>7.3</strong> eller senare.</li>
|
||||||
|
<li><a href="https://www.mysql.com/">MySQL</a> version <strong>5.6</strong> eller senare.</li>
|
||||||
|
<li>Apache-modulen <a href="https://httpd.apache.org/docs/2.2/mod/mod_rewrite.html">mod_rewrite</a>.</li>
|
||||||
|
<li>Stöd för <a href="https://wordpress.org/news/2016/12/moving-toward-ssl/">HTTPS</a>.</li>
|
||||||
|
<li>Länka gärna till <a href="https://wordpress.org/">wordpress.org</a> från din webbplats.</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<h2>Online-resurser</h2>
|
||||||
|
<p>Om du undrar över något som inte besvaras i det här dokumentet kan du söka bland all online-information som finns för WordPress:</p>
|
||||||
|
<dl>
|
||||||
|
<dt><a href="https://codex.wordpress.org/">WordPress Codex</a></dt>
|
||||||
|
<dd>Codex är encyklopedin för allt som rör WordPress. Det är den mest omfattande informationskällan som finns för WordPress.</dd>
|
||||||
|
<dt><a href="https://sv.wordpress.org/news/">WordPress svenska blogg</a></dt>
|
||||||
|
<dd>Här publiceras bl.a. information om nya versioner av WordPress. Om du använder WordPress på svenska kan du hitta länkar hit från admin-panelen för din WordPress-webbplats.</dd>
|
||||||
|
<dt><a href="https://wpsv.se/">WPSV</a></dt>
|
||||||
|
<dd>WPSV är hemmabasen för den svenska communityn kring WordPress. Vi underhåller den svenska versionen av WordPress, ordnar WordPress-träffar, hjälper varandra med support o.s.v. Allt arbete sker på frivillig väg, och du är välkommen att också hjälpa till.</dd>
|
||||||
|
<dt><a href="https://wordpress.org/news/">Den officiella WordPress-bloggen</a></dt>
|
||||||
|
<dd>Här hittar du den senaste officiella informationen om WordPress och dess uppdateringar (på engelska). Om du använder WordPress på engelska kan du hitta denna information i din egen admin-panel.</dd>
|
||||||
|
<dt><a href="https://planet.wordpress.org/">WordPress Planet</a></dt>
|
||||||
|
<dd>WordPress Planet är en webbplats som samlar artiklar och inlägg om WordPress från en rad olika bloggar runtom i världen (på engelska).</dd>
|
||||||
|
<dt><a href="https://sv.wordpress.org/support/">WordPress Supportforum</a></dt>
|
||||||
|
<dd>Om du letat överallt men ändå inte hittat svar på din fråga kan du ställa din fråga till andra WordPress-användare i forumet. Du har störst chans att få hjälp om du ser till att sätta en tydlig, beskrivande rubrik på din fråga och inkludera så detaljerad information som möjligt och om vad du redan har provat. Länken ovan går till det svenska forumet. Det internationella forumet hittar du på <a href="https://wordpress.org/support/">https://wordpress.org/support/</a>.</dd>
|
||||||
|
<dt><a href="https://codex.wordpress.org/IRC">WordPress <abbr title="Internet Relay Chat">IRC</abbr>-kanal</a></dt>
|
||||||
|
<dd>Det finns även en chatt-kanal för diskussioner kring WordPress, där man ibland tar upp supportärenden. Länken här ovan leder till en sida med mer information om detta. (<a href="irc://irc.freenode.net/wordpress">irc.freenode.net #wordpress</a>)</dd>
|
||||||
|
</dl>
|
||||||
|
|
||||||
|
<h2>Några ord på vägen</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Om du har några förslag, idéer eller kommentarer eller (Ajdå!) har hittat något fel är du välkommen till <a href="https://wordpress.org/support/">support-forumet</a>.</li>
|
||||||
|
<li>WordPress har ett rejält <abbr title="application programming interface">API</abbr> för tillägg, vilket gör det enkelt att utöka koden med nya funktioner. Om du är utvecklare och funderar på att använda detta rekommenderar vi att du läser <a href="https://developer.wordpress.org/plugins/">Plugin Developer Handbook</a>. Undvik att göra ändringar direkt i filerna i WordPress-kärnan.</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<h2>Dela med dig</h2>
|
||||||
|
<p>WordPress har inga dollarmiljoner att spendera på reklam och marknadsföring, men det finns något ännu bättre, nämligen DU. Om du tycker om WordPress, berätta gärna om det för dina vänner. Hjälp någon att komma igång, om de inte klarar det på egen hand.</p>
|
||||||
|
|
||||||
|
<p>WordPress är den officiella uppföljaren till <a href="http://cafelog.com/">b2/cafélog</a> som skapades av Michel V. Arbetet har fortsatts av <a href="https://wordpress.org/about/">WordPress-utvecklarna</a>. Om du vill stödja WordPress är du välkommen att göra en <a href="https://wordpress.org/donate/" title="Donera till WordPress">donation</a>.</p>
|
||||||
|
|
||||||
|
<h2>Licens</h2>
|
||||||
|
<p>WordPress är fri programvara som gjorts tillgänglig under villkoren i licensen <abbr title="GNU General Public License">GPL</abbr> version 2 eller (om du så önskar) någon senare version. Se <a href="license.txt">license.txt</a>.</p>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
|
@ -144,7 +144,7 @@ get_header( 'wp-activate' );
|
||||||
echo '<p class="lead-in">';
|
echo '<p class="lead-in">';
|
||||||
if ( $signup->domain . $signup->path == '' ) {
|
if ( $signup->domain . $signup->path == '' ) {
|
||||||
printf(
|
printf(
|
||||||
/* translators: 1: login URL, 2: username, 3: user email, 4: lost password URL */
|
/* translators: 1: Login URL, 2: Username, 3: User email address, 4: Lost password URL. */
|
||||||
__( 'Your account has been activated. You may now <a href="%1$s">log in</a> to the site using your chosen username of “%2$s”. Please check your email inbox at %3$s for your password and login instructions. If you do not receive an email, please check your junk or spam folder. If you still do not receive an email within an hour, you can <a href="%4$s">reset your password</a>.' ),
|
__( 'Your account has been activated. You may now <a href="%1$s">log in</a> to the site using your chosen username of “%2$s”. Please check your email inbox at %3$s for your password and login instructions. If you do not receive an email, please check your junk or spam folder. If you still do not receive an email within an hour, you can <a href="%4$s">reset your password</a>.' ),
|
||||||
network_site_url( 'wp-login.php', 'login' ),
|
network_site_url( 'wp-login.php', 'login' ),
|
||||||
$signup->user_login,
|
$signup->user_login,
|
||||||
|
|
@ -153,7 +153,7 @@ get_header( 'wp-activate' );
|
||||||
);
|
);
|
||||||
} else {
|
} else {
|
||||||
printf(
|
printf(
|
||||||
/* translators: 1: site URL, 2: username, 3: user email, 4: lost password URL */
|
/* translators: 1: Site URL, 2: Username, 3: User email address, 4: Lost password URL. */
|
||||||
__( 'Your site at %1$s is active. You may now log in to your site using your chosen username of “%2$s”. Please check your email inbox at %3$s for your password and login instructions. If you do not receive an email, please check your junk or spam folder. If you still do not receive an email within an hour, you can <a href="%4$s">reset your password</a>.' ),
|
__( 'Your site at %1$s is active. You may now log in to your site using your chosen username of “%2$s”. Please check your email inbox at %3$s for your password and login instructions. If you do not receive an email, please check your junk or spam folder. If you still do not receive an email within an hour, you can <a href="%4$s">reset your password</a>.' ),
|
||||||
sprintf( '<a href="http://%1$s">%1$s</a>', $signup->domain ),
|
sprintf( '<a href="http://%1$s">%1$s</a>', $signup->domain ),
|
||||||
$signup->user_login,
|
$signup->user_login,
|
||||||
|
|
@ -188,14 +188,14 @@ get_header( 'wp-activate' );
|
||||||
?>
|
?>
|
||||||
<p class="view">
|
<p class="view">
|
||||||
<?php
|
<?php
|
||||||
/* translators: 1: site URL, 2: login URL */
|
/* translators: 1: Site URL, 2: Login URL. */
|
||||||
printf( __( 'Your account is now activated. <a href="%1$s">View your site</a> or <a href="%2$s">Log in</a>' ), $url, esc_url( $login_url ) );
|
printf( __( 'Your account is now activated. <a href="%1$s">View your site</a> or <a href="%2$s">Log in</a>' ), $url, esc_url( $login_url ) );
|
||||||
?>
|
?>
|
||||||
</p>
|
</p>
|
||||||
<?php else : ?>
|
<?php else : ?>
|
||||||
<p class="view">
|
<p class="view">
|
||||||
<?php
|
<?php
|
||||||
/* translators: 1: login URL, 2: network home URL */
|
/* translators: 1: Login URL, 2: Network home URL. */
|
||||||
printf( __( 'Your account is now activated. <a href="%1$s">Log in</a> or go back to the <a href="%2$s">homepage</a>.' ), network_site_url( 'wp-login.php', 'login' ), network_home_url() );
|
printf( __( 'Your account is now activated. <a href="%1$s">Log in</a> or go back to the <a href="%2$s">homepage</a>.' ), network_site_url( 'wp-login.php', 'login' ), network_home_url() );
|
||||||
?>
|
?>
|
||||||
</p>
|
</p>
|
||||||
|
|
|
||||||
|
|
@ -16,236 +16,176 @@ list( $display_version ) = explode( '-', get_bloginfo( 'version' ) );
|
||||||
|
|
||||||
include( ABSPATH . 'wp-admin/admin-header.php' );
|
include( ABSPATH . 'wp-admin/admin-header.php' );
|
||||||
?>
|
?>
|
||||||
<div class="wrap about-wrap full-width-layout">
|
<div class="wrap about__container">
|
||||||
<h1>
|
|
||||||
<?php
|
|
||||||
/* translators: %s: The current WordPress version number */
|
|
||||||
printf( __( 'Welcome to WordPress %s' ), $display_version );
|
|
||||||
?>
|
|
||||||
</h1>
|
|
||||||
|
|
||||||
<p class="about-text">
|
<div class="about__header">
|
||||||
<?php
|
<div class="about__header-title">
|
||||||
printf(
|
<h1>
|
||||||
/* translators: %s: The current WordPress version number */
|
<span><?php echo $display_version; ?></span>
|
||||||
__( 'Congratulations on updating to WordPress %s! This update makes it easier than ever to fix your site if something goes wrong.' ),
|
<?php _e( 'WordPress' ); ?>
|
||||||
$display_version
|
</h1>
|
||||||
);
|
|
||||||
?>
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<div class="wp-badge">
|
|
||||||
<?php
|
|
||||||
/* translators: %s: The current WordPress version number */
|
|
||||||
printf( __( 'Version %s' ), $display_version );
|
|
||||||
?>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<nav class="nav-tab-wrapper wp-clearfix" aria-label="<?php esc_attr_e( 'Secondary menu' ); ?>">
|
|
||||||
<a href="about.php" class="nav-tab nav-tab-active" aria-current="page"><?php _e( 'What’s New' ); ?></a>
|
|
||||||
<a href="credits.php" class="nav-tab"><?php _e( 'Credits' ); ?></a>
|
|
||||||
<a href="freedoms.php" class="nav-tab"><?php _e( 'Freedoms' ); ?></a>
|
|
||||||
<a href="freedoms.php?privacy-notice" class="nav-tab"><?php _e( 'Privacy' ); ?></a>
|
|
||||||
</nav>
|
|
||||||
|
|
||||||
<div class="changelog point-releases">
|
|
||||||
<h3><?php _e( 'Maintenance and Security Releases' ); ?></h3>
|
|
||||||
<p>
|
|
||||||
<?php
|
|
||||||
printf(
|
|
||||||
/* translators: %s: WordPress version number */
|
|
||||||
__( '<strong>Version %s</strong> addressed some security issues.' ),
|
|
||||||
'5.2.4'
|
|
||||||
);
|
|
||||||
?>
|
|
||||||
<?php
|
|
||||||
printf(
|
|
||||||
/* translators: %s: HelpHub URL */
|
|
||||||
__( 'For more information, see <a href="%s">the release notes</a>.' ),
|
|
||||||
sprintf(
|
|
||||||
/* translators: %s: WordPress version */
|
|
||||||
esc_url( __( 'https://wordpress.org/support/wordpress-version/version-%s/' ) ),
|
|
||||||
sanitize_title( '5.2.4' )
|
|
||||||
)
|
|
||||||
);
|
|
||||||
?>
|
|
||||||
</p>
|
|
||||||
<p>
|
|
||||||
<?php
|
|
||||||
printf(
|
|
||||||
/* translators: 1: WordPress version number, 2: plural number of bugs. More than one security issue. */
|
|
||||||
_n(
|
|
||||||
'<strong>Version %1$s</strong> addressed some security issues and fixed %2$s bug.',
|
|
||||||
'<strong>Version %1$s</strong> addressed some security issues and fixed %2$s bugs.',
|
|
||||||
29
|
|
||||||
),
|
|
||||||
'5.2.3',
|
|
||||||
number_format_i18n( 29 )
|
|
||||||
);
|
|
||||||
?>
|
|
||||||
<?php
|
|
||||||
printf(
|
|
||||||
/* translators: %s: HelpHub URL */
|
|
||||||
__( 'For more information, see <a href="%s">the release notes</a>.' ),
|
|
||||||
sprintf(
|
|
||||||
/* translators: %s: WordPress version */
|
|
||||||
esc_url( __( 'https://wordpress.org/support/wordpress-version/version-%s/' ) ),
|
|
||||||
sanitize_title( '5.2.3' )
|
|
||||||
)
|
|
||||||
);
|
|
||||||
?>
|
|
||||||
</p>
|
|
||||||
<p>
|
|
||||||
<?php
|
|
||||||
printf(
|
|
||||||
/* translators: 1: WordPress version number, 2: plural number of bugs. */
|
|
||||||
_n(
|
|
||||||
'<strong>Version %1$s</strong> addressed %2$s bug.',
|
|
||||||
'<strong>Version %1$s</strong> addressed %2$s bugs.',
|
|
||||||
13
|
|
||||||
),
|
|
||||||
'5.2.2',
|
|
||||||
number_format_i18n( 13 )
|
|
||||||
);
|
|
||||||
?>
|
|
||||||
<?php
|
|
||||||
printf(
|
|
||||||
/* translators: %s: HelpHub URL */
|
|
||||||
__( 'For more information, see <a href="%s">the release notes</a>.' ),
|
|
||||||
sprintf(
|
|
||||||
/* translators: %s: WordPress version */
|
|
||||||
esc_url( __( 'https://wordpress.org/support/wordpress-version/version-%s/' ) ),
|
|
||||||
sanitize_title( '5.2.2' )
|
|
||||||
)
|
|
||||||
);
|
|
||||||
?>
|
|
||||||
</p>
|
|
||||||
<p>
|
|
||||||
<?php
|
|
||||||
printf(
|
|
||||||
/* translators: 1: WordPress version number, 2: plural number of bugs. */
|
|
||||||
_n(
|
|
||||||
'<strong>Version %1$s</strong> addressed %2$s bug.',
|
|
||||||
'<strong>Version %1$s</strong> addressed %2$s bugs.',
|
|
||||||
33
|
|
||||||
),
|
|
||||||
'5.2.1',
|
|
||||||
number_format_i18n( 33 )
|
|
||||||
);
|
|
||||||
?>
|
|
||||||
<?php
|
|
||||||
printf(
|
|
||||||
/* translators: %s: HelpHub URL */
|
|
||||||
__( 'For more information, see <a href="%s">the release notes</a>.' ),
|
|
||||||
sprintf(
|
|
||||||
/* translators: %s: WordPress version */
|
|
||||||
esc_url( __( 'https://wordpress.org/support/wordpress-version/version-%s/' ) ),
|
|
||||||
sanitize_title( '5.2.1' )
|
|
||||||
)
|
|
||||||
);
|
|
||||||
?>
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="headline-feature">
|
|
||||||
<h2><?php _e( 'Keeping Your Site Safe' ); ?></h2>
|
|
||||||
<p class="lead-description"><?php _e( 'WordPress 5.2 gives you even more robust tools for identifying and fixing configuration issues and fatal errors. Whether you are a developer helping clients or you manage your site solo, these tools can help get you the right information when you need it.' ); ?></p>
|
|
||||||
<div class="inline-svg aligncenter">
|
|
||||||
<img src="https://s.w.org/images/core/5.2/about_maintain-wordpress-v2.svg" alt="">
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="about__header-badge"></div>
|
||||||
|
|
||||||
|
<div class="about__header-text">
|
||||||
|
<p>
|
||||||
|
<?php
|
||||||
|
printf(
|
||||||
|
/* translators: %s: The current WordPress version number. */
|
||||||
|
__( 'Introducing our most refined user experience with the improved block editor in WordPress %s!' ),
|
||||||
|
$display_version
|
||||||
|
);
|
||||||
|
?>
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<nav class="about__header-navigation nav-tab-wrapper wp-clearfix" aria-label="<?php esc_attr_e( 'Secondary menu' ); ?>">
|
||||||
|
<a href="about.php" class="nav-tab nav-tab-active" aria-current="page"><?php _e( 'What’s New' ); ?></a>
|
||||||
|
<a href="credits.php" class="nav-tab"><?php _e( 'Credits' ); ?></a>
|
||||||
|
<a href="freedoms.php" class="nav-tab"><?php _e( 'Freedoms' ); ?></a>
|
||||||
|
<a href="privacy.php" class="nav-tab"><?php _e( 'Privacy' ); ?></a>
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="about__section is-feature">
|
||||||
|
<p>
|
||||||
|
<?php _e( '5.3 expands and refines the block editor introduced in WordPress 5.0 with a new block, more intuitive interactions, and improved accessibility. New features in the editor increase design freedoms, provide additional layout options and style variations to allow designers complete control over the look of a site. This release also introduces the Twenty Twenty theme giving the user more design flexibility and integration with the block editor. Creating beautiful web pages and advanced layouts has never been easier.' ); ?>
|
||||||
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<hr />
|
<hr />
|
||||||
|
|
||||||
<div class="feature-section is-wide has-2-columns is-wider-left">
|
<div class="about__section has-2-columns">
|
||||||
|
<div class="column is-edge-to-edge has-accent-background-color">
|
||||||
|
<div class="about__image aligncenter">
|
||||||
|
<img src="data:image/svg+xml;charset=utf8,%3Csvg width='660' height='818' viewbox='0 0 660 818' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='99' y='178' width='132' height='132' fill='%23F4EFE1'/%3E%3Crect x='231' y='310' width='99' height='99' fill='%2344141E'/%3E%3Crect x='330' y='409' width='132' height='132' fill='%23F4EFE1'/%3E%3Crect x='462' y='541' width='99' height='99' fill='%2344141E'/%3E%3C/svg%3E" alt="" />
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
<div class="column is-vertically-aligned-center">
|
<div class="column is-vertically-aligned-center">
|
||||||
<h3><?php _e( 'Site Health Check' ); ?></h3>
|
<h2><?php _e( 'Block Editor Improvements' ); ?></h2>
|
||||||
|
<p>
|
||||||
|
<?php _e( 'This enhancement-focused update introduces over 150 new features and usability improvements, including improved large image support for uploading non-optimized, high-resolution pictures taken from your smartphone or other high-quality cameras. Combined with larger default image sizes, pictures always look their best.' ); ?>
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
<?php _e( 'Accessibility improvements include the integration of block editor styles in the admin interface. These improved styles fix many accessibility issues: color contrast on form fields and buttons, consistency between editor and admin interfaces, new snackbar notices, standardizing to the default WordPress color scheme, and the introduction of Motion to make interacting with your blocks feel swift and natural. For people who use a keyboard to navigate the dashboard, the block editor now has a Navigation mode. This lets you jump from block to block without tabbing through every part of the block controls.' ); ?>
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="about__section has-2-columns">
|
||||||
|
<div class="column is-vertically-aligned-center">
|
||||||
|
<h2><?php _e( 'Expanded Design Flexibility' ); ?></h2>
|
||||||
<p>
|
<p>
|
||||||
<?php
|
<?php
|
||||||
printf(
|
printf(
|
||||||
/* translators: 1: link to the WordPress 5.1 release post */
|
/* translators: %s: The current WordPress version number. */
|
||||||
__( 'Building on <a href="%1$s">the Site Health features introduced in 5.1</a>, this release adds two new pages to help debug common configuration issues. It also adds space where developers can include debugging information for site maintainers.' ),
|
__( 'WordPress %s adds even more robust tools for creating amazing designs.' ),
|
||||||
__( 'https://wordpress.org/news/2019/02/betty/' )
|
$display_version
|
||||||
);
|
);
|
||||||
|
?>
|
||||||
|
</p>
|
||||||
|
<ul>
|
||||||
|
<li><?php _e( 'The new Group block lets you easily divide your page into colorful sections' ); ?></li>
|
||||||
|
<li><?php _e( 'The Columns block now supports fixed column widths' ); ?></li>
|
||||||
|
<li><?php _e( 'The new Predefined layouts make it a cinch to arrange content into advanced designs' ); ?></li>
|
||||||
|
<li><?php _e( 'Heading blocks now offer controls for text color' ); ?></li>
|
||||||
|
<li><?php _e( 'Additional style options allow you to set your preferred style for any block that supports this feature' ); ?></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="column is-edge-to-edge has-accent-background-color">
|
||||||
|
<div class="about__image aligncenter">
|
||||||
|
<img src="data:image/svg+xml;charset=utf8,%3Csvg width='500' height='500' viewbox='0 0 500 500' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='75' y='200' width='150' height='75' fill='%2344141E'/%3E%3Crect x='175' y='75' width='50' height='100' fill='%2385273B'/%3E%3Crect x='75' y='75' width='75' height='100' fill='%23F4EFE1'/%3E%3Crect x='250' y='200' width='175' height='75' fill='%2344141E'/%3E%3Crect x='350' y='75' width='75' height='100' fill='%2385273B'/%3E%3Crect x='250' y='75' width='75' height='100' fill='%23F4EFE1'/%3E%3Crect x='75' y='375' width='150' height='50' fill='%2344141E'/%3E%3Crect x='175' y='300' width='50' height='50' fill='%2385273B'/%3E%3Crect x='75' y='300' width='75' height='50' fill='%23F4EFE1'/%3E%3Crect x='250' y='372.5' width='175' height='52.5' fill='%2344141E'/%3E%3Crect x='350' y='300' width='75' height='50' fill='%2385273B'/%3E%3Crect x='250' y='300' width='75' height='50' fill='%23F4EFE1'/%3E%3C/svg%3E%0A" alt="">
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
if ( current_user_can( 'install_plugins' ) ) {
|
<div class="about__section has-2-columns has-subtle-background-color">
|
||||||
printf(
|
<div class="column is-vertically-aligned-center">
|
||||||
/* translators: 1: link to /wp-admin/site-health.php 2: link to /wp-admin/site-health.php?tab=debug */
|
<h2><?php _e( 'Introducing Twenty Twenty' ); ?></h2>
|
||||||
__( ' <a href="%1$s">Check your site status</a>, and <a href="%2$s">learn how to debug issues</a>.' ),
|
<p><?php _e( 'As the block editor celebrates its first birthday, we are proud that Twenty Twenty is designed with flexibility at its core. Show off your services or products with a combination of columns, groups, and media blocks. Set your content to wide or full alignment for dynamic and engaging layouts. Or let your thoughts be the star with a centered content column!' ); ?></p>
|
||||||
admin_url( 'site-health.php' ),
|
|
||||||
admin_url( 'site-health.php?tab=debug' )
|
<p>
|
||||||
);
|
<?php
|
||||||
}
|
printf(
|
||||||
|
/* translators: %s: Link to the Inter font website. */
|
||||||
|
__( 'As befits a theme called Twenty Twenty, clarity and readability is also a big focus. The theme includes the typeface <a href="%s">Inter</a>, designed by Rasmus Andersson. Inter comes in a Variable Font version, a first for default themes, which keeps load times short by containing all weights and styles of Inter in just two font files.' ),
|
||||||
|
'https://rsms.me/inter/'
|
||||||
|
);
|
||||||
?>
|
?>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="column">
|
<div class="column is-edge-to-edge">
|
||||||
<div class="inline-svg aligncenter">
|
<div class="about__image aligncenter">
|
||||||
<img src="https://s.w.org/images/core/5.2/about_site-health.svg" alt="">
|
<img src="https://s.w.org/images/core/5.3/twentytwenty-mobile.png" alt="" />
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="about__section has-subtle-background-color">
|
||||||
|
<div class="column is-edge-to-edge">
|
||||||
|
<div class="about__image aligncenter">
|
||||||
|
<img src="https://s.w.org/images/core/5.3/twentytwenty-desktop.png" alt="" />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<hr />
|
<hr />
|
||||||
|
|
||||||
<div class="feature-section is-wide has-2-columns is-wider-right">
|
<div class="about__section has-3-columns">
|
||||||
|
<h2 class="is-section-header"><?php _e( 'Improvements for Everyone' ); ?></h2>
|
||||||
|
|
||||||
<div class="column">
|
<div class="column">
|
||||||
<div class="inline-svg aligncenter">
|
<h3><?php _e( 'Automatic Image Rotation' ); ?></h3>
|
||||||
<img src="https://s.w.org/images/core/5.2/about_error-protection.svg" alt="">
|
<p><?php _e( 'Your images will be correctly rotated upon upload according to the embedded orientation data. This feature was first proposed nine years ago and made possible through the perserverance of many dedicated contributors.' ); ?></p>
|
||||||
|
</div>
|
||||||
|
<div class="column">
|
||||||
|
<h3><?php _e( 'Site Health Checks' ); ?></h3>
|
||||||
|
<p><?php _e( 'The improvements introduced in 5.3 make it even easier to identify issues. Expanded recommendations highlight areas that may need troubleshooting on your site from the Health Check screen.' ); ?></p>
|
||||||
|
</div>
|
||||||
|
<div class="column">
|
||||||
|
<h3><?php _e( 'Admin Email Verification' ); ?></h3>
|
||||||
|
<p><?php _e( 'You’ll now be periodically asked to confirm that your admin email address is up to date when you log in as an administrator. This reduces the chance of getting locked out of your site if you change your email address.' ); ?></p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="about__section">
|
||||||
|
<div class="column is-edge-to-edge">
|
||||||
|
<div class="about__image aligncenter">
|
||||||
|
<img src="data:image/svg+xml;charset=utf8,%3Csvg width='1000' height='498' viewbox='0 0 1000 498' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='865.463' y='36.8596' width='133.8' height='132.326' fill='%23942F44'/%3E%3Crect x='865.463' y='180.98' width='133.8' height='132.326' fill='%23942F44'/%3E%3Crect x='866.2' y='328.05' width='133.8' height='132.694' fill='%23942F44'/%3E%3Crect y='331.736' width='405.455' height='134.169' fill='%234E1521'/%3E%3Crect y='36.8596' width='405.455' height='129.008' fill='%234E1521'/%3E%3Crect y='184.298' width='387.025' height='133.8' fill='%234E1521'/%3E%3Crect x='719.13' y='34.6479' width='133.8' height='428.677' fill='%23BD3854'/%3E%3Crect x='571.323' y='18.4297' width='133.8' height='423.885' fill='%23BD3854'/%3E%3Crect x='423.516' y='35.0164' width='133.8' height='425.728' fill='%23BD3854'/%3E%3C/svg%3E" alt="" />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="column is-vertically-aligned-center">
|
|
||||||
<h3><?php _e( 'PHP Error Protection' ); ?></h3>
|
|
||||||
<p><?php _e( 'This administrator-focused update will let you safely fix or manage fatal errors without requiring a developer. It features better handling of the so-called “white screen of death”, and a way to enter recovery mode, which pauses error-causing plugins or themes.' ); ?></p>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<hr />
|
<hr />
|
||||||
|
|
||||||
<h3 class="aligncenter"><?php _e( 'Improvements for Everyone' ); ?></h3>
|
<div class="about__section has-2-columns has-subtle-background-color">
|
||||||
|
<h2 class="is-section-header"><?php _e( 'For Developers' ); ?></h2>
|
||||||
|
|
||||||
<div class="has-2-columns">
|
|
||||||
<div class="column aligncenter">
|
|
||||||
<h4><?php _e( 'Accessibility Updates' ); ?></h4>
|
|
||||||
<p><?php _e( 'A number of changes work together to improve contextual awareness and keyboard navigation flow for those using screen readers and other assistive technologies.' ); ?></p>
|
|
||||||
</div>
|
|
||||||
<div class="column aligncenter">
|
|
||||||
<h4><?php _e( 'New Dashboard Icons' ); ?></h4>
|
|
||||||
<p><?php _e( 'Thirteen new icons include Instagram, a suite of icons for BuddyPress, and rotated Earth icons for global inclusion. Find them in the Dashboard and have some fun!' ); ?></p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<hr />
|
|
||||||
|
|
||||||
<h3 class="aligncenter"><?php _e( 'Developer Happiness' ); ?></h3>
|
|
||||||
|
|
||||||
<div class="has-2-columns is-fullwidth">
|
|
||||||
<div class="column">
|
<div class="column">
|
||||||
<h4><a href="https://make.wordpress.org/core/2019/03/26/coding-standards-updates-for-php-5-6/"><?php _e( 'PHP Version Bump' ); ?></a></h4>
|
<h3><?php _e( 'Date/Time Component Fixes' ); ?></h3>
|
||||||
<p><?php _e( 'The minimum supported PHP version is now 5.6.20. As of WordPress 5.2, themes and plugins can safely take advantage of namespaces, anonymous functions, and more!' ); ?></p>
|
|
||||||
</div>
|
|
||||||
<div class="column">
|
|
||||||
<h4><a href="https://make.wordpress.org/core/2019/04/24/developer-focused-privacy-updates-in-5-2/"><?php _e( 'Privacy Updates' ); ?></a></h4>
|
|
||||||
<p><?php _e( 'A new theme page template, a conditional function, and two CSS classes make designing and customizing the Privacy Policy page easier.' ); ?></p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="has-2-columns is-fullwidth">
|
|
||||||
<div class="column">
|
|
||||||
<h4><a href="https://make.wordpress.org/core/2019/04/24/miscellaneous-developer-updates-in-5-2/"><?php _e( 'New Body Tag Hook' ); ?></a></h4>
|
|
||||||
<p>
|
<p>
|
||||||
<?php
|
<?php
|
||||||
printf(
|
printf(
|
||||||
/* translators: 1: wp_body_open 2: <body> */
|
/* translators: %s: Link to the date/time developer notes. */
|
||||||
__( '5.2 introduces a %1$s hook, which lets themes support injecting code right at the beginning of the %2$s element.' ),
|
__( 'Developers can now work with <a href="%s">dates and timezones</a> in a more reliable way. Date and time functionality has received a number of new API functions for unified timezone retrieval and PHP interoperability, as well as many bug fixes.' ),
|
||||||
'<code>wp_body_open</code>',
|
'https://make.wordpress.org/core/2019/09/23/date-time-improvements-wp-5-3/'
|
||||||
'<code><body></code>'
|
|
||||||
);
|
);
|
||||||
?>
|
?>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="column">
|
<div class="column">
|
||||||
<h4><a href="https://make.wordpress.org/core/2019/03/25/building-javascript/"><?php _e( 'Building JavaScript' ); ?></a></h4>
|
<h3><?php _e( 'PHP 7.4 Compatibility' ); ?></h3>
|
||||||
<p><?php _e( 'With the addition of webpack and Babel configurations in the @wordpress/scripts package, developers won’t have to worry about setting up complex build tools to write modern JavaScript.' ); ?></p>
|
<p>
|
||||||
|
<?php
|
||||||
|
printf(
|
||||||
|
/* translators: %s: Link to the PHP 7 developer notes. */
|
||||||
|
__( 'WordPress 5.3 aims to fully support PHP 7.4. This release contains <a href="%s">multiple changes</a> to remove deprecated functionality and ensure compatibility. WordPress continues to encourage all users to run the latest and greatest versions of PHP.' ),
|
||||||
|
'https://make.wordpress.org/core/2019/10/11/wordpress-and-php-7-4/'
|
||||||
|
);
|
||||||
|
?>
|
||||||
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
@ -276,28 +216,28 @@ __( 'Security Releases' );
|
||||||
__( 'Maintenance and Security Release' );
|
__( 'Maintenance and Security Release' );
|
||||||
__( 'Maintenance and Security Releases' );
|
__( 'Maintenance and Security Releases' );
|
||||||
|
|
||||||
/* translators: %s: WordPress version number */
|
/* translators: %s: WordPress version number. */
|
||||||
__( '<strong>Version %s</strong> addressed one security issue.' );
|
__( '<strong>Version %s</strong> addressed one security issue.' );
|
||||||
/* translators: %s: WordPress version number */
|
/* translators: %s: WordPress version number. */
|
||||||
__( '<strong>Version %s</strong> addressed some security issues.' );
|
__( '<strong>Version %s</strong> addressed some security issues.' );
|
||||||
|
|
||||||
/* translators: 1: WordPress version number, 2: plural number of bugs. */
|
/* translators: 1: WordPress version number, 2: Plural number of bugs. */
|
||||||
_n_noop(
|
_n_noop(
|
||||||
'<strong>Version %1$s</strong> addressed %2$s bug.',
|
'<strong>Version %1$s</strong> addressed %2$s bug.',
|
||||||
'<strong>Version %1$s</strong> addressed %2$s bugs.'
|
'<strong>Version %1$s</strong> addressed %2$s bugs.'
|
||||||
);
|
);
|
||||||
|
|
||||||
/* translators: 1: WordPress version number, 2: plural number of bugs. Singular security issue. */
|
/* translators: 1: WordPress version number, 2: Plural number of bugs. Singular security issue. */
|
||||||
_n_noop(
|
_n_noop(
|
||||||
'<strong>Version %1$s</strong> addressed a security issue and fixed %2$s bug.',
|
'<strong>Version %1$s</strong> addressed a security issue and fixed %2$s bug.',
|
||||||
'<strong>Version %1$s</strong> addressed a security issue and fixed %2$s bugs.'
|
'<strong>Version %1$s</strong> addressed a security issue and fixed %2$s bugs.'
|
||||||
);
|
);
|
||||||
|
|
||||||
/* translators: 1: WordPress version number, 2: plural number of bugs. More than one security issue. */
|
/* translators: 1: WordPress version number, 2: Plural number of bugs. More than one security issue. */
|
||||||
_n_noop(
|
_n_noop(
|
||||||
'<strong>Version %1$s</strong> addressed some security issues and fixed %2$s bug.',
|
'<strong>Version %1$s</strong> addressed some security issues and fixed %2$s bug.',
|
||||||
'<strong>Version %1$s</strong> addressed some security issues and fixed %2$s bugs.'
|
'<strong>Version %1$s</strong> addressed some security issues and fixed %2$s bugs.'
|
||||||
);
|
);
|
||||||
|
|
||||||
/* translators: %s: Codex URL */
|
/* translators: %s: Documentation URL. */
|
||||||
__( 'For more information, see <a href="%s">the release notes</a>.' );
|
__( 'For more information, see <a href="%s">the release notes</a>.' );
|
||||||
|
|
|
||||||
|
|
@ -24,6 +24,9 @@ require_once( dirname( dirname( __FILE__ ) ) . '/wp-load.php' );
|
||||||
/** Allow for cross-domain requests (from the front end). */
|
/** Allow for cross-domain requests (from the front end). */
|
||||||
send_origin_headers();
|
send_origin_headers();
|
||||||
|
|
||||||
|
header( 'Content-Type: text/html; charset=' . get_option( 'blog_charset' ) );
|
||||||
|
header( 'X-Robots-Tag: noindex' );
|
||||||
|
|
||||||
// Require an action parameter
|
// Require an action parameter
|
||||||
if ( empty( $_REQUEST['action'] ) ) {
|
if ( empty( $_REQUEST['action'] ) ) {
|
||||||
wp_die( '0', 400 );
|
wp_die( '0', 400 );
|
||||||
|
|
@ -35,9 +38,6 @@ require_once( ABSPATH . 'wp-admin/includes/admin.php' );
|
||||||
/** Load Ajax Handlers for WordPress Core */
|
/** Load Ajax Handlers for WordPress Core */
|
||||||
require_once( ABSPATH . 'wp-admin/includes/ajax-actions.php' );
|
require_once( ABSPATH . 'wp-admin/includes/ajax-actions.php' );
|
||||||
|
|
||||||
@header( 'Content-Type: text/html; charset=' . get_option( 'blog_charset' ) );
|
|
||||||
@header( 'X-Robots-Tag: noindex' );
|
|
||||||
|
|
||||||
send_nosniff_header();
|
send_nosniff_header();
|
||||||
nocache_headers();
|
nocache_headers();
|
||||||
|
|
||||||
|
|
@ -53,6 +53,7 @@ $core_actions_get = array(
|
||||||
'autocomplete-user',
|
'autocomplete-user',
|
||||||
'dashboard-widgets',
|
'dashboard-widgets',
|
||||||
'logged-in',
|
'logged-in',
|
||||||
|
'rest-nonce',
|
||||||
);
|
);
|
||||||
|
|
||||||
$core_actions_post = array(
|
$core_actions_post = array(
|
||||||
|
|
@ -105,6 +106,7 @@ $core_actions_post = array(
|
||||||
'send-link-to-editor',
|
'send-link-to-editor',
|
||||||
'send-attachment-to-editor',
|
'send-attachment-to-editor',
|
||||||
'save-attachment-order',
|
'save-attachment-order',
|
||||||
|
'media-create-image-subsizes',
|
||||||
'heartbeat',
|
'heartbeat',
|
||||||
'get-revision-diffs',
|
'get-revision-diffs',
|
||||||
'save-user-color-scheme',
|
'save-user-color-scheme',
|
||||||
|
|
|
||||||
|
|
@ -32,7 +32,12 @@ global $hook_suffix;
|
||||||
?>
|
?>
|
||||||
<p id="footer-left" class="alignleft">
|
<p id="footer-left" class="alignleft">
|
||||||
<?php
|
<?php
|
||||||
$text = sprintf( __( 'Thank you for creating with <a href="%s">WordPress</a>.' ), __( 'https://wordpress.org/' ) );
|
$text = sprintf(
|
||||||
|
/* translators: %s: https://wordpress.org/ */
|
||||||
|
__( 'Thank you for creating with <a href="%s">WordPress</a>.' ),
|
||||||
|
__( 'https://wordpress.org/' )
|
||||||
|
);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Filters the "Thank you" text displayed in the admin footer.
|
* Filters the "Thank you" text displayed in the admin footer.
|
||||||
*
|
*
|
||||||
|
|
@ -80,7 +85,7 @@ do_action( 'admin_footer', '' );
|
||||||
*
|
*
|
||||||
* @since 4.6.0
|
* @since 4.6.0
|
||||||
*/
|
*/
|
||||||
do_action( "admin_print_footer_scripts-{$hook_suffix}" );
|
do_action( "admin_print_footer_scripts-{$hook_suffix}" ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Prints any scripts and data queued for the footer.
|
* Prints any scripts and data queued for the footer.
|
||||||
|
|
@ -97,7 +102,7 @@ do_action( 'admin_print_footer_scripts' );
|
||||||
*
|
*
|
||||||
* @since 2.8.0
|
* @since 2.8.0
|
||||||
*/
|
*/
|
||||||
do_action( "admin_footer-{$hook_suffix}" );
|
do_action( "admin_footer-{$hook_suffix}" ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores
|
||||||
|
|
||||||
// get_site_option() won't exist when auto upgrading from <= 2.7
|
// get_site_option() won't exist when auto upgrading from <= 2.7
|
||||||
if ( function_exists( 'get_site_option' ) ) {
|
if ( function_exists( 'get_site_option' ) ) {
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
* @subpackage Administration
|
* @subpackage Administration
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@header( 'Content-Type: ' . get_option( 'html_type' ) . '; charset=' . get_option( 'blog_charset' ) );
|
header( 'Content-Type: ' . get_option( 'html_type' ) . '; charset=' . get_option( 'blog_charset' ) );
|
||||||
if ( ! defined( 'WP_ADMIN' ) ) {
|
if ( ! defined( 'WP_ADMIN' ) ) {
|
||||||
require_once( dirname( __FILE__ ) . '/admin.php' );
|
require_once( dirname( __FILE__ ) . '/admin.php' );
|
||||||
}
|
}
|
||||||
|
|
@ -16,8 +16,8 @@ if ( ! defined( 'WP_ADMIN' ) ) {
|
||||||
*
|
*
|
||||||
* @global string $title
|
* @global string $title
|
||||||
* @global string $hook_suffix
|
* @global string $hook_suffix
|
||||||
* @global WP_Screen $current_screen
|
* @global WP_Screen $current_screen WordPress current screen object.
|
||||||
* @global WP_Locale $wp_locale
|
* @global WP_Locale $wp_locale WordPress date and time locale object.
|
||||||
* @global string $pagenow
|
* @global string $pagenow
|
||||||
* @global string $update_title
|
* @global string $update_title
|
||||||
* @global int $total_update_count
|
* @global int $total_update_count
|
||||||
|
|
@ -35,20 +35,20 @@ get_admin_page_title();
|
||||||
$title = esc_html( strip_tags( $title ) );
|
$title = esc_html( strip_tags( $title ) );
|
||||||
|
|
||||||
if ( is_network_admin() ) {
|
if ( is_network_admin() ) {
|
||||||
/* translators: Network admin screen title. %s: Network name */
|
/* translators: Network admin screen title. %s: Network title. */
|
||||||
$admin_title = sprintf( __( 'Network Admin: %s' ), esc_html( get_network()->site_name ) );
|
$admin_title = sprintf( __( 'Network Admin: %s' ), esc_html( get_network()->site_name ) );
|
||||||
} elseif ( is_user_admin() ) {
|
} elseif ( is_user_admin() ) {
|
||||||
/* translators: User dashboard screen title. %s: Network name */
|
/* translators: User dashboard screen title. %s: Network title. */
|
||||||
$admin_title = sprintf( __( 'User Dashboard: %s' ), esc_html( get_network()->site_name ) );
|
$admin_title = sprintf( __( 'User Dashboard: %s' ), esc_html( get_network()->site_name ) );
|
||||||
} else {
|
} else {
|
||||||
$admin_title = get_bloginfo( 'name' );
|
$admin_title = get_bloginfo( 'name' );
|
||||||
}
|
}
|
||||||
|
|
||||||
if ( $admin_title == $title ) {
|
if ( $admin_title == $title ) {
|
||||||
/* translators: Admin screen title. %s: Admin screen name */
|
/* translators: Admin screen title. %s: Admin screen name. */
|
||||||
$admin_title = sprintf( __( '%s — WordPress' ), $title );
|
$admin_title = sprintf( __( '%s — WordPress' ), $title );
|
||||||
} else {
|
} else {
|
||||||
/* translators: Admin screen title. 1: Admin screen name, 2: Network or site name */
|
/* translators: Admin screen title. 1: Admin screen name, 2: Network or site name. */
|
||||||
$admin_title = sprintf( __( '%1$s ‹ %2$s — WordPress' ), $title, $admin_title );
|
$admin_title = sprintf( __( '%1$s ‹ %2$s — WordPress' ), $title, $admin_title );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -108,7 +108,7 @@ do_action( 'admin_enqueue_scripts', $hook_suffix );
|
||||||
*
|
*
|
||||||
* @since 2.6.0
|
* @since 2.6.0
|
||||||
*/
|
*/
|
||||||
do_action( "admin_print_styles-{$hook_suffix}" );
|
do_action( "admin_print_styles-{$hook_suffix}" ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Fires when styles are printed for all admin pages.
|
* Fires when styles are printed for all admin pages.
|
||||||
|
|
@ -122,7 +122,7 @@ do_action( 'admin_print_styles' );
|
||||||
*
|
*
|
||||||
* @since 2.1.0
|
* @since 2.1.0
|
||||||
*/
|
*/
|
||||||
do_action( "admin_print_scripts-{$hook_suffix}" );
|
do_action( "admin_print_scripts-{$hook_suffix}" ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Fires when scripts are printed for all admin pages.
|
* Fires when scripts are printed for all admin pages.
|
||||||
|
|
@ -139,7 +139,7 @@ do_action( 'admin_print_scripts' );
|
||||||
*
|
*
|
||||||
* @since 2.1.0
|
* @since 2.1.0
|
||||||
*/
|
*/
|
||||||
do_action( "admin_head-{$hook_suffix}" );
|
do_action( "admin_head-{$hook_suffix}" ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Fires in head section for all admin pages.
|
* Fires in head section for all admin pages.
|
||||||
|
|
|
||||||
|
|
@ -49,22 +49,23 @@ if ( get_option( 'db_upgraded' ) ) {
|
||||||
if ( ! is_multisite() ) {
|
if ( ! is_multisite() ) {
|
||||||
wp_redirect( admin_url( 'upgrade.php?_wp_http_referer=' . urlencode( wp_unslash( $_SERVER['REQUEST_URI'] ) ) ) );
|
wp_redirect( admin_url( 'upgrade.php?_wp_http_referer=' . urlencode( wp_unslash( $_SERVER['REQUEST_URI'] ) ) ) );
|
||||||
exit;
|
exit;
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Filters whether to attempt to perform the multisite DB upgrade routine.
|
* Filters whether to attempt to perform the multisite DB upgrade routine.
|
||||||
*
|
*
|
||||||
* In single site, the user would be redirected to wp-admin/upgrade.php.
|
* In single site, the user would be redirected to wp-admin/upgrade.php.
|
||||||
* In multisite, the DB upgrade routine is automatically fired, but only
|
* In multisite, the DB upgrade routine is automatically fired, but only
|
||||||
* when this filter returns true.
|
* when this filter returns true.
|
||||||
*
|
*
|
||||||
* If the network is 50 sites or less, it will run every time. Otherwise,
|
* If the network is 50 sites or less, it will run every time. Otherwise,
|
||||||
* it will throttle itself to reduce load.
|
* it will throttle itself to reduce load.
|
||||||
*
|
*
|
||||||
* @since 3.0.0
|
* @since MU (3.0.0)
|
||||||
*
|
*
|
||||||
* @param bool $do_mu_upgrade Whether to perform the Multisite upgrade routine. Default true.
|
* @param bool $do_mu_upgrade Whether to perform the Multisite upgrade routine. Default true.
|
||||||
*/
|
*/
|
||||||
} elseif ( apply_filters( 'do_mu_upgrade', true ) ) {
|
if ( apply_filters( 'do_mu_upgrade', true ) ) {
|
||||||
$c = get_blog_count();
|
$c = get_blog_count();
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
@ -228,7 +229,7 @@ if ( isset( $plugin_page ) ) {
|
||||||
*
|
*
|
||||||
* @since 2.1.0
|
* @since 2.1.0
|
||||||
*/
|
*/
|
||||||
do_action( "load-{$page_hook}" );
|
do_action( "load-{$page_hook}" ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores
|
||||||
if ( ! isset( $_GET['noheader'] ) ) {
|
if ( ! isset( $_GET['noheader'] ) ) {
|
||||||
require_once( ABSPATH . 'wp-admin/admin-header.php' );
|
require_once( ABSPATH . 'wp-admin/admin-header.php' );
|
||||||
}
|
}
|
||||||
|
|
@ -257,6 +258,7 @@ if ( isset( $plugin_page ) ) {
|
||||||
}
|
}
|
||||||
|
|
||||||
if ( ! ( file_exists( WP_PLUGIN_DIR . "/$plugin_page" ) && is_file( WP_PLUGIN_DIR . "/$plugin_page" ) ) && ! ( file_exists( WPMU_PLUGIN_DIR . "/$plugin_page" ) && is_file( WPMU_PLUGIN_DIR . "/$plugin_page" ) ) ) {
|
if ( ! ( file_exists( WP_PLUGIN_DIR . "/$plugin_page" ) && is_file( WP_PLUGIN_DIR . "/$plugin_page" ) ) && ! ( file_exists( WPMU_PLUGIN_DIR . "/$plugin_page" ) && is_file( WPMU_PLUGIN_DIR . "/$plugin_page" ) ) ) {
|
||||||
|
/* translators: %s: Admin page generated by a plugin. */
|
||||||
wp_die( sprintf( __( 'Cannot load %s.' ), htmlentities( $plugin_page ) ) );
|
wp_die( sprintf( __( 'Cannot load %s.' ), htmlentities( $plugin_page ) ) );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -272,7 +274,7 @@ if ( isset( $plugin_page ) ) {
|
||||||
*
|
*
|
||||||
* @since 1.5.0
|
* @since 1.5.0
|
||||||
*/
|
*/
|
||||||
do_action( "load-{$plugin_page}" );
|
do_action( "load-{$plugin_page}" ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores
|
||||||
|
|
||||||
if ( ! isset( $_GET['noheader'] ) ) {
|
if ( ! isset( $_GET['noheader'] ) ) {
|
||||||
require_once( ABSPATH . 'wp-admin/admin-header.php' );
|
require_once( ABSPATH . 'wp-admin/admin-header.php' );
|
||||||
|
|
@ -293,7 +295,7 @@ if ( isset( $plugin_page ) ) {
|
||||||
$importer = $_GET['import'];
|
$importer = $_GET['import'];
|
||||||
|
|
||||||
if ( ! current_user_can( 'import' ) ) {
|
if ( ! current_user_can( 'import' ) ) {
|
||||||
wp_die( __( 'Sorry, you are not allowed to import content.' ) );
|
wp_die( __( 'Sorry, you are not allowed to import content into this site.' ) );
|
||||||
}
|
}
|
||||||
|
|
||||||
if ( validate_file( $importer ) ) {
|
if ( validate_file( $importer ) ) {
|
||||||
|
|
@ -313,7 +315,7 @@ if ( isset( $plugin_page ) ) {
|
||||||
*
|
*
|
||||||
* @since 3.5.0
|
* @since 3.5.0
|
||||||
*/
|
*/
|
||||||
do_action( "load-importer-{$importer}" );
|
do_action( "load-importer-{$importer}" ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores
|
||||||
|
|
||||||
$parent_file = 'tools.php';
|
$parent_file = 'tools.php';
|
||||||
$submenu_file = 'import.php';
|
$submenu_file = 'import.php';
|
||||||
|
|
@ -362,7 +364,7 @@ if ( isset( $plugin_page ) ) {
|
||||||
*
|
*
|
||||||
* @since 2.1.0
|
* @since 2.1.0
|
||||||
*/
|
*/
|
||||||
do_action( "load-{$pagenow}" );
|
do_action( "load-{$pagenow}" ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* The following hooks are fired to ensure backward compatibility.
|
* The following hooks are fired to ensure backward compatibility.
|
||||||
|
|
@ -370,18 +372,18 @@ if ( isset( $plugin_page ) ) {
|
||||||
*/
|
*/
|
||||||
if ( $typenow == 'page' ) {
|
if ( $typenow == 'page' ) {
|
||||||
if ( $pagenow == 'post-new.php' ) {
|
if ( $pagenow == 'post-new.php' ) {
|
||||||
do_action( 'load-page-new.php' );
|
do_action( 'load-page-new.php' ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores
|
||||||
} elseif ( $pagenow == 'post.php' ) {
|
} elseif ( $pagenow == 'post.php' ) {
|
||||||
do_action( 'load-page.php' );
|
do_action( 'load-page.php' ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores
|
||||||
}
|
}
|
||||||
} elseif ( $pagenow == 'edit-tags.php' ) {
|
} elseif ( $pagenow == 'edit-tags.php' ) {
|
||||||
if ( $taxnow == 'category' ) {
|
if ( $taxnow == 'category' ) {
|
||||||
do_action( 'load-categories.php' );
|
do_action( 'load-categories.php' ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores
|
||||||
} elseif ( $taxnow == 'link_category' ) {
|
} elseif ( $taxnow == 'link_category' ) {
|
||||||
do_action( 'load-edit-link-categories.php' );
|
do_action( 'load-edit-link-categories.php' ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores
|
||||||
}
|
}
|
||||||
} elseif ( 'term.php' === $pagenow ) {
|
} elseif ( 'term.php' === $pagenow ) {
|
||||||
do_action( 'load-edit-tags.php' );
|
do_action( 'load-edit-tags.php' ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -39,7 +39,8 @@ if ( ! current_user_can( 'upload_files' ) ) {
|
||||||
}
|
}
|
||||||
|
|
||||||
// just fetch the detail form for that attachment
|
// just fetch the detail form for that attachment
|
||||||
if ( isset( $_REQUEST['attachment_id'] ) && ( $id = intval( $_REQUEST['attachment_id'] ) ) && $_REQUEST['fetch'] ) {
|
if ( isset( $_REQUEST['attachment_id'] ) && intval( $_REQUEST['attachment_id'] ) && $_REQUEST['fetch'] ) {
|
||||||
|
$id = intval( $_REQUEST['attachment_id'] );
|
||||||
$post = get_post( $id );
|
$post = get_post( $id );
|
||||||
if ( 'attachment' != $post->post_type ) {
|
if ( 'attachment' != $post->post_type ) {
|
||||||
wp_die( __( 'Invalid post type.' ) );
|
wp_die( __( 'Invalid post type.' ) );
|
||||||
|
|
@ -50,7 +51,8 @@ if ( isset( $_REQUEST['attachment_id'] ) && ( $id = intval( $_REQUEST['attachmen
|
||||||
|
|
||||||
switch ( $_REQUEST['fetch'] ) {
|
switch ( $_REQUEST['fetch'] ) {
|
||||||
case 3:
|
case 3:
|
||||||
if ( $thumb_url = wp_get_attachment_image_src( $id, 'thumbnail', true ) ) {
|
$thumb_url = wp_get_attachment_image_src( $id, 'thumbnail', true );
|
||||||
|
if ( $thumb_url ) {
|
||||||
echo '<img class="pinkynail" src="' . esc_url( $thumb_url[0] ) . '" alt="" />';
|
echo '<img class="pinkynail" src="' . esc_url( $thumb_url[0] ) . '" alt="" />';
|
||||||
}
|
}
|
||||||
echo '<a class="edit-attachment" href="' . esc_url( get_edit_post_link( $id ) ) . '" target="_blank">' . _x( 'Edit', 'media item' ) . '</a>';
|
echo '<a class="edit-attachment" href="' . esc_url( get_edit_post_link( $id ) ) . '" target="_blank">' . _x( 'Edit', 'media item' ) . '</a>';
|
||||||
|
|
@ -90,10 +92,19 @@ if ( isset( $_REQUEST['post_id'] ) ) {
|
||||||
|
|
||||||
$id = media_handle_upload( 'async-upload', $post_id );
|
$id = media_handle_upload( 'async-upload', $post_id );
|
||||||
if ( is_wp_error( $id ) ) {
|
if ( is_wp_error( $id ) ) {
|
||||||
echo '<div class="error-div error">
|
printf(
|
||||||
<button type="button" class="dismiss button-link" onclick="jQuery(this).parents(\'div.media-item\').slideUp(200, function(){jQuery(this).remove();});">' . __( 'Dismiss' ) . '</button>
|
'<div class="error-div error">%s <strong>%s</strong><br />%s</div>',
|
||||||
<strong>' . sprintf( __( '“%s” has failed to upload.' ), esc_html( $_FILES['async-upload']['name'] ) ) . '</strong><br />' .
|
sprintf(
|
||||||
esc_html( $id->get_error_message() ) . '</div>';
|
'<button type="button" class="dismiss button-link" onclick="jQuery(this).parents(\'div.media-item\').slideUp(200, function(){jQuery(this).remove();});">%s</button>',
|
||||||
|
__( 'Dismiss' )
|
||||||
|
),
|
||||||
|
sprintf(
|
||||||
|
/* translators: %s: Name of the file that failed to upload. */
|
||||||
|
__( '“%s” has failed to upload.' ),
|
||||||
|
esc_html( $_FILES['async-upload']['name'] )
|
||||||
|
),
|
||||||
|
esc_html( $id->get_error_message() )
|
||||||
|
);
|
||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -46,14 +46,14 @@ switch ( $action ) {
|
||||||
'id' => 'overview',
|
'id' => 'overview',
|
||||||
'title' => __( 'Overview' ),
|
'title' => __( 'Overview' ),
|
||||||
'content' =>
|
'content' =>
|
||||||
'<p>' . __( 'You can edit the information left in a comment if needed. This is often useful when you notice that a commenter has made a typographical error.' ) . '</p>' .
|
'<p>' . __( 'You can edit the information left in a comment if needed. This is often useful when you notice that a commenter has made a typographical error.' ) . '</p>' .
|
||||||
'<p>' . __( 'You can also moderate the comment from this screen using the Status box, where you can also change the timestamp of the comment.' ) . '</p>',
|
'<p>' . __( 'You can also moderate the comment from this screen using the Status box, where you can also change the timestamp of the comment.' ) . '</p>',
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
||||||
get_current_screen()->set_help_sidebar(
|
get_current_screen()->set_help_sidebar(
|
||||||
'<p><strong>' . __( 'For more information:' ) . '</strong></p>' .
|
'<p><strong>' . __( 'For more information:' ) . '</strong></p>' .
|
||||||
'<p>' . __( '<a href="https://codex.wordpress.org/Administration_Screens#Comments">Documentation on Comments</a>' ) . '</p>' .
|
'<p>' . __( '<a href="https://wordpress.org/support/article/comments-screen/">Documentation on Comments</a>' ) . '</p>' .
|
||||||
'<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>'
|
'<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>'
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
@ -62,7 +62,8 @@ switch ( $action ) {
|
||||||
|
|
||||||
$comment_id = absint( $_GET['c'] );
|
$comment_id = absint( $_GET['c'] );
|
||||||
|
|
||||||
if ( ! $comment = get_comment( $comment_id ) ) {
|
$comment = get_comment( $comment_id );
|
||||||
|
if ( ! $comment ) {
|
||||||
comment_footer_die( __( 'Invalid comment ID.' ) . sprintf( ' <a href="%s">' . __( 'Go back' ) . '</a>.', 'javascript:history.go(-1)' ) );
|
comment_footer_die( __( 'Invalid comment ID.' ) . sprintf( ' <a href="%s">' . __( 'Go back' ) . '</a>.', 'javascript:history.go(-1)' ) );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -88,7 +89,8 @@ switch ( $action ) {
|
||||||
|
|
||||||
$comment_id = absint( $_GET['c'] );
|
$comment_id = absint( $_GET['c'] );
|
||||||
|
|
||||||
if ( ! $comment = get_comment( $comment_id ) ) {
|
$comment = get_comment( $comment_id );
|
||||||
|
if ( ! $comment ) {
|
||||||
wp_redirect( admin_url( 'edit-comments.php?error=1' ) );
|
wp_redirect( admin_url( 'edit-comments.php?error=1' ) );
|
||||||
die();
|
die();
|
||||||
}
|
}
|
||||||
|
|
@ -173,7 +175,7 @@ switch ( $action ) {
|
||||||
</tr>
|
</tr>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row"><?php /* translators: column name or table row header */ _e( 'In Response To' ); ?></th>
|
<th scope="row"><?php /* translators: Column name or table row header. */ _e( 'In Response To' ); ?></th>
|
||||||
<td>
|
<td>
|
||||||
<?php
|
<?php
|
||||||
$post_id = $comment->comment_post_ID;
|
$post_id = $comment->comment_post_ID;
|
||||||
|
|
@ -190,7 +192,7 @@ switch ( $action ) {
|
||||||
$parent_link = esc_url( get_comment_link( $parent ) );
|
$parent_link = esc_url( get_comment_link( $parent ) );
|
||||||
$name = get_comment_author( $parent );
|
$name = get_comment_author( $parent );
|
||||||
printf(
|
printf(
|
||||||
/* translators: %s: comment link */
|
/* translators: %s: Comment link. */
|
||||||
' | ' . __( 'In reply to %s.' ),
|
' | ' . __( 'In reply to %s.' ),
|
||||||
'<a href="' . $parent_link . '">' . $name . '</a>'
|
'<a href="' . $parent_link . '">' . $name . '</a>'
|
||||||
);
|
);
|
||||||
|
|
@ -202,11 +204,12 @@ switch ( $action ) {
|
||||||
<th scope="row"><?php _e( 'Submitted on' ); ?></th>
|
<th scope="row"><?php _e( 'Submitted on' ); ?></th>
|
||||||
<td>
|
<td>
|
||||||
<?php
|
<?php
|
||||||
/* translators: 1: comment date, 2: comment time */
|
|
||||||
$submitted = sprintf(
|
$submitted = sprintf(
|
||||||
|
/* translators: 1: Comment date, 2: Comment time. */
|
||||||
__( '%1$s at %2$s' ),
|
__( '%1$s at %2$s' ),
|
||||||
/* translators: comment date format. See https://secure.php.net/date */
|
/* translators: Comment date format. See https://secure.php.net/date */
|
||||||
get_comment_date( __( 'Y/m/d' ), $comment ),
|
get_comment_date( __( 'Y/m/d' ), $comment ),
|
||||||
|
/* translators: Comment time format. See https://secure.php.net/date */
|
||||||
get_comment_date( __( 'g:i a' ), $comment )
|
get_comment_date( __( 'g:i a' ), $comment )
|
||||||
);
|
);
|
||||||
if ( 'approved' === wp_get_comment_status( $comment ) && ! empty( $comment->comment_post_ID ) ) {
|
if ( 'approved' === wp_get_comment_status( $comment ) && ! empty( $comment->comment_post_ID ) ) {
|
||||||
|
|
@ -218,7 +221,7 @@ switch ( $action ) {
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row"><?php /* translators: field name in comment form */ _ex( 'Comment', 'noun' ); ?></th>
|
<th scope="row"><?php /* translators: Field name in comment form. */ _ex( 'Comment', 'noun' ); ?></th>
|
||||||
<td class="comment-content">
|
<td class="comment-content">
|
||||||
<?php comment_text( $comment ); ?>
|
<?php comment_text( $comment ); ?>
|
||||||
<p class="edit-comment"><a href="<?php echo admin_url( "comment.php?action=editcomment&c={$comment->comment_ID}" ); ?>"><?php esc_html_e( 'Edit' ); ?></a></p>
|
<p class="edit-comment"><a href="<?php echo admin_url( "comment.php?action=editcomment&c={$comment->comment_ID}" ); ?>"><?php esc_html_e( 'Edit' ); ?></a></p>
|
||||||
|
|
@ -260,7 +263,8 @@ switch ( $action ) {
|
||||||
|
|
||||||
$noredir = isset( $_REQUEST['noredir'] );
|
$noredir = isset( $_REQUEST['noredir'] );
|
||||||
|
|
||||||
if ( ! $comment = get_comment( $comment_id ) ) {
|
$comment = get_comment( $comment_id );
|
||||||
|
if ( ! $comment ) {
|
||||||
comment_footer_die( __( 'Invalid comment ID.' ) . sprintf( ' <a href="%s">' . __( 'Go back' ) . '</a>.', 'edit-comments.php' ) );
|
comment_footer_die( __( 'Invalid comment ID.' ) . sprintf( ' <a href="%s">' . __( 'Go back' ) . '</a>.', 'edit-comments.php' ) );
|
||||||
}
|
}
|
||||||
if ( ! current_user_can( 'edit_comment', $comment->comment_ID ) ) {
|
if ( ! current_user_can( 'edit_comment', $comment->comment_ID ) ) {
|
||||||
|
|
|
||||||
|
|
@ -15,123 +15,117 @@ $title = __( 'Credits' );
|
||||||
list( $display_version ) = explode( '-', get_bloginfo( 'version' ) );
|
list( $display_version ) = explode( '-', get_bloginfo( 'version' ) );
|
||||||
|
|
||||||
include( ABSPATH . 'wp-admin/admin-header.php' );
|
include( ABSPATH . 'wp-admin/admin-header.php' );
|
||||||
?>
|
|
||||||
<div class="wrap about-wrap full-width-layout">
|
|
||||||
|
|
||||||
<h1>
|
|
||||||
<?php
|
|
||||||
/* translators: %s: The current WordPress version number */
|
|
||||||
printf( __( 'Welcome to WordPress %s' ), $display_version );
|
|
||||||
?>
|
|
||||||
</h1>
|
|
||||||
|
|
||||||
<p class="about-text">
|
|
||||||
<?php
|
|
||||||
printf(
|
|
||||||
/* translators: %s: The current WordPress version number */
|
|
||||||
__( 'Congratulations on updating to WordPress %s! This update makes it easier than ever to fix your site if something goes wrong.' ),
|
|
||||||
$display_version
|
|
||||||
);
|
|
||||||
?>
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<div class="wp-badge">
|
|
||||||
<?php
|
|
||||||
/* translators: %s: The current WordPress version number */
|
|
||||||
printf( __( 'Version %s' ), $display_version );
|
|
||||||
?>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<nav class="nav-tab-wrapper wp-clearfix" aria-label="<?php esc_attr_e( 'Secondary menu' ); ?>">
|
|
||||||
<a href="about.php" class="nav-tab"><?php _e( 'What’s New' ); ?></a>
|
|
||||||
<a href="credits.php" class="nav-tab nav-tab-active" aria-current="page"><?php _e( 'Credits' ); ?></a>
|
|
||||||
<a href="freedoms.php" class="nav-tab"><?php _e( 'Freedoms' ); ?></a>
|
|
||||||
<a href="freedoms.php?privacy-notice" class="nav-tab"><?php _e( 'Privacy' ); ?></a>
|
|
||||||
</nav>
|
|
||||||
|
|
||||||
<div class="about-wrap-content">
|
|
||||||
<?php
|
|
||||||
|
|
||||||
$credits = wp_credits();
|
$credits = wp_credits();
|
||||||
|
?>
|
||||||
|
<div class="wrap about__container">
|
||||||
|
|
||||||
|
<div class="about__header">
|
||||||
|
<div class="about__header-title">
|
||||||
|
<h1>
|
||||||
|
<span><?php echo $display_version; ?></span>
|
||||||
|
<?php _e( 'WordPress' ); ?>
|
||||||
|
</h1>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="about__header-badge"></div>
|
||||||
|
|
||||||
|
<div class="about__header-text">
|
||||||
|
<p>
|
||||||
|
<?php
|
||||||
|
printf(
|
||||||
|
/* translators: %s: The current WordPress version number. */
|
||||||
|
__( 'Introducing our most refined user experience with the improved block editor in WordPress %s!' ),
|
||||||
|
$display_version
|
||||||
|
);
|
||||||
|
?>
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<nav class="about__header-navigation nav-tab-wrapper wp-clearfix" aria-label="<?php esc_attr_e( 'Secondary menu' ); ?>">
|
||||||
|
<a href="about.php" class="nav-tab"><?php _e( 'What’s New' ); ?></a>
|
||||||
|
<a href="credits.php" class="nav-tab nav-tab-active" aria-current="page"><?php _e( 'Credits' ); ?></a>
|
||||||
|
<a href="freedoms.php" class="nav-tab"><?php _e( 'Freedoms' ); ?></a>
|
||||||
|
<a href="privacy.php" class="nav-tab"><?php _e( 'Privacy' ); ?></a>
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="about__section">
|
||||||
|
<div class="column">
|
||||||
|
<h2><?php _e( 'WordPress is created by a worldwide team of passionate individuals.' ); ?></h2>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
<?php
|
||||||
|
if ( ! $credits ) {
|
||||||
|
printf(
|
||||||
|
/* translators: 1: https://wordpress.org/about/, 2: https://make.wordpress.org/ */
|
||||||
|
__( 'WordPress is created by a <a href="%1$s">worldwide team</a> of passionate individuals. <a href="%2$s">Get involved in WordPress</a>.' ),
|
||||||
|
__( 'https://wordpress.org/about/' ),
|
||||||
|
__( 'https://make.wordpress.org/' )
|
||||||
|
);
|
||||||
|
} else {
|
||||||
|
printf(
|
||||||
|
/* translators: %s: https://make.wordpress.org/ */
|
||||||
|
__( 'Want to see your name in lights on this page? <a href="%s">Get involved in WordPress</a>.' ),
|
||||||
|
__( 'https://make.wordpress.org/' )
|
||||||
|
);
|
||||||
|
}
|
||||||
|
?>
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="about__image aligncenter">
|
||||||
|
<img src="data:image/svg+xml;charset=utf8,%3Csvg width='1320' height='350' viewbox='0 0 1320 350' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='72' height='220' transform='matrix(1 0 0 -1 61 220)' fill='%23321017'/%3E%3Crect width='72' height='250' transform='matrix(1 0 0 -1 166 300)' fill='%23BD3854'/%3E%3Crect width='72' height='220' transform='matrix(1 0 0 -1 272 220)' fill='%23321017'/%3E%3Crect width='71' height='220' transform='matrix(1 0 0 -1 378 220)' fill='%235F1B29'/%3E%3Crect width='71' height='220' transform='matrix(1 0 0 -1 483 220)' fill='%23321017'/%3E%3Crect width='71' height='220' transform='matrix(1 0 0 -1 587 220)' fill='%235F1B29'/%3E%3Crect width='71.28' height='250' transform='matrix(1 0 0 -1 689 300)' fill='%23BD3854'/%3E%3Crect width='72' height='220' transform='matrix(1 0 0 -1 884 220)' fill='%235F1B29'/%3E%3Crect width='72' height='220' transform='matrix(1 0 0 -1 789 220)' fill='%23321017'/%3E%3Crect width='71' height='220' transform='matrix(1 0 0 -1 985 220)' fill='%23321017'/%3E%3Crect width='72' height='220' transform='matrix(1 0 0 -1 1084 220)' fill='%235F1B29'/%3E%3Crect width='72' height='220' transform='matrix(1 0 0 -1 1179 220)' fill='%233D0F19'/%3E%3C/svg%3E%0A" alt="" />
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<?php
|
||||||
if ( ! $credits ) {
|
if ( ! $credits ) {
|
||||||
echo '<p class="about-description">';
|
|
||||||
printf(
|
|
||||||
/* translators: 1: https://wordpress.org/about/, 2: https://make.wordpress.org/ */
|
|
||||||
__( 'WordPress is created by a <a href="%1$s">worldwide team</a> of passionate individuals. <a href="%2$s">Get involved in WordPress</a>.' ),
|
|
||||||
'https://wordpress.org/about/',
|
|
||||||
__( 'https://make.wordpress.org/' )
|
|
||||||
);
|
|
||||||
echo '</p>';
|
|
||||||
echo '</div>';
|
|
||||||
echo '</div>';
|
echo '</div>';
|
||||||
include( ABSPATH . 'wp-admin/admin-footer.php' );
|
include( ABSPATH . 'wp-admin/admin-footer.php' );
|
||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
|
|
||||||
echo '<p class="about-description">' . __( 'WordPress is created by a worldwide team of passionate individuals.' ) . "</p>\n";
|
|
||||||
|
|
||||||
echo '<p>' . sprintf(
|
|
||||||
/* translators: %s: https://make.wordpress.org/ */
|
|
||||||
__( 'Want to see your name in lights on this page? <a href="%s">Get involved in WordPress</a>.' ),
|
|
||||||
__( 'https://make.wordpress.org/' )
|
|
||||||
) . '</p>';
|
|
||||||
|
|
||||||
foreach ( $credits['groups'] as $group_slug => $group_data ) {
|
|
||||||
if ( $group_data['name'] ) {
|
|
||||||
if ( 'Translators' == $group_data['name'] ) {
|
|
||||||
// Considered a special slug in the API response. (Also, will never be returned for en_US.)
|
|
||||||
$title = _x( 'Translators', 'Translate this to be the equivalent of English Translators in your language for the credits page Translators section' );
|
|
||||||
} elseif ( isset( $group_data['placeholders'] ) ) {
|
|
||||||
// phpcs:ignore WordPress.WP.I18n.LowLevelTranslationFunction,WordPress.WP.I18n.NonSingularStringLiteralText
|
|
||||||
$title = vsprintf( translate( $group_data['name'] ), $group_data['placeholders'] );
|
|
||||||
} else {
|
|
||||||
// phpcs:ignore WordPress.WP.I18n.LowLevelTranslationFunction,WordPress.WP.I18n.NonSingularStringLiteralText
|
|
||||||
$title = translate( $group_data['name'] );
|
|
||||||
}
|
|
||||||
|
|
||||||
echo '<h2 class="wp-people-group">' . esc_html( $title ) . "</h2>\n";
|
|
||||||
}
|
|
||||||
|
|
||||||
if ( ! empty( $group_data['shuffle'] ) ) {
|
|
||||||
shuffle( $group_data['data'] ); // We were going to sort by ability to pronounce "hierarchical," but that wouldn't be fair to Matt.
|
|
||||||
}
|
|
||||||
|
|
||||||
switch ( $group_data['type'] ) {
|
|
||||||
case 'list':
|
|
||||||
array_walk( $group_data['data'], '_wp_credits_add_profile_link', $credits['data']['profiles'] );
|
|
||||||
echo '<p class="wp-credits-list">' . wp_sprintf( '%l.', $group_data['data'] ) . "</p>\n\n";
|
|
||||||
break;
|
|
||||||
case 'libraries':
|
|
||||||
array_walk( $group_data['data'], '_wp_credits_build_object_link' );
|
|
||||||
echo '<p class="wp-credits-list">' . wp_sprintf( '%l.', $group_data['data'] ) . "</p>\n\n";
|
|
||||||
break;
|
|
||||||
default:
|
|
||||||
$compact = 'compact' == $group_data['type'];
|
|
||||||
$classes = 'wp-people-group ' . ( $compact ? 'compact' : '' );
|
|
||||||
echo '<ul class="' . $classes . '" id="wp-people-group-' . $group_slug . '">' . "\n";
|
|
||||||
foreach ( $group_data['data'] as $person_data ) {
|
|
||||||
echo '<li class="wp-person" id="wp-person-' . esc_attr( $person_data[2] ) . '">' . "\n\t";
|
|
||||||
echo '<a href="' . esc_url( sprintf( $credits['data']['profiles'], $person_data[2] ) ) . '" class="web">';
|
|
||||||
$size = 'compact' == $group_data['type'] ? 30 : 60;
|
|
||||||
$data = get_avatar_data( $person_data[1] . '@md5.gravatar.com', array( 'size' => $size ) );
|
|
||||||
$size *= 2;
|
|
||||||
$data2x = get_avatar_data( $person_data[1] . '@md5.gravatar.com', array( 'size' => $size ) );
|
|
||||||
echo '<img src="' . esc_url( $data['url'] ) . '" srcset="' . esc_url( $data2x['url'] ) . ' 2x" class="gravatar" alt="" />' . "\n";
|
|
||||||
echo esc_html( $person_data[0] ) . "</a>\n\t";
|
|
||||||
if ( ! $compact ) {
|
|
||||||
// phpcs:ignore WordPress.WP.I18n.LowLevelTranslationFunction,WordPress.WP.I18n.NonSingularStringLiteralText
|
|
||||||
echo '<span class="title">' . translate( $person_data[3] ) . "</span>\n";
|
|
||||||
}
|
|
||||||
echo "</li>\n";
|
|
||||||
}
|
|
||||||
echo "</ul>\n";
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
?>
|
?>
|
||||||
</div>
|
|
||||||
|
<hr />
|
||||||
|
|
||||||
|
<div class="about__section">
|
||||||
|
<div class="column has-subtle-background-color">
|
||||||
|
<?php wp_credits_section_title( $credits['groups']['core-developers'] ); ?>
|
||||||
|
<?php wp_credits_section_list( $credits, 'core-developers' ); ?>
|
||||||
|
<?php wp_credits_section_list( $credits, 'contributing-developers' ); ?>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<hr />
|
||||||
|
|
||||||
|
<div class="about__section">
|
||||||
|
<div class="column">
|
||||||
|
<?php wp_credits_section_title( $credits['groups']['props'] ); ?>
|
||||||
|
<?php wp_credits_section_list( $credits, 'props' ); ?>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<hr />
|
||||||
|
|
||||||
|
<?php if ( isset( $credits['groups']['translators'] ) || isset( $credits['groups']['validators'] ) ) : ?>
|
||||||
|
<div class="about__section">
|
||||||
|
<div class="column">
|
||||||
|
<?php wp_credits_section_title( $credits['groups']['validators'] ); ?>
|
||||||
|
<?php wp_credits_section_list( $credits, 'validators' ); ?>
|
||||||
|
<?php wp_credits_section_list( $credits, 'translators' ); ?>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<hr />
|
||||||
|
<?php endif; ?>
|
||||||
|
|
||||||
|
<div class="about__section">
|
||||||
|
<div class="column">
|
||||||
|
<?php wp_credits_section_title( $credits['groups']['libraries'] ); ?>
|
||||||
|
<?php wp_credits_section_list( $credits, 'libraries' ); ?>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
|
@ -141,7 +135,7 @@ return;
|
||||||
|
|
||||||
// These are strings returned by the API that we want to be translatable
|
// These are strings returned by the API that we want to be translatable
|
||||||
__( 'Project Leaders' );
|
__( 'Project Leaders' );
|
||||||
/* translators: %s: The current WordPress version number */
|
/* translators: %s: The current WordPress version number. */
|
||||||
__( 'Core Contributors to WordPress %s' );
|
__( 'Core Contributors to WordPress %s' );
|
||||||
__( 'Noteworthy Contributors' );
|
__( 'Noteworthy Contributors' );
|
||||||
__( 'Cofounder, Project Lead' );
|
__( 'Cofounder, Project Lead' );
|
||||||
|
|
|
||||||
|
|
@ -1,18 +1,642 @@
|
||||||
/*------------------------------------------------------------------------------
|
/*------------------------------------------------------------------------------
|
||||||
22.0 - About Pages
|
22.0 - About Pages
|
||||||
|
|
||||||
1.0 Global: About, Credits, Freedoms
|
1.0 Global: About, Credits, Freedoms, Privacy
|
||||||
1.1 Typography
|
1.1 Layout
|
||||||
1.2 Structure
|
1.2 Typography & Elements
|
||||||
1.3 Point Releases
|
1.3 Header
|
||||||
2.0 About Page
|
2.0 Credits Page
|
||||||
2.1 Typography
|
3.0 Freedoms Page
|
||||||
2.2 Structure
|
x.2.0 Legacy About Styles: Global
|
||||||
3.0 Credits & Freedoms Pages
|
x.2.1 Typography
|
||||||
|
x.2.2 Structure
|
||||||
|
x.2.3 Point Releases
|
||||||
|
x.3.0 Legacy About Styles: About Page
|
||||||
|
x.3.1 Typography
|
||||||
|
x.3.2 Structure
|
||||||
|
x.4.0 Legacy About Styles: Credits & Freedoms Pages
|
||||||
|
x.5.0 Legacy About Styles: Media Queries
|
||||||
------------------------------------------------------------------------------*/
|
------------------------------------------------------------------------------*/
|
||||||
|
|
||||||
|
.about__container {
|
||||||
|
/* Section backgrounds */
|
||||||
|
--background: #f4efe1;
|
||||||
|
--subtle-background: #d7d2c5;
|
||||||
|
/* Main text color */
|
||||||
|
--text: #413e38;
|
||||||
|
/* Navigation colors. */
|
||||||
|
--nav-background: #fefcf7;
|
||||||
|
--nav-color: #716d64;
|
||||||
|
/* Reds, used as accents & in header. */
|
||||||
|
--accent-1: #bd3854;
|
||||||
|
--accent-2: #5f1b29;
|
||||||
|
--accent-3: #321017;
|
||||||
|
}
|
||||||
|
|
||||||
/*------------------------------------------------------------------------------
|
/*------------------------------------------------------------------------------
|
||||||
1.0 - Global: About, Credits, Freedoms
|
1.0 - Global: About, Credits, Freedoms, Privacy
|
||||||
|
------------------------------------------------------------------------------*/
|
||||||
|
|
||||||
|
.about-php,
|
||||||
|
.credits-php,
|
||||||
|
.freedoms-php,
|
||||||
|
.privacy-php {
|
||||||
|
background: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about-php #wpcontent,
|
||||||
|
.credits-php #wpcontent,
|
||||||
|
.freedoms-php #wpcontent,
|
||||||
|
.privacy-php #wpcontent {
|
||||||
|
background: white;
|
||||||
|
padding: 0 24px;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 782px) {
|
||||||
|
.about-php.auto-fold #wpcontent,
|
||||||
|
.credits-php.auto-fold #wpcontent,
|
||||||
|
.freedoms-php.auto-fold #wpcontent,
|
||||||
|
.privacy-php.auto-fold #wpcontent {
|
||||||
|
padding-right: 24px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.about__container {
|
||||||
|
max-width: 1000px;
|
||||||
|
margin: 24px auto;
|
||||||
|
clear: both;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about__container .alignleft {
|
||||||
|
float: right;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about__container .alignright {
|
||||||
|
float: left;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about__container .aligncenter {
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about__container .is-vertically-aligned-top {
|
||||||
|
-ms-grid-row-align: start;
|
||||||
|
align-self: start;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about__container .is-vertically-aligned-center {
|
||||||
|
-ms-grid-row-align: center;
|
||||||
|
align-self: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about__container .is-vertically-aligned-bottom {
|
||||||
|
-ms-grid-row-align: end;
|
||||||
|
align-self: end;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about__section {
|
||||||
|
background: #F4EFE1;
|
||||||
|
background: var(--background);
|
||||||
|
}
|
||||||
|
|
||||||
|
.about__container .has-accent-background-color {
|
||||||
|
background-color: #BD3854;
|
||||||
|
background-color: var(--accent-1);
|
||||||
|
}
|
||||||
|
|
||||||
|
.about__container .has-subtle-background-color {
|
||||||
|
background-color: #D7D2C5;
|
||||||
|
background-color: var(--subtle-background);
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 1.1 - Layout */
|
||||||
|
|
||||||
|
.about__section {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about__section .column {
|
||||||
|
padding: 32px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about__section .column.is-edge-to-edge {
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about__section .column p:last-of-type {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about__section .is-section-header {
|
||||||
|
margin-bottom: 0;
|
||||||
|
padding: 32px 32px 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about__section.is-feature {
|
||||||
|
padding: 32px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about__section.is-feature p {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about__section.has-2-columns,
|
||||||
|
.about__section.has-3-columns,
|
||||||
|
.about__section.has-4-columns {
|
||||||
|
display: -ms-grid;
|
||||||
|
display: grid;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about__section.has-2-columns {
|
||||||
|
-ms-grid-columns: 1fr 1fr;
|
||||||
|
grid-template-columns: 1fr 1fr;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about__section.has-2-columns.is-wider-right {
|
||||||
|
-ms-grid-columns: 1fr 2fr;
|
||||||
|
grid-template-columns: 1fr 2fr;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about__section.has-2-columns.is-wider-left {
|
||||||
|
-ms-grid-columns: 2fr 1fr;
|
||||||
|
grid-template-columns: 2fr 1fr;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about__section.has-2-columns .is-section-header {
|
||||||
|
-ms-grid-column: 1;
|
||||||
|
grid-column-start: 1;
|
||||||
|
-ms-grid-column-span: 2;
|
||||||
|
grid-column-end: span 2;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about__section.has-2-columns .column:nth-of-type(2n+1) {
|
||||||
|
-ms-grid-column: 1;
|
||||||
|
grid-column-start: 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about__section.has-2-columns .column:nth-of-type(2n) {
|
||||||
|
-ms-grid-column: 2;
|
||||||
|
grid-column-start: 2;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about__section.has-3-columns {
|
||||||
|
-ms-grid-columns: (1fr)[3];
|
||||||
|
grid-template-columns: repeat(3, 1fr);
|
||||||
|
}
|
||||||
|
|
||||||
|
.about__section.has-3-columns .is-section-header {
|
||||||
|
-ms-grid-column: 1;
|
||||||
|
grid-column-start: 1;
|
||||||
|
-ms-grid-column-span: 3;
|
||||||
|
grid-column-end: span 3;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about__section.has-3-columns .column:nth-of-type(3n+1) {
|
||||||
|
-ms-grid-column: 1;
|
||||||
|
grid-column-start: 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about__section.has-3-columns .column:nth-of-type(3n+2) {
|
||||||
|
-ms-grid-column: 2;
|
||||||
|
grid-column-start: 2;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about__section.has-3-columns .column:nth-of-type(3n) {
|
||||||
|
-ms-grid-column: 3;
|
||||||
|
grid-column-start: 3;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about__section.has-4-columns {
|
||||||
|
-ms-grid-columns: (1fr)[4];
|
||||||
|
grid-template-columns: repeat(4, 1fr);
|
||||||
|
}
|
||||||
|
|
||||||
|
.about__section.has-4-columns .is-section-header {
|
||||||
|
-ms-grid-column: 1;
|
||||||
|
grid-column-start: 1;
|
||||||
|
-ms-grid-column-span: 4;
|
||||||
|
grid-column-end: span 4;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about__section.has-4-columns .column:nth-of-type(4n+1) {
|
||||||
|
-ms-grid-column: 1;
|
||||||
|
grid-column-start: 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about__section.has-4-columns .column:nth-of-type(4n+2) {
|
||||||
|
-ms-grid-column: 2;
|
||||||
|
grid-column-start: 2;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about__section.has-4-columns .column:nth-of-type(4n+3) {
|
||||||
|
-ms-grid-column: 3;
|
||||||
|
grid-column-start: 3;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about__section.has-4-columns .column:nth-of-type(4n) {
|
||||||
|
-ms-grid-column: 4;
|
||||||
|
grid-column-start: 4;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Any columns following a section header need to be expicitly put into the second row, for IE support. */
|
||||||
|
.about__section.has-2-columns .is-section-header ~ .column,
|
||||||
|
.about__section.has-3-columns .is-section-header ~ .column,
|
||||||
|
.about__section.has-4-columns .is-section-header ~ .column {
|
||||||
|
-ms-grid-row: 2;
|
||||||
|
grid-row-start: 2;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 782px) {
|
||||||
|
.about__section.has-3-columns,
|
||||||
|
.about__section.has-4-columns {
|
||||||
|
display: block;
|
||||||
|
padding-bottom: 16px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about__section.has-3-columns .column:nth-of-type(n),
|
||||||
|
.about__section.has-4-columns .column:nth-of-type(n) {
|
||||||
|
padding-top: 16px;
|
||||||
|
padding-bottom: 16px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 600px) {
|
||||||
|
.about__section.has-2-columns {
|
||||||
|
display: flex; /* This is flex, not block, so we can use order below. */
|
||||||
|
flex-wrap: wrap;
|
||||||
|
align-content: stretch;
|
||||||
|
padding-bottom: 16px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about__section.has-2-columns .column:nth-of-type(n) {
|
||||||
|
padding-top: 16px;
|
||||||
|
padding-bottom: 16px;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about__section.has-2-columns .is-edge-to-edge {
|
||||||
|
order: -1;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 1.2 - Typography & Elements */
|
||||||
|
|
||||||
|
.about__container {
|
||||||
|
line-height: 1.4;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about__container h1 {
|
||||||
|
font-size: 5em;
|
||||||
|
line-height: 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about__container h2 {
|
||||||
|
margin-top: 0;
|
||||||
|
font-size: 1.4em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about__container h3 {
|
||||||
|
margin-top: 0;
|
||||||
|
font-size: 1em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about__container p {
|
||||||
|
font-size: inherit;
|
||||||
|
line-height: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about__section a,
|
||||||
|
.about__section a:hover,
|
||||||
|
.about__section a:active,
|
||||||
|
.about__section a:focus {
|
||||||
|
color: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about__container ul {
|
||||||
|
list-style: disc;
|
||||||
|
margin-right: 16px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about__container img {
|
||||||
|
margin: 0;
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about__container .about__image {
|
||||||
|
display: -ms-grid;
|
||||||
|
display: grid;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about__container .about__image img {
|
||||||
|
max-width: 100%;
|
||||||
|
width: 100%;
|
||||||
|
height: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about__container hr {
|
||||||
|
margin: 0;
|
||||||
|
height: 32px;
|
||||||
|
border: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about__container div.updated,
|
||||||
|
.about__container div.error,
|
||||||
|
.about__container .notice {
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about__section {
|
||||||
|
font-size: 1.2em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about__section.is-feature {
|
||||||
|
font-size: 1.6em;
|
||||||
|
font-weight: 600;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 782px) {
|
||||||
|
.about__container h1 {
|
||||||
|
font-size: 4em;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 480px) {
|
||||||
|
.about__container h1 {
|
||||||
|
font-size: 3.2em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about__section.is-feature {
|
||||||
|
font-size: 1.4em;
|
||||||
|
font-weight: 500;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 1.3 - Header */
|
||||||
|
|
||||||
|
.about__header {
|
||||||
|
display: -ms-grid;
|
||||||
|
display: grid;
|
||||||
|
-ms-grid-columns: 1fr 1fr;
|
||||||
|
grid-template-columns: 1fr 1fr;
|
||||||
|
-ms-grid-rows: 1fr 1fr;
|
||||||
|
grid-template-rows: 1fr 1fr;
|
||||||
|
min-height: 28em;
|
||||||
|
max-height: 36em;
|
||||||
|
height: 90vh;
|
||||||
|
margin-bottom: 32px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about__header > div {
|
||||||
|
display: flex;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about__header > div > * {
|
||||||
|
align-self: flex-end;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about__header-title {
|
||||||
|
-ms-grid-column: 1;
|
||||||
|
grid-column: 1;
|
||||||
|
-ms-grid-row: 1;
|
||||||
|
-ms-grid-row-span: 2;
|
||||||
|
grid-row: 1/span 2;
|
||||||
|
padding: 32px;
|
||||||
|
background-color: #BD3854;
|
||||||
|
background-color: var(--accent-1);
|
||||||
|
color: white;
|
||||||
|
padding: 32px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about__header-title h1 {
|
||||||
|
padding: 0;
|
||||||
|
color: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about__header-title h1 span {
|
||||||
|
display: block;
|
||||||
|
font-weight: 600;
|
||||||
|
font-size: 1.2em;
|
||||||
|
line-height: 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about__header-badge {
|
||||||
|
-ms-grid-column: 2;
|
||||||
|
grid-column: 2;
|
||||||
|
-ms-grid-row: 1;
|
||||||
|
grid-row: 1;
|
||||||
|
background-color: #5F1B29;
|
||||||
|
background-color: var(--accent-2);
|
||||||
|
margin: 0;
|
||||||
|
padding: 32px;
|
||||||
|
justify-content: flex-end;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about__header-badge img {
|
||||||
|
align-self: flex-start;
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about__header-text {
|
||||||
|
-ms-grid-column: 2;
|
||||||
|
grid-column: 2;
|
||||||
|
-ms-grid-row: 2;
|
||||||
|
grid-row: 2;
|
||||||
|
padding: 32px;
|
||||||
|
background-color: #321017;
|
||||||
|
background-color: var(--accent-3);
|
||||||
|
color: white;
|
||||||
|
font-size: 1.5em;
|
||||||
|
line-height: 1.4;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about__header-text p {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about__header-navigation {
|
||||||
|
-ms-grid-column: 1;
|
||||||
|
-ms-grid-column-span: 2;
|
||||||
|
grid-column: 1/span 2;
|
||||||
|
-ms-grid-row: 3;
|
||||||
|
grid-row: 3;
|
||||||
|
padding-top: 0;
|
||||||
|
background: #FEFCF7;
|
||||||
|
background: var(--nav-background);
|
||||||
|
color: #716d64;
|
||||||
|
color: var(--nav-color);
|
||||||
|
border-bottom: 3px solid currentColor;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about__header-navigation .nav-tab {
|
||||||
|
margin-right: 0;
|
||||||
|
padding: 24px 32px;
|
||||||
|
font-size: 1.4em;
|
||||||
|
line-height: 1;
|
||||||
|
border-width: 0 0 3px;
|
||||||
|
border-style: solid;
|
||||||
|
border-color: transparent;
|
||||||
|
background: transparent;
|
||||||
|
color: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about__header-navigation .nav-tab:hover,
|
||||||
|
.about__header-navigation .nav-tab:active {
|
||||||
|
background-color: #F4EFE1;
|
||||||
|
background-color: var(--background);
|
||||||
|
}
|
||||||
|
|
||||||
|
.about__header-navigation .nav-tab-active {
|
||||||
|
margin-bottom: -3px;
|
||||||
|
border-width: 0 0 6px;
|
||||||
|
color: #BD3854;
|
||||||
|
color: var(--accent-1);
|
||||||
|
border-color: currentColor;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about__header-navigation .nav-tab-active:hover,
|
||||||
|
.about__header-navigation .nav-tab-active:active {
|
||||||
|
background-color: transparent;
|
||||||
|
border-color: currentColor;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 782px) {
|
||||||
|
.about__container .about__header-text {
|
||||||
|
font-size: 1.4em;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 600px) {
|
||||||
|
.about__header {
|
||||||
|
display: block;
|
||||||
|
min-height: unset;
|
||||||
|
max-height: unset;
|
||||||
|
height: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about__header-badge {
|
||||||
|
justify-content: flex-start;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about__header-navigation .nav-tab {
|
||||||
|
margin-top: 0;
|
||||||
|
margin-left: 0;
|
||||||
|
padding: 24px 16px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 480px) {
|
||||||
|
.about__header-navigation .nav-tab {
|
||||||
|
float: none;
|
||||||
|
display: block;
|
||||||
|
margin-bottom: 0;
|
||||||
|
padding: 16px 16px;
|
||||||
|
border-right-width: 3px;
|
||||||
|
border-bottom: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about__header-navigation .nav-tab-active {
|
||||||
|
border-bottom: none;
|
||||||
|
border-right-width: 3px;
|
||||||
|
background: #F4EFE1;
|
||||||
|
background: var(--background);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/*------------------------------------------------------------------------------
|
||||||
|
2.0 - Credits Page
|
||||||
|
------------------------------------------------------------------------------*/
|
||||||
|
|
||||||
|
.about__section .wp-people-group {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about__section .wp-person {
|
||||||
|
display: inline-block;
|
||||||
|
vertical-align: top;
|
||||||
|
box-sizing: border-box;
|
||||||
|
padding: 0 0 1em 1em;
|
||||||
|
height: 6em;
|
||||||
|
width: calc( 33% - 4px );
|
||||||
|
min-width: 280px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about__section .compact .wp-person {
|
||||||
|
height: auto;
|
||||||
|
width: calc( 25% - 4px );
|
||||||
|
min-width: 220px;
|
||||||
|
padding-bottom: 0.5em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about__section .wp-person .gravatar {
|
||||||
|
float: right;
|
||||||
|
margin: -4px 0 0.85em 0.85em;
|
||||||
|
padding: 1px;
|
||||||
|
width: 80px;
|
||||||
|
height: 80px;
|
||||||
|
border-radius: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about__section .compact .wp-person .gravatar {
|
||||||
|
width: 40px;
|
||||||
|
height: 40px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about__section .wp-person .web {
|
||||||
|
font-size: 1.4em;
|
||||||
|
font-weight: 600;
|
||||||
|
text-decoration: none;
|
||||||
|
color: #413E38;
|
||||||
|
color: var(--text);
|
||||||
|
}
|
||||||
|
|
||||||
|
.about__section .wp-person .web:hover {
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about__section .compact .wp-person .web {
|
||||||
|
font-size: 1.2em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about__section .wp-person .title {
|
||||||
|
display: block;
|
||||||
|
margin-top: 0.5em;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 480px) {
|
||||||
|
.about__section .wp-person {
|
||||||
|
min-width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about__section .wp-person .gravatar {
|
||||||
|
width: 60px;
|
||||||
|
height: 60px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about__section .wp-person .web {
|
||||||
|
font-size: 1em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about__section .compact .wp-person .web {
|
||||||
|
font-size: 1em;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/*------------------------------------------------------------------------------
|
||||||
|
3.0 - Freedoms Page
|
||||||
|
------------------------------------------------------------------------------*/
|
||||||
|
|
||||||
|
.about__section .column .freedoms-image {
|
||||||
|
margin-bottom: 1em;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/*------------------------------------------------------------------------------
|
||||||
|
x.2.0 - Legacy About Styles: Global
|
||||||
------------------------------------------------------------------------------*/
|
------------------------------------------------------------------------------*/
|
||||||
|
|
||||||
.about-wrap {
|
.about-wrap {
|
||||||
|
|
@ -98,7 +722,7 @@
|
||||||
line-height: 1.33333333;
|
line-height: 1.33333333;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* 1.1 - Typography */
|
/* x.2.1 - Typography */
|
||||||
|
|
||||||
.about-wrap h1 {
|
.about-wrap h1 {
|
||||||
margin: 0.2em 0 0 200px;
|
margin: 0.2em 0 0 200px;
|
||||||
|
|
@ -110,7 +734,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.about-wrap h2 {
|
.about-wrap h2 {
|
||||||
margin: 40px 0 .6em;
|
margin: 40px 0 0.6em;
|
||||||
font-size: 2.7em;
|
font-size: 2.7em;
|
||||||
line-height: 1.3;
|
line-height: 1.3;
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
|
|
@ -118,7 +742,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.about-wrap h3 {
|
.about-wrap h3 {
|
||||||
margin: 1.25em 0 .6em;
|
margin: 1.25em 0 0.6em;
|
||||||
font-size: 1.4em;
|
font-size: 1.4em;
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
}
|
}
|
||||||
|
|
@ -159,7 +783,7 @@
|
||||||
color: #555d66;
|
color: #555d66;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* 1.2 - Structure */
|
/* x.2.2 - Structure */
|
||||||
|
|
||||||
.about-wrap .has-1-columns,
|
.about-wrap .has-1-columns,
|
||||||
.about-wrap .has-2-columns,
|
.about-wrap .has-2-columns,
|
||||||
|
|
@ -281,18 +905,21 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.about-wrap .is-vertically-aligned-top {
|
.about-wrap .is-vertically-aligned-top {
|
||||||
|
-ms-grid-row-align: start;
|
||||||
align-self: start;
|
align-self: start;
|
||||||
}
|
}
|
||||||
|
|
||||||
.about-wrap .is-vertically-aligned-center {
|
.about-wrap .is-vertically-aligned-center {
|
||||||
|
-ms-grid-row-align: center;
|
||||||
align-self: center;
|
align-self: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.about-wrap .is-vertically-aligned-bottom {
|
.about-wrap .is-vertically-aligned-bottom {
|
||||||
|
-ms-grid-row-align: end;
|
||||||
align-self: end;
|
align-self: end;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* 1.3 - Point Releases */
|
/* x.2.3 - Point Releases */
|
||||||
|
|
||||||
.about-wrap .point-releases {
|
.about-wrap .point-releases {
|
||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
|
|
@ -316,10 +943,10 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
/*------------------------------------------------------------------------------
|
/*------------------------------------------------------------------------------
|
||||||
2.0 - About Page
|
x.3.0 - Legacy About Styles: About Page
|
||||||
------------------------------------------------------------------------------*/
|
------------------------------------------------------------------------------*/
|
||||||
|
|
||||||
/* 2.1 - Typography */
|
/* x.3.1 - Typography */
|
||||||
|
|
||||||
.about-wrap .lead-description {
|
.about-wrap .lead-description {
|
||||||
font-size: 1.5em;
|
font-size: 1.5em;
|
||||||
|
|
@ -330,7 +957,7 @@
|
||||||
margin-top: 0.6em;
|
margin-top: 0.6em;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* 2.2 - Structure */
|
/* x.3.2 - Structure */
|
||||||
|
|
||||||
.about-wrap .headline-feature {
|
.about-wrap .headline-feature {
|
||||||
margin: 0 auto 40px;
|
margin: 0 auto 40px;
|
||||||
|
|
@ -360,7 +987,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
/*------------------------------------------------------------------------------
|
/*------------------------------------------------------------------------------
|
||||||
3.0 - Credits & Freedoms Pages
|
x.4.0 - Legacy About Styles: Credits & Freedoms Pages
|
||||||
------------------------------------------------------------------------------*/
|
------------------------------------------------------------------------------*/
|
||||||
|
|
||||||
/* Credits */
|
/* Credits */
|
||||||
|
|
@ -471,7 +1098,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
/*------------------------------------------------------------------------------
|
/*------------------------------------------------------------------------------
|
||||||
4.0 - Media Queries
|
x.5.0 - Legacy About Styles: Media Queries
|
||||||
------------------------------------------------------------------------------*/
|
------------------------------------------------------------------------------*/
|
||||||
|
|
||||||
@media screen and (max-width: 782px) {
|
@media screen and (max-width: 782px) {
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -1,18 +1,642 @@
|
||||||
/*------------------------------------------------------------------------------
|
/*------------------------------------------------------------------------------
|
||||||
22.0 - About Pages
|
22.0 - About Pages
|
||||||
|
|
||||||
1.0 Global: About, Credits, Freedoms
|
1.0 Global: About, Credits, Freedoms, Privacy
|
||||||
1.1 Typography
|
1.1 Layout
|
||||||
1.2 Structure
|
1.2 Typography & Elements
|
||||||
1.3 Point Releases
|
1.3 Header
|
||||||
2.0 About Page
|
2.0 Credits Page
|
||||||
2.1 Typography
|
3.0 Freedoms Page
|
||||||
2.2 Structure
|
x.2.0 Legacy About Styles: Global
|
||||||
3.0 Credits & Freedoms Pages
|
x.2.1 Typography
|
||||||
|
x.2.2 Structure
|
||||||
|
x.2.3 Point Releases
|
||||||
|
x.3.0 Legacy About Styles: About Page
|
||||||
|
x.3.1 Typography
|
||||||
|
x.3.2 Structure
|
||||||
|
x.4.0 Legacy About Styles: Credits & Freedoms Pages
|
||||||
|
x.5.0 Legacy About Styles: Media Queries
|
||||||
------------------------------------------------------------------------------*/
|
------------------------------------------------------------------------------*/
|
||||||
|
|
||||||
|
.about__container {
|
||||||
|
/* Section backgrounds */
|
||||||
|
--background: #f4efe1;
|
||||||
|
--subtle-background: #d7d2c5;
|
||||||
|
/* Main text color */
|
||||||
|
--text: #413e38;
|
||||||
|
/* Navigation colors. */
|
||||||
|
--nav-background: #fefcf7;
|
||||||
|
--nav-color: #716d64;
|
||||||
|
/* Reds, used as accents & in header. */
|
||||||
|
--accent-1: #bd3854;
|
||||||
|
--accent-2: #5f1b29;
|
||||||
|
--accent-3: #321017;
|
||||||
|
}
|
||||||
|
|
||||||
/*------------------------------------------------------------------------------
|
/*------------------------------------------------------------------------------
|
||||||
1.0 - Global: About, Credits, Freedoms
|
1.0 - Global: About, Credits, Freedoms, Privacy
|
||||||
|
------------------------------------------------------------------------------*/
|
||||||
|
|
||||||
|
.about-php,
|
||||||
|
.credits-php,
|
||||||
|
.freedoms-php,
|
||||||
|
.privacy-php {
|
||||||
|
background: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about-php #wpcontent,
|
||||||
|
.credits-php #wpcontent,
|
||||||
|
.freedoms-php #wpcontent,
|
||||||
|
.privacy-php #wpcontent {
|
||||||
|
background: white;
|
||||||
|
padding: 0 24px;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 782px) {
|
||||||
|
.about-php.auto-fold #wpcontent,
|
||||||
|
.credits-php.auto-fold #wpcontent,
|
||||||
|
.freedoms-php.auto-fold #wpcontent,
|
||||||
|
.privacy-php.auto-fold #wpcontent {
|
||||||
|
padding-left: 24px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.about__container {
|
||||||
|
max-width: 1000px;
|
||||||
|
margin: 24px auto;
|
||||||
|
clear: both;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about__container .alignleft {
|
||||||
|
float: left;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about__container .alignright {
|
||||||
|
float: right;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about__container .aligncenter {
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about__container .is-vertically-aligned-top {
|
||||||
|
-ms-grid-row-align: start;
|
||||||
|
align-self: start;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about__container .is-vertically-aligned-center {
|
||||||
|
-ms-grid-row-align: center;
|
||||||
|
align-self: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about__container .is-vertically-aligned-bottom {
|
||||||
|
-ms-grid-row-align: end;
|
||||||
|
align-self: end;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about__section {
|
||||||
|
background: #F4EFE1;
|
||||||
|
background: var(--background);
|
||||||
|
}
|
||||||
|
|
||||||
|
.about__container .has-accent-background-color {
|
||||||
|
background-color: #BD3854;
|
||||||
|
background-color: var(--accent-1);
|
||||||
|
}
|
||||||
|
|
||||||
|
.about__container .has-subtle-background-color {
|
||||||
|
background-color: #D7D2C5;
|
||||||
|
background-color: var(--subtle-background);
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 1.1 - Layout */
|
||||||
|
|
||||||
|
.about__section {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about__section .column {
|
||||||
|
padding: 32px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about__section .column.is-edge-to-edge {
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about__section .column p:last-of-type {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about__section .is-section-header {
|
||||||
|
margin-bottom: 0;
|
||||||
|
padding: 32px 32px 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about__section.is-feature {
|
||||||
|
padding: 32px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about__section.is-feature p {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about__section.has-2-columns,
|
||||||
|
.about__section.has-3-columns,
|
||||||
|
.about__section.has-4-columns {
|
||||||
|
display: -ms-grid;
|
||||||
|
display: grid;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about__section.has-2-columns {
|
||||||
|
-ms-grid-columns: 1fr 1fr;
|
||||||
|
grid-template-columns: 1fr 1fr;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about__section.has-2-columns.is-wider-right {
|
||||||
|
-ms-grid-columns: 1fr 2fr;
|
||||||
|
grid-template-columns: 1fr 2fr;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about__section.has-2-columns.is-wider-left {
|
||||||
|
-ms-grid-columns: 2fr 1fr;
|
||||||
|
grid-template-columns: 2fr 1fr;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about__section.has-2-columns .is-section-header {
|
||||||
|
-ms-grid-column: 1;
|
||||||
|
grid-column-start: 1;
|
||||||
|
-ms-grid-column-span: 2;
|
||||||
|
grid-column-end: span 2;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about__section.has-2-columns .column:nth-of-type(2n+1) {
|
||||||
|
-ms-grid-column: 1;
|
||||||
|
grid-column-start: 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about__section.has-2-columns .column:nth-of-type(2n) {
|
||||||
|
-ms-grid-column: 2;
|
||||||
|
grid-column-start: 2;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about__section.has-3-columns {
|
||||||
|
-ms-grid-columns: (1fr)[3];
|
||||||
|
grid-template-columns: repeat(3, 1fr);
|
||||||
|
}
|
||||||
|
|
||||||
|
.about__section.has-3-columns .is-section-header {
|
||||||
|
-ms-grid-column: 1;
|
||||||
|
grid-column-start: 1;
|
||||||
|
-ms-grid-column-span: 3;
|
||||||
|
grid-column-end: span 3;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about__section.has-3-columns .column:nth-of-type(3n+1) {
|
||||||
|
-ms-grid-column: 1;
|
||||||
|
grid-column-start: 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about__section.has-3-columns .column:nth-of-type(3n+2) {
|
||||||
|
-ms-grid-column: 2;
|
||||||
|
grid-column-start: 2;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about__section.has-3-columns .column:nth-of-type(3n) {
|
||||||
|
-ms-grid-column: 3;
|
||||||
|
grid-column-start: 3;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about__section.has-4-columns {
|
||||||
|
-ms-grid-columns: (1fr)[4];
|
||||||
|
grid-template-columns: repeat(4, 1fr);
|
||||||
|
}
|
||||||
|
|
||||||
|
.about__section.has-4-columns .is-section-header {
|
||||||
|
-ms-grid-column: 1;
|
||||||
|
grid-column-start: 1;
|
||||||
|
-ms-grid-column-span: 4;
|
||||||
|
grid-column-end: span 4;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about__section.has-4-columns .column:nth-of-type(4n+1) {
|
||||||
|
-ms-grid-column: 1;
|
||||||
|
grid-column-start: 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about__section.has-4-columns .column:nth-of-type(4n+2) {
|
||||||
|
-ms-grid-column: 2;
|
||||||
|
grid-column-start: 2;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about__section.has-4-columns .column:nth-of-type(4n+3) {
|
||||||
|
-ms-grid-column: 3;
|
||||||
|
grid-column-start: 3;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about__section.has-4-columns .column:nth-of-type(4n) {
|
||||||
|
-ms-grid-column: 4;
|
||||||
|
grid-column-start: 4;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Any columns following a section header need to be expicitly put into the second row, for IE support. */
|
||||||
|
.about__section.has-2-columns .is-section-header ~ .column,
|
||||||
|
.about__section.has-3-columns .is-section-header ~ .column,
|
||||||
|
.about__section.has-4-columns .is-section-header ~ .column {
|
||||||
|
-ms-grid-row: 2;
|
||||||
|
grid-row-start: 2;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 782px) {
|
||||||
|
.about__section.has-3-columns,
|
||||||
|
.about__section.has-4-columns {
|
||||||
|
display: block;
|
||||||
|
padding-bottom: 16px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about__section.has-3-columns .column:nth-of-type(n),
|
||||||
|
.about__section.has-4-columns .column:nth-of-type(n) {
|
||||||
|
padding-top: 16px;
|
||||||
|
padding-bottom: 16px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 600px) {
|
||||||
|
.about__section.has-2-columns {
|
||||||
|
display: flex; /* This is flex, not block, so we can use order below. */
|
||||||
|
flex-wrap: wrap;
|
||||||
|
align-content: stretch;
|
||||||
|
padding-bottom: 16px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about__section.has-2-columns .column:nth-of-type(n) {
|
||||||
|
padding-top: 16px;
|
||||||
|
padding-bottom: 16px;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about__section.has-2-columns .is-edge-to-edge {
|
||||||
|
order: -1;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 1.2 - Typography & Elements */
|
||||||
|
|
||||||
|
.about__container {
|
||||||
|
line-height: 1.4;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about__container h1 {
|
||||||
|
font-size: 5em;
|
||||||
|
line-height: 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about__container h2 {
|
||||||
|
margin-top: 0;
|
||||||
|
font-size: 1.4em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about__container h3 {
|
||||||
|
margin-top: 0;
|
||||||
|
font-size: 1em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about__container p {
|
||||||
|
font-size: inherit;
|
||||||
|
line-height: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about__section a,
|
||||||
|
.about__section a:hover,
|
||||||
|
.about__section a:active,
|
||||||
|
.about__section a:focus {
|
||||||
|
color: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about__container ul {
|
||||||
|
list-style: disc;
|
||||||
|
margin-left: 16px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about__container img {
|
||||||
|
margin: 0;
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about__container .about__image {
|
||||||
|
display: -ms-grid;
|
||||||
|
display: grid;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about__container .about__image img {
|
||||||
|
max-width: 100%;
|
||||||
|
width: 100%;
|
||||||
|
height: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about__container hr {
|
||||||
|
margin: 0;
|
||||||
|
height: 32px;
|
||||||
|
border: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about__container div.updated,
|
||||||
|
.about__container div.error,
|
||||||
|
.about__container .notice {
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about__section {
|
||||||
|
font-size: 1.2em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about__section.is-feature {
|
||||||
|
font-size: 1.6em;
|
||||||
|
font-weight: 600;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 782px) {
|
||||||
|
.about__container h1 {
|
||||||
|
font-size: 4em;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 480px) {
|
||||||
|
.about__container h1 {
|
||||||
|
font-size: 3.2em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about__section.is-feature {
|
||||||
|
font-size: 1.4em;
|
||||||
|
font-weight: 500;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 1.3 - Header */
|
||||||
|
|
||||||
|
.about__header {
|
||||||
|
display: -ms-grid;
|
||||||
|
display: grid;
|
||||||
|
-ms-grid-columns: 1fr 1fr;
|
||||||
|
grid-template-columns: 1fr 1fr;
|
||||||
|
-ms-grid-rows: 1fr 1fr;
|
||||||
|
grid-template-rows: 1fr 1fr;
|
||||||
|
min-height: 28em;
|
||||||
|
max-height: 36em;
|
||||||
|
height: 90vh;
|
||||||
|
margin-bottom: 32px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about__header > div {
|
||||||
|
display: flex;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about__header > div > * {
|
||||||
|
align-self: flex-end;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about__header-title {
|
||||||
|
-ms-grid-column: 1;
|
||||||
|
grid-column: 1;
|
||||||
|
-ms-grid-row: 1;
|
||||||
|
-ms-grid-row-span: 2;
|
||||||
|
grid-row: 1/span 2;
|
||||||
|
padding: 32px;
|
||||||
|
background-color: #BD3854;
|
||||||
|
background-color: var(--accent-1);
|
||||||
|
color: white;
|
||||||
|
padding: 32px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about__header-title h1 {
|
||||||
|
padding: 0;
|
||||||
|
color: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about__header-title h1 span {
|
||||||
|
display: block;
|
||||||
|
font-weight: 600;
|
||||||
|
font-size: 1.2em;
|
||||||
|
line-height: 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about__header-badge {
|
||||||
|
-ms-grid-column: 2;
|
||||||
|
grid-column: 2;
|
||||||
|
-ms-grid-row: 1;
|
||||||
|
grid-row: 1;
|
||||||
|
background-color: #5F1B29;
|
||||||
|
background-color: var(--accent-2);
|
||||||
|
margin: 0;
|
||||||
|
padding: 32px;
|
||||||
|
justify-content: flex-end;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about__header-badge img {
|
||||||
|
align-self: flex-start;
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about__header-text {
|
||||||
|
-ms-grid-column: 2;
|
||||||
|
grid-column: 2;
|
||||||
|
-ms-grid-row: 2;
|
||||||
|
grid-row: 2;
|
||||||
|
padding: 32px;
|
||||||
|
background-color: #321017;
|
||||||
|
background-color: var(--accent-3);
|
||||||
|
color: white;
|
||||||
|
font-size: 1.5em;
|
||||||
|
line-height: 1.4;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about__header-text p {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about__header-navigation {
|
||||||
|
-ms-grid-column: 1;
|
||||||
|
-ms-grid-column-span: 2;
|
||||||
|
grid-column: 1/span 2;
|
||||||
|
-ms-grid-row: 3;
|
||||||
|
grid-row: 3;
|
||||||
|
padding-top: 0;
|
||||||
|
background: #FEFCF7;
|
||||||
|
background: var(--nav-background);
|
||||||
|
color: #716d64;
|
||||||
|
color: var(--nav-color);
|
||||||
|
border-bottom: 3px solid currentColor;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about__header-navigation .nav-tab {
|
||||||
|
margin-left: 0;
|
||||||
|
padding: 24px 32px;
|
||||||
|
font-size: 1.4em;
|
||||||
|
line-height: 1;
|
||||||
|
border-width: 0 0 3px;
|
||||||
|
border-style: solid;
|
||||||
|
border-color: transparent;
|
||||||
|
background: transparent;
|
||||||
|
color: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about__header-navigation .nav-tab:hover,
|
||||||
|
.about__header-navigation .nav-tab:active {
|
||||||
|
background-color: #F4EFE1;
|
||||||
|
background-color: var(--background);
|
||||||
|
}
|
||||||
|
|
||||||
|
.about__header-navigation .nav-tab-active {
|
||||||
|
margin-bottom: -3px;
|
||||||
|
border-width: 0 0 6px;
|
||||||
|
color: #BD3854;
|
||||||
|
color: var(--accent-1);
|
||||||
|
border-color: currentColor;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about__header-navigation .nav-tab-active:hover,
|
||||||
|
.about__header-navigation .nav-tab-active:active {
|
||||||
|
background-color: transparent;
|
||||||
|
border-color: currentColor;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 782px) {
|
||||||
|
.about__container .about__header-text {
|
||||||
|
font-size: 1.4em;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 600px) {
|
||||||
|
.about__header {
|
||||||
|
display: block;
|
||||||
|
min-height: unset;
|
||||||
|
max-height: unset;
|
||||||
|
height: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about__header-badge {
|
||||||
|
justify-content: flex-start;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about__header-navigation .nav-tab {
|
||||||
|
margin-top: 0;
|
||||||
|
margin-right: 0;
|
||||||
|
padding: 24px 16px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 480px) {
|
||||||
|
.about__header-navigation .nav-tab {
|
||||||
|
float: none;
|
||||||
|
display: block;
|
||||||
|
margin-bottom: 0;
|
||||||
|
padding: 16px 16px;
|
||||||
|
border-left-width: 3px;
|
||||||
|
border-bottom: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about__header-navigation .nav-tab-active {
|
||||||
|
border-bottom: none;
|
||||||
|
border-left-width: 3px;
|
||||||
|
background: #F4EFE1;
|
||||||
|
background: var(--background);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/*------------------------------------------------------------------------------
|
||||||
|
2.0 - Credits Page
|
||||||
|
------------------------------------------------------------------------------*/
|
||||||
|
|
||||||
|
.about__section .wp-people-group {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about__section .wp-person {
|
||||||
|
display: inline-block;
|
||||||
|
vertical-align: top;
|
||||||
|
box-sizing: border-box;
|
||||||
|
padding: 0 1em 1em 0;
|
||||||
|
height: 6em;
|
||||||
|
width: calc( 33% - 4px );
|
||||||
|
min-width: 280px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about__section .compact .wp-person {
|
||||||
|
height: auto;
|
||||||
|
width: calc( 25% - 4px );
|
||||||
|
min-width: 220px;
|
||||||
|
padding-bottom: 0.5em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about__section .wp-person .gravatar {
|
||||||
|
float: left;
|
||||||
|
margin: -4px 0.85em 0.85em 0;
|
||||||
|
padding: 1px;
|
||||||
|
width: 80px;
|
||||||
|
height: 80px;
|
||||||
|
border-radius: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about__section .compact .wp-person .gravatar {
|
||||||
|
width: 40px;
|
||||||
|
height: 40px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about__section .wp-person .web {
|
||||||
|
font-size: 1.4em;
|
||||||
|
font-weight: 600;
|
||||||
|
text-decoration: none;
|
||||||
|
color: #413E38;
|
||||||
|
color: var(--text);
|
||||||
|
}
|
||||||
|
|
||||||
|
.about__section .wp-person .web:hover {
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about__section .compact .wp-person .web {
|
||||||
|
font-size: 1.2em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about__section .wp-person .title {
|
||||||
|
display: block;
|
||||||
|
margin-top: 0.5em;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 480px) {
|
||||||
|
.about__section .wp-person {
|
||||||
|
min-width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about__section .wp-person .gravatar {
|
||||||
|
width: 60px;
|
||||||
|
height: 60px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about__section .wp-person .web {
|
||||||
|
font-size: 1em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about__section .compact .wp-person .web {
|
||||||
|
font-size: 1em;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/*------------------------------------------------------------------------------
|
||||||
|
3.0 - Freedoms Page
|
||||||
|
------------------------------------------------------------------------------*/
|
||||||
|
|
||||||
|
.about__section .column .freedoms-image {
|
||||||
|
margin-bottom: 1em;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/*------------------------------------------------------------------------------
|
||||||
|
x.2.0 - Legacy About Styles: Global
|
||||||
------------------------------------------------------------------------------*/
|
------------------------------------------------------------------------------*/
|
||||||
|
|
||||||
.about-wrap {
|
.about-wrap {
|
||||||
|
|
@ -98,7 +722,7 @@
|
||||||
line-height: 1.33333333;
|
line-height: 1.33333333;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* 1.1 - Typography */
|
/* x.2.1 - Typography */
|
||||||
|
|
||||||
.about-wrap h1 {
|
.about-wrap h1 {
|
||||||
margin: 0.2em 200px 0 0;
|
margin: 0.2em 200px 0 0;
|
||||||
|
|
@ -110,7 +734,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.about-wrap h2 {
|
.about-wrap h2 {
|
||||||
margin: 40px 0 .6em;
|
margin: 40px 0 0.6em;
|
||||||
font-size: 2.7em;
|
font-size: 2.7em;
|
||||||
line-height: 1.3;
|
line-height: 1.3;
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
|
|
@ -118,7 +742,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.about-wrap h3 {
|
.about-wrap h3 {
|
||||||
margin: 1.25em 0 .6em;
|
margin: 1.25em 0 0.6em;
|
||||||
font-size: 1.4em;
|
font-size: 1.4em;
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
}
|
}
|
||||||
|
|
@ -159,7 +783,7 @@
|
||||||
color: #555d66;
|
color: #555d66;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* 1.2 - Structure */
|
/* x.2.2 - Structure */
|
||||||
|
|
||||||
.about-wrap .has-1-columns,
|
.about-wrap .has-1-columns,
|
||||||
.about-wrap .has-2-columns,
|
.about-wrap .has-2-columns,
|
||||||
|
|
@ -281,18 +905,21 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.about-wrap .is-vertically-aligned-top {
|
.about-wrap .is-vertically-aligned-top {
|
||||||
|
-ms-grid-row-align: start;
|
||||||
align-self: start;
|
align-self: start;
|
||||||
}
|
}
|
||||||
|
|
||||||
.about-wrap .is-vertically-aligned-center {
|
.about-wrap .is-vertically-aligned-center {
|
||||||
|
-ms-grid-row-align: center;
|
||||||
align-self: center;
|
align-self: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.about-wrap .is-vertically-aligned-bottom {
|
.about-wrap .is-vertically-aligned-bottom {
|
||||||
|
-ms-grid-row-align: end;
|
||||||
align-self: end;
|
align-self: end;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* 1.3 - Point Releases */
|
/* x.2.3 - Point Releases */
|
||||||
|
|
||||||
.about-wrap .point-releases {
|
.about-wrap .point-releases {
|
||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
|
|
@ -316,10 +943,10 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
/*------------------------------------------------------------------------------
|
/*------------------------------------------------------------------------------
|
||||||
2.0 - About Page
|
x.3.0 - Legacy About Styles: About Page
|
||||||
------------------------------------------------------------------------------*/
|
------------------------------------------------------------------------------*/
|
||||||
|
|
||||||
/* 2.1 - Typography */
|
/* x.3.1 - Typography */
|
||||||
|
|
||||||
.about-wrap .lead-description {
|
.about-wrap .lead-description {
|
||||||
font-size: 1.5em;
|
font-size: 1.5em;
|
||||||
|
|
@ -330,7 +957,7 @@
|
||||||
margin-top: 0.6em;
|
margin-top: 0.6em;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* 2.2 - Structure */
|
/* x.3.2 - Structure */
|
||||||
|
|
||||||
.about-wrap .headline-feature {
|
.about-wrap .headline-feature {
|
||||||
margin: 0 auto 40px;
|
margin: 0 auto 40px;
|
||||||
|
|
@ -360,7 +987,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
/*------------------------------------------------------------------------------
|
/*------------------------------------------------------------------------------
|
||||||
3.0 - Credits & Freedoms Pages
|
x.4.0 - Legacy About Styles: Credits & Freedoms Pages
|
||||||
------------------------------------------------------------------------------*/
|
------------------------------------------------------------------------------*/
|
||||||
|
|
||||||
/* Credits */
|
/* Credits */
|
||||||
|
|
@ -471,7 +1098,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
/*------------------------------------------------------------------------------
|
/*------------------------------------------------------------------------------
|
||||||
4.0 - Media Queries
|
x.5.0 - Legacy About Styles: Media Queries
|
||||||
------------------------------------------------------------------------------*/
|
------------------------------------------------------------------------------*/
|
||||||
|
|
||||||
@media screen and (max-width: 782px) {
|
@media screen and (max-width: 782px) {
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -167,6 +167,10 @@
|
||||||
#adminmenu .wp-submenu a {
|
#adminmenu .wp-submenu a {
|
||||||
color: #b4b9be;
|
color: #b4b9be;
|
||||||
color: rgba(240, 245, 250, 0.7);
|
color: rgba(240, 245, 250, 0.7);
|
||||||
|
font-size: 13px;
|
||||||
|
line-height: 1.4;
|
||||||
|
margin: 0;
|
||||||
|
padding: 5px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#adminmenu .wp-submenu a:hover,
|
#adminmenu .wp-submenu a:hover,
|
||||||
|
|
@ -278,13 +282,6 @@
|
||||||
width: auto;
|
width: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
#adminmenu .wp-submenu a {
|
|
||||||
font-size: 13px;
|
|
||||||
line-height: 1.4;
|
|
||||||
margin: 0;
|
|
||||||
padding: 5px 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu .wp-submenu li.current,
|
#adminmenu .wp-submenu li.current,
|
||||||
#adminmenu .wp-submenu li.current a,
|
#adminmenu .wp-submenu li.current a,
|
||||||
#adminmenu .opensub .wp-submenu li.current a,
|
#adminmenu .opensub .wp-submenu li.current a,
|
||||||
|
|
@ -765,6 +762,10 @@ li#wp-admin-bar-menu-toggle {
|
||||||
z-index: 100;
|
z-index: 100;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.auto-fold #adminmenuback {
|
||||||
|
position: fixed;
|
||||||
|
}
|
||||||
|
|
||||||
.auto-fold #adminmenuback,
|
.auto-fold #adminmenuback,
|
||||||
.auto-fold #adminmenuwrap {
|
.auto-fold #adminmenuwrap {
|
||||||
display: none;
|
display: none;
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -167,6 +167,10 @@
|
||||||
#adminmenu .wp-submenu a {
|
#adminmenu .wp-submenu a {
|
||||||
color: #b4b9be;
|
color: #b4b9be;
|
||||||
color: rgba(240, 245, 250, 0.7);
|
color: rgba(240, 245, 250, 0.7);
|
||||||
|
font-size: 13px;
|
||||||
|
line-height: 1.4;
|
||||||
|
margin: 0;
|
||||||
|
padding: 5px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#adminmenu .wp-submenu a:hover,
|
#adminmenu .wp-submenu a:hover,
|
||||||
|
|
@ -278,13 +282,6 @@
|
||||||
width: auto;
|
width: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
#adminmenu .wp-submenu a {
|
|
||||||
font-size: 13px;
|
|
||||||
line-height: 1.4;
|
|
||||||
margin: 0;
|
|
||||||
padding: 5px 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu .wp-submenu li.current,
|
#adminmenu .wp-submenu li.current,
|
||||||
#adminmenu .wp-submenu li.current a,
|
#adminmenu .wp-submenu li.current a,
|
||||||
#adminmenu .opensub .wp-submenu li.current a,
|
#adminmenu .opensub .wp-submenu li.current a,
|
||||||
|
|
@ -765,6 +762,10 @@ li#wp-admin-bar-menu-toggle {
|
||||||
z-index: 100;
|
z-index: 100;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.auto-fold #adminmenuback {
|
||||||
|
position: fixed;
|
||||||
|
}
|
||||||
|
|
||||||
.auto-fold #adminmenuback,
|
.auto-fold #adminmenuback,
|
||||||
.auto-fold #adminmenuwrap {
|
.auto-fold #adminmenuwrap {
|
||||||
display: none;
|
display: none;
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -10,7 +10,7 @@
|
||||||
|
|
||||||
/* Needs higher specificiity. */
|
/* Needs higher specificiity. */
|
||||||
.wp-picker-container .wp-color-result.button {
|
.wp-picker-container .wp-color-result.button {
|
||||||
height: 24px;
|
min-height: 28px;
|
||||||
margin: 0 0px 6px 6px;
|
margin: 0 0px 6px 6px;
|
||||||
padding: 0 30px 0 0;
|
padding: 0 30px 0 0;
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
|
|
@ -22,7 +22,7 @@
|
||||||
border-right: 1px solid #ccc;
|
border-right: 1px solid #ccc;
|
||||||
color: #555;
|
color: #555;
|
||||||
display: block;
|
display: block;
|
||||||
line-height: 2;
|
line-height: 2.36363636; /* 26px */
|
||||||
padding: 0 6px;
|
padding: 0 6px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
@ -70,9 +70,10 @@
|
||||||
margin: 0 !important;
|
margin: 0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-picker-input-wrap .button,
|
.wp-picker-input-wrap .button.wp-picker-default,
|
||||||
.wp-customizer .wp-picker-input-wrap .button {
|
.wp-customizer .wp-picker-input-wrap .button.wp-picker-default {
|
||||||
margin-right: 6px;
|
margin-right: 6px;
|
||||||
|
padding: 2px 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-picker-container .iris-square-slider .ui-slider-handle:focus {
|
.wp-picker-container .iris-square-slider .ui-slider-handle:focus {
|
||||||
|
|
@ -89,9 +90,11 @@
|
||||||
width: 65px;
|
width: 65px;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
line-height: 1.4;
|
line-height: 1.33333333; /* 16px */
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
padding: 5px;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
|
min-height: 28px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-color-picker::-webkit-input-placeholder {
|
.wp-color-picker::-webkit-input-placeholder {
|
||||||
|
|
|
||||||
|
|
@ -1,2 +1,2 @@
|
||||||
/*! This file is auto-generated */
|
/*! This file is auto-generated */
|
||||||
.wp-color-picker{width:80px;direction:ltr}.wp-picker-container .hidden{display:none}.wp-picker-container .wp-color-result.button{height:24px;margin:0 0 6px 6px;padding:0 30px 0 0;font-size:11px}.wp-color-result-text{background:#f7f7f7;border-radius:2px 0 0 2px;border-right:1px solid #ccc;color:#555;display:block;line-height:2;padding:0 6px;text-align:center}.wp-color-result:focus,.wp-color-result:hover{background:#fafafa;border-color:#999;color:#23282d}.wp-color-result:focus:after,.wp-color-result:hover:after{color:#23282d;border-color:#a0a5aa;border-right:1px solid #999}.wp-picker-container{display:inline-block}.wp-color-result:focus{border-color:#5b9dd9;box-shadow:0 0 3px rgba(0,115,170,.8)}.wp-color-result:active{transform:none!important}.wp-picker-open+.wp-picker-input-wrap{display:inline-block;vertical-align:top}.wp-picker-input-wrap label{display:inline-block;vertical-align:top}.form-table .wp-picker-input-wrap label{margin:0!important}.wp-customizer .wp-picker-input-wrap .button,.wp-picker-input-wrap .button{margin-right:6px}.wp-picker-container .iris-square-slider .ui-slider-handle:focus{background-color:#555}.wp-picker-container .iris-picker{border-radius:0;border-color:#ddd;margin-top:6px}.wp-picker-container input[type=text].wp-color-picker{width:65px;font-size:12px;font-family:monospace;line-height:1.4;margin:0;vertical-align:top}.wp-color-picker::-webkit-input-placeholder{color:#72777c}.wp-color-picker::-moz-placeholder{color:#72777c;opacity:1}.wp-color-picker:-ms-input-placeholder{color:#72777c}.wp-picker-container input[type=text].iris-error{background-color:#ffebe8;border-color:#c00;color:#000}.iris-picker .iris-strip .ui-slider-handle:focus,.iris-picker .ui-square-handle:focus{box-shadow:0 0 0 1px #5b9dd9,0 0 2px 1px rgba(30,140,190,.8)}.iris-picker .iris-palette:focus{box-shadow:inset 0 0 5px rgba(0,0,0,.4),0 0 0 1px #5b9dd9,0 0 2px 1px rgba(30,140,190,.8)}@media screen and (max-width:782px){.wp-picker-container input[type=text].wp-color-picker{width:80px;padding:6px 5px 5px;font-size:16px;line-height:1.15}.wp-customizer .wp-picker-container input[type=text].wp-color-picker{padding:5px 5px 4px}.wp-picker-container .wp-color-result.button{height:auto;padding:0 40px 0 0;font-size:14px;line-height:2.1}.wp-customizer .wp-picker-container .wp-color-result.button{font-size:13px;line-height:2}.wp-picker-container .wp-color-result-text{padding:0 14px;font-size:inherit;line-height:inherit}.wp-customizer .wp-picker-container .wp-color-result-text{padding:0 10px}}@media screen and (max-width:640px){.wp-customizer .wp-picker-container .wp-color-result.button{font-size:14px;line-height:2.1}.wp-customizer .wp-picker-container input[type=text].wp-color-picker{padding:6px 5px}}
|
.wp-color-picker{width:80px;direction:ltr}.wp-picker-container .hidden{display:none}.wp-picker-container .wp-color-result.button{min-height:28px;margin:0 0 6px 6px;padding:0 30px 0 0;font-size:11px}.wp-color-result-text{background:#f7f7f7;border-radius:2px 0 0 2px;border-right:1px solid #ccc;color:#555;display:block;line-height:2.36363636;padding:0 6px;text-align:center}.wp-color-result:focus,.wp-color-result:hover{background:#fafafa;border-color:#999;color:#23282d}.wp-color-result:focus:after,.wp-color-result:hover:after{color:#23282d;border-color:#a0a5aa;border-right:1px solid #999}.wp-picker-container{display:inline-block}.wp-color-result:focus{border-color:#5b9dd9;box-shadow:0 0 3px rgba(0,115,170,.8)}.wp-color-result:active{transform:none!important}.wp-picker-open+.wp-picker-input-wrap{display:inline-block;vertical-align:top}.wp-picker-input-wrap label{display:inline-block;vertical-align:top}.form-table .wp-picker-input-wrap label{margin:0!important}.wp-customizer .wp-picker-input-wrap .button.wp-picker-default,.wp-picker-input-wrap .button.wp-picker-default{margin-right:6px;padding:2px 8px}.wp-picker-container .iris-square-slider .ui-slider-handle:focus{background-color:#555}.wp-picker-container .iris-picker{border-radius:0;border-color:#ddd;margin-top:6px}.wp-picker-container input[type=text].wp-color-picker{width:65px;font-size:12px;font-family:monospace;line-height:1.33333333;margin:0;padding:5px;vertical-align:top;min-height:28px}.wp-color-picker::-webkit-input-placeholder{color:#72777c}.wp-color-picker::-moz-placeholder{color:#72777c;opacity:1}.wp-color-picker:-ms-input-placeholder{color:#72777c}.wp-picker-container input[type=text].iris-error{background-color:#ffebe8;border-color:#c00;color:#000}.iris-picker .iris-strip .ui-slider-handle:focus,.iris-picker .ui-square-handle:focus{box-shadow:0 0 0 1px #5b9dd9,0 0 2px 1px rgba(30,140,190,.8)}.iris-picker .iris-palette:focus{box-shadow:inset 0 0 5px rgba(0,0,0,.4),0 0 0 1px #5b9dd9,0 0 2px 1px rgba(30,140,190,.8)}@media screen and (max-width:782px){.wp-picker-container input[type=text].wp-color-picker{width:80px;padding:6px 5px 5px;font-size:16px;line-height:1.15}.wp-customizer .wp-picker-container input[type=text].wp-color-picker{padding:5px 5px 4px}.wp-picker-container .wp-color-result.button{height:auto;padding:0 40px 0 0;font-size:14px;line-height:2.1}.wp-customizer .wp-picker-container .wp-color-result.button{font-size:13px;line-height:2}.wp-picker-container .wp-color-result-text{padding:0 14px;font-size:inherit;line-height:inherit}.wp-customizer .wp-picker-container .wp-color-result-text{padding:0 10px}}@media screen and (max-width:640px){.wp-customizer .wp-picker-container .wp-color-result.button{font-size:14px;line-height:2.1}.wp-customizer .wp-picker-container input[type=text].wp-color-picker{padding:6px 5px}}
|
||||||
|
|
@ -10,7 +10,7 @@
|
||||||
|
|
||||||
/* Needs higher specificiity. */
|
/* Needs higher specificiity. */
|
||||||
.wp-picker-container .wp-color-result.button {
|
.wp-picker-container .wp-color-result.button {
|
||||||
height: 24px;
|
min-height: 28px;
|
||||||
margin: 0 6px 6px 0px;
|
margin: 0 6px 6px 0px;
|
||||||
padding: 0 0 0 30px;
|
padding: 0 0 0 30px;
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
|
|
@ -22,7 +22,7 @@
|
||||||
border-left: 1px solid #ccc;
|
border-left: 1px solid #ccc;
|
||||||
color: #555;
|
color: #555;
|
||||||
display: block;
|
display: block;
|
||||||
line-height: 2;
|
line-height: 2.36363636; /* 26px */
|
||||||
padding: 0 6px;
|
padding: 0 6px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
@ -70,9 +70,10 @@
|
||||||
margin: 0 !important;
|
margin: 0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-picker-input-wrap .button,
|
.wp-picker-input-wrap .button.wp-picker-default,
|
||||||
.wp-customizer .wp-picker-input-wrap .button {
|
.wp-customizer .wp-picker-input-wrap .button.wp-picker-default {
|
||||||
margin-left: 6px;
|
margin-left: 6px;
|
||||||
|
padding: 2px 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-picker-container .iris-square-slider .ui-slider-handle:focus {
|
.wp-picker-container .iris-square-slider .ui-slider-handle:focus {
|
||||||
|
|
@ -89,9 +90,11 @@
|
||||||
width: 65px;
|
width: 65px;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
line-height: 1.4;
|
line-height: 1.33333333; /* 16px */
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
padding: 5px;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
|
min-height: 28px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-color-picker::-webkit-input-placeholder {
|
.wp-color-picker::-webkit-input-placeholder {
|
||||||
|
|
|
||||||
|
|
@ -1,2 +1,2 @@
|
||||||
/*! This file is auto-generated */
|
/*! This file is auto-generated */
|
||||||
.wp-color-picker{width:80px;direction:ltr}.wp-picker-container .hidden{display:none}.wp-picker-container .wp-color-result.button{height:24px;margin:0 6px 6px 0;padding:0 0 0 30px;font-size:11px}.wp-color-result-text{background:#f7f7f7;border-radius:0 2px 2px 0;border-left:1px solid #ccc;color:#555;display:block;line-height:2;padding:0 6px;text-align:center}.wp-color-result:focus,.wp-color-result:hover{background:#fafafa;border-color:#999;color:#23282d}.wp-color-result:focus:after,.wp-color-result:hover:after{color:#23282d;border-color:#a0a5aa;border-left:1px solid #999}.wp-picker-container{display:inline-block}.wp-color-result:focus{border-color:#5b9dd9;box-shadow:0 0 3px rgba(0,115,170,.8)}.wp-color-result:active{transform:none!important}.wp-picker-open+.wp-picker-input-wrap{display:inline-block;vertical-align:top}.wp-picker-input-wrap label{display:inline-block;vertical-align:top}.form-table .wp-picker-input-wrap label{margin:0!important}.wp-customizer .wp-picker-input-wrap .button,.wp-picker-input-wrap .button{margin-left:6px}.wp-picker-container .iris-square-slider .ui-slider-handle:focus{background-color:#555}.wp-picker-container .iris-picker{border-radius:0;border-color:#ddd;margin-top:6px}.wp-picker-container input[type=text].wp-color-picker{width:65px;font-size:12px;font-family:monospace;line-height:1.4;margin:0;vertical-align:top}.wp-color-picker::-webkit-input-placeholder{color:#72777c}.wp-color-picker::-moz-placeholder{color:#72777c;opacity:1}.wp-color-picker:-ms-input-placeholder{color:#72777c}.wp-picker-container input[type=text].iris-error{background-color:#ffebe8;border-color:#c00;color:#000}.iris-picker .iris-strip .ui-slider-handle:focus,.iris-picker .ui-square-handle:focus{box-shadow:0 0 0 1px #5b9dd9,0 0 2px 1px rgba(30,140,190,.8)}.iris-picker .iris-palette:focus{box-shadow:inset 0 0 5px rgba(0,0,0,.4),0 0 0 1px #5b9dd9,0 0 2px 1px rgba(30,140,190,.8)}@media screen and (max-width:782px){.wp-picker-container input[type=text].wp-color-picker{width:80px;padding:6px 5px 5px;font-size:16px;line-height:1.15}.wp-customizer .wp-picker-container input[type=text].wp-color-picker{padding:5px 5px 4px}.wp-picker-container .wp-color-result.button{height:auto;padding:0 0 0 40px;font-size:14px;line-height:2.1}.wp-customizer .wp-picker-container .wp-color-result.button{font-size:13px;line-height:2}.wp-picker-container .wp-color-result-text{padding:0 14px;font-size:inherit;line-height:inherit}.wp-customizer .wp-picker-container .wp-color-result-text{padding:0 10px}}@media screen and (max-width:640px){.wp-customizer .wp-picker-container .wp-color-result.button{font-size:14px;line-height:2.1}.wp-customizer .wp-picker-container input[type=text].wp-color-picker{padding:6px 5px}}
|
.wp-color-picker{width:80px;direction:ltr}.wp-picker-container .hidden{display:none}.wp-picker-container .wp-color-result.button{min-height:28px;margin:0 6px 6px 0;padding:0 0 0 30px;font-size:11px}.wp-color-result-text{background:#f7f7f7;border-radius:0 2px 2px 0;border-left:1px solid #ccc;color:#555;display:block;line-height:2.36363636;padding:0 6px;text-align:center}.wp-color-result:focus,.wp-color-result:hover{background:#fafafa;border-color:#999;color:#23282d}.wp-color-result:focus:after,.wp-color-result:hover:after{color:#23282d;border-color:#a0a5aa;border-left:1px solid #999}.wp-picker-container{display:inline-block}.wp-color-result:focus{border-color:#5b9dd9;box-shadow:0 0 3px rgba(0,115,170,.8)}.wp-color-result:active{transform:none!important}.wp-picker-open+.wp-picker-input-wrap{display:inline-block;vertical-align:top}.wp-picker-input-wrap label{display:inline-block;vertical-align:top}.form-table .wp-picker-input-wrap label{margin:0!important}.wp-customizer .wp-picker-input-wrap .button.wp-picker-default,.wp-picker-input-wrap .button.wp-picker-default{margin-left:6px;padding:2px 8px}.wp-picker-container .iris-square-slider .ui-slider-handle:focus{background-color:#555}.wp-picker-container .iris-picker{border-radius:0;border-color:#ddd;margin-top:6px}.wp-picker-container input[type=text].wp-color-picker{width:65px;font-size:12px;font-family:monospace;line-height:1.33333333;margin:0;padding:5px;vertical-align:top;min-height:28px}.wp-color-picker::-webkit-input-placeholder{color:#72777c}.wp-color-picker::-moz-placeholder{color:#72777c;opacity:1}.wp-color-picker:-ms-input-placeholder{color:#72777c}.wp-picker-container input[type=text].iris-error{background-color:#ffebe8;border-color:#c00;color:#000}.iris-picker .iris-strip .ui-slider-handle:focus,.iris-picker .ui-square-handle:focus{box-shadow:0 0 0 1px #5b9dd9,0 0 2px 1px rgba(30,140,190,.8)}.iris-picker .iris-palette:focus{box-shadow:inset 0 0 5px rgba(0,0,0,.4),0 0 0 1px #5b9dd9,0 0 2px 1px rgba(30,140,190,.8)}@media screen and (max-width:782px){.wp-picker-container input[type=text].wp-color-picker{width:80px;padding:6px 5px 5px;font-size:16px;line-height:1.15}.wp-customizer .wp-picker-container input[type=text].wp-color-picker{padding:5px 5px 4px}.wp-picker-container .wp-color-result.button{height:auto;padding:0 0 0 40px;font-size:14px;line-height:2.1}.wp-customizer .wp-picker-container .wp-color-result.button{font-size:13px;line-height:2}.wp-picker-container .wp-color-result-text{padding:0 14px;font-size:inherit;line-height:inherit}.wp-customizer .wp-picker-container .wp-color-result-text{padding:0 10px}}@media screen and (max-width:640px){.wp-customizer .wp-picker-container .wp-color-result.button{font-size:14px;line-height:2.1}.wp-customizer .wp-picker-container input[type=text].wp-color-picker{padding:6px 5px}}
|
||||||
|
|
@ -2,6 +2,9 @@
|
||||||
@import 'variables';
|
@import 'variables';
|
||||||
@import 'mixins';
|
@import 'mixins';
|
||||||
|
|
||||||
|
@function url-friendly-colour( $color ) {
|
||||||
|
@return '%23' + str-slice( '#{ $color }', 2, -1 );
|
||||||
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
background: $body-background;
|
background: $body-background;
|
||||||
|
|
@ -20,21 +23,22 @@ a {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#media-upload a.del-link:hover,
|
#post-body .misc-pub-post-status:before,
|
||||||
div.dashboard-widget-submit input:hover,
|
#post-body #visibility:before,
|
||||||
.subsubsub a:hover,
|
.curtime #timestamp:before,
|
||||||
.subsubsub a.current:hover {
|
#post-body .misc-pub-revisions:before,
|
||||||
color: $link-focus;
|
span.wp-media-buttons-icon:before {
|
||||||
|
color: currentColor;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* Forms */
|
/* Forms */
|
||||||
|
|
||||||
input[type=checkbox]:checked:before {
|
input[type=checkbox]:checked::before {
|
||||||
color: $form-checked;
|
content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27#{url-friendly-colour($form-checked)}%27%2F%3E%3C%2Fsvg%3E");
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type=radio]:checked:before {
|
input[type=radio]:checked::before {
|
||||||
background: $form-checked;
|
background: $form-checked;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -43,14 +47,79 @@ input[type=radio]:checked:before {
|
||||||
color: $link-focus;
|
color: $link-focus;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
input[type="text"]:focus,
|
||||||
|
input[type="password"]:focus,
|
||||||
|
input[type="color"]:focus,
|
||||||
|
input[type="date"]:focus,
|
||||||
|
input[type="datetime"]:focus,
|
||||||
|
input[type="datetime-local"]:focus,
|
||||||
|
input[type="email"]:focus,
|
||||||
|
input[type="month"]:focus,
|
||||||
|
input[type="number"]:focus,
|
||||||
|
input[type="search"]:focus,
|
||||||
|
input[type="tel"]:focus,
|
||||||
|
input[type="text"]:focus,
|
||||||
|
input[type="time"]:focus,
|
||||||
|
input[type="url"]:focus,
|
||||||
|
input[type="week"]:focus,
|
||||||
|
input[type="checkbox"]:focus,
|
||||||
|
input[type="radio"]:focus,
|
||||||
|
select:focus,
|
||||||
|
textarea:focus {
|
||||||
|
border-color: $highlight-color;
|
||||||
|
box-shadow: 0 0 0 1px $highlight-color;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/* Core UI */
|
/* Core UI */
|
||||||
|
|
||||||
.wp-core-ui {
|
.wp-core-ui {
|
||||||
|
|
||||||
|
.button,
|
||||||
|
.button-secondary {
|
||||||
|
color: $button-color;
|
||||||
|
border-color: $button-color;
|
||||||
|
}
|
||||||
|
|
||||||
|
.button.hover,
|
||||||
|
.button:hover,
|
||||||
|
.button-secondary:hover,
|
||||||
|
.button.focus,
|
||||||
|
.button:focus,
|
||||||
|
.button-secondary:focus {
|
||||||
|
border-color: darken( $button-color, 5% );
|
||||||
|
color: darken( $button-color, 5% );
|
||||||
|
}
|
||||||
|
|
||||||
|
.button.focus,
|
||||||
|
.button:focus,
|
||||||
|
.button-secondary:focus {
|
||||||
|
border-color: $button-color;
|
||||||
|
color: darken( $button-color, 5% );
|
||||||
|
box-shadow: 0 0 0 1px $button-color;
|
||||||
|
}
|
||||||
|
|
||||||
|
.button:active {
|
||||||
|
background: darken( $button-color, 5% );
|
||||||
|
border-color: darken( $button-color, 5% );
|
||||||
|
}
|
||||||
|
|
||||||
|
.button.active,
|
||||||
|
.button.active:focus,
|
||||||
|
.button.active:hover {
|
||||||
|
border-color: darken( $button-color, 5% );
|
||||||
|
color: darken( $button-color, 5% );
|
||||||
|
box-shadow: inset 0 2px 5px -3px darken( $button-color, 5% );
|
||||||
|
}
|
||||||
|
|
||||||
.button-primary {
|
.button-primary {
|
||||||
@include button( $button-color );
|
@include button( $button-color );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.button-group > .button.active {
|
||||||
|
border-color: $button-color;
|
||||||
|
}
|
||||||
|
|
||||||
.wp-ui-primary {
|
.wp-ui-primary {
|
||||||
color: $text-color;
|
color: $text-color;
|
||||||
background-color: $base-color;
|
background-color: $base-color;
|
||||||
|
|
|
||||||
|
|
@ -1,37 +1,38 @@
|
||||||
/*
|
/*
|
||||||
* Button mixin- creates 3d-ish button effect with correct
|
* Button mixin- creates a button effect with correct
|
||||||
* highlights/shadows, based on a base color.
|
* highlights/shadows, based on a base color.
|
||||||
*/
|
*/
|
||||||
@mixin button( $button-color, $text-color: #fff ) {
|
@mixin button( $button-color, $text-color: #fff ) {
|
||||||
background: $button-color;
|
background: $button-color;
|
||||||
border-color: darken( $button-color, 10% ) darken( $button-color, 15% ) darken( $button-color, 15% );
|
border-color: $button-color;
|
||||||
color: $text-color;
|
color: $text-color;
|
||||||
box-shadow: 0 1px 0 darken( $button-color, 15% );
|
|
||||||
text-shadow: 0 -1px 1px darken( $button-color, 15% ),
|
|
||||||
1px 0 1px darken( $button-color, 15% ),
|
|
||||||
0 1px 1px darken( $button-color, 15% ),
|
|
||||||
-1px 0 1px darken( $button-color, 15% );
|
|
||||||
|
|
||||||
&:hover,
|
&:hover,
|
||||||
&:focus {
|
&:focus {
|
||||||
background: lighten( $button-color, 3% );
|
background: lighten( $button-color, 3% );
|
||||||
border-color: darken( $button-color, 15% );
|
border-color: darken( $button-color, 3% );
|
||||||
color: $text-color;
|
color: $text-color;
|
||||||
box-shadow: 0 1px 0 darken( $button-color, 15% );
|
|
||||||
}
|
}
|
||||||
|
|
||||||
&:focus {
|
&:focus {
|
||||||
box-shadow: inset 0 1px 0 darken( $button-color, 10% ),
|
box-shadow:
|
||||||
0 0 2px 1px #33b3db;
|
0 0 0 1px #fff,
|
||||||
|
0 0 0 3px $button-color;
|
||||||
|
}
|
||||||
|
|
||||||
|
&:active {
|
||||||
|
background: darken( $button-color, 5% );
|
||||||
|
border-color: darken( $button-color, 5% );
|
||||||
|
color: $text-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
&:active,
|
|
||||||
&.active,
|
&.active,
|
||||||
&.active:focus,
|
&.active:focus,
|
||||||
&.active:hover {
|
&.active:hover {
|
||||||
background: darken( $button-color, 10% );
|
background: $button-color;
|
||||||
|
color: $text-color;
|
||||||
border-color: darken( $button-color, 15% );
|
border-color: darken( $button-color, 15% );
|
||||||
box-shadow: inset 0 2px 0 darken( $button-color, 15% );
|
box-shadow: inset 0 2px 5px -3px darken( $button-color, 50% );
|
||||||
}
|
}
|
||||||
|
|
||||||
&[disabled],
|
&[disabled],
|
||||||
|
|
@ -40,15 +41,7 @@
|
||||||
&.disabled {
|
&.disabled {
|
||||||
color: hsl( hue( $button-color ), 10%, 80% ) !important;
|
color: hsl( hue( $button-color ), 10%, 80% ) !important;
|
||||||
background: darken( $button-color, 8% ) !important;
|
background: darken( $button-color, 8% ) !important;
|
||||||
border-color: darken( $button-color, 15% ) !important;
|
border-color: darken( $button-color, 8% ) !important;
|
||||||
text-shadow: none !important;
|
text-shadow: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.button-hero {
|
|
||||||
box-shadow: 0 2px 0 darken( $button-color, 15% ) !important;
|
|
||||||
&:active {
|
|
||||||
box-shadow: inset 0 3px 0 darken( $button-color, 15% ) !important;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
/*! This file is auto-generated */
|
/*! This file is auto-generated */
|
||||||
/*
|
/*
|
||||||
* Button mixin- creates 3d-ish button effect with correct
|
* Button mixin- creates a button effect with correct
|
||||||
* highlights/shadows, based on a base color.
|
* highlights/shadows, based on a base color.
|
||||||
*/
|
*/
|
||||||
body {
|
body {
|
||||||
|
|
@ -16,19 +16,20 @@ a:hover, a:active, a:focus {
|
||||||
color: #0096dd;
|
color: #0096dd;
|
||||||
}
|
}
|
||||||
|
|
||||||
#media-upload a.del-link:hover,
|
#post-body .misc-pub-post-status:before,
|
||||||
div.dashboard-widget-submit input:hover,
|
#post-body #visibility:before,
|
||||||
.subsubsub a:hover,
|
.curtime #timestamp:before,
|
||||||
.subsubsub a.current:hover {
|
#post-body .misc-pub-revisions:before,
|
||||||
color: #0096dd;
|
span.wp-media-buttons-icon:before {
|
||||||
|
color: currentColor;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Forms */
|
/* Forms */
|
||||||
input[type=checkbox]:checked:before {
|
input[type=checkbox]:checked::before {
|
||||||
color: #096484;
|
content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%23096484%27%2F%3E%3C%2Fsvg%3E");
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type=radio]:checked:before {
|
input[type=radio]:checked::before {
|
||||||
background: #096484;
|
background: #096484;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -37,45 +38,105 @@ input[type=radio]:checked:before {
|
||||||
color: #0096dd;
|
color: #0096dd;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
input[type="text"]:focus,
|
||||||
|
input[type="password"]:focus,
|
||||||
|
input[type="color"]:focus,
|
||||||
|
input[type="date"]:focus,
|
||||||
|
input[type="datetime"]:focus,
|
||||||
|
input[type="datetime-local"]:focus,
|
||||||
|
input[type="email"]:focus,
|
||||||
|
input[type="month"]:focus,
|
||||||
|
input[type="number"]:focus,
|
||||||
|
input[type="search"]:focus,
|
||||||
|
input[type="tel"]:focus,
|
||||||
|
input[type="text"]:focus,
|
||||||
|
input[type="time"]:focus,
|
||||||
|
input[type="url"]:focus,
|
||||||
|
input[type="week"]:focus,
|
||||||
|
input[type="checkbox"]:focus,
|
||||||
|
input[type="radio"]:focus,
|
||||||
|
select:focus,
|
||||||
|
textarea:focus {
|
||||||
|
border-color: #096484;
|
||||||
|
box-shadow: 0 0 0 1px #096484;
|
||||||
|
}
|
||||||
|
|
||||||
/* Core UI */
|
/* Core UI */
|
||||||
|
.wp-core-ui .button,
|
||||||
|
.wp-core-ui .button-secondary {
|
||||||
|
color: #e1a948;
|
||||||
|
border-color: #e1a948;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wp-core-ui .button.hover,
|
||||||
|
.wp-core-ui .button:hover,
|
||||||
|
.wp-core-ui .button-secondary:hover,
|
||||||
|
.wp-core-ui .button.focus,
|
||||||
|
.wp-core-ui .button:focus,
|
||||||
|
.wp-core-ui .button-secondary:focus {
|
||||||
|
border-color: #dd9f32;
|
||||||
|
color: #dd9f32;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wp-core-ui .button.focus,
|
||||||
|
.wp-core-ui .button:focus,
|
||||||
|
.wp-core-ui .button-secondary:focus {
|
||||||
|
border-color: #e1a948;
|
||||||
|
color: #dd9f32;
|
||||||
|
box-shadow: 0 0 0 1px #e1a948;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wp-core-ui .button:active {
|
||||||
|
background: #dd9f32;
|
||||||
|
border-color: #dd9f32;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wp-core-ui .button.active,
|
||||||
|
.wp-core-ui .button.active:focus,
|
||||||
|
.wp-core-ui .button.active:hover {
|
||||||
|
border-color: #dd9f32;
|
||||||
|
color: #dd9f32;
|
||||||
|
box-shadow: inset 0 2px 5px -3px #dd9f32;
|
||||||
|
}
|
||||||
|
|
||||||
.wp-core-ui .button-primary {
|
.wp-core-ui .button-primary {
|
||||||
background: #e1a948;
|
background: #e1a948;
|
||||||
border-color: #d39323 #bd831f #bd831f;
|
border-color: #e1a948;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
box-shadow: 0 1px 0 #bd831f;
|
|
||||||
text-shadow: 0 -1px 1px #bd831f, -1px 0 1px #bd831f, 0 1px 1px #bd831f, 1px 0 1px #bd831f;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-core-ui .button-primary:hover, .wp-core-ui .button-primary:focus {
|
.wp-core-ui .button-primary:hover, .wp-core-ui .button-primary:focus {
|
||||||
background: #e3af55;
|
background: #e3af55;
|
||||||
border-color: #bd831f;
|
border-color: #dfa33b;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
box-shadow: 0 1px 0 #bd831f;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-core-ui .button-primary:focus {
|
.wp-core-ui .button-primary:focus {
|
||||||
box-shadow: inset 0 1px 0 #d39323, 0 0 2px 1px #33b3db;
|
box-shadow: 0 0 0 1px #fff, 0 0 0 3px #e1a948;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-core-ui .button-primary:active, .wp-core-ui .button-primary.active, .wp-core-ui .button-primary.active:focus, .wp-core-ui .button-primary.active:hover {
|
.wp-core-ui .button-primary:active {
|
||||||
background: #d39323;
|
background: #dd9f32;
|
||||||
|
border-color: #dd9f32;
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wp-core-ui .button-primary.active, .wp-core-ui .button-primary.active:focus, .wp-core-ui .button-primary.active:hover {
|
||||||
|
background: #e1a948;
|
||||||
|
color: #fff;
|
||||||
border-color: #bd831f;
|
border-color: #bd831f;
|
||||||
box-shadow: inset 0 2px 0 #bd831f;
|
box-shadow: inset 0 2px 5px -3px #241906;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-core-ui .button-primary[disabled], .wp-core-ui .button-primary:disabled, .wp-core-ui .button-primary.button-primary-disabled, .wp-core-ui .button-primary.disabled {
|
.wp-core-ui .button-primary[disabled], .wp-core-ui .button-primary:disabled, .wp-core-ui .button-primary.button-primary-disabled, .wp-core-ui .button-primary.disabled {
|
||||||
color: #d1cdc7 !important;
|
color: #d1cdc7 !important;
|
||||||
background: #db9925 !important;
|
background: #db9925 !important;
|
||||||
border-color: #bd831f !important;
|
border-color: #db9925 !important;
|
||||||
text-shadow: none !important;
|
text-shadow: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-core-ui .button-primary.button-hero {
|
.wp-core-ui .button-group > .button.active {
|
||||||
box-shadow: 0 2px 0 #bd831f !important;
|
border-color: #e1a948;
|
||||||
}
|
|
||||||
|
|
||||||
.wp-core-ui .button-primary.button-hero:active {
|
|
||||||
box-shadow: inset 0 3px 0 #bd831f !important;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-core-ui .wp-ui-primary {
|
.wp-core-ui .wp-ui-primary {
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -1,6 +1,6 @@
|
||||||
/*! This file is auto-generated */
|
/*! This file is auto-generated */
|
||||||
/*
|
/*
|
||||||
* Button mixin- creates 3d-ish button effect with correct
|
* Button mixin- creates a button effect with correct
|
||||||
* highlights/shadows, based on a base color.
|
* highlights/shadows, based on a base color.
|
||||||
*/
|
*/
|
||||||
body {
|
body {
|
||||||
|
|
@ -16,19 +16,20 @@ a:hover, a:active, a:focus {
|
||||||
color: #0096dd;
|
color: #0096dd;
|
||||||
}
|
}
|
||||||
|
|
||||||
#media-upload a.del-link:hover,
|
#post-body .misc-pub-post-status:before,
|
||||||
div.dashboard-widget-submit input:hover,
|
#post-body #visibility:before,
|
||||||
.subsubsub a:hover,
|
.curtime #timestamp:before,
|
||||||
.subsubsub a.current:hover {
|
#post-body .misc-pub-revisions:before,
|
||||||
color: #0096dd;
|
span.wp-media-buttons-icon:before {
|
||||||
|
color: currentColor;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Forms */
|
/* Forms */
|
||||||
input[type=checkbox]:checked:before {
|
input[type=checkbox]:checked::before {
|
||||||
color: #096484;
|
content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%23096484%27%2F%3E%3C%2Fsvg%3E");
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type=radio]:checked:before {
|
input[type=radio]:checked::before {
|
||||||
background: #096484;
|
background: #096484;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -37,45 +38,105 @@ input[type=radio]:checked:before {
|
||||||
color: #0096dd;
|
color: #0096dd;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
input[type="text"]:focus,
|
||||||
|
input[type="password"]:focus,
|
||||||
|
input[type="color"]:focus,
|
||||||
|
input[type="date"]:focus,
|
||||||
|
input[type="datetime"]:focus,
|
||||||
|
input[type="datetime-local"]:focus,
|
||||||
|
input[type="email"]:focus,
|
||||||
|
input[type="month"]:focus,
|
||||||
|
input[type="number"]:focus,
|
||||||
|
input[type="search"]:focus,
|
||||||
|
input[type="tel"]:focus,
|
||||||
|
input[type="text"]:focus,
|
||||||
|
input[type="time"]:focus,
|
||||||
|
input[type="url"]:focus,
|
||||||
|
input[type="week"]:focus,
|
||||||
|
input[type="checkbox"]:focus,
|
||||||
|
input[type="radio"]:focus,
|
||||||
|
select:focus,
|
||||||
|
textarea:focus {
|
||||||
|
border-color: #096484;
|
||||||
|
box-shadow: 0 0 0 1px #096484;
|
||||||
|
}
|
||||||
|
|
||||||
/* Core UI */
|
/* Core UI */
|
||||||
|
.wp-core-ui .button,
|
||||||
|
.wp-core-ui .button-secondary {
|
||||||
|
color: #e1a948;
|
||||||
|
border-color: #e1a948;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wp-core-ui .button.hover,
|
||||||
|
.wp-core-ui .button:hover,
|
||||||
|
.wp-core-ui .button-secondary:hover,
|
||||||
|
.wp-core-ui .button.focus,
|
||||||
|
.wp-core-ui .button:focus,
|
||||||
|
.wp-core-ui .button-secondary:focus {
|
||||||
|
border-color: #dd9f32;
|
||||||
|
color: #dd9f32;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wp-core-ui .button.focus,
|
||||||
|
.wp-core-ui .button:focus,
|
||||||
|
.wp-core-ui .button-secondary:focus {
|
||||||
|
border-color: #e1a948;
|
||||||
|
color: #dd9f32;
|
||||||
|
box-shadow: 0 0 0 1px #e1a948;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wp-core-ui .button:active {
|
||||||
|
background: #dd9f32;
|
||||||
|
border-color: #dd9f32;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wp-core-ui .button.active,
|
||||||
|
.wp-core-ui .button.active:focus,
|
||||||
|
.wp-core-ui .button.active:hover {
|
||||||
|
border-color: #dd9f32;
|
||||||
|
color: #dd9f32;
|
||||||
|
box-shadow: inset 0 2px 5px -3px #dd9f32;
|
||||||
|
}
|
||||||
|
|
||||||
.wp-core-ui .button-primary {
|
.wp-core-ui .button-primary {
|
||||||
background: #e1a948;
|
background: #e1a948;
|
||||||
border-color: #d39323 #bd831f #bd831f;
|
border-color: #e1a948;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
box-shadow: 0 1px 0 #bd831f;
|
|
||||||
text-shadow: 0 -1px 1px #bd831f, 1px 0 1px #bd831f, 0 1px 1px #bd831f, -1px 0 1px #bd831f;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-core-ui .button-primary:hover, .wp-core-ui .button-primary:focus {
|
.wp-core-ui .button-primary:hover, .wp-core-ui .button-primary:focus {
|
||||||
background: #e3af55;
|
background: #e3af55;
|
||||||
border-color: #bd831f;
|
border-color: #dfa33b;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
box-shadow: 0 1px 0 #bd831f;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-core-ui .button-primary:focus {
|
.wp-core-ui .button-primary:focus {
|
||||||
box-shadow: inset 0 1px 0 #d39323, 0 0 2px 1px #33b3db;
|
box-shadow: 0 0 0 1px #fff, 0 0 0 3px #e1a948;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-core-ui .button-primary:active, .wp-core-ui .button-primary.active, .wp-core-ui .button-primary.active:focus, .wp-core-ui .button-primary.active:hover {
|
.wp-core-ui .button-primary:active {
|
||||||
background: #d39323;
|
background: #dd9f32;
|
||||||
|
border-color: #dd9f32;
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wp-core-ui .button-primary.active, .wp-core-ui .button-primary.active:focus, .wp-core-ui .button-primary.active:hover {
|
||||||
|
background: #e1a948;
|
||||||
|
color: #fff;
|
||||||
border-color: #bd831f;
|
border-color: #bd831f;
|
||||||
box-shadow: inset 0 2px 0 #bd831f;
|
box-shadow: inset 0 2px 5px -3px #241906;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-core-ui .button-primary[disabled], .wp-core-ui .button-primary:disabled, .wp-core-ui .button-primary.button-primary-disabled, .wp-core-ui .button-primary.disabled {
|
.wp-core-ui .button-primary[disabled], .wp-core-ui .button-primary:disabled, .wp-core-ui .button-primary.button-primary-disabled, .wp-core-ui .button-primary.disabled {
|
||||||
color: #d1cdc7 !important;
|
color: #d1cdc7 !important;
|
||||||
background: #db9925 !important;
|
background: #db9925 !important;
|
||||||
border-color: #bd831f !important;
|
border-color: #db9925 !important;
|
||||||
text-shadow: none !important;
|
text-shadow: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-core-ui .button-primary.button-hero {
|
.wp-core-ui .button-group > .button.active {
|
||||||
box-shadow: 0 2px 0 #bd831f !important;
|
border-color: #e1a948;
|
||||||
}
|
|
||||||
|
|
||||||
.wp-core-ui .button-primary.button-hero:active {
|
|
||||||
box-shadow: inset 0 3px 0 #bd831f !important;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-core-ui .wp-ui-primary {
|
.wp-core-ui .wp-ui-primary {
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -1,6 +1,6 @@
|
||||||
/*! This file is auto-generated */
|
/*! This file is auto-generated */
|
||||||
/*
|
/*
|
||||||
* Button mixin- creates 3d-ish button effect with correct
|
* Button mixin- creates a button effect with correct
|
||||||
* highlights/shadows, based on a base color.
|
* highlights/shadows, based on a base color.
|
||||||
*/
|
*/
|
||||||
body {
|
body {
|
||||||
|
|
@ -16,19 +16,20 @@ a:hover, a:active, a:focus {
|
||||||
color: #0096dd;
|
color: #0096dd;
|
||||||
}
|
}
|
||||||
|
|
||||||
#media-upload a.del-link:hover,
|
#post-body .misc-pub-post-status:before,
|
||||||
div.dashboard-widget-submit input:hover,
|
#post-body #visibility:before,
|
||||||
.subsubsub a:hover,
|
.curtime #timestamp:before,
|
||||||
.subsubsub a.current:hover {
|
#post-body .misc-pub-revisions:before,
|
||||||
color: #0096dd;
|
span.wp-media-buttons-icon:before {
|
||||||
|
color: currentColor;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Forms */
|
/* Forms */
|
||||||
input[type=checkbox]:checked:before {
|
input[type=checkbox]:checked::before {
|
||||||
color: #59524c;
|
content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%2359524c%27%2F%3E%3C%2Fsvg%3E");
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type=radio]:checked:before {
|
input[type=radio]:checked::before {
|
||||||
background: #59524c;
|
background: #59524c;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -37,45 +38,105 @@ input[type=radio]:checked:before {
|
||||||
color: #0096dd;
|
color: #0096dd;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
input[type="text"]:focus,
|
||||||
|
input[type="password"]:focus,
|
||||||
|
input[type="color"]:focus,
|
||||||
|
input[type="date"]:focus,
|
||||||
|
input[type="datetime"]:focus,
|
||||||
|
input[type="datetime-local"]:focus,
|
||||||
|
input[type="email"]:focus,
|
||||||
|
input[type="month"]:focus,
|
||||||
|
input[type="number"]:focus,
|
||||||
|
input[type="search"]:focus,
|
||||||
|
input[type="tel"]:focus,
|
||||||
|
input[type="text"]:focus,
|
||||||
|
input[type="time"]:focus,
|
||||||
|
input[type="url"]:focus,
|
||||||
|
input[type="week"]:focus,
|
||||||
|
input[type="checkbox"]:focus,
|
||||||
|
input[type="radio"]:focus,
|
||||||
|
select:focus,
|
||||||
|
textarea:focus {
|
||||||
|
border-color: #c7a589;
|
||||||
|
box-shadow: 0 0 0 1px #c7a589;
|
||||||
|
}
|
||||||
|
|
||||||
/* Core UI */
|
/* Core UI */
|
||||||
|
.wp-core-ui .button,
|
||||||
|
.wp-core-ui .button-secondary {
|
||||||
|
color: #c7a589;
|
||||||
|
border-color: #c7a589;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wp-core-ui .button.hover,
|
||||||
|
.wp-core-ui .button:hover,
|
||||||
|
.wp-core-ui .button-secondary:hover,
|
||||||
|
.wp-core-ui .button.focus,
|
||||||
|
.wp-core-ui .button:focus,
|
||||||
|
.wp-core-ui .button-secondary:focus {
|
||||||
|
border-color: #bf9878;
|
||||||
|
color: #bf9878;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wp-core-ui .button.focus,
|
||||||
|
.wp-core-ui .button:focus,
|
||||||
|
.wp-core-ui .button-secondary:focus {
|
||||||
|
border-color: #c7a589;
|
||||||
|
color: #bf9878;
|
||||||
|
box-shadow: 0 0 0 1px #c7a589;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wp-core-ui .button:active {
|
||||||
|
background: #bf9878;
|
||||||
|
border-color: #bf9878;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wp-core-ui .button.active,
|
||||||
|
.wp-core-ui .button.active:focus,
|
||||||
|
.wp-core-ui .button.active:hover {
|
||||||
|
border-color: #bf9878;
|
||||||
|
color: #bf9878;
|
||||||
|
box-shadow: inset 0 2px 5px -3px #bf9878;
|
||||||
|
}
|
||||||
|
|
||||||
.wp-core-ui .button-primary {
|
.wp-core-ui .button-primary {
|
||||||
background: #c7a589;
|
background: #c7a589;
|
||||||
border-color: #b78b66 #ae7d55 #ae7d55;
|
border-color: #c7a589;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
box-shadow: 0 1px 0 #ae7d55;
|
|
||||||
text-shadow: 0 -1px 1px #ae7d55, -1px 0 1px #ae7d55, 0 1px 1px #ae7d55, 1px 0 1px #ae7d55;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-core-ui .button-primary:hover, .wp-core-ui .button-primary:focus {
|
.wp-core-ui .button-primary:hover, .wp-core-ui .button-primary:focus {
|
||||||
background: #ccad93;
|
background: #ccad93;
|
||||||
border-color: #ae7d55;
|
border-color: #c29d7f;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
box-shadow: 0 1px 0 #ae7d55;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-core-ui .button-primary:focus {
|
.wp-core-ui .button-primary:focus {
|
||||||
box-shadow: inset 0 1px 0 #b78b66, 0 0 2px 1px #33b3db;
|
box-shadow: 0 0 0 1px #fff, 0 0 0 3px #c7a589;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-core-ui .button-primary:active, .wp-core-ui .button-primary.active, .wp-core-ui .button-primary.active:focus, .wp-core-ui .button-primary.active:hover {
|
.wp-core-ui .button-primary:active {
|
||||||
background: #b78b66;
|
background: #bf9878;
|
||||||
|
border-color: #bf9878;
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wp-core-ui .button-primary.active, .wp-core-ui .button-primary.active:focus, .wp-core-ui .button-primary.active:hover {
|
||||||
|
background: #c7a589;
|
||||||
|
color: #fff;
|
||||||
border-color: #ae7d55;
|
border-color: #ae7d55;
|
||||||
box-shadow: inset 0 2px 0 #ae7d55;
|
box-shadow: inset 0 2px 5px -3px #37271a;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-core-ui .button-primary[disabled], .wp-core-ui .button-primary:disabled, .wp-core-ui .button-primary.button-primary-disabled, .wp-core-ui .button-primary.disabled {
|
.wp-core-ui .button-primary[disabled], .wp-core-ui .button-primary:disabled, .wp-core-ui .button-primary.button-primary-disabled, .wp-core-ui .button-primary.disabled {
|
||||||
color: #d1ccc7 !important;
|
color: #d1ccc7 !important;
|
||||||
background: #ba906d !important;
|
background: #ba906d !important;
|
||||||
border-color: #ae7d55 !important;
|
border-color: #ba906d !important;
|
||||||
text-shadow: none !important;
|
text-shadow: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-core-ui .button-primary.button-hero {
|
.wp-core-ui .button-group > .button.active {
|
||||||
box-shadow: 0 2px 0 #ae7d55 !important;
|
border-color: #c7a589;
|
||||||
}
|
|
||||||
|
|
||||||
.wp-core-ui .button-primary.button-hero:active {
|
|
||||||
box-shadow: inset 0 3px 0 #ae7d55 !important;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-core-ui .wp-ui-primary {
|
.wp-core-ui .wp-ui-primary {
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -1,6 +1,6 @@
|
||||||
/*! This file is auto-generated */
|
/*! This file is auto-generated */
|
||||||
/*
|
/*
|
||||||
* Button mixin- creates 3d-ish button effect with correct
|
* Button mixin- creates a button effect with correct
|
||||||
* highlights/shadows, based on a base color.
|
* highlights/shadows, based on a base color.
|
||||||
*/
|
*/
|
||||||
body {
|
body {
|
||||||
|
|
@ -16,19 +16,20 @@ a:hover, a:active, a:focus {
|
||||||
color: #0096dd;
|
color: #0096dd;
|
||||||
}
|
}
|
||||||
|
|
||||||
#media-upload a.del-link:hover,
|
#post-body .misc-pub-post-status:before,
|
||||||
div.dashboard-widget-submit input:hover,
|
#post-body #visibility:before,
|
||||||
.subsubsub a:hover,
|
.curtime #timestamp:before,
|
||||||
.subsubsub a.current:hover {
|
#post-body .misc-pub-revisions:before,
|
||||||
color: #0096dd;
|
span.wp-media-buttons-icon:before {
|
||||||
|
color: currentColor;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Forms */
|
/* Forms */
|
||||||
input[type=checkbox]:checked:before {
|
input[type=checkbox]:checked::before {
|
||||||
color: #59524c;
|
content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%2359524c%27%2F%3E%3C%2Fsvg%3E");
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type=radio]:checked:before {
|
input[type=radio]:checked::before {
|
||||||
background: #59524c;
|
background: #59524c;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -37,45 +38,105 @@ input[type=radio]:checked:before {
|
||||||
color: #0096dd;
|
color: #0096dd;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
input[type="text"]:focus,
|
||||||
|
input[type="password"]:focus,
|
||||||
|
input[type="color"]:focus,
|
||||||
|
input[type="date"]:focus,
|
||||||
|
input[type="datetime"]:focus,
|
||||||
|
input[type="datetime-local"]:focus,
|
||||||
|
input[type="email"]:focus,
|
||||||
|
input[type="month"]:focus,
|
||||||
|
input[type="number"]:focus,
|
||||||
|
input[type="search"]:focus,
|
||||||
|
input[type="tel"]:focus,
|
||||||
|
input[type="text"]:focus,
|
||||||
|
input[type="time"]:focus,
|
||||||
|
input[type="url"]:focus,
|
||||||
|
input[type="week"]:focus,
|
||||||
|
input[type="checkbox"]:focus,
|
||||||
|
input[type="radio"]:focus,
|
||||||
|
select:focus,
|
||||||
|
textarea:focus {
|
||||||
|
border-color: #c7a589;
|
||||||
|
box-shadow: 0 0 0 1px #c7a589;
|
||||||
|
}
|
||||||
|
|
||||||
/* Core UI */
|
/* Core UI */
|
||||||
|
.wp-core-ui .button,
|
||||||
|
.wp-core-ui .button-secondary {
|
||||||
|
color: #c7a589;
|
||||||
|
border-color: #c7a589;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wp-core-ui .button.hover,
|
||||||
|
.wp-core-ui .button:hover,
|
||||||
|
.wp-core-ui .button-secondary:hover,
|
||||||
|
.wp-core-ui .button.focus,
|
||||||
|
.wp-core-ui .button:focus,
|
||||||
|
.wp-core-ui .button-secondary:focus {
|
||||||
|
border-color: #bf9878;
|
||||||
|
color: #bf9878;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wp-core-ui .button.focus,
|
||||||
|
.wp-core-ui .button:focus,
|
||||||
|
.wp-core-ui .button-secondary:focus {
|
||||||
|
border-color: #c7a589;
|
||||||
|
color: #bf9878;
|
||||||
|
box-shadow: 0 0 0 1px #c7a589;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wp-core-ui .button:active {
|
||||||
|
background: #bf9878;
|
||||||
|
border-color: #bf9878;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wp-core-ui .button.active,
|
||||||
|
.wp-core-ui .button.active:focus,
|
||||||
|
.wp-core-ui .button.active:hover {
|
||||||
|
border-color: #bf9878;
|
||||||
|
color: #bf9878;
|
||||||
|
box-shadow: inset 0 2px 5px -3px #bf9878;
|
||||||
|
}
|
||||||
|
|
||||||
.wp-core-ui .button-primary {
|
.wp-core-ui .button-primary {
|
||||||
background: #c7a589;
|
background: #c7a589;
|
||||||
border-color: #b78b66 #ae7d55 #ae7d55;
|
border-color: #c7a589;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
box-shadow: 0 1px 0 #ae7d55;
|
|
||||||
text-shadow: 0 -1px 1px #ae7d55, 1px 0 1px #ae7d55, 0 1px 1px #ae7d55, -1px 0 1px #ae7d55;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-core-ui .button-primary:hover, .wp-core-ui .button-primary:focus {
|
.wp-core-ui .button-primary:hover, .wp-core-ui .button-primary:focus {
|
||||||
background: #ccad93;
|
background: #ccad93;
|
||||||
border-color: #ae7d55;
|
border-color: #c29d7f;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
box-shadow: 0 1px 0 #ae7d55;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-core-ui .button-primary:focus {
|
.wp-core-ui .button-primary:focus {
|
||||||
box-shadow: inset 0 1px 0 #b78b66, 0 0 2px 1px #33b3db;
|
box-shadow: 0 0 0 1px #fff, 0 0 0 3px #c7a589;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-core-ui .button-primary:active, .wp-core-ui .button-primary.active, .wp-core-ui .button-primary.active:focus, .wp-core-ui .button-primary.active:hover {
|
.wp-core-ui .button-primary:active {
|
||||||
background: #b78b66;
|
background: #bf9878;
|
||||||
|
border-color: #bf9878;
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wp-core-ui .button-primary.active, .wp-core-ui .button-primary.active:focus, .wp-core-ui .button-primary.active:hover {
|
||||||
|
background: #c7a589;
|
||||||
|
color: #fff;
|
||||||
border-color: #ae7d55;
|
border-color: #ae7d55;
|
||||||
box-shadow: inset 0 2px 0 #ae7d55;
|
box-shadow: inset 0 2px 5px -3px #37271a;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-core-ui .button-primary[disabled], .wp-core-ui .button-primary:disabled, .wp-core-ui .button-primary.button-primary-disabled, .wp-core-ui .button-primary.disabled {
|
.wp-core-ui .button-primary[disabled], .wp-core-ui .button-primary:disabled, .wp-core-ui .button-primary.button-primary-disabled, .wp-core-ui .button-primary.disabled {
|
||||||
color: #d1ccc7 !important;
|
color: #d1ccc7 !important;
|
||||||
background: #ba906d !important;
|
background: #ba906d !important;
|
||||||
border-color: #ae7d55 !important;
|
border-color: #ba906d !important;
|
||||||
text-shadow: none !important;
|
text-shadow: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-core-ui .button-primary.button-hero {
|
.wp-core-ui .button-group > .button.active {
|
||||||
box-shadow: 0 2px 0 #ae7d55 !important;
|
border-color: #c7a589;
|
||||||
}
|
|
||||||
|
|
||||||
.wp-core-ui .button-primary.button-hero:active {
|
|
||||||
box-shadow: inset 0 3px 0 #ae7d55 !important;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-core-ui .wp-ui-primary {
|
.wp-core-ui .wp-ui-primary {
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -1,6 +1,6 @@
|
||||||
/*! This file is auto-generated */
|
/*! This file is auto-generated */
|
||||||
/*
|
/*
|
||||||
* Button mixin- creates 3d-ish button effect with correct
|
* Button mixin- creates a button effect with correct
|
||||||
* highlights/shadows, based on a base color.
|
* highlights/shadows, based on a base color.
|
||||||
*/
|
*/
|
||||||
body {
|
body {
|
||||||
|
|
@ -16,19 +16,20 @@ a:hover, a:active, a:focus {
|
||||||
color: #0096dd;
|
color: #0096dd;
|
||||||
}
|
}
|
||||||
|
|
||||||
#media-upload a.del-link:hover,
|
#post-body .misc-pub-post-status:before,
|
||||||
div.dashboard-widget-submit input:hover,
|
#post-body #visibility:before,
|
||||||
.subsubsub a:hover,
|
.curtime #timestamp:before,
|
||||||
.subsubsub a.current:hover {
|
#post-body .misc-pub-revisions:before,
|
||||||
color: #0096dd;
|
span.wp-media-buttons-icon:before {
|
||||||
|
color: currentColor;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Forms */
|
/* Forms */
|
||||||
input[type=checkbox]:checked:before {
|
input[type=checkbox]:checked::before {
|
||||||
color: #523f6d;
|
content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%23523f6d%27%2F%3E%3C%2Fsvg%3E");
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type=radio]:checked:before {
|
input[type=radio]:checked::before {
|
||||||
background: #523f6d;
|
background: #523f6d;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -37,45 +38,105 @@ input[type=radio]:checked:before {
|
||||||
color: #0096dd;
|
color: #0096dd;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
input[type="text"]:focus,
|
||||||
|
input[type="password"]:focus,
|
||||||
|
input[type="color"]:focus,
|
||||||
|
input[type="date"]:focus,
|
||||||
|
input[type="datetime"]:focus,
|
||||||
|
input[type="datetime-local"]:focus,
|
||||||
|
input[type="email"]:focus,
|
||||||
|
input[type="month"]:focus,
|
||||||
|
input[type="number"]:focus,
|
||||||
|
input[type="search"]:focus,
|
||||||
|
input[type="tel"]:focus,
|
||||||
|
input[type="text"]:focus,
|
||||||
|
input[type="time"]:focus,
|
||||||
|
input[type="url"]:focus,
|
||||||
|
input[type="week"]:focus,
|
||||||
|
input[type="checkbox"]:focus,
|
||||||
|
input[type="radio"]:focus,
|
||||||
|
select:focus,
|
||||||
|
textarea:focus {
|
||||||
|
border-color: #a3b745;
|
||||||
|
box-shadow: 0 0 0 1px #a3b745;
|
||||||
|
}
|
||||||
|
|
||||||
/* Core UI */
|
/* Core UI */
|
||||||
|
.wp-core-ui .button,
|
||||||
|
.wp-core-ui .button-secondary {
|
||||||
|
color: #a3b745;
|
||||||
|
border-color: #a3b745;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wp-core-ui .button.hover,
|
||||||
|
.wp-core-ui .button:hover,
|
||||||
|
.wp-core-ui .button-secondary:hover,
|
||||||
|
.wp-core-ui .button.focus,
|
||||||
|
.wp-core-ui .button:focus,
|
||||||
|
.wp-core-ui .button-secondary:focus {
|
||||||
|
border-color: #93a43e;
|
||||||
|
color: #93a43e;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wp-core-ui .button.focus,
|
||||||
|
.wp-core-ui .button:focus,
|
||||||
|
.wp-core-ui .button-secondary:focus {
|
||||||
|
border-color: #a3b745;
|
||||||
|
color: #93a43e;
|
||||||
|
box-shadow: 0 0 0 1px #a3b745;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wp-core-ui .button:active {
|
||||||
|
background: #93a43e;
|
||||||
|
border-color: #93a43e;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wp-core-ui .button.active,
|
||||||
|
.wp-core-ui .button.active:focus,
|
||||||
|
.wp-core-ui .button.active:hover {
|
||||||
|
border-color: #93a43e;
|
||||||
|
color: #93a43e;
|
||||||
|
box-shadow: inset 0 2px 5px -3px #93a43e;
|
||||||
|
}
|
||||||
|
|
||||||
.wp-core-ui .button-primary {
|
.wp-core-ui .button-primary {
|
||||||
background: #a3b745;
|
background: #a3b745;
|
||||||
border-color: #829237 #727f30 #727f30;
|
border-color: #a3b745;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
box-shadow: 0 1px 0 #727f30;
|
|
||||||
text-shadow: 0 -1px 1px #727f30, -1px 0 1px #727f30, 0 1px 1px #727f30, 1px 0 1px #727f30;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-core-ui .button-primary:hover, .wp-core-ui .button-primary:focus {
|
.wp-core-ui .button-primary:hover, .wp-core-ui .button-primary:focus {
|
||||||
background: #a9bd4f;
|
background: #a9bd4f;
|
||||||
border-color: #727f30;
|
border-color: #99ac41;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
box-shadow: 0 1px 0 #727f30;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-core-ui .button-primary:focus {
|
.wp-core-ui .button-primary:focus {
|
||||||
box-shadow: inset 0 1px 0 #829237, 0 0 2px 1px #33b3db;
|
box-shadow: 0 0 0 1px #fff, 0 0 0 3px #a3b745;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-core-ui .button-primary:active, .wp-core-ui .button-primary.active, .wp-core-ui .button-primary.active:focus, .wp-core-ui .button-primary.active:hover {
|
.wp-core-ui .button-primary:active {
|
||||||
background: #829237;
|
background: #93a43e;
|
||||||
|
border-color: #93a43e;
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wp-core-ui .button-primary.active, .wp-core-ui .button-primary.active:focus, .wp-core-ui .button-primary.active:hover {
|
||||||
|
background: #a3b745;
|
||||||
|
color: #fff;
|
||||||
border-color: #727f30;
|
border-color: #727f30;
|
||||||
box-shadow: inset 0 2px 0 #727f30;
|
box-shadow: inset 0 2px 5px -3px black;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-core-ui .button-primary[disabled], .wp-core-ui .button-primary:disabled, .wp-core-ui .button-primary.button-primary-disabled, .wp-core-ui .button-primary.disabled {
|
.wp-core-ui .button-primary[disabled], .wp-core-ui .button-primary:disabled, .wp-core-ui .button-primary.button-primary-disabled, .wp-core-ui .button-primary.disabled {
|
||||||
color: #cfd1c7 !important;
|
color: #cfd1c7 !important;
|
||||||
background: #89993a !important;
|
background: #89993a !important;
|
||||||
border-color: #727f30 !important;
|
border-color: #89993a !important;
|
||||||
text-shadow: none !important;
|
text-shadow: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-core-ui .button-primary.button-hero {
|
.wp-core-ui .button-group > .button.active {
|
||||||
box-shadow: 0 2px 0 #727f30 !important;
|
border-color: #a3b745;
|
||||||
}
|
|
||||||
|
|
||||||
.wp-core-ui .button-primary.button-hero:active {
|
|
||||||
box-shadow: inset 0 3px 0 #727f30 !important;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-core-ui .wp-ui-primary {
|
.wp-core-ui .wp-ui-primary {
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -1,6 +1,6 @@
|
||||||
/*! This file is auto-generated */
|
/*! This file is auto-generated */
|
||||||
/*
|
/*
|
||||||
* Button mixin- creates 3d-ish button effect with correct
|
* Button mixin- creates a button effect with correct
|
||||||
* highlights/shadows, based on a base color.
|
* highlights/shadows, based on a base color.
|
||||||
*/
|
*/
|
||||||
body {
|
body {
|
||||||
|
|
@ -16,19 +16,20 @@ a:hover, a:active, a:focus {
|
||||||
color: #0096dd;
|
color: #0096dd;
|
||||||
}
|
}
|
||||||
|
|
||||||
#media-upload a.del-link:hover,
|
#post-body .misc-pub-post-status:before,
|
||||||
div.dashboard-widget-submit input:hover,
|
#post-body #visibility:before,
|
||||||
.subsubsub a:hover,
|
.curtime #timestamp:before,
|
||||||
.subsubsub a.current:hover {
|
#post-body .misc-pub-revisions:before,
|
||||||
color: #0096dd;
|
span.wp-media-buttons-icon:before {
|
||||||
|
color: currentColor;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Forms */
|
/* Forms */
|
||||||
input[type=checkbox]:checked:before {
|
input[type=checkbox]:checked::before {
|
||||||
color: #523f6d;
|
content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%23523f6d%27%2F%3E%3C%2Fsvg%3E");
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type=radio]:checked:before {
|
input[type=radio]:checked::before {
|
||||||
background: #523f6d;
|
background: #523f6d;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -37,45 +38,105 @@ input[type=radio]:checked:before {
|
||||||
color: #0096dd;
|
color: #0096dd;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
input[type="text"]:focus,
|
||||||
|
input[type="password"]:focus,
|
||||||
|
input[type="color"]:focus,
|
||||||
|
input[type="date"]:focus,
|
||||||
|
input[type="datetime"]:focus,
|
||||||
|
input[type="datetime-local"]:focus,
|
||||||
|
input[type="email"]:focus,
|
||||||
|
input[type="month"]:focus,
|
||||||
|
input[type="number"]:focus,
|
||||||
|
input[type="search"]:focus,
|
||||||
|
input[type="tel"]:focus,
|
||||||
|
input[type="text"]:focus,
|
||||||
|
input[type="time"]:focus,
|
||||||
|
input[type="url"]:focus,
|
||||||
|
input[type="week"]:focus,
|
||||||
|
input[type="checkbox"]:focus,
|
||||||
|
input[type="radio"]:focus,
|
||||||
|
select:focus,
|
||||||
|
textarea:focus {
|
||||||
|
border-color: #a3b745;
|
||||||
|
box-shadow: 0 0 0 1px #a3b745;
|
||||||
|
}
|
||||||
|
|
||||||
/* Core UI */
|
/* Core UI */
|
||||||
|
.wp-core-ui .button,
|
||||||
|
.wp-core-ui .button-secondary {
|
||||||
|
color: #a3b745;
|
||||||
|
border-color: #a3b745;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wp-core-ui .button.hover,
|
||||||
|
.wp-core-ui .button:hover,
|
||||||
|
.wp-core-ui .button-secondary:hover,
|
||||||
|
.wp-core-ui .button.focus,
|
||||||
|
.wp-core-ui .button:focus,
|
||||||
|
.wp-core-ui .button-secondary:focus {
|
||||||
|
border-color: #93a43e;
|
||||||
|
color: #93a43e;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wp-core-ui .button.focus,
|
||||||
|
.wp-core-ui .button:focus,
|
||||||
|
.wp-core-ui .button-secondary:focus {
|
||||||
|
border-color: #a3b745;
|
||||||
|
color: #93a43e;
|
||||||
|
box-shadow: 0 0 0 1px #a3b745;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wp-core-ui .button:active {
|
||||||
|
background: #93a43e;
|
||||||
|
border-color: #93a43e;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wp-core-ui .button.active,
|
||||||
|
.wp-core-ui .button.active:focus,
|
||||||
|
.wp-core-ui .button.active:hover {
|
||||||
|
border-color: #93a43e;
|
||||||
|
color: #93a43e;
|
||||||
|
box-shadow: inset 0 2px 5px -3px #93a43e;
|
||||||
|
}
|
||||||
|
|
||||||
.wp-core-ui .button-primary {
|
.wp-core-ui .button-primary {
|
||||||
background: #a3b745;
|
background: #a3b745;
|
||||||
border-color: #829237 #727f30 #727f30;
|
border-color: #a3b745;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
box-shadow: 0 1px 0 #727f30;
|
|
||||||
text-shadow: 0 -1px 1px #727f30, 1px 0 1px #727f30, 0 1px 1px #727f30, -1px 0 1px #727f30;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-core-ui .button-primary:hover, .wp-core-ui .button-primary:focus {
|
.wp-core-ui .button-primary:hover, .wp-core-ui .button-primary:focus {
|
||||||
background: #a9bd4f;
|
background: #a9bd4f;
|
||||||
border-color: #727f30;
|
border-color: #99ac41;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
box-shadow: 0 1px 0 #727f30;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-core-ui .button-primary:focus {
|
.wp-core-ui .button-primary:focus {
|
||||||
box-shadow: inset 0 1px 0 #829237, 0 0 2px 1px #33b3db;
|
box-shadow: 0 0 0 1px #fff, 0 0 0 3px #a3b745;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-core-ui .button-primary:active, .wp-core-ui .button-primary.active, .wp-core-ui .button-primary.active:focus, .wp-core-ui .button-primary.active:hover {
|
.wp-core-ui .button-primary:active {
|
||||||
background: #829237;
|
background: #93a43e;
|
||||||
|
border-color: #93a43e;
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wp-core-ui .button-primary.active, .wp-core-ui .button-primary.active:focus, .wp-core-ui .button-primary.active:hover {
|
||||||
|
background: #a3b745;
|
||||||
|
color: #fff;
|
||||||
border-color: #727f30;
|
border-color: #727f30;
|
||||||
box-shadow: inset 0 2px 0 #727f30;
|
box-shadow: inset 0 2px 5px -3px black;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-core-ui .button-primary[disabled], .wp-core-ui .button-primary:disabled, .wp-core-ui .button-primary.button-primary-disabled, .wp-core-ui .button-primary.disabled {
|
.wp-core-ui .button-primary[disabled], .wp-core-ui .button-primary:disabled, .wp-core-ui .button-primary.button-primary-disabled, .wp-core-ui .button-primary.disabled {
|
||||||
color: #cfd1c7 !important;
|
color: #cfd1c7 !important;
|
||||||
background: #89993a !important;
|
background: #89993a !important;
|
||||||
border-color: #727f30 !important;
|
border-color: #89993a !important;
|
||||||
text-shadow: none !important;
|
text-shadow: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-core-ui .button-primary.button-hero {
|
.wp-core-ui .button-group > .button.active {
|
||||||
box-shadow: 0 2px 0 #727f30 !important;
|
border-color: #a3b745;
|
||||||
}
|
|
||||||
|
|
||||||
.wp-core-ui .button-primary.button-hero:active {
|
|
||||||
box-shadow: inset 0 3px 0 #727f30 !important;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-core-ui .wp-ui-primary {
|
.wp-core-ui .wp-ui-primary {
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -1,6 +1,6 @@
|
||||||
/*! This file is auto-generated */
|
/*! This file is auto-generated */
|
||||||
/*
|
/*
|
||||||
* Button mixin- creates 3d-ish button effect with correct
|
* Button mixin- creates a button effect with correct
|
||||||
* highlights/shadows, based on a base color.
|
* highlights/shadows, based on a base color.
|
||||||
*/
|
*/
|
||||||
body {
|
body {
|
||||||
|
|
@ -16,19 +16,20 @@ a:hover, a:active, a:focus {
|
||||||
color: #0096dd;
|
color: #0096dd;
|
||||||
}
|
}
|
||||||
|
|
||||||
#media-upload a.del-link:hover,
|
#post-body .misc-pub-post-status:before,
|
||||||
div.dashboard-widget-submit input:hover,
|
#post-body #visibility:before,
|
||||||
.subsubsub a:hover,
|
.curtime #timestamp:before,
|
||||||
.subsubsub a.current:hover {
|
#post-body .misc-pub-revisions:before,
|
||||||
color: #0096dd;
|
span.wp-media-buttons-icon:before {
|
||||||
|
color: currentColor;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Forms */
|
/* Forms */
|
||||||
input[type=checkbox]:checked:before {
|
input[type=checkbox]:checked::before {
|
||||||
color: #04a4cc;
|
content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%2304a4cc%27%2F%3E%3C%2Fsvg%3E");
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type=radio]:checked:before {
|
input[type=radio]:checked::before {
|
||||||
background: #04a4cc;
|
background: #04a4cc;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -37,45 +38,105 @@ input[type=radio]:checked:before {
|
||||||
color: #0096dd;
|
color: #0096dd;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
input[type="text"]:focus,
|
||||||
|
input[type="password"]:focus,
|
||||||
|
input[type="color"]:focus,
|
||||||
|
input[type="date"]:focus,
|
||||||
|
input[type="datetime"]:focus,
|
||||||
|
input[type="datetime-local"]:focus,
|
||||||
|
input[type="email"]:focus,
|
||||||
|
input[type="month"]:focus,
|
||||||
|
input[type="number"]:focus,
|
||||||
|
input[type="search"]:focus,
|
||||||
|
input[type="tel"]:focus,
|
||||||
|
input[type="text"]:focus,
|
||||||
|
input[type="time"]:focus,
|
||||||
|
input[type="url"]:focus,
|
||||||
|
input[type="week"]:focus,
|
||||||
|
input[type="checkbox"]:focus,
|
||||||
|
input[type="radio"]:focus,
|
||||||
|
select:focus,
|
||||||
|
textarea:focus {
|
||||||
|
border-color: #04a4cc;
|
||||||
|
box-shadow: 0 0 0 1px #04a4cc;
|
||||||
|
}
|
||||||
|
|
||||||
/* Core UI */
|
/* Core UI */
|
||||||
|
.wp-core-ui .button,
|
||||||
|
.wp-core-ui .button-secondary {
|
||||||
|
color: #04a4cc;
|
||||||
|
border-color: #04a4cc;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wp-core-ui .button.hover,
|
||||||
|
.wp-core-ui .button:hover,
|
||||||
|
.wp-core-ui .button-secondary:hover,
|
||||||
|
.wp-core-ui .button.focus,
|
||||||
|
.wp-core-ui .button:focus,
|
||||||
|
.wp-core-ui .button-secondary:focus {
|
||||||
|
border-color: #0490b3;
|
||||||
|
color: #0490b3;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wp-core-ui .button.focus,
|
||||||
|
.wp-core-ui .button:focus,
|
||||||
|
.wp-core-ui .button-secondary:focus {
|
||||||
|
border-color: #04a4cc;
|
||||||
|
color: #0490b3;
|
||||||
|
box-shadow: 0 0 0 1px #04a4cc;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wp-core-ui .button:active {
|
||||||
|
background: #0490b3;
|
||||||
|
border-color: #0490b3;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wp-core-ui .button.active,
|
||||||
|
.wp-core-ui .button.active:focus,
|
||||||
|
.wp-core-ui .button.active:hover {
|
||||||
|
border-color: #0490b3;
|
||||||
|
color: #0490b3;
|
||||||
|
box-shadow: inset 0 2px 5px -3px #0490b3;
|
||||||
|
}
|
||||||
|
|
||||||
.wp-core-ui .button-primary {
|
.wp-core-ui .button-primary {
|
||||||
background: #04a4cc;
|
background: #04a4cc;
|
||||||
border-color: #037c9a #036881 #036881;
|
border-color: #04a4cc;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
box-shadow: 0 1px 0 #036881;
|
|
||||||
text-shadow: 0 -1px 1px #036881, -1px 0 1px #036881, 0 1px 1px #036881, 1px 0 1px #036881;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-core-ui .button-primary:hover, .wp-core-ui .button-primary:focus {
|
.wp-core-ui .button-primary:hover, .wp-core-ui .button-primary:focus {
|
||||||
background: #04b0db;
|
background: #04b0db;
|
||||||
border-color: #036881;
|
border-color: #0498bd;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
box-shadow: 0 1px 0 #036881;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-core-ui .button-primary:focus {
|
.wp-core-ui .button-primary:focus {
|
||||||
box-shadow: inset 0 1px 0 #037c9a, 0 0 2px 1px #33b3db;
|
box-shadow: 0 0 0 1px #fff, 0 0 0 3px #04a4cc;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-core-ui .button-primary:active, .wp-core-ui .button-primary.active, .wp-core-ui .button-primary.active:focus, .wp-core-ui .button-primary.active:hover {
|
.wp-core-ui .button-primary:active {
|
||||||
background: #037c9a;
|
background: #0490b3;
|
||||||
|
border-color: #0490b3;
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wp-core-ui .button-primary.active, .wp-core-ui .button-primary.active:focus, .wp-core-ui .button-primary.active:hover {
|
||||||
|
background: #04a4cc;
|
||||||
|
color: #fff;
|
||||||
border-color: #036881;
|
border-color: #036881;
|
||||||
box-shadow: inset 0 2px 0 #036881;
|
box-shadow: inset 0 2px 5px -3px black;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-core-ui .button-primary[disabled], .wp-core-ui .button-primary:disabled, .wp-core-ui .button-primary.button-primary-disabled, .wp-core-ui .button-primary.disabled {
|
.wp-core-ui .button-primary[disabled], .wp-core-ui .button-primary:disabled, .wp-core-ui .button-primary.button-primary-disabled, .wp-core-ui .button-primary.disabled {
|
||||||
color: #c7cfd1 !important;
|
color: #c7cfd1 !important;
|
||||||
background: #0384a4 !important;
|
background: #0384a4 !important;
|
||||||
border-color: #036881 !important;
|
border-color: #0384a4 !important;
|
||||||
text-shadow: none !important;
|
text-shadow: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-core-ui .button-primary.button-hero {
|
.wp-core-ui .button-group > .button.active {
|
||||||
box-shadow: 0 2px 0 #036881 !important;
|
border-color: #04a4cc;
|
||||||
}
|
|
||||||
|
|
||||||
.wp-core-ui .button-primary.button-hero:active {
|
|
||||||
box-shadow: inset 0 3px 0 #036881 !important;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-core-ui .wp-ui-primary {
|
.wp-core-ui .wp-ui-primary {
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -1,6 +1,6 @@
|
||||||
/*! This file is auto-generated */
|
/*! This file is auto-generated */
|
||||||
/*
|
/*
|
||||||
* Button mixin- creates 3d-ish button effect with correct
|
* Button mixin- creates a button effect with correct
|
||||||
* highlights/shadows, based on a base color.
|
* highlights/shadows, based on a base color.
|
||||||
*/
|
*/
|
||||||
body {
|
body {
|
||||||
|
|
@ -16,19 +16,20 @@ a:hover, a:active, a:focus {
|
||||||
color: #0096dd;
|
color: #0096dd;
|
||||||
}
|
}
|
||||||
|
|
||||||
#media-upload a.del-link:hover,
|
#post-body .misc-pub-post-status:before,
|
||||||
div.dashboard-widget-submit input:hover,
|
#post-body #visibility:before,
|
||||||
.subsubsub a:hover,
|
.curtime #timestamp:before,
|
||||||
.subsubsub a.current:hover {
|
#post-body .misc-pub-revisions:before,
|
||||||
color: #0096dd;
|
span.wp-media-buttons-icon:before {
|
||||||
|
color: currentColor;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Forms */
|
/* Forms */
|
||||||
input[type=checkbox]:checked:before {
|
input[type=checkbox]:checked::before {
|
||||||
color: #04a4cc;
|
content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%2304a4cc%27%2F%3E%3C%2Fsvg%3E");
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type=radio]:checked:before {
|
input[type=radio]:checked::before {
|
||||||
background: #04a4cc;
|
background: #04a4cc;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -37,45 +38,105 @@ input[type=radio]:checked:before {
|
||||||
color: #0096dd;
|
color: #0096dd;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
input[type="text"]:focus,
|
||||||
|
input[type="password"]:focus,
|
||||||
|
input[type="color"]:focus,
|
||||||
|
input[type="date"]:focus,
|
||||||
|
input[type="datetime"]:focus,
|
||||||
|
input[type="datetime-local"]:focus,
|
||||||
|
input[type="email"]:focus,
|
||||||
|
input[type="month"]:focus,
|
||||||
|
input[type="number"]:focus,
|
||||||
|
input[type="search"]:focus,
|
||||||
|
input[type="tel"]:focus,
|
||||||
|
input[type="text"]:focus,
|
||||||
|
input[type="time"]:focus,
|
||||||
|
input[type="url"]:focus,
|
||||||
|
input[type="week"]:focus,
|
||||||
|
input[type="checkbox"]:focus,
|
||||||
|
input[type="radio"]:focus,
|
||||||
|
select:focus,
|
||||||
|
textarea:focus {
|
||||||
|
border-color: #04a4cc;
|
||||||
|
box-shadow: 0 0 0 1px #04a4cc;
|
||||||
|
}
|
||||||
|
|
||||||
/* Core UI */
|
/* Core UI */
|
||||||
|
.wp-core-ui .button,
|
||||||
|
.wp-core-ui .button-secondary {
|
||||||
|
color: #04a4cc;
|
||||||
|
border-color: #04a4cc;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wp-core-ui .button.hover,
|
||||||
|
.wp-core-ui .button:hover,
|
||||||
|
.wp-core-ui .button-secondary:hover,
|
||||||
|
.wp-core-ui .button.focus,
|
||||||
|
.wp-core-ui .button:focus,
|
||||||
|
.wp-core-ui .button-secondary:focus {
|
||||||
|
border-color: #0490b3;
|
||||||
|
color: #0490b3;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wp-core-ui .button.focus,
|
||||||
|
.wp-core-ui .button:focus,
|
||||||
|
.wp-core-ui .button-secondary:focus {
|
||||||
|
border-color: #04a4cc;
|
||||||
|
color: #0490b3;
|
||||||
|
box-shadow: 0 0 0 1px #04a4cc;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wp-core-ui .button:active {
|
||||||
|
background: #0490b3;
|
||||||
|
border-color: #0490b3;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wp-core-ui .button.active,
|
||||||
|
.wp-core-ui .button.active:focus,
|
||||||
|
.wp-core-ui .button.active:hover {
|
||||||
|
border-color: #0490b3;
|
||||||
|
color: #0490b3;
|
||||||
|
box-shadow: inset 0 2px 5px -3px #0490b3;
|
||||||
|
}
|
||||||
|
|
||||||
.wp-core-ui .button-primary {
|
.wp-core-ui .button-primary {
|
||||||
background: #04a4cc;
|
background: #04a4cc;
|
||||||
border-color: #037c9a #036881 #036881;
|
border-color: #04a4cc;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
box-shadow: 0 1px 0 #036881;
|
|
||||||
text-shadow: 0 -1px 1px #036881, 1px 0 1px #036881, 0 1px 1px #036881, -1px 0 1px #036881;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-core-ui .button-primary:hover, .wp-core-ui .button-primary:focus {
|
.wp-core-ui .button-primary:hover, .wp-core-ui .button-primary:focus {
|
||||||
background: #04b0db;
|
background: #04b0db;
|
||||||
border-color: #036881;
|
border-color: #0498bd;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
box-shadow: 0 1px 0 #036881;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-core-ui .button-primary:focus {
|
.wp-core-ui .button-primary:focus {
|
||||||
box-shadow: inset 0 1px 0 #037c9a, 0 0 2px 1px #33b3db;
|
box-shadow: 0 0 0 1px #fff, 0 0 0 3px #04a4cc;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-core-ui .button-primary:active, .wp-core-ui .button-primary.active, .wp-core-ui .button-primary.active:focus, .wp-core-ui .button-primary.active:hover {
|
.wp-core-ui .button-primary:active {
|
||||||
background: #037c9a;
|
background: #0490b3;
|
||||||
|
border-color: #0490b3;
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wp-core-ui .button-primary.active, .wp-core-ui .button-primary.active:focus, .wp-core-ui .button-primary.active:hover {
|
||||||
|
background: #04a4cc;
|
||||||
|
color: #fff;
|
||||||
border-color: #036881;
|
border-color: #036881;
|
||||||
box-shadow: inset 0 2px 0 #036881;
|
box-shadow: inset 0 2px 5px -3px black;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-core-ui .button-primary[disabled], .wp-core-ui .button-primary:disabled, .wp-core-ui .button-primary.button-primary-disabled, .wp-core-ui .button-primary.disabled {
|
.wp-core-ui .button-primary[disabled], .wp-core-ui .button-primary:disabled, .wp-core-ui .button-primary.button-primary-disabled, .wp-core-ui .button-primary.disabled {
|
||||||
color: #c7cfd1 !important;
|
color: #c7cfd1 !important;
|
||||||
background: #0384a4 !important;
|
background: #0384a4 !important;
|
||||||
border-color: #036881 !important;
|
border-color: #0384a4 !important;
|
||||||
text-shadow: none !important;
|
text-shadow: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-core-ui .button-primary.button-hero {
|
.wp-core-ui .button-group > .button.active {
|
||||||
box-shadow: 0 2px 0 #036881 !important;
|
border-color: #04a4cc;
|
||||||
}
|
|
||||||
|
|
||||||
.wp-core-ui .button-primary.button-hero:active {
|
|
||||||
box-shadow: inset 0 3px 0 #036881 !important;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-core-ui .wp-ui-primary {
|
.wp-core-ui .wp-ui-primary {
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -1,6 +1,6 @@
|
||||||
/*! This file is auto-generated */
|
/*! This file is auto-generated */
|
||||||
/*
|
/*
|
||||||
* Button mixin- creates 3d-ish button effect with correct
|
* Button mixin- creates a button effect with correct
|
||||||
* highlights/shadows, based on a base color.
|
* highlights/shadows, based on a base color.
|
||||||
*/
|
*/
|
||||||
body {
|
body {
|
||||||
|
|
@ -16,19 +16,20 @@ a:hover, a:active, a:focus {
|
||||||
color: #0096dd;
|
color: #0096dd;
|
||||||
}
|
}
|
||||||
|
|
||||||
#media-upload a.del-link:hover,
|
#post-body .misc-pub-post-status:before,
|
||||||
div.dashboard-widget-submit input:hover,
|
#post-body #visibility:before,
|
||||||
.subsubsub a:hover,
|
.curtime #timestamp:before,
|
||||||
.subsubsub a.current:hover {
|
#post-body .misc-pub-revisions:before,
|
||||||
color: #0096dd;
|
span.wp-media-buttons-icon:before {
|
||||||
|
color: currentColor;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Forms */
|
/* Forms */
|
||||||
input[type=checkbox]:checked:before {
|
input[type=checkbox]:checked::before {
|
||||||
color: #e14d43;
|
content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%23e14d43%27%2F%3E%3C%2Fsvg%3E");
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type=radio]:checked:before {
|
input[type=radio]:checked::before {
|
||||||
background: #e14d43;
|
background: #e14d43;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -37,45 +38,105 @@ input[type=radio]:checked:before {
|
||||||
color: #0096dd;
|
color: #0096dd;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
input[type="text"]:focus,
|
||||||
|
input[type="password"]:focus,
|
||||||
|
input[type="color"]:focus,
|
||||||
|
input[type="date"]:focus,
|
||||||
|
input[type="datetime"]:focus,
|
||||||
|
input[type="datetime-local"]:focus,
|
||||||
|
input[type="email"]:focus,
|
||||||
|
input[type="month"]:focus,
|
||||||
|
input[type="number"]:focus,
|
||||||
|
input[type="search"]:focus,
|
||||||
|
input[type="tel"]:focus,
|
||||||
|
input[type="text"]:focus,
|
||||||
|
input[type="time"]:focus,
|
||||||
|
input[type="url"]:focus,
|
||||||
|
input[type="week"]:focus,
|
||||||
|
input[type="checkbox"]:focus,
|
||||||
|
input[type="radio"]:focus,
|
||||||
|
select:focus,
|
||||||
|
textarea:focus {
|
||||||
|
border-color: #e14d43;
|
||||||
|
box-shadow: 0 0 0 1px #e14d43;
|
||||||
|
}
|
||||||
|
|
||||||
/* Core UI */
|
/* Core UI */
|
||||||
|
.wp-core-ui .button,
|
||||||
|
.wp-core-ui .button-secondary {
|
||||||
|
color: #e14d43;
|
||||||
|
border-color: #e14d43;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wp-core-ui .button.hover,
|
||||||
|
.wp-core-ui .button:hover,
|
||||||
|
.wp-core-ui .button-secondary:hover,
|
||||||
|
.wp-core-ui .button.focus,
|
||||||
|
.wp-core-ui .button:focus,
|
||||||
|
.wp-core-ui .button-secondary:focus {
|
||||||
|
border-color: #dd382d;
|
||||||
|
color: #dd382d;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wp-core-ui .button.focus,
|
||||||
|
.wp-core-ui .button:focus,
|
||||||
|
.wp-core-ui .button-secondary:focus {
|
||||||
|
border-color: #e14d43;
|
||||||
|
color: #dd382d;
|
||||||
|
box-shadow: 0 0 0 1px #e14d43;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wp-core-ui .button:active {
|
||||||
|
background: #dd382d;
|
||||||
|
border-color: #dd382d;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wp-core-ui .button.active,
|
||||||
|
.wp-core-ui .button.active:focus,
|
||||||
|
.wp-core-ui .button.active:hover {
|
||||||
|
border-color: #dd382d;
|
||||||
|
color: #dd382d;
|
||||||
|
box-shadow: inset 0 2px 5px -3px #dd382d;
|
||||||
|
}
|
||||||
|
|
||||||
.wp-core-ui .button-primary {
|
.wp-core-ui .button-primary {
|
||||||
background: #e14d43;
|
background: #e14d43;
|
||||||
border-color: #d02c21 #ba281e #ba281e;
|
border-color: #e14d43;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
box-shadow: 0 1px 0 #ba281e;
|
|
||||||
text-shadow: 0 -1px 1px #ba281e, -1px 0 1px #ba281e, 0 1px 1px #ba281e, 1px 0 1px #ba281e;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-core-ui .button-primary:hover, .wp-core-ui .button-primary:focus {
|
.wp-core-ui .button-primary:hover, .wp-core-ui .button-primary:focus {
|
||||||
background: #e35950;
|
background: #e35950;
|
||||||
border-color: #ba281e;
|
border-color: #df4136;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
box-shadow: 0 1px 0 #ba281e;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-core-ui .button-primary:focus {
|
.wp-core-ui .button-primary:focus {
|
||||||
box-shadow: inset 0 1px 0 #d02c21, 0 0 2px 1px #33b3db;
|
box-shadow: 0 0 0 1px #fff, 0 0 0 3px #e14d43;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-core-ui .button-primary:active, .wp-core-ui .button-primary.active, .wp-core-ui .button-primary.active:focus, .wp-core-ui .button-primary.active:hover {
|
.wp-core-ui .button-primary:active {
|
||||||
background: #d02c21;
|
background: #dd382d;
|
||||||
|
border-color: #dd382d;
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wp-core-ui .button-primary.active, .wp-core-ui .button-primary.active:focus, .wp-core-ui .button-primary.active:hover {
|
||||||
|
background: #e14d43;
|
||||||
|
color: #fff;
|
||||||
border-color: #ba281e;
|
border-color: #ba281e;
|
||||||
box-shadow: inset 0 2px 0 #ba281e;
|
box-shadow: inset 0 2px 5px -3px #200705;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-core-ui .button-primary[disabled], .wp-core-ui .button-primary:disabled, .wp-core-ui .button-primary.button-primary-disabled, .wp-core-ui .button-primary.disabled {
|
.wp-core-ui .button-primary[disabled], .wp-core-ui .button-primary:disabled, .wp-core-ui .button-primary.button-primary-disabled, .wp-core-ui .button-primary.disabled {
|
||||||
color: #d1c8c7 !important;
|
color: #d1c8c7 !important;
|
||||||
background: #d92e23 !important;
|
background: #d92e23 !important;
|
||||||
border-color: #ba281e !important;
|
border-color: #d92e23 !important;
|
||||||
text-shadow: none !important;
|
text-shadow: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-core-ui .button-primary.button-hero {
|
.wp-core-ui .button-group > .button.active {
|
||||||
box-shadow: 0 2px 0 #ba281e !important;
|
border-color: #e14d43;
|
||||||
}
|
|
||||||
|
|
||||||
.wp-core-ui .button-primary.button-hero:active {
|
|
||||||
box-shadow: inset 0 3px 0 #ba281e !important;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-core-ui .wp-ui-primary {
|
.wp-core-ui .wp-ui-primary {
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -1,6 +1,6 @@
|
||||||
/*! This file is auto-generated */
|
/*! This file is auto-generated */
|
||||||
/*
|
/*
|
||||||
* Button mixin- creates 3d-ish button effect with correct
|
* Button mixin- creates a button effect with correct
|
||||||
* highlights/shadows, based on a base color.
|
* highlights/shadows, based on a base color.
|
||||||
*/
|
*/
|
||||||
body {
|
body {
|
||||||
|
|
@ -16,19 +16,20 @@ a:hover, a:active, a:focus {
|
||||||
color: #0096dd;
|
color: #0096dd;
|
||||||
}
|
}
|
||||||
|
|
||||||
#media-upload a.del-link:hover,
|
#post-body .misc-pub-post-status:before,
|
||||||
div.dashboard-widget-submit input:hover,
|
#post-body #visibility:before,
|
||||||
.subsubsub a:hover,
|
.curtime #timestamp:before,
|
||||||
.subsubsub a.current:hover {
|
#post-body .misc-pub-revisions:before,
|
||||||
color: #0096dd;
|
span.wp-media-buttons-icon:before {
|
||||||
|
color: currentColor;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Forms */
|
/* Forms */
|
||||||
input[type=checkbox]:checked:before {
|
input[type=checkbox]:checked::before {
|
||||||
color: #e14d43;
|
content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%23e14d43%27%2F%3E%3C%2Fsvg%3E");
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type=radio]:checked:before {
|
input[type=radio]:checked::before {
|
||||||
background: #e14d43;
|
background: #e14d43;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -37,45 +38,105 @@ input[type=radio]:checked:before {
|
||||||
color: #0096dd;
|
color: #0096dd;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
input[type="text"]:focus,
|
||||||
|
input[type="password"]:focus,
|
||||||
|
input[type="color"]:focus,
|
||||||
|
input[type="date"]:focus,
|
||||||
|
input[type="datetime"]:focus,
|
||||||
|
input[type="datetime-local"]:focus,
|
||||||
|
input[type="email"]:focus,
|
||||||
|
input[type="month"]:focus,
|
||||||
|
input[type="number"]:focus,
|
||||||
|
input[type="search"]:focus,
|
||||||
|
input[type="tel"]:focus,
|
||||||
|
input[type="text"]:focus,
|
||||||
|
input[type="time"]:focus,
|
||||||
|
input[type="url"]:focus,
|
||||||
|
input[type="week"]:focus,
|
||||||
|
input[type="checkbox"]:focus,
|
||||||
|
input[type="radio"]:focus,
|
||||||
|
select:focus,
|
||||||
|
textarea:focus {
|
||||||
|
border-color: #e14d43;
|
||||||
|
box-shadow: 0 0 0 1px #e14d43;
|
||||||
|
}
|
||||||
|
|
||||||
/* Core UI */
|
/* Core UI */
|
||||||
|
.wp-core-ui .button,
|
||||||
|
.wp-core-ui .button-secondary {
|
||||||
|
color: #e14d43;
|
||||||
|
border-color: #e14d43;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wp-core-ui .button.hover,
|
||||||
|
.wp-core-ui .button:hover,
|
||||||
|
.wp-core-ui .button-secondary:hover,
|
||||||
|
.wp-core-ui .button.focus,
|
||||||
|
.wp-core-ui .button:focus,
|
||||||
|
.wp-core-ui .button-secondary:focus {
|
||||||
|
border-color: #dd382d;
|
||||||
|
color: #dd382d;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wp-core-ui .button.focus,
|
||||||
|
.wp-core-ui .button:focus,
|
||||||
|
.wp-core-ui .button-secondary:focus {
|
||||||
|
border-color: #e14d43;
|
||||||
|
color: #dd382d;
|
||||||
|
box-shadow: 0 0 0 1px #e14d43;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wp-core-ui .button:active {
|
||||||
|
background: #dd382d;
|
||||||
|
border-color: #dd382d;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wp-core-ui .button.active,
|
||||||
|
.wp-core-ui .button.active:focus,
|
||||||
|
.wp-core-ui .button.active:hover {
|
||||||
|
border-color: #dd382d;
|
||||||
|
color: #dd382d;
|
||||||
|
box-shadow: inset 0 2px 5px -3px #dd382d;
|
||||||
|
}
|
||||||
|
|
||||||
.wp-core-ui .button-primary {
|
.wp-core-ui .button-primary {
|
||||||
background: #e14d43;
|
background: #e14d43;
|
||||||
border-color: #d02c21 #ba281e #ba281e;
|
border-color: #e14d43;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
box-shadow: 0 1px 0 #ba281e;
|
|
||||||
text-shadow: 0 -1px 1px #ba281e, 1px 0 1px #ba281e, 0 1px 1px #ba281e, -1px 0 1px #ba281e;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-core-ui .button-primary:hover, .wp-core-ui .button-primary:focus {
|
.wp-core-ui .button-primary:hover, .wp-core-ui .button-primary:focus {
|
||||||
background: #e35950;
|
background: #e35950;
|
||||||
border-color: #ba281e;
|
border-color: #df4136;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
box-shadow: 0 1px 0 #ba281e;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-core-ui .button-primary:focus {
|
.wp-core-ui .button-primary:focus {
|
||||||
box-shadow: inset 0 1px 0 #d02c21, 0 0 2px 1px #33b3db;
|
box-shadow: 0 0 0 1px #fff, 0 0 0 3px #e14d43;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-core-ui .button-primary:active, .wp-core-ui .button-primary.active, .wp-core-ui .button-primary.active:focus, .wp-core-ui .button-primary.active:hover {
|
.wp-core-ui .button-primary:active {
|
||||||
background: #d02c21;
|
background: #dd382d;
|
||||||
|
border-color: #dd382d;
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wp-core-ui .button-primary.active, .wp-core-ui .button-primary.active:focus, .wp-core-ui .button-primary.active:hover {
|
||||||
|
background: #e14d43;
|
||||||
|
color: #fff;
|
||||||
border-color: #ba281e;
|
border-color: #ba281e;
|
||||||
box-shadow: inset 0 2px 0 #ba281e;
|
box-shadow: inset 0 2px 5px -3px #200705;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-core-ui .button-primary[disabled], .wp-core-ui .button-primary:disabled, .wp-core-ui .button-primary.button-primary-disabled, .wp-core-ui .button-primary.disabled {
|
.wp-core-ui .button-primary[disabled], .wp-core-ui .button-primary:disabled, .wp-core-ui .button-primary.button-primary-disabled, .wp-core-ui .button-primary.disabled {
|
||||||
color: #d1c8c7 !important;
|
color: #d1c8c7 !important;
|
||||||
background: #d92e23 !important;
|
background: #d92e23 !important;
|
||||||
border-color: #ba281e !important;
|
border-color: #d92e23 !important;
|
||||||
text-shadow: none !important;
|
text-shadow: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-core-ui .button-primary.button-hero {
|
.wp-core-ui .button-group > .button.active {
|
||||||
box-shadow: 0 2px 0 #ba281e !important;
|
border-color: #e14d43;
|
||||||
}
|
|
||||||
|
|
||||||
.wp-core-ui .button-primary.button-hero:active {
|
|
||||||
box-shadow: inset 0 3px 0 #ba281e !important;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-core-ui .wp-ui-primary {
|
.wp-core-ui .wp-ui-primary {
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -1,6 +1,6 @@
|
||||||
/*! This file is auto-generated */
|
/*! This file is auto-generated */
|
||||||
/*
|
/*
|
||||||
* Button mixin- creates 3d-ish button effect with correct
|
* Button mixin- creates a button effect with correct
|
||||||
* highlights/shadows, based on a base color.
|
* highlights/shadows, based on a base color.
|
||||||
*/
|
*/
|
||||||
body {
|
body {
|
||||||
|
|
@ -16,19 +16,20 @@ a:hover, a:active, a:focus {
|
||||||
color: #0096dd;
|
color: #0096dd;
|
||||||
}
|
}
|
||||||
|
|
||||||
#media-upload a.del-link:hover,
|
#post-body .misc-pub-post-status:before,
|
||||||
div.dashboard-widget-submit input:hover,
|
#post-body #visibility:before,
|
||||||
.subsubsub a:hover,
|
.curtime #timestamp:before,
|
||||||
.subsubsub a.current:hover {
|
#post-body .misc-pub-revisions:before,
|
||||||
color: #0096dd;
|
span.wp-media-buttons-icon:before {
|
||||||
|
color: currentColor;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Forms */
|
/* Forms */
|
||||||
input[type=checkbox]:checked:before {
|
input[type=checkbox]:checked::before {
|
||||||
color: #738e96;
|
content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%23738e96%27%2F%3E%3C%2Fsvg%3E");
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type=radio]:checked:before {
|
input[type=radio]:checked::before {
|
||||||
background: #738e96;
|
background: #738e96;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -37,45 +38,105 @@ input[type=radio]:checked:before {
|
||||||
color: #0096dd;
|
color: #0096dd;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
input[type="text"]:focus,
|
||||||
|
input[type="password"]:focus,
|
||||||
|
input[type="color"]:focus,
|
||||||
|
input[type="date"]:focus,
|
||||||
|
input[type="datetime"]:focus,
|
||||||
|
input[type="datetime-local"]:focus,
|
||||||
|
input[type="email"]:focus,
|
||||||
|
input[type="month"]:focus,
|
||||||
|
input[type="number"]:focus,
|
||||||
|
input[type="search"]:focus,
|
||||||
|
input[type="tel"]:focus,
|
||||||
|
input[type="text"]:focus,
|
||||||
|
input[type="time"]:focus,
|
||||||
|
input[type="url"]:focus,
|
||||||
|
input[type="week"]:focus,
|
||||||
|
input[type="checkbox"]:focus,
|
||||||
|
input[type="radio"]:focus,
|
||||||
|
select:focus,
|
||||||
|
textarea:focus {
|
||||||
|
border-color: #9ebaa0;
|
||||||
|
box-shadow: 0 0 0 1px #9ebaa0;
|
||||||
|
}
|
||||||
|
|
||||||
/* Core UI */
|
/* Core UI */
|
||||||
|
.wp-core-ui .button,
|
||||||
|
.wp-core-ui .button-secondary {
|
||||||
|
color: #9ebaa0;
|
||||||
|
border-color: #9ebaa0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wp-core-ui .button.hover,
|
||||||
|
.wp-core-ui .button:hover,
|
||||||
|
.wp-core-ui .button-secondary:hover,
|
||||||
|
.wp-core-ui .button.focus,
|
||||||
|
.wp-core-ui .button:focus,
|
||||||
|
.wp-core-ui .button-secondary:focus {
|
||||||
|
border-color: #8faf91;
|
||||||
|
color: #8faf91;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wp-core-ui .button.focus,
|
||||||
|
.wp-core-ui .button:focus,
|
||||||
|
.wp-core-ui .button-secondary:focus {
|
||||||
|
border-color: #9ebaa0;
|
||||||
|
color: #8faf91;
|
||||||
|
box-shadow: 0 0 0 1px #9ebaa0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wp-core-ui .button:active {
|
||||||
|
background: #8faf91;
|
||||||
|
border-color: #8faf91;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wp-core-ui .button.active,
|
||||||
|
.wp-core-ui .button.active:focus,
|
||||||
|
.wp-core-ui .button.active:hover {
|
||||||
|
border-color: #8faf91;
|
||||||
|
color: #8faf91;
|
||||||
|
box-shadow: inset 0 2px 5px -3px #8faf91;
|
||||||
|
}
|
||||||
|
|
||||||
.wp-core-ui .button-primary {
|
.wp-core-ui .button-primary {
|
||||||
background: #9ebaa0;
|
background: #9ebaa0;
|
||||||
border-color: #80a583 #719a74 #719a74;
|
border-color: #9ebaa0;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
box-shadow: 0 1px 0 #719a74;
|
|
||||||
text-shadow: 0 -1px 1px #719a74, -1px 0 1px #719a74, 0 1px 1px #719a74, 1px 0 1px #719a74;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-core-ui .button-primary:hover, .wp-core-ui .button-primary:focus {
|
.wp-core-ui .button-primary:hover, .wp-core-ui .button-primary:focus {
|
||||||
background: #a7c0a9;
|
background: #a7c0a9;
|
||||||
border-color: #719a74;
|
border-color: #95b497;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
box-shadow: 0 1px 0 #719a74;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-core-ui .button-primary:focus {
|
.wp-core-ui .button-primary:focus {
|
||||||
box-shadow: inset 0 1px 0 #80a583, 0 0 2px 1px #33b3db;
|
box-shadow: 0 0 0 1px #fff, 0 0 0 3px #9ebaa0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-core-ui .button-primary:active, .wp-core-ui .button-primary.active, .wp-core-ui .button-primary.active:focus, .wp-core-ui .button-primary.active:hover {
|
.wp-core-ui .button-primary:active {
|
||||||
background: #80a583;
|
background: #8faf91;
|
||||||
|
border-color: #8faf91;
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wp-core-ui .button-primary.active, .wp-core-ui .button-primary.active:focus, .wp-core-ui .button-primary.active:hover {
|
||||||
|
background: #9ebaa0;
|
||||||
|
color: #fff;
|
||||||
border-color: #719a74;
|
border-color: #719a74;
|
||||||
box-shadow: inset 0 2px 0 #719a74;
|
box-shadow: inset 0 2px 5px -3px #253426;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-core-ui .button-primary[disabled], .wp-core-ui .button-primary:disabled, .wp-core-ui .button-primary.button-primary-disabled, .wp-core-ui .button-primary.disabled {
|
.wp-core-ui .button-primary[disabled], .wp-core-ui .button-primary:disabled, .wp-core-ui .button-primary.button-primary-disabled, .wp-core-ui .button-primary.disabled {
|
||||||
color: #c7d1c8 !important;
|
color: #c7d1c8 !important;
|
||||||
background: #86a989 !important;
|
background: #86a989 !important;
|
||||||
border-color: #719a74 !important;
|
border-color: #86a989 !important;
|
||||||
text-shadow: none !important;
|
text-shadow: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-core-ui .button-primary.button-hero {
|
.wp-core-ui .button-group > .button.active {
|
||||||
box-shadow: 0 2px 0 #719a74 !important;
|
border-color: #9ebaa0;
|
||||||
}
|
|
||||||
|
|
||||||
.wp-core-ui .button-primary.button-hero:active {
|
|
||||||
box-shadow: inset 0 3px 0 #719a74 !important;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-core-ui .wp-ui-primary {
|
.wp-core-ui .wp-ui-primary {
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -1,6 +1,6 @@
|
||||||
/*! This file is auto-generated */
|
/*! This file is auto-generated */
|
||||||
/*
|
/*
|
||||||
* Button mixin- creates 3d-ish button effect with correct
|
* Button mixin- creates a button effect with correct
|
||||||
* highlights/shadows, based on a base color.
|
* highlights/shadows, based on a base color.
|
||||||
*/
|
*/
|
||||||
body {
|
body {
|
||||||
|
|
@ -16,19 +16,20 @@ a:hover, a:active, a:focus {
|
||||||
color: #0096dd;
|
color: #0096dd;
|
||||||
}
|
}
|
||||||
|
|
||||||
#media-upload a.del-link:hover,
|
#post-body .misc-pub-post-status:before,
|
||||||
div.dashboard-widget-submit input:hover,
|
#post-body #visibility:before,
|
||||||
.subsubsub a:hover,
|
.curtime #timestamp:before,
|
||||||
.subsubsub a.current:hover {
|
#post-body .misc-pub-revisions:before,
|
||||||
color: #0096dd;
|
span.wp-media-buttons-icon:before {
|
||||||
|
color: currentColor;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Forms */
|
/* Forms */
|
||||||
input[type=checkbox]:checked:before {
|
input[type=checkbox]:checked::before {
|
||||||
color: #738e96;
|
content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%23738e96%27%2F%3E%3C%2Fsvg%3E");
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type=radio]:checked:before {
|
input[type=radio]:checked::before {
|
||||||
background: #738e96;
|
background: #738e96;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -37,45 +38,105 @@ input[type=radio]:checked:before {
|
||||||
color: #0096dd;
|
color: #0096dd;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
input[type="text"]:focus,
|
||||||
|
input[type="password"]:focus,
|
||||||
|
input[type="color"]:focus,
|
||||||
|
input[type="date"]:focus,
|
||||||
|
input[type="datetime"]:focus,
|
||||||
|
input[type="datetime-local"]:focus,
|
||||||
|
input[type="email"]:focus,
|
||||||
|
input[type="month"]:focus,
|
||||||
|
input[type="number"]:focus,
|
||||||
|
input[type="search"]:focus,
|
||||||
|
input[type="tel"]:focus,
|
||||||
|
input[type="text"]:focus,
|
||||||
|
input[type="time"]:focus,
|
||||||
|
input[type="url"]:focus,
|
||||||
|
input[type="week"]:focus,
|
||||||
|
input[type="checkbox"]:focus,
|
||||||
|
input[type="radio"]:focus,
|
||||||
|
select:focus,
|
||||||
|
textarea:focus {
|
||||||
|
border-color: #9ebaa0;
|
||||||
|
box-shadow: 0 0 0 1px #9ebaa0;
|
||||||
|
}
|
||||||
|
|
||||||
/* Core UI */
|
/* Core UI */
|
||||||
|
.wp-core-ui .button,
|
||||||
|
.wp-core-ui .button-secondary {
|
||||||
|
color: #9ebaa0;
|
||||||
|
border-color: #9ebaa0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wp-core-ui .button.hover,
|
||||||
|
.wp-core-ui .button:hover,
|
||||||
|
.wp-core-ui .button-secondary:hover,
|
||||||
|
.wp-core-ui .button.focus,
|
||||||
|
.wp-core-ui .button:focus,
|
||||||
|
.wp-core-ui .button-secondary:focus {
|
||||||
|
border-color: #8faf91;
|
||||||
|
color: #8faf91;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wp-core-ui .button.focus,
|
||||||
|
.wp-core-ui .button:focus,
|
||||||
|
.wp-core-ui .button-secondary:focus {
|
||||||
|
border-color: #9ebaa0;
|
||||||
|
color: #8faf91;
|
||||||
|
box-shadow: 0 0 0 1px #9ebaa0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wp-core-ui .button:active {
|
||||||
|
background: #8faf91;
|
||||||
|
border-color: #8faf91;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wp-core-ui .button.active,
|
||||||
|
.wp-core-ui .button.active:focus,
|
||||||
|
.wp-core-ui .button.active:hover {
|
||||||
|
border-color: #8faf91;
|
||||||
|
color: #8faf91;
|
||||||
|
box-shadow: inset 0 2px 5px -3px #8faf91;
|
||||||
|
}
|
||||||
|
|
||||||
.wp-core-ui .button-primary {
|
.wp-core-ui .button-primary {
|
||||||
background: #9ebaa0;
|
background: #9ebaa0;
|
||||||
border-color: #80a583 #719a74 #719a74;
|
border-color: #9ebaa0;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
box-shadow: 0 1px 0 #719a74;
|
|
||||||
text-shadow: 0 -1px 1px #719a74, 1px 0 1px #719a74, 0 1px 1px #719a74, -1px 0 1px #719a74;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-core-ui .button-primary:hover, .wp-core-ui .button-primary:focus {
|
.wp-core-ui .button-primary:hover, .wp-core-ui .button-primary:focus {
|
||||||
background: #a7c0a9;
|
background: #a7c0a9;
|
||||||
border-color: #719a74;
|
border-color: #95b497;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
box-shadow: 0 1px 0 #719a74;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-core-ui .button-primary:focus {
|
.wp-core-ui .button-primary:focus {
|
||||||
box-shadow: inset 0 1px 0 #80a583, 0 0 2px 1px #33b3db;
|
box-shadow: 0 0 0 1px #fff, 0 0 0 3px #9ebaa0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-core-ui .button-primary:active, .wp-core-ui .button-primary.active, .wp-core-ui .button-primary.active:focus, .wp-core-ui .button-primary.active:hover {
|
.wp-core-ui .button-primary:active {
|
||||||
background: #80a583;
|
background: #8faf91;
|
||||||
|
border-color: #8faf91;
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wp-core-ui .button-primary.active, .wp-core-ui .button-primary.active:focus, .wp-core-ui .button-primary.active:hover {
|
||||||
|
background: #9ebaa0;
|
||||||
|
color: #fff;
|
||||||
border-color: #719a74;
|
border-color: #719a74;
|
||||||
box-shadow: inset 0 2px 0 #719a74;
|
box-shadow: inset 0 2px 5px -3px #253426;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-core-ui .button-primary[disabled], .wp-core-ui .button-primary:disabled, .wp-core-ui .button-primary.button-primary-disabled, .wp-core-ui .button-primary.disabled {
|
.wp-core-ui .button-primary[disabled], .wp-core-ui .button-primary:disabled, .wp-core-ui .button-primary.button-primary-disabled, .wp-core-ui .button-primary.disabled {
|
||||||
color: #c7d1c8 !important;
|
color: #c7d1c8 !important;
|
||||||
background: #86a989 !important;
|
background: #86a989 !important;
|
||||||
border-color: #719a74 !important;
|
border-color: #86a989 !important;
|
||||||
text-shadow: none !important;
|
text-shadow: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-core-ui .button-primary.button-hero {
|
.wp-core-ui .button-group > .button.active {
|
||||||
box-shadow: 0 2px 0 #719a74 !important;
|
border-color: #9ebaa0;
|
||||||
}
|
|
||||||
|
|
||||||
.wp-core-ui .button-primary.button-hero:active {
|
|
||||||
box-shadow: inset 0 3px 0 #719a74 !important;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-core-ui .wp-ui-primary {
|
.wp-core-ui .wp-ui-primary {
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -1,6 +1,6 @@
|
||||||
/*! This file is auto-generated */
|
/*! This file is auto-generated */
|
||||||
/*
|
/*
|
||||||
* Button mixin- creates 3d-ish button effect with correct
|
* Button mixin- creates a button effect with correct
|
||||||
* highlights/shadows, based on a base color.
|
* highlights/shadows, based on a base color.
|
||||||
*/
|
*/
|
||||||
body {
|
body {
|
||||||
|
|
@ -16,19 +16,20 @@ a:hover, a:active, a:focus {
|
||||||
color: #0096dd;
|
color: #0096dd;
|
||||||
}
|
}
|
||||||
|
|
||||||
#media-upload a.del-link:hover,
|
#post-body .misc-pub-post-status:before,
|
||||||
div.dashboard-widget-submit input:hover,
|
#post-body #visibility:before,
|
||||||
.subsubsub a:hover,
|
.curtime #timestamp:before,
|
||||||
.subsubsub a.current:hover {
|
#post-body .misc-pub-revisions:before,
|
||||||
color: #0096dd;
|
span.wp-media-buttons-icon:before {
|
||||||
|
color: currentColor;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Forms */
|
/* Forms */
|
||||||
input[type=checkbox]:checked:before {
|
input[type=checkbox]:checked::before {
|
||||||
color: #dd823b;
|
content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%23dd823b%27%2F%3E%3C%2Fsvg%3E");
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type=radio]:checked:before {
|
input[type=radio]:checked::before {
|
||||||
background: #dd823b;
|
background: #dd823b;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -37,45 +38,105 @@ input[type=radio]:checked:before {
|
||||||
color: #0096dd;
|
color: #0096dd;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
input[type="text"]:focus,
|
||||||
|
input[type="password"]:focus,
|
||||||
|
input[type="color"]:focus,
|
||||||
|
input[type="date"]:focus,
|
||||||
|
input[type="datetime"]:focus,
|
||||||
|
input[type="datetime-local"]:focus,
|
||||||
|
input[type="email"]:focus,
|
||||||
|
input[type="month"]:focus,
|
||||||
|
input[type="number"]:focus,
|
||||||
|
input[type="search"]:focus,
|
||||||
|
input[type="tel"]:focus,
|
||||||
|
input[type="text"]:focus,
|
||||||
|
input[type="time"]:focus,
|
||||||
|
input[type="url"]:focus,
|
||||||
|
input[type="week"]:focus,
|
||||||
|
input[type="checkbox"]:focus,
|
||||||
|
input[type="radio"]:focus,
|
||||||
|
select:focus,
|
||||||
|
textarea:focus {
|
||||||
|
border-color: #dd823b;
|
||||||
|
box-shadow: 0 0 0 1px #dd823b;
|
||||||
|
}
|
||||||
|
|
||||||
/* Core UI */
|
/* Core UI */
|
||||||
|
.wp-core-ui .button,
|
||||||
|
.wp-core-ui .button-secondary {
|
||||||
|
color: #dd823b;
|
||||||
|
border-color: #dd823b;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wp-core-ui .button.hover,
|
||||||
|
.wp-core-ui .button:hover,
|
||||||
|
.wp-core-ui .button-secondary:hover,
|
||||||
|
.wp-core-ui .button.focus,
|
||||||
|
.wp-core-ui .button:focus,
|
||||||
|
.wp-core-ui .button-secondary:focus {
|
||||||
|
border-color: #d97426;
|
||||||
|
color: #d97426;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wp-core-ui .button.focus,
|
||||||
|
.wp-core-ui .button:focus,
|
||||||
|
.wp-core-ui .button-secondary:focus {
|
||||||
|
border-color: #dd823b;
|
||||||
|
color: #d97426;
|
||||||
|
box-shadow: 0 0 0 1px #dd823b;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wp-core-ui .button:active {
|
||||||
|
background: #d97426;
|
||||||
|
border-color: #d97426;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wp-core-ui .button.active,
|
||||||
|
.wp-core-ui .button.active:focus,
|
||||||
|
.wp-core-ui .button.active:hover {
|
||||||
|
border-color: #d97426;
|
||||||
|
color: #d97426;
|
||||||
|
box-shadow: inset 0 2px 5px -3px #d97426;
|
||||||
|
}
|
||||||
|
|
||||||
.wp-core-ui .button-primary {
|
.wp-core-ui .button-primary {
|
||||||
background: #dd823b;
|
background: #dd823b;
|
||||||
border-color: #c36922 #ad5d1e #ad5d1e;
|
border-color: #dd823b;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
box-shadow: 0 1px 0 #ad5d1e;
|
|
||||||
text-shadow: 0 -1px 1px #ad5d1e, -1px 0 1px #ad5d1e, 0 1px 1px #ad5d1e, 1px 0 1px #ad5d1e;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-core-ui .button-primary:hover, .wp-core-ui .button-primary:focus {
|
.wp-core-ui .button-primary:hover, .wp-core-ui .button-primary:focus {
|
||||||
background: #df8a48;
|
background: #df8a48;
|
||||||
border-color: #ad5d1e;
|
border-color: #db7a2e;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
box-shadow: 0 1px 0 #ad5d1e;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-core-ui .button-primary:focus {
|
.wp-core-ui .button-primary:focus {
|
||||||
box-shadow: inset 0 1px 0 #c36922, 0 0 2px 1px #33b3db;
|
box-shadow: 0 0 0 1px #fff, 0 0 0 3px #dd823b;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-core-ui .button-primary:active, .wp-core-ui .button-primary.active, .wp-core-ui .button-primary.active:focus, .wp-core-ui .button-primary.active:hover {
|
.wp-core-ui .button-primary:active {
|
||||||
background: #c36922;
|
background: #d97426;
|
||||||
|
border-color: #d97426;
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wp-core-ui .button-primary.active, .wp-core-ui .button-primary.active:focus, .wp-core-ui .button-primary.active:hover {
|
||||||
|
background: #dd823b;
|
||||||
|
color: #fff;
|
||||||
border-color: #ad5d1e;
|
border-color: #ad5d1e;
|
||||||
box-shadow: inset 0 2px 0 #ad5d1e;
|
box-shadow: inset 0 2px 5px -3px #150b04;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-core-ui .button-primary[disabled], .wp-core-ui .button-primary:disabled, .wp-core-ui .button-primary.button-primary-disabled, .wp-core-ui .button-primary.disabled {
|
.wp-core-ui .button-primary[disabled], .wp-core-ui .button-primary:disabled, .wp-core-ui .button-primary.button-primary-disabled, .wp-core-ui .button-primary.disabled {
|
||||||
color: #d1cbc7 !important;
|
color: #d1cbc7 !important;
|
||||||
background: #cc6d23 !important;
|
background: #cc6d23 !important;
|
||||||
border-color: #ad5d1e !important;
|
border-color: #cc6d23 !important;
|
||||||
text-shadow: none !important;
|
text-shadow: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-core-ui .button-primary.button-hero {
|
.wp-core-ui .button-group > .button.active {
|
||||||
box-shadow: 0 2px 0 #ad5d1e !important;
|
border-color: #dd823b;
|
||||||
}
|
|
||||||
|
|
||||||
.wp-core-ui .button-primary.button-hero:active {
|
|
||||||
box-shadow: inset 0 3px 0 #ad5d1e !important;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-core-ui .wp-ui-primary {
|
.wp-core-ui .wp-ui-primary {
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -1,6 +1,6 @@
|
||||||
/*! This file is auto-generated */
|
/*! This file is auto-generated */
|
||||||
/*
|
/*
|
||||||
* Button mixin- creates 3d-ish button effect with correct
|
* Button mixin- creates a button effect with correct
|
||||||
* highlights/shadows, based on a base color.
|
* highlights/shadows, based on a base color.
|
||||||
*/
|
*/
|
||||||
body {
|
body {
|
||||||
|
|
@ -16,19 +16,20 @@ a:hover, a:active, a:focus {
|
||||||
color: #0096dd;
|
color: #0096dd;
|
||||||
}
|
}
|
||||||
|
|
||||||
#media-upload a.del-link:hover,
|
#post-body .misc-pub-post-status:before,
|
||||||
div.dashboard-widget-submit input:hover,
|
#post-body #visibility:before,
|
||||||
.subsubsub a:hover,
|
.curtime #timestamp:before,
|
||||||
.subsubsub a.current:hover {
|
#post-body .misc-pub-revisions:before,
|
||||||
color: #0096dd;
|
span.wp-media-buttons-icon:before {
|
||||||
|
color: currentColor;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Forms */
|
/* Forms */
|
||||||
input[type=checkbox]:checked:before {
|
input[type=checkbox]:checked::before {
|
||||||
color: #dd823b;
|
content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%23dd823b%27%2F%3E%3C%2Fsvg%3E");
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type=radio]:checked:before {
|
input[type=radio]:checked::before {
|
||||||
background: #dd823b;
|
background: #dd823b;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -37,45 +38,105 @@ input[type=radio]:checked:before {
|
||||||
color: #0096dd;
|
color: #0096dd;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
input[type="text"]:focus,
|
||||||
|
input[type="password"]:focus,
|
||||||
|
input[type="color"]:focus,
|
||||||
|
input[type="date"]:focus,
|
||||||
|
input[type="datetime"]:focus,
|
||||||
|
input[type="datetime-local"]:focus,
|
||||||
|
input[type="email"]:focus,
|
||||||
|
input[type="month"]:focus,
|
||||||
|
input[type="number"]:focus,
|
||||||
|
input[type="search"]:focus,
|
||||||
|
input[type="tel"]:focus,
|
||||||
|
input[type="text"]:focus,
|
||||||
|
input[type="time"]:focus,
|
||||||
|
input[type="url"]:focus,
|
||||||
|
input[type="week"]:focus,
|
||||||
|
input[type="checkbox"]:focus,
|
||||||
|
input[type="radio"]:focus,
|
||||||
|
select:focus,
|
||||||
|
textarea:focus {
|
||||||
|
border-color: #dd823b;
|
||||||
|
box-shadow: 0 0 0 1px #dd823b;
|
||||||
|
}
|
||||||
|
|
||||||
/* Core UI */
|
/* Core UI */
|
||||||
|
.wp-core-ui .button,
|
||||||
|
.wp-core-ui .button-secondary {
|
||||||
|
color: #dd823b;
|
||||||
|
border-color: #dd823b;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wp-core-ui .button.hover,
|
||||||
|
.wp-core-ui .button:hover,
|
||||||
|
.wp-core-ui .button-secondary:hover,
|
||||||
|
.wp-core-ui .button.focus,
|
||||||
|
.wp-core-ui .button:focus,
|
||||||
|
.wp-core-ui .button-secondary:focus {
|
||||||
|
border-color: #d97426;
|
||||||
|
color: #d97426;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wp-core-ui .button.focus,
|
||||||
|
.wp-core-ui .button:focus,
|
||||||
|
.wp-core-ui .button-secondary:focus {
|
||||||
|
border-color: #dd823b;
|
||||||
|
color: #d97426;
|
||||||
|
box-shadow: 0 0 0 1px #dd823b;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wp-core-ui .button:active {
|
||||||
|
background: #d97426;
|
||||||
|
border-color: #d97426;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wp-core-ui .button.active,
|
||||||
|
.wp-core-ui .button.active:focus,
|
||||||
|
.wp-core-ui .button.active:hover {
|
||||||
|
border-color: #d97426;
|
||||||
|
color: #d97426;
|
||||||
|
box-shadow: inset 0 2px 5px -3px #d97426;
|
||||||
|
}
|
||||||
|
|
||||||
.wp-core-ui .button-primary {
|
.wp-core-ui .button-primary {
|
||||||
background: #dd823b;
|
background: #dd823b;
|
||||||
border-color: #c36922 #ad5d1e #ad5d1e;
|
border-color: #dd823b;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
box-shadow: 0 1px 0 #ad5d1e;
|
|
||||||
text-shadow: 0 -1px 1px #ad5d1e, 1px 0 1px #ad5d1e, 0 1px 1px #ad5d1e, -1px 0 1px #ad5d1e;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-core-ui .button-primary:hover, .wp-core-ui .button-primary:focus {
|
.wp-core-ui .button-primary:hover, .wp-core-ui .button-primary:focus {
|
||||||
background: #df8a48;
|
background: #df8a48;
|
||||||
border-color: #ad5d1e;
|
border-color: #db7a2e;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
box-shadow: 0 1px 0 #ad5d1e;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-core-ui .button-primary:focus {
|
.wp-core-ui .button-primary:focus {
|
||||||
box-shadow: inset 0 1px 0 #c36922, 0 0 2px 1px #33b3db;
|
box-shadow: 0 0 0 1px #fff, 0 0 0 3px #dd823b;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-core-ui .button-primary:active, .wp-core-ui .button-primary.active, .wp-core-ui .button-primary.active:focus, .wp-core-ui .button-primary.active:hover {
|
.wp-core-ui .button-primary:active {
|
||||||
background: #c36922;
|
background: #d97426;
|
||||||
|
border-color: #d97426;
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wp-core-ui .button-primary.active, .wp-core-ui .button-primary.active:focus, .wp-core-ui .button-primary.active:hover {
|
||||||
|
background: #dd823b;
|
||||||
|
color: #fff;
|
||||||
border-color: #ad5d1e;
|
border-color: #ad5d1e;
|
||||||
box-shadow: inset 0 2px 0 #ad5d1e;
|
box-shadow: inset 0 2px 5px -3px #150b04;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-core-ui .button-primary[disabled], .wp-core-ui .button-primary:disabled, .wp-core-ui .button-primary.button-primary-disabled, .wp-core-ui .button-primary.disabled {
|
.wp-core-ui .button-primary[disabled], .wp-core-ui .button-primary:disabled, .wp-core-ui .button-primary.button-primary-disabled, .wp-core-ui .button-primary.disabled {
|
||||||
color: #d1cbc7 !important;
|
color: #d1cbc7 !important;
|
||||||
background: #cc6d23 !important;
|
background: #cc6d23 !important;
|
||||||
border-color: #ad5d1e !important;
|
border-color: #cc6d23 !important;
|
||||||
text-shadow: none !important;
|
text-shadow: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-core-ui .button-primary.button-hero {
|
.wp-core-ui .button-group > .button.active {
|
||||||
box-shadow: 0 2px 0 #ad5d1e !important;
|
border-color: #dd823b;
|
||||||
}
|
|
||||||
|
|
||||||
.wp-core-ui .button-primary.button-hero:active {
|
|
||||||
box-shadow: inset 0 3px 0 #ad5d1e !important;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-core-ui .wp-ui-primary {
|
.wp-core-ui .wp-ui-primary {
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -190,7 +190,7 @@ p.popular-tags,
|
||||||
.feature-filter,
|
.feature-filter,
|
||||||
.imgedit-group,
|
.imgedit-group,
|
||||||
.comment-ays {
|
.comment-ays {
|
||||||
border: 1px solid #e5e5e5;
|
border: 1px solid #ccd0d4;
|
||||||
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
|
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -275,8 +275,8 @@ a:focus .media-icon img,
|
||||||
box-shadow:
|
box-shadow:
|
||||||
0 0 0 1px #5b9dd9,
|
0 0 0 1px #5b9dd9,
|
||||||
0 0 2px 1px rgba(30, 140, 190, 0.8);
|
0 0 2px 1px rgba(30, 140, 190, 0.8);
|
||||||
/* Only visible in Windows High Contrast mode */
|
/* Only visible in Windows High Contrast mode */
|
||||||
outline: 1px solid transparent;
|
outline: 1px solid transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ie8 a:focus {
|
.ie8 a:focus {
|
||||||
|
|
@ -460,6 +460,12 @@ code {
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.wp-die-message {
|
||||||
|
font-size: 13px;
|
||||||
|
line-height: 1.5;
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
|
||||||
/* .widefat - main style for tables */
|
/* .widefat - main style for tables */
|
||||||
.widefat {
|
.widefat {
|
||||||
border-spacing: 0;
|
border-spacing: 0;
|
||||||
|
|
@ -484,12 +490,12 @@ code {
|
||||||
|
|
||||||
.widefat thead th,
|
.widefat thead th,
|
||||||
.widefat thead td {
|
.widefat thead td {
|
||||||
border-bottom: 1px solid #e1e1e1;
|
border-bottom: 1px solid #ccd0d4;
|
||||||
}
|
}
|
||||||
|
|
||||||
.widefat tfoot th,
|
.widefat tfoot th,
|
||||||
.widefat tfoot td {
|
.widefat tfoot td {
|
||||||
border-top: 1px solid #e1e1e1;
|
border-top: 1px solid #ccd0d4;
|
||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -617,15 +623,14 @@ code {
|
||||||
position: relative;
|
position: relative;
|
||||||
top: -3px;
|
top: -3px;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
border: none;
|
border: 1px solid #0071a1;
|
||||||
border: 1px solid #ccc;
|
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
background: #f7f7f7;
|
|
||||||
text-shadow: none;
|
text-shadow: none;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
line-height: normal; /* IE8-IE11 need this for buttons */
|
line-height: normal; /* IE8-IE11 need this for buttons */
|
||||||
color: #0073aa; /* some of these controls are button elements and don't inherit from links */
|
color: #0071a1; /* use the standard color used for buttons */
|
||||||
|
background: #f3f5f6;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -635,19 +640,25 @@ code {
|
||||||
|
|
||||||
.wrap .add-new-h2:hover, /* deprecated */
|
.wrap .add-new-h2:hover, /* deprecated */
|
||||||
.wrap .page-title-action:hover {
|
.wrap .page-title-action:hover {
|
||||||
border-color: #008EC2;
|
background: #f1f1f1;
|
||||||
background: #00a0d2;
|
border-color: #016087;
|
||||||
color: #fff;
|
color: #016087;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* lower specificity: color needs to be overridden by :hover and :active */
|
/* lower specificity: color needs to be overridden by :hover and :active */
|
||||||
.page-title-action:focus {
|
.page-title-action:focus {
|
||||||
color: #124964;
|
color: #016087;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Dashicon for language options on General Settings and Profile screens */
|
||||||
|
.form-table th label[for="locale"] .dashicons,
|
||||||
|
.form-table th label[for="WPLANG"] .dashicons {
|
||||||
|
margin-right: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wrap .page-title-action:focus {
|
.wrap .page-title-action:focus {
|
||||||
border-color: #5b9dd9;
|
border-color: #007cba;
|
||||||
box-shadow: 0 0 2px rgba(30, 140, 190, 0.8);
|
box-shadow: 0 0 0 1px #007cba;
|
||||||
/* Only visible in Windows High Contrast mode */
|
/* Only visible in Windows High Contrast mode */
|
||||||
outline: 2px solid transparent;
|
outline: 2px solid transparent;
|
||||||
}
|
}
|
||||||
|
|
@ -767,11 +778,10 @@ img.emoji {
|
||||||
|
|
||||||
.postbox .hndle,
|
.postbox .hndle,
|
||||||
.stuffbox .hndle {
|
.stuffbox .hndle {
|
||||||
border-bottom: 1px solid #eee;
|
border-bottom: 1px solid #ccd0d4;
|
||||||
}
|
}
|
||||||
|
|
||||||
.quicktags,
|
.quicktags {
|
||||||
.search {
|
|
||||||
background-color: #ccc;
|
background-color: #ccc;
|
||||||
color: #000;
|
color: #000;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
|
|
@ -997,7 +1007,7 @@ th.action-links {
|
||||||
padding: 0 10px;
|
padding: 0 10px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
|
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
|
||||||
border: 1px solid #e5e5e5;
|
border: 1px solid #ccd0d4;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
color: #555;
|
color: #555;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
|
|
@ -1077,18 +1087,15 @@ th.action-links {
|
||||||
|
|
||||||
.wp-filter .search-form input[type="search"] {
|
.wp-filter .search-form input[type="search"] {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 3px 5px;
|
|
||||||
width: 280px;
|
width: 280px;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
font-size: 16px;
|
font-size: inherit;
|
||||||
font-weight: 300;
|
/* inherits font size 13px */
|
||||||
line-height: 1.5;
|
line-height: 2.15384615; /* 28px */
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-filter .search-form select {
|
.wp-filter .search-form select {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
height: 32px;
|
|
||||||
vertical-align: top;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-filter .search-form.search-plugins {
|
.wp-filter .search-form.search-plugins {
|
||||||
|
|
@ -1364,8 +1371,9 @@ th.action-links {
|
||||||
div.updated,
|
div.updated,
|
||||||
div.error {
|
div.error {
|
||||||
background: #fff;
|
background: #fff;
|
||||||
border-right: 4px solid #fff;
|
border: 1px solid #ccd0d4;
|
||||||
box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
|
border-right-width: 4px;
|
||||||
|
box-shadow: 0 1px 1px rgba(0,0,0,.04);
|
||||||
margin: 5px 15px 2px;
|
margin: 5px 15px 2px;
|
||||||
padding: 1px 12px;
|
padding: 1px 12px;
|
||||||
}
|
}
|
||||||
|
|
@ -1430,7 +1438,9 @@ div.error p,
|
||||||
|
|
||||||
.notice-dismiss:focus {
|
.notice-dismiss:focus {
|
||||||
outline: none;
|
outline: none;
|
||||||
box-shadow: 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, 0.8);
|
box-shadow:
|
||||||
|
0 0 0 1px #5b9dd9,
|
||||||
|
0 0 2px 1px rgba(30, 140, 190, 0.8);
|
||||||
}
|
}
|
||||||
|
|
||||||
.ie8 .notice-dismiss:focus {
|
.ie8 .notice-dismiss:focus {
|
||||||
|
|
@ -1669,9 +1679,9 @@ form.upgrade .hint {
|
||||||
margin: 0 0px -1px 20px;
|
margin: 0 0px -1px 20px;
|
||||||
position: relative;
|
position: relative;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
border: 1px solid #ddd;
|
border: 1px solid #ccd0d4;
|
||||||
border-top: none;
|
border-top: none;
|
||||||
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.025);
|
box-shadow: 0 0 0 transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
#screen-options-link-wrap,
|
#screen-options-link-wrap,
|
||||||
|
|
@ -1686,17 +1696,17 @@ form.upgrade .hint {
|
||||||
}
|
}
|
||||||
|
|
||||||
#screen-meta-links .show-settings {
|
#screen-meta-links .show-settings {
|
||||||
border: 1px solid #ddd;
|
border: 1px solid #ccd0d4;
|
||||||
border-top: none;
|
border-top: none;
|
||||||
border-bottom-color: #ccc;
|
|
||||||
height: auto;
|
height: auto;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
padding: 3px 16px 3px 6px;
|
padding: 3px 16px 3px 6px;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
border-radius: 0;
|
border-radius: 0 0 4px 4px;
|
||||||
color: #72777c;
|
color: #72777c;
|
||||||
line-height: 1.7;
|
line-height: 1.7;
|
||||||
box-shadow: none;
|
box-shadow: 0 0 0 transparent;
|
||||||
|
transition: box-shadow 0.1s linear;
|
||||||
}
|
}
|
||||||
|
|
||||||
#screen-meta-links .show-settings:hover,
|
#screen-meta-links .show-settings:hover,
|
||||||
|
|
@ -1835,7 +1845,7 @@ form.upgrade .hint {
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
right: 150px;
|
right: 150px;
|
||||||
left: 170px;
|
left: 170px;
|
||||||
border: 1px solid #e1e1e1;
|
border: 1px solid #ccd0d4;
|
||||||
border-top: none;
|
border-top: none;
|
||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
background: #f6fbfd;
|
background: #f6fbfd;
|
||||||
|
|
@ -1888,7 +1898,7 @@ form.upgrade .hint {
|
||||||
}
|
}
|
||||||
|
|
||||||
.contextual-help-tabs .active a {
|
.contextual-help-tabs .active a {
|
||||||
border-color: #e1e1e1;
|
border-color: #ccd0d4;
|
||||||
color: #32373c;
|
color: #32373c;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -2039,6 +2049,11 @@ html.wp-toolbar {
|
||||||
cursor: move;
|
cursor: move;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.js .widget .widget-top.is-non-sortable,
|
||||||
|
.js .postbox .hndle.is-non-sortable {
|
||||||
|
cursor: auto;
|
||||||
|
}
|
||||||
|
|
||||||
.hndle a {
|
.hndle a {
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
|
|
@ -3155,7 +3170,9 @@ img {
|
||||||
}
|
}
|
||||||
[role="treeitem"] .folder-label.focus {
|
[role="treeitem"] .folder-label.focus {
|
||||||
color: #124964;
|
color: #124964;
|
||||||
box-shadow: 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, 0.8);
|
box-shadow:
|
||||||
|
0 0 0 1px #5b9dd9,
|
||||||
|
0 0 2px 1px rgba(30, 140, 190, 0.8);
|
||||||
}
|
}
|
||||||
[role="treeitem"].hover,
|
[role="treeitem"].hover,
|
||||||
[role="treeitem"] .folder-label.hover {
|
[role="treeitem"] .folder-label.hover {
|
||||||
|
|
@ -3785,6 +3802,8 @@ img {
|
||||||
|
|
||||||
code {
|
code {
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
|
word-wrap: anywhere; /* Firefox. Allow breaking long words anywhere */
|
||||||
|
word-break: break-word; /* Webkit: Treated similarly to word-wrap: break-word */
|
||||||
}
|
}
|
||||||
|
|
||||||
/* General Metabox */
|
/* General Metabox */
|
||||||
|
|
@ -3905,7 +3924,7 @@ img {
|
||||||
|
|
||||||
.fileedit-sub input[type="submit"] {
|
.fileedit-sub input[type="submit"] {
|
||||||
margin-bottom: 0px;
|
margin-bottom: 0px;
|
||||||
padding: 8px 18px;
|
padding: 4px 18px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#documentation label[for="docs-list"] {
|
#documentation label[for="docs-list"] {
|
||||||
|
|
@ -3983,6 +4002,10 @@ img {
|
||||||
#screen-meta-links {
|
#screen-meta-links {
|
||||||
margin-bottom: 20px; /* Add margins beneath links for better spacing between boxes and elements */
|
margin-bottom: 20px; /* Add margins beneath links for better spacing between boxes and elements */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.wp-filter .search-form input[type="search"] {
|
||||||
|
font-size: 1rem;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Smartphone */
|
/* Smartphone */
|
||||||
|
|
@ -4029,6 +4052,10 @@ img {
|
||||||
.nav-tab-active:focus:active {
|
.nav-tab-active:focus:active {
|
||||||
border-bottom: 1px solid #ccc;
|
border-bottom: 1px solid #ccc;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.wp-filter .search-form input[type="search"] {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 320px) {
|
@media screen and (max-width: 320px) {
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -190,7 +190,7 @@ p.popular-tags,
|
||||||
.feature-filter,
|
.feature-filter,
|
||||||
.imgedit-group,
|
.imgedit-group,
|
||||||
.comment-ays {
|
.comment-ays {
|
||||||
border: 1px solid #e5e5e5;
|
border: 1px solid #ccd0d4;
|
||||||
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
|
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -275,8 +275,8 @@ a:focus .media-icon img,
|
||||||
box-shadow:
|
box-shadow:
|
||||||
0 0 0 1px #5b9dd9,
|
0 0 0 1px #5b9dd9,
|
||||||
0 0 2px 1px rgba(30, 140, 190, 0.8);
|
0 0 2px 1px rgba(30, 140, 190, 0.8);
|
||||||
/* Only visible in Windows High Contrast mode */
|
/* Only visible in Windows High Contrast mode */
|
||||||
outline: 1px solid transparent;
|
outline: 1px solid transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ie8 a:focus {
|
.ie8 a:focus {
|
||||||
|
|
@ -460,6 +460,12 @@ code {
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.wp-die-message {
|
||||||
|
font-size: 13px;
|
||||||
|
line-height: 1.5;
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
|
||||||
/* .widefat - main style for tables */
|
/* .widefat - main style for tables */
|
||||||
.widefat {
|
.widefat {
|
||||||
border-spacing: 0;
|
border-spacing: 0;
|
||||||
|
|
@ -484,12 +490,12 @@ code {
|
||||||
|
|
||||||
.widefat thead th,
|
.widefat thead th,
|
||||||
.widefat thead td {
|
.widefat thead td {
|
||||||
border-bottom: 1px solid #e1e1e1;
|
border-bottom: 1px solid #ccd0d4;
|
||||||
}
|
}
|
||||||
|
|
||||||
.widefat tfoot th,
|
.widefat tfoot th,
|
||||||
.widefat tfoot td {
|
.widefat tfoot td {
|
||||||
border-top: 1px solid #e1e1e1;
|
border-top: 1px solid #ccd0d4;
|
||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -617,15 +623,14 @@ code {
|
||||||
position: relative;
|
position: relative;
|
||||||
top: -3px;
|
top: -3px;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
border: none;
|
border: 1px solid #0071a1;
|
||||||
border: 1px solid #ccc;
|
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
background: #f7f7f7;
|
|
||||||
text-shadow: none;
|
text-shadow: none;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
line-height: normal; /* IE8-IE11 need this for buttons */
|
line-height: normal; /* IE8-IE11 need this for buttons */
|
||||||
color: #0073aa; /* some of these controls are button elements and don't inherit from links */
|
color: #0071a1; /* use the standard color used for buttons */
|
||||||
|
background: #f3f5f6;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -635,19 +640,25 @@ code {
|
||||||
|
|
||||||
.wrap .add-new-h2:hover, /* deprecated */
|
.wrap .add-new-h2:hover, /* deprecated */
|
||||||
.wrap .page-title-action:hover {
|
.wrap .page-title-action:hover {
|
||||||
border-color: #008EC2;
|
background: #f1f1f1;
|
||||||
background: #00a0d2;
|
border-color: #016087;
|
||||||
color: #fff;
|
color: #016087;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* lower specificity: color needs to be overridden by :hover and :active */
|
/* lower specificity: color needs to be overridden by :hover and :active */
|
||||||
.page-title-action:focus {
|
.page-title-action:focus {
|
||||||
color: #124964;
|
color: #016087;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Dashicon for language options on General Settings and Profile screens */
|
||||||
|
.form-table th label[for="locale"] .dashicons,
|
||||||
|
.form-table th label[for="WPLANG"] .dashicons {
|
||||||
|
margin-left: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wrap .page-title-action:focus {
|
.wrap .page-title-action:focus {
|
||||||
border-color: #5b9dd9;
|
border-color: #007cba;
|
||||||
box-shadow: 0 0 2px rgba(30, 140, 190, 0.8);
|
box-shadow: 0 0 0 1px #007cba;
|
||||||
/* Only visible in Windows High Contrast mode */
|
/* Only visible in Windows High Contrast mode */
|
||||||
outline: 2px solid transparent;
|
outline: 2px solid transparent;
|
||||||
}
|
}
|
||||||
|
|
@ -767,11 +778,10 @@ img.emoji {
|
||||||
|
|
||||||
.postbox .hndle,
|
.postbox .hndle,
|
||||||
.stuffbox .hndle {
|
.stuffbox .hndle {
|
||||||
border-bottom: 1px solid #eee;
|
border-bottom: 1px solid #ccd0d4;
|
||||||
}
|
}
|
||||||
|
|
||||||
.quicktags,
|
.quicktags {
|
||||||
.search {
|
|
||||||
background-color: #ccc;
|
background-color: #ccc;
|
||||||
color: #000;
|
color: #000;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
|
|
@ -997,7 +1007,7 @@ th.action-links {
|
||||||
padding: 0 10px;
|
padding: 0 10px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
|
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
|
||||||
border: 1px solid #e5e5e5;
|
border: 1px solid #ccd0d4;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
color: #555;
|
color: #555;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
|
|
@ -1077,18 +1087,15 @@ th.action-links {
|
||||||
|
|
||||||
.wp-filter .search-form input[type="search"] {
|
.wp-filter .search-form input[type="search"] {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 3px 5px;
|
|
||||||
width: 280px;
|
width: 280px;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
font-size: 16px;
|
font-size: inherit;
|
||||||
font-weight: 300;
|
/* inherits font size 13px */
|
||||||
line-height: 1.5;
|
line-height: 2.15384615; /* 28px */
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-filter .search-form select {
|
.wp-filter .search-form select {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
height: 32px;
|
|
||||||
vertical-align: top;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-filter .search-form.search-plugins {
|
.wp-filter .search-form.search-plugins {
|
||||||
|
|
@ -1364,8 +1371,9 @@ th.action-links {
|
||||||
div.updated,
|
div.updated,
|
||||||
div.error {
|
div.error {
|
||||||
background: #fff;
|
background: #fff;
|
||||||
border-left: 4px solid #fff;
|
border: 1px solid #ccd0d4;
|
||||||
box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
|
border-left-width: 4px;
|
||||||
|
box-shadow: 0 1px 1px rgba(0,0,0,.04);
|
||||||
margin: 5px 15px 2px;
|
margin: 5px 15px 2px;
|
||||||
padding: 1px 12px;
|
padding: 1px 12px;
|
||||||
}
|
}
|
||||||
|
|
@ -1430,7 +1438,9 @@ div.error p,
|
||||||
|
|
||||||
.notice-dismiss:focus {
|
.notice-dismiss:focus {
|
||||||
outline: none;
|
outline: none;
|
||||||
box-shadow: 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, 0.8);
|
box-shadow:
|
||||||
|
0 0 0 1px #5b9dd9,
|
||||||
|
0 0 2px 1px rgba(30, 140, 190, 0.8);
|
||||||
}
|
}
|
||||||
|
|
||||||
.ie8 .notice-dismiss:focus {
|
.ie8 .notice-dismiss:focus {
|
||||||
|
|
@ -1669,9 +1679,9 @@ form.upgrade .hint {
|
||||||
margin: 0 20px -1px 0px;
|
margin: 0 20px -1px 0px;
|
||||||
position: relative;
|
position: relative;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
border: 1px solid #ddd;
|
border: 1px solid #ccd0d4;
|
||||||
border-top: none;
|
border-top: none;
|
||||||
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.025);
|
box-shadow: 0 0 0 transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
#screen-options-link-wrap,
|
#screen-options-link-wrap,
|
||||||
|
|
@ -1686,17 +1696,17 @@ form.upgrade .hint {
|
||||||
}
|
}
|
||||||
|
|
||||||
#screen-meta-links .show-settings {
|
#screen-meta-links .show-settings {
|
||||||
border: 1px solid #ddd;
|
border: 1px solid #ccd0d4;
|
||||||
border-top: none;
|
border-top: none;
|
||||||
border-bottom-color: #ccc;
|
|
||||||
height: auto;
|
height: auto;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
padding: 3px 6px 3px 16px;
|
padding: 3px 6px 3px 16px;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
border-radius: 0;
|
border-radius: 0 0 4px 4px;
|
||||||
color: #72777c;
|
color: #72777c;
|
||||||
line-height: 1.7;
|
line-height: 1.7;
|
||||||
box-shadow: none;
|
box-shadow: 0 0 0 transparent;
|
||||||
|
transition: box-shadow 0.1s linear;
|
||||||
}
|
}
|
||||||
|
|
||||||
#screen-meta-links .show-settings:hover,
|
#screen-meta-links .show-settings:hover,
|
||||||
|
|
@ -1835,7 +1845,7 @@ form.upgrade .hint {
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
left: 150px;
|
left: 150px;
|
||||||
right: 170px;
|
right: 170px;
|
||||||
border: 1px solid #e1e1e1;
|
border: 1px solid #ccd0d4;
|
||||||
border-top: none;
|
border-top: none;
|
||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
background: #f6fbfd;
|
background: #f6fbfd;
|
||||||
|
|
@ -1888,7 +1898,7 @@ form.upgrade .hint {
|
||||||
}
|
}
|
||||||
|
|
||||||
.contextual-help-tabs .active a {
|
.contextual-help-tabs .active a {
|
||||||
border-color: #e1e1e1;
|
border-color: #ccd0d4;
|
||||||
color: #32373c;
|
color: #32373c;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -2039,6 +2049,11 @@ html.wp-toolbar {
|
||||||
cursor: move;
|
cursor: move;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.js .widget .widget-top.is-non-sortable,
|
||||||
|
.js .postbox .hndle.is-non-sortable {
|
||||||
|
cursor: auto;
|
||||||
|
}
|
||||||
|
|
||||||
.hndle a {
|
.hndle a {
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
|
|
@ -3155,7 +3170,9 @@ img {
|
||||||
}
|
}
|
||||||
[role="treeitem"] .folder-label.focus {
|
[role="treeitem"] .folder-label.focus {
|
||||||
color: #124964;
|
color: #124964;
|
||||||
box-shadow: 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, 0.8);
|
box-shadow:
|
||||||
|
0 0 0 1px #5b9dd9,
|
||||||
|
0 0 2px 1px rgba(30, 140, 190, 0.8);
|
||||||
}
|
}
|
||||||
[role="treeitem"].hover,
|
[role="treeitem"].hover,
|
||||||
[role="treeitem"] .folder-label.hover {
|
[role="treeitem"] .folder-label.hover {
|
||||||
|
|
@ -3785,6 +3802,8 @@ img {
|
||||||
|
|
||||||
code {
|
code {
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
|
word-wrap: anywhere; /* Firefox. Allow breaking long words anywhere */
|
||||||
|
word-break: break-word; /* Webkit: Treated similarly to word-wrap: break-word */
|
||||||
}
|
}
|
||||||
|
|
||||||
/* General Metabox */
|
/* General Metabox */
|
||||||
|
|
@ -3905,7 +3924,7 @@ img {
|
||||||
|
|
||||||
.fileedit-sub input[type="submit"] {
|
.fileedit-sub input[type="submit"] {
|
||||||
margin-bottom: 0px;
|
margin-bottom: 0px;
|
||||||
padding: 8px 18px;
|
padding: 4px 18px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#documentation label[for="docs-list"] {
|
#documentation label[for="docs-list"] {
|
||||||
|
|
@ -3983,6 +4002,10 @@ img {
|
||||||
#screen-meta-links {
|
#screen-meta-links {
|
||||||
margin-bottom: 20px; /* Add margins beneath links for better spacing between boxes and elements */
|
margin-bottom: 20px; /* Add margins beneath links for better spacing between boxes and elements */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.wp-filter .search-form input[type="search"] {
|
||||||
|
font-size: 1rem;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Smartphone */
|
/* Smartphone */
|
||||||
|
|
@ -4029,6 +4052,10 @@ img {
|
||||||
.nav-tab-active:focus:active {
|
.nav-tab-active:focus:active {
|
||||||
border-bottom: 1px solid #ccc;
|
border-bottom: 1px solid #ccc;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.wp-filter .search-form input[type="search"] {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 320px) {
|
@media screen and (max-width: 320px) {
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -284,12 +284,14 @@ body.trashing #publish-settings {
|
||||||
}
|
}
|
||||||
|
|
||||||
#customize-control-changeset_preview_link input {
|
#customize-control-changeset_preview_link input {
|
||||||
line-height: 2.5;
|
line-height: 2.85714286; /* 40px */
|
||||||
border-top: 1px solid #ddd;
|
border-top: 1px solid #ddd;
|
||||||
border-right: none;
|
border-right: none;
|
||||||
border-left: none;
|
border-left: none;
|
||||||
text-indent: -999px;
|
text-indent: -999px;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
/* Only necessary for IE11 */
|
||||||
|
min-height: 40px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#customize-control-changeset_preview_link label {
|
#customize-control-changeset_preview_link label {
|
||||||
|
|
@ -347,7 +349,7 @@ body.trashing #publish-settings {
|
||||||
}
|
}
|
||||||
|
|
||||||
.date-time-fields .date-input.year {
|
.date-time-fields .date-input.year {
|
||||||
width: 60px;
|
width: 65px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.date-time-fields .date-input.meridian {
|
.date-time-fields .date-input.meridian {
|
||||||
|
|
@ -359,11 +361,6 @@ body.trashing #publish-settings {
|
||||||
margin-top: 12px;
|
margin-top: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.date-time-fields .date-timezone {
|
|
||||||
line-height: 2.2;
|
|
||||||
text-decoration: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#customize-control-changeset_preview_link {
|
#customize-control-changeset_preview_link {
|
||||||
margin-top: 6px;
|
margin-top: 6px;
|
||||||
}
|
}
|
||||||
|
|
@ -929,7 +926,6 @@ p.customize-section-description {
|
||||||
.customize-control input[type="tel"],
|
.customize-control input[type="tel"],
|
||||||
.customize-control input[type="url"] {
|
.customize-control input[type="url"] {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
line-height: 1.3;
|
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -1808,7 +1804,6 @@ p.customize-section-description {
|
||||||
background: #eee;
|
background: #eee;
|
||||||
border-color: #999;
|
border-color: #999;
|
||||||
box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, 0.5);
|
box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, 0.5);
|
||||||
transform: translateY(1px);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.themes-filter-bar .feature-filter-toggle .filter-count-filters {
|
.themes-filter-bar .feature-filter-toggle .filter-count-filters {
|
||||||
|
|
@ -2594,9 +2589,9 @@ body.adding-widget .add-new-widget:before,
|
||||||
#available-widgets-filter input,
|
#available-widgets-filter input,
|
||||||
#available-menu-items-search input {
|
#available-menu-items-search input {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 32px;
|
min-height: 32px;
|
||||||
margin: 1px 0;
|
margin: 1px 0;
|
||||||
padding: 6px 30px;
|
padding: 0 30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#available-widgets-filter input::-ms-clear,
|
#available-widgets-filter input::-ms-clear,
|
||||||
|
|
@ -2784,10 +2779,6 @@ body.adding-widget .add-new-widget:before,
|
||||||
width: 80px;
|
width: 80px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.date-time-fields .date-timezone {
|
|
||||||
line-height: 3.2;
|
|
||||||
}
|
|
||||||
|
|
||||||
#customize-control-changeset_preview_link a {
|
#customize-control-changeset_preview_link a {
|
||||||
bottom: 16px;
|
bottom: 16px;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -284,12 +284,14 @@ body.trashing #publish-settings {
|
||||||
}
|
}
|
||||||
|
|
||||||
#customize-control-changeset_preview_link input {
|
#customize-control-changeset_preview_link input {
|
||||||
line-height: 2.5;
|
line-height: 2.85714286; /* 40px */
|
||||||
border-top: 1px solid #ddd;
|
border-top: 1px solid #ddd;
|
||||||
border-left: none;
|
border-left: none;
|
||||||
border-right: none;
|
border-right: none;
|
||||||
text-indent: -999px;
|
text-indent: -999px;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
/* Only necessary for IE11 */
|
||||||
|
min-height: 40px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#customize-control-changeset_preview_link label {
|
#customize-control-changeset_preview_link label {
|
||||||
|
|
@ -347,7 +349,7 @@ body.trashing #publish-settings {
|
||||||
}
|
}
|
||||||
|
|
||||||
.date-time-fields .date-input.year {
|
.date-time-fields .date-input.year {
|
||||||
width: 60px;
|
width: 65px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.date-time-fields .date-input.meridian {
|
.date-time-fields .date-input.meridian {
|
||||||
|
|
@ -359,11 +361,6 @@ body.trashing #publish-settings {
|
||||||
margin-top: 12px;
|
margin-top: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.date-time-fields .date-timezone {
|
|
||||||
line-height: 2.2;
|
|
||||||
text-decoration: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#customize-control-changeset_preview_link {
|
#customize-control-changeset_preview_link {
|
||||||
margin-top: 6px;
|
margin-top: 6px;
|
||||||
}
|
}
|
||||||
|
|
@ -929,7 +926,6 @@ p.customize-section-description {
|
||||||
.customize-control input[type="tel"],
|
.customize-control input[type="tel"],
|
||||||
.customize-control input[type="url"] {
|
.customize-control input[type="url"] {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
line-height: 1.3;
|
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -1808,7 +1804,6 @@ p.customize-section-description {
|
||||||
background: #eee;
|
background: #eee;
|
||||||
border-color: #999;
|
border-color: #999;
|
||||||
box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, 0.5);
|
box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, 0.5);
|
||||||
transform: translateY(1px);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.themes-filter-bar .feature-filter-toggle .filter-count-filters {
|
.themes-filter-bar .feature-filter-toggle .filter-count-filters {
|
||||||
|
|
@ -2594,9 +2589,9 @@ body.adding-widget .add-new-widget:before,
|
||||||
#available-widgets-filter input,
|
#available-widgets-filter input,
|
||||||
#available-menu-items-search input {
|
#available-menu-items-search input {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 32px;
|
min-height: 32px;
|
||||||
margin: 1px 0;
|
margin: 1px 0;
|
||||||
padding: 6px 30px;
|
padding: 0 30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#available-widgets-filter input::-ms-clear,
|
#available-widgets-filter input::-ms-clear,
|
||||||
|
|
@ -2784,10 +2779,6 @@ body.adding-widget .add-new-widget:before,
|
||||||
width: 80px;
|
width: 80px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.date-time-fields .date-timezone {
|
|
||||||
line-height: 3.2;
|
|
||||||
}
|
|
||||||
|
|
||||||
#customize-control-changeset_preview_link a {
|
#customize-control-changeset_preview_link a {
|
||||||
bottom: 16px;
|
bottom: 16px;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -85,7 +85,7 @@
|
||||||
.widget-inside {
|
.widget-inside {
|
||||||
padding: 1px 10px 10px 10px;
|
padding: 1px 10px 10px 10px;
|
||||||
border-top: none;
|
border-top: none;
|
||||||
line-height: 16px;
|
line-height: 1.23076923;
|
||||||
}
|
}
|
||||||
|
|
||||||
.customize-control-widget_form.expanded .widget-action .toggle-indicator:before {
|
.customize-control-widget_form.expanded .widget-action .toggle-indicator:before {
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -85,7 +85,7 @@
|
||||||
.widget-inside {
|
.widget-inside {
|
||||||
padding: 1px 10px 10px 10px;
|
padding: 1px 10px 10px 10px;
|
||||||
border-top: none;
|
border-top: none;
|
||||||
line-height: 16px;
|
line-height: 1.23076923;
|
||||||
}
|
}
|
||||||
|
|
||||||
.customize-control-widget_form.expanded .widget-action .toggle-indicator:before {
|
.customize-control-widget_form.expanded .widget-action .toggle-indicator:before {
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -103,11 +103,11 @@
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
margin: 16px 0;
|
margin: 16px 0;
|
||||||
padding: 23px 10px 0;
|
padding: 23px 10px 0;
|
||||||
border: 1px solid #e5e5e5;
|
border: 1px solid #ccd0d4;
|
||||||
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
|
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
|
||||||
background: #fff;
|
background: #fff;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
line-height: 2.1em;
|
line-height: 1.7;
|
||||||
}
|
}
|
||||||
|
|
||||||
.welcome-panel h2 {
|
.welcome-panel h2 {
|
||||||
|
|
@ -198,7 +198,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.welcome-panel .welcome-widgets-menus {
|
.welcome-panel .welcome-widgets-menus {
|
||||||
line-height: 16px;
|
line-height: 1.14285714;
|
||||||
}
|
}
|
||||||
|
|
||||||
.welcome-panel .welcome-panel-column ul {
|
.welcome-panel .welcome-panel-column ul {
|
||||||
|
|
@ -206,7 +206,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.welcome-panel .welcome-panel-column li {
|
.welcome-panel .welcome-panel-column li {
|
||||||
line-height: 16px;
|
line-height: 1.14285714;
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
padding: 0 0 8px;
|
padding: 0 0 8px;
|
||||||
}
|
}
|
||||||
|
|
@ -220,7 +220,7 @@
|
||||||
.welcome-panel .welcome-icon:before,
|
.welcome-panel .welcome-icon:before,
|
||||||
#dashboard_right_now li a:before,
|
#dashboard_right_now li a:before,
|
||||||
#dashboard_right_now li span:before {
|
#dashboard_right_now li span:before {
|
||||||
color: #82878c;
|
color: #606a73;
|
||||||
font: normal 20px/1 dashicons;
|
font: normal 20px/1 dashicons;
|
||||||
speak: none;
|
speak: none;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
|
@ -357,7 +357,7 @@
|
||||||
.community-events-form label {
|
.community-events-form label {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
line-height: 28px;
|
line-height: 2.15384615;
|
||||||
height: 28px;
|
height: 28px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -379,7 +379,7 @@
|
||||||
#dashboard-widgets .community-events-cancel.button-link {
|
#dashboard-widgets .community-events-cancel.button-link {
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
/* Same properties as the submit button for cross-browsers alignment. */
|
/* Same properties as the submit button for cross-browsers alignment. */
|
||||||
line-height: 26px;
|
line-height: 2;
|
||||||
height: 28px;
|
height: 28px;
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
@ -422,7 +422,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.event-icon:before {
|
.event-icon:before {
|
||||||
color: #82878C;
|
color: #606a73;
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
}
|
}
|
||||||
.event-meetup .event-icon:before {
|
.event-meetup .event-icon:before {
|
||||||
|
|
@ -937,7 +937,7 @@ body #dashboard-widgets .postbox form .submit {
|
||||||
}
|
}
|
||||||
|
|
||||||
#latest-comments #the-comment-list .comment-meta {
|
#latest-comments #the-comment-list .comment-meta {
|
||||||
line-height: 1.5em;
|
line-height: 1.5;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
color: #666;
|
color: #666;
|
||||||
}
|
}
|
||||||
|
|
@ -970,11 +970,11 @@ body #dashboard-widgets .postbox form .submit {
|
||||||
a.rsswidget {
|
a.rsswidget {
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
line-height: 1.4em;
|
line-height: 1.4;
|
||||||
}
|
}
|
||||||
|
|
||||||
.rss-widget ul li {
|
.rss-widget ul li {
|
||||||
line-height: 1.5em;
|
line-height: 1.5;
|
||||||
margin-bottom: 12px;
|
margin-bottom: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -103,11 +103,11 @@
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
margin: 16px 0;
|
margin: 16px 0;
|
||||||
padding: 23px 10px 0;
|
padding: 23px 10px 0;
|
||||||
border: 1px solid #e5e5e5;
|
border: 1px solid #ccd0d4;
|
||||||
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
|
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
|
||||||
background: #fff;
|
background: #fff;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
line-height: 2.1em;
|
line-height: 1.7;
|
||||||
}
|
}
|
||||||
|
|
||||||
.welcome-panel h2 {
|
.welcome-panel h2 {
|
||||||
|
|
@ -198,7 +198,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.welcome-panel .welcome-widgets-menus {
|
.welcome-panel .welcome-widgets-menus {
|
||||||
line-height: 16px;
|
line-height: 1.14285714;
|
||||||
}
|
}
|
||||||
|
|
||||||
.welcome-panel .welcome-panel-column ul {
|
.welcome-panel .welcome-panel-column ul {
|
||||||
|
|
@ -206,7 +206,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.welcome-panel .welcome-panel-column li {
|
.welcome-panel .welcome-panel-column li {
|
||||||
line-height: 16px;
|
line-height: 1.14285714;
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
padding: 0 0 8px;
|
padding: 0 0 8px;
|
||||||
}
|
}
|
||||||
|
|
@ -220,7 +220,7 @@
|
||||||
.welcome-panel .welcome-icon:before,
|
.welcome-panel .welcome-icon:before,
|
||||||
#dashboard_right_now li a:before,
|
#dashboard_right_now li a:before,
|
||||||
#dashboard_right_now li span:before {
|
#dashboard_right_now li span:before {
|
||||||
color: #82878c;
|
color: #606a73;
|
||||||
font: normal 20px/1 dashicons;
|
font: normal 20px/1 dashicons;
|
||||||
speak: none;
|
speak: none;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
|
@ -357,7 +357,7 @@
|
||||||
.community-events-form label {
|
.community-events-form label {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
line-height: 28px;
|
line-height: 2.15384615;
|
||||||
height: 28px;
|
height: 28px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -379,7 +379,7 @@
|
||||||
#dashboard-widgets .community-events-cancel.button-link {
|
#dashboard-widgets .community-events-cancel.button-link {
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
/* Same properties as the submit button for cross-browsers alignment. */
|
/* Same properties as the submit button for cross-browsers alignment. */
|
||||||
line-height: 26px;
|
line-height: 2;
|
||||||
height: 28px;
|
height: 28px;
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
@ -422,7 +422,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.event-icon:before {
|
.event-icon:before {
|
||||||
color: #82878C;
|
color: #606a73;
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
}
|
}
|
||||||
.event-meetup .event-icon:before {
|
.event-meetup .event-icon:before {
|
||||||
|
|
@ -937,7 +937,7 @@ body #dashboard-widgets .postbox form .submit {
|
||||||
}
|
}
|
||||||
|
|
||||||
#latest-comments #the-comment-list .comment-meta {
|
#latest-comments #the-comment-list .comment-meta {
|
||||||
line-height: 1.5em;
|
line-height: 1.5;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
color: #666;
|
color: #666;
|
||||||
}
|
}
|
||||||
|
|
@ -970,11 +970,11 @@ body #dashboard-widgets .postbox form .submit {
|
||||||
a.rsswidget {
|
a.rsswidget {
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
line-height: 1.4em;
|
line-height: 1.4;
|
||||||
}
|
}
|
||||||
|
|
||||||
.rss-widget ul li {
|
.rss-widget ul li {
|
||||||
line-height: 1.5em;
|
line-height: 1.5;
|
||||||
margin-bottom: 12px;
|
margin-bottom: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -71,7 +71,8 @@
|
||||||
color: #72777c;
|
color: #72777c;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
font-size: 1.7em;
|
font-size: 1.7em;
|
||||||
padding: 11px 10px;
|
padding: 10px;
|
||||||
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
input#link_description,
|
input#link_description,
|
||||||
|
|
@ -89,8 +90,8 @@ input#link_url {
|
||||||
|
|
||||||
#edit-slug-box,
|
#edit-slug-box,
|
||||||
#comment-link-box {
|
#comment-link-box {
|
||||||
line-height: 24px;
|
line-height: 1.84615384;
|
||||||
min-height: 25px; /* Yes, line-height + 1 */
|
min-height: 25px;
|
||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
padding: 0 10px;
|
padding: 0 10px;
|
||||||
color: #666;
|
color: #666;
|
||||||
|
|
@ -153,7 +154,7 @@ body.post-new-php .submitbox .submitdelete {
|
||||||
.postbox {
|
.postbox {
|
||||||
position: relative;
|
position: relative;
|
||||||
min-width: 255px;
|
min-width: 255px;
|
||||||
border: 1px solid #e5e5e5;
|
border: 1px solid #ccd0d4;
|
||||||
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
|
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
|
||||||
background: #fff;
|
background: #fff;
|
||||||
}
|
}
|
||||||
|
|
@ -186,7 +187,7 @@ ul.category-tabs li,
|
||||||
#side-sortables .add-menu-item-tabs li,
|
#side-sortables .add-menu-item-tabs li,
|
||||||
.wp-tab-bar li {
|
.wp-tab-bar li {
|
||||||
display: inline;
|
display: inline;
|
||||||
line-height: 1.35em;
|
line-height: 1.35;
|
||||||
}
|
}
|
||||||
|
|
||||||
.no-js .category-tabs li.hide-if-no-js {
|
.no-js .category-tabs li.hide-if-no-js {
|
||||||
|
|
@ -309,7 +310,7 @@ form#tags-filter {
|
||||||
#post-status-info {
|
#post-status-info {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
border-spacing: 0;
|
border-spacing: 0;
|
||||||
border: 1px solid #e5e5e5;
|
border: 1px solid #ccd0d4;
|
||||||
border-top: none;
|
border-top: none;
|
||||||
background-color: #f7f7f7;
|
background-color: #f7f7f7;
|
||||||
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
|
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
|
||||||
|
|
@ -360,7 +361,7 @@ form#tags-filter {
|
||||||
|
|
||||||
.wp-editor-expand #wp-content-editor-tools {
|
.wp-editor-expand #wp-content-editor-tools {
|
||||||
z-index: 1000;
|
z-index: 1000;
|
||||||
border-bottom: 1px solid #e5e5e5;
|
border-bottom: 1px solid #ccd0d4;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-editor-expand #wp-content-editor-container {
|
.wp-editor-expand #wp-content-editor-container {
|
||||||
|
|
@ -377,7 +378,7 @@ form#tags-filter {
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-editor-expand #post-status-info {
|
.wp-editor-expand #post-status-info {
|
||||||
border-top: 1px solid #e5e5e5;
|
border-top: 1px solid #ccd0d4;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-editor-expand div.mce-toolbar-grp {
|
.wp-editor-expand div.mce-toolbar-grp {
|
||||||
|
|
@ -418,16 +419,15 @@ form#tags-filter {
|
||||||
}
|
}
|
||||||
|
|
||||||
#timestampdiv select {
|
#timestampdiv select {
|
||||||
height: 21px;
|
|
||||||
line-height: 14px;
|
|
||||||
padding: 0;
|
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
|
line-height: 1.5; /* 18px */
|
||||||
}
|
}
|
||||||
|
|
||||||
#aa, #jj, #hh, #mn {
|
#aa, #jj, #hh, #mn {
|
||||||
padding: 1px;
|
padding: 6px 1px;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
|
line-height: 1.16666666; /* 14px */
|
||||||
}
|
}
|
||||||
|
|
||||||
#jj, #hh, #mn {
|
#jj, #hh, #mn {
|
||||||
|
|
@ -447,8 +447,7 @@ form#tags-filter {
|
||||||
#post-body .misc-pub-post-status:before,
|
#post-body .misc-pub-post-status:before,
|
||||||
#post-body #visibility:before,
|
#post-body #visibility:before,
|
||||||
.curtime #timestamp:before,
|
.curtime #timestamp:before,
|
||||||
#post-body .misc-pub-revisions:before,
|
#post-body .misc-pub-revisions:before {
|
||||||
span.wp-media-buttons-icon:before {
|
|
||||||
color: #82878c;
|
color: #82878c;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -486,7 +485,7 @@ span.wp-media-buttons-icon:before {
|
||||||
|
|
||||||
#timestampdiv {
|
#timestampdiv {
|
||||||
padding-top: 5px;
|
padding-top: 5px;
|
||||||
line-height: 23px;
|
line-height: 1.76923076;
|
||||||
}
|
}
|
||||||
|
|
||||||
#timestampdiv p {
|
#timestampdiv p {
|
||||||
|
|
@ -494,8 +493,6 @@ span.wp-media-buttons-icon:before {
|
||||||
}
|
}
|
||||||
|
|
||||||
#timestampdiv input {
|
#timestampdiv input {
|
||||||
border-width: 1px;
|
|
||||||
border-style: solid;
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -580,7 +577,7 @@ span.wp-media-buttons-icon:before {
|
||||||
float: right;
|
float: right;
|
||||||
margin-left: 25px;
|
margin-left: 25px;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
line-height: 1.8em;
|
line-height: 1.8;
|
||||||
cursor: default;
|
cursor: default;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
@ -640,7 +637,7 @@ span.wp-media-buttons-icon:before {
|
||||||
}
|
}
|
||||||
|
|
||||||
#post-visibility-select {
|
#post-visibility-select {
|
||||||
line-height: 1.5em;
|
line-height: 1.5;
|
||||||
margin-top: 3px;
|
margin-top: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -655,6 +652,12 @@ span.wp-media-buttons-icon:before {
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.wp_attachment_details .attachment-content-description {
|
||||||
|
margin-top: 0.5385em;
|
||||||
|
display: inline-block;
|
||||||
|
min-height: 1.6923em;
|
||||||
|
}
|
||||||
|
|
||||||
/* Suggested text for privacy policy */
|
/* Suggested text for privacy policy */
|
||||||
.wp-privacy-policy-guide {
|
.wp-privacy-policy-guide {
|
||||||
max-width: 1000px;
|
max-width: 1000px;
|
||||||
|
|
@ -707,7 +710,7 @@ span.wp-media-buttons-icon:before {
|
||||||
|
|
||||||
.privacy-text-actions {
|
.privacy-text-actions {
|
||||||
height: 32px;
|
height: 32px;
|
||||||
line-height: 32px;
|
line-height: 2.46153846;
|
||||||
padding-bottom: 6px;
|
padding-bottom: 6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -882,7 +885,7 @@ a.post-format-icon:hover:before {
|
||||||
}
|
}
|
||||||
|
|
||||||
#post-formats-select {
|
#post-formats-select {
|
||||||
line-height: 2em;
|
line-height: 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
#post-formats-select .post-format-icon::before {
|
#post-formats-select .post-format-icon::before {
|
||||||
|
|
@ -990,7 +993,7 @@ ul.export-filters,
|
||||||
ul.categorychecklist li {
|
ul.categorychecklist li {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
line-height: 22px;
|
line-height: 1.69230769;
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -1020,6 +1023,11 @@ ul.categorychecklist li {
|
||||||
width: 95%;
|
width: 95%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.form-field select,
|
||||||
|
.form-field p {
|
||||||
|
max-width: 95%;
|
||||||
|
}
|
||||||
|
|
||||||
p.description,
|
p.description,
|
||||||
.form-wrap p {
|
.form-wrap p {
|
||||||
margin: 2px 0 5px;
|
margin: 2px 0 5px;
|
||||||
|
|
@ -1034,15 +1042,15 @@ span.description,
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
p.description code {
|
||||||
|
font-style: normal;
|
||||||
|
}
|
||||||
|
|
||||||
.form-wrap .form-field {
|
.form-wrap .form-field {
|
||||||
margin: 1em 0;
|
margin: 1em 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.form-wrap .form-field #parent {
|
|
||||||
max-width: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.col-wrap h2 {
|
.col-wrap h2 {
|
||||||
margin: 12px 0;
|
margin: 12px 0;
|
||||||
font-size: 1.1em;
|
font-size: 1.1em;
|
||||||
|
|
@ -1109,6 +1117,14 @@ p.popular-tags a {
|
||||||
margin: 2px 0 12px;
|
margin: 2px 0 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#poststuff .inside .the-tagcloud {
|
||||||
|
margin: 5px 0 10px;
|
||||||
|
padding: 8px;
|
||||||
|
border: 1px solid #ddd;
|
||||||
|
line-height: 1.8;
|
||||||
|
word-spacing: 3px;
|
||||||
|
}
|
||||||
|
|
||||||
.the-tagcloud ul {
|
.the-tagcloud ul {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
@ -1151,6 +1167,11 @@ p.popular-tags a {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#addtag .spinner {
|
||||||
|
float: none;
|
||||||
|
vertical-align: top;
|
||||||
|
}
|
||||||
|
|
||||||
#edittag {
|
#edittag {
|
||||||
max-width: 800px;
|
max-width: 800px;
|
||||||
}
|
}
|
||||||
|
|
@ -1200,7 +1221,7 @@ p.popular-tags a {
|
||||||
.trash-undo-inside,
|
.trash-undo-inside,
|
||||||
.spam-undo-inside {
|
.spam-undo-inside {
|
||||||
margin: 1px 0 1px 8px;
|
margin: 1px 0 1px 8px;
|
||||||
line-height: 16px;
|
line-height: 1.23076923;
|
||||||
}
|
}
|
||||||
|
|
||||||
.spam-undo-inside .avatar,
|
.spam-undo-inside .avatar,
|
||||||
|
|
@ -1570,7 +1591,7 @@ table.links-table {
|
||||||
|
|
||||||
button.wp-switch-editor {
|
button.wp-switch-editor {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
line-height: 1em;
|
line-height: 1;
|
||||||
margin: 7px 7px 0 0;
|
margin: 7px 7px 0 0;
|
||||||
padding: 8px 12px;
|
padding: 8px 12px;
|
||||||
}
|
}
|
||||||
|
|
@ -1606,7 +1627,7 @@ table.links-table {
|
||||||
|
|
||||||
#delete-action,
|
#delete-action,
|
||||||
#publishing-action {
|
#publishing-action {
|
||||||
line-height: 47px;
|
line-height: 3.61538461;
|
||||||
}
|
}
|
||||||
|
|
||||||
#publishing-action .spinner {
|
#publishing-action .spinner {
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -71,7 +71,8 @@
|
||||||
color: #72777c;
|
color: #72777c;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
font-size: 1.7em;
|
font-size: 1.7em;
|
||||||
padding: 11px 10px;
|
padding: 10px;
|
||||||
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
input#link_description,
|
input#link_description,
|
||||||
|
|
@ -89,8 +90,8 @@ input#link_url {
|
||||||
|
|
||||||
#edit-slug-box,
|
#edit-slug-box,
|
||||||
#comment-link-box {
|
#comment-link-box {
|
||||||
line-height: 24px;
|
line-height: 1.84615384;
|
||||||
min-height: 25px; /* Yes, line-height + 1 */
|
min-height: 25px;
|
||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
padding: 0 10px;
|
padding: 0 10px;
|
||||||
color: #666;
|
color: #666;
|
||||||
|
|
@ -153,7 +154,7 @@ body.post-new-php .submitbox .submitdelete {
|
||||||
.postbox {
|
.postbox {
|
||||||
position: relative;
|
position: relative;
|
||||||
min-width: 255px;
|
min-width: 255px;
|
||||||
border: 1px solid #e5e5e5;
|
border: 1px solid #ccd0d4;
|
||||||
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
|
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
|
||||||
background: #fff;
|
background: #fff;
|
||||||
}
|
}
|
||||||
|
|
@ -186,7 +187,7 @@ ul.category-tabs li,
|
||||||
#side-sortables .add-menu-item-tabs li,
|
#side-sortables .add-menu-item-tabs li,
|
||||||
.wp-tab-bar li {
|
.wp-tab-bar li {
|
||||||
display: inline;
|
display: inline;
|
||||||
line-height: 1.35em;
|
line-height: 1.35;
|
||||||
}
|
}
|
||||||
|
|
||||||
.no-js .category-tabs li.hide-if-no-js {
|
.no-js .category-tabs li.hide-if-no-js {
|
||||||
|
|
@ -309,7 +310,7 @@ form#tags-filter {
|
||||||
#post-status-info {
|
#post-status-info {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
border-spacing: 0;
|
border-spacing: 0;
|
||||||
border: 1px solid #e5e5e5;
|
border: 1px solid #ccd0d4;
|
||||||
border-top: none;
|
border-top: none;
|
||||||
background-color: #f7f7f7;
|
background-color: #f7f7f7;
|
||||||
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
|
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
|
||||||
|
|
@ -360,7 +361,7 @@ form#tags-filter {
|
||||||
|
|
||||||
.wp-editor-expand #wp-content-editor-tools {
|
.wp-editor-expand #wp-content-editor-tools {
|
||||||
z-index: 1000;
|
z-index: 1000;
|
||||||
border-bottom: 1px solid #e5e5e5;
|
border-bottom: 1px solid #ccd0d4;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-editor-expand #wp-content-editor-container {
|
.wp-editor-expand #wp-content-editor-container {
|
||||||
|
|
@ -377,7 +378,7 @@ form#tags-filter {
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-editor-expand #post-status-info {
|
.wp-editor-expand #post-status-info {
|
||||||
border-top: 1px solid #e5e5e5;
|
border-top: 1px solid #ccd0d4;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-editor-expand div.mce-toolbar-grp {
|
.wp-editor-expand div.mce-toolbar-grp {
|
||||||
|
|
@ -418,16 +419,15 @@ form#tags-filter {
|
||||||
}
|
}
|
||||||
|
|
||||||
#timestampdiv select {
|
#timestampdiv select {
|
||||||
height: 21px;
|
|
||||||
line-height: 14px;
|
|
||||||
padding: 0;
|
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
|
line-height: 1.5; /* 18px */
|
||||||
}
|
}
|
||||||
|
|
||||||
#aa, #jj, #hh, #mn {
|
#aa, #jj, #hh, #mn {
|
||||||
padding: 1px;
|
padding: 6px 1px;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
|
line-height: 1.16666666; /* 14px */
|
||||||
}
|
}
|
||||||
|
|
||||||
#jj, #hh, #mn {
|
#jj, #hh, #mn {
|
||||||
|
|
@ -447,8 +447,7 @@ form#tags-filter {
|
||||||
#post-body .misc-pub-post-status:before,
|
#post-body .misc-pub-post-status:before,
|
||||||
#post-body #visibility:before,
|
#post-body #visibility:before,
|
||||||
.curtime #timestamp:before,
|
.curtime #timestamp:before,
|
||||||
#post-body .misc-pub-revisions:before,
|
#post-body .misc-pub-revisions:before {
|
||||||
span.wp-media-buttons-icon:before {
|
|
||||||
color: #82878c;
|
color: #82878c;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -486,7 +485,7 @@ span.wp-media-buttons-icon:before {
|
||||||
|
|
||||||
#timestampdiv {
|
#timestampdiv {
|
||||||
padding-top: 5px;
|
padding-top: 5px;
|
||||||
line-height: 23px;
|
line-height: 1.76923076;
|
||||||
}
|
}
|
||||||
|
|
||||||
#timestampdiv p {
|
#timestampdiv p {
|
||||||
|
|
@ -494,8 +493,6 @@ span.wp-media-buttons-icon:before {
|
||||||
}
|
}
|
||||||
|
|
||||||
#timestampdiv input {
|
#timestampdiv input {
|
||||||
border-width: 1px;
|
|
||||||
border-style: solid;
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -580,7 +577,7 @@ span.wp-media-buttons-icon:before {
|
||||||
float: left;
|
float: left;
|
||||||
margin-right: 25px;
|
margin-right: 25px;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
line-height: 1.8em;
|
line-height: 1.8;
|
||||||
cursor: default;
|
cursor: default;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
@ -640,7 +637,7 @@ span.wp-media-buttons-icon:before {
|
||||||
}
|
}
|
||||||
|
|
||||||
#post-visibility-select {
|
#post-visibility-select {
|
||||||
line-height: 1.5em;
|
line-height: 1.5;
|
||||||
margin-top: 3px;
|
margin-top: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -655,6 +652,12 @@ span.wp-media-buttons-icon:before {
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.wp_attachment_details .attachment-content-description {
|
||||||
|
margin-top: 0.5385em;
|
||||||
|
display: inline-block;
|
||||||
|
min-height: 1.6923em;
|
||||||
|
}
|
||||||
|
|
||||||
/* Suggested text for privacy policy */
|
/* Suggested text for privacy policy */
|
||||||
.wp-privacy-policy-guide {
|
.wp-privacy-policy-guide {
|
||||||
max-width: 1000px;
|
max-width: 1000px;
|
||||||
|
|
@ -707,7 +710,7 @@ span.wp-media-buttons-icon:before {
|
||||||
|
|
||||||
.privacy-text-actions {
|
.privacy-text-actions {
|
||||||
height: 32px;
|
height: 32px;
|
||||||
line-height: 32px;
|
line-height: 2.46153846;
|
||||||
padding-bottom: 6px;
|
padding-bottom: 6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -882,7 +885,7 @@ a.post-format-icon:hover:before {
|
||||||
}
|
}
|
||||||
|
|
||||||
#post-formats-select {
|
#post-formats-select {
|
||||||
line-height: 2em;
|
line-height: 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
#post-formats-select .post-format-icon::before {
|
#post-formats-select .post-format-icon::before {
|
||||||
|
|
@ -990,7 +993,7 @@ ul.export-filters,
|
||||||
ul.categorychecklist li {
|
ul.categorychecklist li {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
line-height: 22px;
|
line-height: 1.69230769;
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -1020,6 +1023,11 @@ ul.categorychecklist li {
|
||||||
width: 95%;
|
width: 95%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.form-field select,
|
||||||
|
.form-field p {
|
||||||
|
max-width: 95%;
|
||||||
|
}
|
||||||
|
|
||||||
p.description,
|
p.description,
|
||||||
.form-wrap p {
|
.form-wrap p {
|
||||||
margin: 2px 0 5px;
|
margin: 2px 0 5px;
|
||||||
|
|
@ -1034,15 +1042,15 @@ span.description,
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
p.description code {
|
||||||
|
font-style: normal;
|
||||||
|
}
|
||||||
|
|
||||||
.form-wrap .form-field {
|
.form-wrap .form-field {
|
||||||
margin: 1em 0;
|
margin: 1em 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.form-wrap .form-field #parent {
|
|
||||||
max-width: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.col-wrap h2 {
|
.col-wrap h2 {
|
||||||
margin: 12px 0;
|
margin: 12px 0;
|
||||||
font-size: 1.1em;
|
font-size: 1.1em;
|
||||||
|
|
@ -1109,6 +1117,14 @@ p.popular-tags a {
|
||||||
margin: 2px 0 12px;
|
margin: 2px 0 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#poststuff .inside .the-tagcloud {
|
||||||
|
margin: 5px 0 10px;
|
||||||
|
padding: 8px;
|
||||||
|
border: 1px solid #ddd;
|
||||||
|
line-height: 1.8;
|
||||||
|
word-spacing: 3px;
|
||||||
|
}
|
||||||
|
|
||||||
.the-tagcloud ul {
|
.the-tagcloud ul {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
@ -1151,6 +1167,11 @@ p.popular-tags a {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#addtag .spinner {
|
||||||
|
float: none;
|
||||||
|
vertical-align: top;
|
||||||
|
}
|
||||||
|
|
||||||
#edittag {
|
#edittag {
|
||||||
max-width: 800px;
|
max-width: 800px;
|
||||||
}
|
}
|
||||||
|
|
@ -1200,7 +1221,7 @@ p.popular-tags a {
|
||||||
.trash-undo-inside,
|
.trash-undo-inside,
|
||||||
.spam-undo-inside {
|
.spam-undo-inside {
|
||||||
margin: 1px 8px 1px 0;
|
margin: 1px 8px 1px 0;
|
||||||
line-height: 16px;
|
line-height: 1.23076923;
|
||||||
}
|
}
|
||||||
|
|
||||||
.spam-undo-inside .avatar,
|
.spam-undo-inside .avatar,
|
||||||
|
|
@ -1570,7 +1591,7 @@ table.links-table {
|
||||||
|
|
||||||
button.wp-switch-editor {
|
button.wp-switch-editor {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
line-height: 1em;
|
line-height: 1;
|
||||||
margin: 7px 0 0 7px;
|
margin: 7px 0 0 7px;
|
||||||
padding: 8px 12px;
|
padding: 8px 12px;
|
||||||
}
|
}
|
||||||
|
|
@ -1606,7 +1627,7 @@ table.links-table {
|
||||||
|
|
||||||
#delete-action,
|
#delete-action,
|
||||||
#publishing-action {
|
#publishing-action {
|
||||||
line-height: 47px;
|
line-height: 3.61538461;
|
||||||
}
|
}
|
||||||
|
|
||||||
#publishing-action .spinner {
|
#publishing-action .spinner {
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -1,12 +1,42 @@
|
||||||
/* Include margin and padding in the width calculation of input and textarea. */
|
/* Include margin and padding in the width calculation of input and textarea. */
|
||||||
input,
|
input,
|
||||||
textarea {
|
select,
|
||||||
|
textarea,
|
||||||
|
button {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
font-family: inherit;
|
||||||
|
font-size: inherit;
|
||||||
|
font-weight: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
|
textarea,
|
||||||
|
input {
|
||||||
|
font-size: 14px;
|
||||||
|
}
|
||||||
|
|
||||||
|
textarea {
|
||||||
|
overflow: auto;
|
||||||
|
padding: 2px 6px;
|
||||||
|
/* inherits font size 14px */
|
||||||
|
line-height: 1.42857143; /* 20px */
|
||||||
|
resize: vertical;
|
||||||
|
}
|
||||||
|
|
||||||
|
label {
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
|
input,
|
||||||
|
select {
|
||||||
|
margin: 1px;
|
||||||
|
}
|
||||||
|
|
||||||
|
textarea.code {
|
||||||
|
padding: 4px 6px 1px 6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type="text"],
|
input[type="text"],
|
||||||
input[type="password"],
|
input[type="password"],
|
||||||
input[type="checkbox"],
|
|
||||||
input[type="color"],
|
input[type="color"],
|
||||||
input[type="date"],
|
input[type="date"],
|
||||||
input[type="datetime"],
|
input[type="datetime"],
|
||||||
|
|
@ -15,20 +45,42 @@ input[type="email"],
|
||||||
input[type="month"],
|
input[type="month"],
|
||||||
input[type="number"],
|
input[type="number"],
|
||||||
input[type="search"],
|
input[type="search"],
|
||||||
input[type="radio"],
|
|
||||||
input[type="tel"],
|
input[type="tel"],
|
||||||
input[type="text"],
|
|
||||||
input[type="time"],
|
input[type="time"],
|
||||||
input[type="url"],
|
input[type="url"],
|
||||||
input[type="week"],
|
input[type="week"],
|
||||||
select,
|
select,
|
||||||
textarea {
|
textarea {
|
||||||
border: 1px solid #ddd;
|
box-shadow: 0 0 0 transparent;
|
||||||
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07);
|
border-radius: 4px;
|
||||||
|
border: 1px solid #7e8993;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
color: #32373c;
|
color: #32373c;
|
||||||
outline: none;
|
}
|
||||||
transition: 0.05s border-color ease-in-out;
|
|
||||||
|
input[type="text"],
|
||||||
|
input[type="password"],
|
||||||
|
input[type="date"],
|
||||||
|
input[type="datetime"],
|
||||||
|
input[type="datetime-local"],
|
||||||
|
input[type="email"],
|
||||||
|
input[type="month"],
|
||||||
|
input[type="number"],
|
||||||
|
input[type="search"],
|
||||||
|
input[type="tel"],
|
||||||
|
input[type="time"],
|
||||||
|
input[type="url"],
|
||||||
|
input[type="week"] {
|
||||||
|
padding: 0 8px;
|
||||||
|
/* inherits font size 14px */
|
||||||
|
line-height: 2; /* 28px */
|
||||||
|
/* Only necessary for IE11 */
|
||||||
|
min-height: 30px;
|
||||||
|
}
|
||||||
|
|
||||||
|
::-webkit-datetime-edit {
|
||||||
|
/* inherits font size 14px */
|
||||||
|
line-height: 1.85714286; /* 26px */
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type="text"]:focus,
|
input[type="text"]:focus,
|
||||||
|
|
@ -42,7 +94,6 @@ input[type="month"]:focus,
|
||||||
input[type="number"]:focus,
|
input[type="number"]:focus,
|
||||||
input[type="search"]:focus,
|
input[type="search"]:focus,
|
||||||
input[type="tel"]:focus,
|
input[type="tel"]:focus,
|
||||||
input[type="text"]:focus,
|
|
||||||
input[type="time"]:focus,
|
input[type="time"]:focus,
|
||||||
input[type="url"]:focus,
|
input[type="url"]:focus,
|
||||||
input[type="week"]:focus,
|
input[type="week"]:focus,
|
||||||
|
|
@ -50,8 +101,8 @@ input[type="checkbox"]:focus,
|
||||||
input[type="radio"]:focus,
|
input[type="radio"]:focus,
|
||||||
select:focus,
|
select:focus,
|
||||||
textarea:focus {
|
textarea:focus {
|
||||||
border-color: #5b9dd9;
|
border-color: #007cba;
|
||||||
box-shadow: 0 0 2px rgba(30, 140, 190, 0.8);
|
box-shadow: 0 0 0 1px #007cba;
|
||||||
/* Only visible in Windows High Contrast mode */
|
/* Only visible in Windows High Contrast mode */
|
||||||
outline: 2px solid transparent;
|
outline: 2px solid transparent;
|
||||||
}
|
}
|
||||||
|
|
@ -62,29 +113,24 @@ input[type="url"] {
|
||||||
direction: ltr;
|
direction: ltr;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Vertically align the number selector with the input. */
|
|
||||||
input[type="number"] {
|
|
||||||
height: 28px;
|
|
||||||
line-height: 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
input[type="checkbox"],
|
input[type="checkbox"],
|
||||||
input[type="radio"] {
|
input[type="radio"] {
|
||||||
border: 1px solid #b4b9be;
|
border: 1px solid #7e8993;
|
||||||
|
border-radius: 4px;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
color: #555;
|
color: #555;
|
||||||
clear: none;
|
clear: none;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
line-height: 0;
|
line-height: 0;
|
||||||
height: 16px;
|
height: 1rem;
|
||||||
margin: -4px 0 0 4px;
|
margin: -0.25rem 0 0 0.25rem;
|
||||||
outline: 0;
|
outline: 0;
|
||||||
padding: 0 !important;
|
padding: 0 !important;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
width: 16px;
|
width: 1rem;
|
||||||
min-width: 16px;
|
min-width: 1rem;
|
||||||
-webkit-appearance: none;
|
-webkit-appearance: none;
|
||||||
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
|
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
|
||||||
transition: .05s border-color ease-in-out;
|
transition: .05s border-color ease-in-out;
|
||||||
|
|
@ -115,38 +161,39 @@ td > input[type="checkbox"],
|
||||||
|
|
||||||
input[type="radio"] {
|
input[type="radio"] {
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
margin-left: 4px;
|
margin-left: 0.25rem;
|
||||||
line-height: 10px;
|
/* 10px not sure if still necessary, comes from the MP6 redesign in r26072 */
|
||||||
|
line-height: 0.71428571;
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type="checkbox"]:checked:before,
|
input[type="checkbox"]:checked::before,
|
||||||
input[type="radio"]:checked:before {
|
input[type="radio"]:checked::before {
|
||||||
float: right;
|
float: right;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
width: 16px;
|
width: 1rem;
|
||||||
font: normal 21px/1 dashicons;
|
|
||||||
speak: none;
|
speak: none;
|
||||||
-webkit-font-smoothing: antialiased;
|
-webkit-font-smoothing: antialiased;
|
||||||
-moz-osx-font-smoothing: grayscale;
|
-moz-osx-font-smoothing: grayscale;
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type="checkbox"]:checked:before {
|
input[type="checkbox"]:checked::before {
|
||||||
content: "\f147";
|
/* Use the "Yes" SVG Dashicon */
|
||||||
margin: -3px -4px 0 0;
|
content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%231e8cbe%27%2F%3E%3C%2Fsvg%3E");
|
||||||
color: #1e8cbe;
|
margin: -0.1875rem -0.25rem 0 0;
|
||||||
|
height: 1.3125rem;
|
||||||
|
width: 1.3125rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type="radio"]:checked:before {
|
input[type="radio"]:checked::before {
|
||||||
content: "\2022";
|
content: "";
|
||||||
text-indent: -9999px;
|
border-radius: 50%;
|
||||||
border-radius: 50px;
|
width: 0.5rem; /* 8px */
|
||||||
font-size: 24px;
|
height: 0.5rem; /* 8px */
|
||||||
width: 6px;
|
margin: 0.1875rem; /* 3px */
|
||||||
height: 6px;
|
|
||||||
margin: 4px;
|
|
||||||
line-height: 16px;
|
|
||||||
background-color: #1e8cbe;
|
background-color: #1e8cbe;
|
||||||
|
/* 16px not sure if still necessary, comes from the MP6 redesign in r26072 */
|
||||||
|
line-height: 1.14285714;
|
||||||
}
|
}
|
||||||
|
|
||||||
@-moz-document url-prefix() {
|
@-moz-document url-prefix() {
|
||||||
|
|
@ -166,58 +213,11 @@ input[type="search"]::-webkit-search-decoration {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ie8 input[type="password"] {
|
|
||||||
font-family: sans-serif;
|
|
||||||
}
|
|
||||||
|
|
||||||
textarea,
|
|
||||||
input,
|
|
||||||
select,
|
|
||||||
button {
|
|
||||||
font-family: inherit;
|
|
||||||
font-size: inherit;
|
|
||||||
font-weight: inherit;
|
|
||||||
}
|
|
||||||
|
|
||||||
textarea,
|
|
||||||
input,
|
|
||||||
select {
|
|
||||||
font-size: 14px;
|
|
||||||
padding: 3px 5px;
|
|
||||||
border-radius: 0; /* Reset mobile webkit's default element styling */
|
|
||||||
}
|
|
||||||
|
|
||||||
textarea {
|
|
||||||
overflow: auto;
|
|
||||||
padding: 2px 6px;
|
|
||||||
line-height: 1.4;
|
|
||||||
resize: vertical;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-admin input[type="file"] {
|
.wp-admin input[type="file"] {
|
||||||
padding: 3px 0;
|
padding: 3px 0;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
label {
|
|
||||||
cursor: pointer;
|
|
||||||
}
|
|
||||||
|
|
||||||
input,
|
|
||||||
select {
|
|
||||||
margin: 1px;
|
|
||||||
padding: 3px 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
input.code {
|
|
||||||
padding-top: 6px;
|
|
||||||
}
|
|
||||||
|
|
||||||
textarea.code {
|
|
||||||
line-height: 1.4;
|
|
||||||
padding: 4px 6px 1px 6px;
|
|
||||||
}
|
|
||||||
|
|
||||||
input.readonly,
|
input.readonly,
|
||||||
input[readonly],
|
input[readonly],
|
||||||
textarea.readonly,
|
textarea.readonly,
|
||||||
|
|
@ -307,15 +307,94 @@ input[type="radio"].disabled:checked:before {
|
||||||
2.0 - Forms
|
2.0 - Forms
|
||||||
------------------------------------------------------------------------------*/
|
------------------------------------------------------------------------------*/
|
||||||
|
|
||||||
|
/* Select styles are based on the default button in buttons.css */
|
||||||
.wp-admin select {
|
.wp-admin select {
|
||||||
padding: 2px;
|
font-size: 13px;
|
||||||
line-height: 28px;
|
line-height: 1.38461538; /* 18px */
|
||||||
height: 28px;
|
color: #32373c;
|
||||||
|
border-color: #7e8993;
|
||||||
|
box-shadow: none;
|
||||||
|
border-radius: 3px;
|
||||||
|
padding: 3px 8px 3px 24px;
|
||||||
|
min-height: 28px;
|
||||||
|
max-width: 25rem;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
|
-webkit-appearance: none;
|
||||||
|
/* The SVG is arrow-down-alt2 from Dashicons. */
|
||||||
|
background: #fff url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E') no-repeat left 5px top 55%;
|
||||||
|
background-size: 16px 16px;
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Color and font size in the core form tables. */
|
||||||
|
.wp-admin .form-table select {
|
||||||
|
font-size: 14px;
|
||||||
|
line-height: 1.28571428; /* 18px */
|
||||||
|
color: #32373c;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wp-admin select:hover {
|
||||||
|
color: #007cba;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wp-admin select:focus {
|
||||||
|
border-color: #007cba;
|
||||||
|
color: #016087;
|
||||||
|
box-shadow: 0 0 0 1px #007cba;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wp-admin select:active {
|
||||||
|
border-color: #999;
|
||||||
|
box-shadow: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wp-admin select.disabled,
|
||||||
|
.wp-admin select:disabled {
|
||||||
|
color: #a0a5aa;
|
||||||
|
border-color: #ddd;
|
||||||
|
background-color: #f7f7f7;
|
||||||
|
/* The SVG is arrow-down-alt2 from Dashicons. */
|
||||||
|
background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23a0a5aa%22%2F%3E%3C%2Fsvg%3E');
|
||||||
|
box-shadow: none;
|
||||||
|
text-shadow: 0 1px 0 #fff;
|
||||||
|
cursor: default;
|
||||||
|
transform: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Reset Firefox inner outline that appears on :focus. */
|
||||||
|
/* This ruleset overrides the color change on :focus thus needs to be after select:focus. */
|
||||||
|
.wp-admin select:-moz-focusring {
|
||||||
|
color: transparent;
|
||||||
|
text-shadow: 0 0 0 #016087;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Remove background focus style from IE11 while keeping focus style available on option elements. */
|
||||||
|
.wp-admin select::-ms-value {
|
||||||
|
background: transparent;
|
||||||
|
color: #555;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wp-admin select:hover::-ms-value {
|
||||||
|
color: #007cba;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wp-admin select:focus::-ms-value {
|
||||||
|
color: #016087;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wp-admin select.disabled::-ms-value,
|
||||||
|
.wp-admin select:disabled::-ms-value {
|
||||||
|
color: #a0a5aa;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Hide the native down arrow for select element on IE. */
|
||||||
|
.wp-admin select::-ms-expand {
|
||||||
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-admin .button-cancel {
|
.wp-admin .button-cancel {
|
||||||
|
display: inline-block;
|
||||||
|
min-height: 28px;
|
||||||
padding: 0 5px;
|
padding: 0 5px;
|
||||||
line-height: 2;
|
line-height: 2;
|
||||||
}
|
}
|
||||||
|
|
@ -324,8 +403,14 @@ input[type="radio"].disabled:checked:before {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.misc-pub-post-status select {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
|
||||||
.wp-admin select[multiple] {
|
.wp-admin select[multiple] {
|
||||||
height: auto;
|
height: auto;
|
||||||
|
padding-left: 8px;
|
||||||
|
background: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.submit {
|
.submit {
|
||||||
|
|
@ -381,7 +466,7 @@ textarea.large-text {
|
||||||
|
|
||||||
input.small-text {
|
input.small-text {
|
||||||
width: 50px;
|
width: 50px;
|
||||||
padding: 1px 6px;
|
padding: 0 6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type="number"].small-text {
|
input[type="number"].small-text {
|
||||||
|
|
@ -412,15 +497,7 @@ input[type="number"].tiny-text {
|
||||||
.tablenav .actions select {
|
.tablenav .actions select {
|
||||||
float: right;
|
float: right;
|
||||||
margin-left: 6px;
|
margin-left: 6px;
|
||||||
max-width: 200px;
|
max-width: 12.5rem;
|
||||||
}
|
|
||||||
|
|
||||||
.ie8 .tablenav .actions select {
|
|
||||||
width: 155px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.ie8 .tablenav .actions select#cat {
|
|
||||||
width: 200px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#timezone_string option {
|
#timezone_string option {
|
||||||
|
|
@ -555,18 +632,12 @@ p.search-box {
|
||||||
.tablenav .search-plugins input[name="s"],
|
.tablenav .search-plugins input[name="s"],
|
||||||
.tagsdiv .newtag {
|
.tagsdiv .newtag {
|
||||||
float: right;
|
float: right;
|
||||||
height: 28px;
|
|
||||||
margin: 0 0 0 4px;
|
margin: 0 0 0 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.js.plugins-php .search-box .wp-filter-search {
|
.js.plugins-php .search-box .wp-filter-search {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
width: 280px;
|
width: 280px;
|
||||||
font-size: 16px;
|
|
||||||
font-weight: 300;
|
|
||||||
line-height: 1.5;
|
|
||||||
padding: 3px 5px;
|
|
||||||
height: 32px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type="text"].ui-autocomplete-loading,
|
input[type="text"].ui-autocomplete-loading,
|
||||||
|
|
@ -685,7 +756,7 @@ ul#add-to-blog-users {
|
||||||
.form-table td fieldset label,
|
.form-table td fieldset label,
|
||||||
.form-table td fieldset p,
|
.form-table td fieldset p,
|
||||||
.form-table td fieldset li {
|
.form-table td fieldset li {
|
||||||
line-height: 1.4em;
|
line-height: 1.4;
|
||||||
}
|
}
|
||||||
|
|
||||||
.form-table input.tog,
|
.form-table input.tog,
|
||||||
|
|
@ -794,7 +865,7 @@ table.form-table td .updated p {
|
||||||
padding: 0.7em 2em 1em;
|
padding: 0.7em 2em 1em;
|
||||||
min-width: 255px;
|
min-width: 255px;
|
||||||
max-width: 520px;
|
max-width: 520px;
|
||||||
border: 1px solid #e5e5e5;
|
border: 1px solid #ccd0d4;
|
||||||
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
|
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
|
||||||
background: #fff;
|
background: #fff;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
|
@ -917,6 +988,7 @@ table.form-table td .updated p {
|
||||||
|
|
||||||
.options-general-php input.small-text {
|
.options-general-php input.small-text {
|
||||||
width: 56px;
|
width: 56px;
|
||||||
|
margin: -2px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.options-general-php .spinner {
|
.options-general-php .spinner {
|
||||||
|
|
@ -1101,7 +1173,7 @@ table.form-table td .updated p {
|
||||||
|
|
||||||
.tools-privacy-policy-page input.button,
|
.tools-privacy-policy-page input.button,
|
||||||
.tools-privacy-policy-page select {
|
.tools-privacy-policy-page select {
|
||||||
margin-right: 6px;
|
margin: 0 6px 0 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tools-privacy-edit {
|
.tools-privacy-edit {
|
||||||
|
|
@ -1109,7 +1181,7 @@ table.form-table td .updated p {
|
||||||
}
|
}
|
||||||
|
|
||||||
.tools-privacy-policy-page span {
|
.tools-privacy-policy-page span {
|
||||||
line-height: 2em;
|
line-height: 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
.privacy_requests .column-email {
|
.privacy_requests .column-email {
|
||||||
|
|
@ -1131,6 +1203,10 @@ table.form-table td .updated p {
|
||||||
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1);
|
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.privacy_requests .row-actions {
|
||||||
|
color: #72777c;
|
||||||
|
}
|
||||||
|
|
||||||
.privacy_requests tbody .has-request-results th {
|
.privacy_requests tbody .has-request-results th {
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
@ -1149,9 +1225,6 @@ table.form-table td .updated p {
|
||||||
}
|
}
|
||||||
|
|
||||||
.privacy_requests .next_steps .button {
|
.privacy_requests .next_steps .button {
|
||||||
height: auto;
|
|
||||||
line-height: 1.5;
|
|
||||||
padding: 4px 10px;
|
|
||||||
word-break: break-all;
|
word-break: break-all;
|
||||||
white-space: unset;
|
white-space: unset;
|
||||||
}
|
}
|
||||||
|
|
@ -1203,7 +1276,6 @@ table.form-table td .updated p {
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-privacy-request-form input {
|
.wp-privacy-request-form input {
|
||||||
line-height: 1.5;
|
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -1239,21 +1311,24 @@ table.form-table td .updated p {
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type="text"],
|
input[type="text"],
|
||||||
input[type="email"],
|
|
||||||
input[type="search"],
|
|
||||||
input[type="password"],
|
input[type="password"],
|
||||||
input[type="number"] {
|
input[type="date"],
|
||||||
|
input[type="datetime"],
|
||||||
|
input[type="datetime-local"],
|
||||||
|
input[type="email"],
|
||||||
|
input[type="month"],
|
||||||
|
input[type="number"],
|
||||||
|
input[type="search"],
|
||||||
|
input[type="tel"],
|
||||||
|
input[type="time"],
|
||||||
|
input[type="url"],
|
||||||
|
input[type="week"] {
|
||||||
-webkit-appearance: none;
|
-webkit-appearance: none;
|
||||||
padding: 6px 10px;
|
padding: 3px 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type="number"] {
|
::-webkit-datetime-edit {
|
||||||
height: 40px;
|
line-height: 1.875; /* 30px */
|
||||||
}
|
|
||||||
|
|
||||||
input.code {
|
|
||||||
padding-bottom: 5px;
|
|
||||||
padding-top: 10px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type="checkbox"],
|
input[type="checkbox"],
|
||||||
|
|
@ -1261,7 +1336,6 @@ table.form-table td .updated p {
|
||||||
.widefat thead td input[type="checkbox"],
|
.widefat thead td input[type="checkbox"],
|
||||||
.widefat tfoot td input[type="checkbox"] {
|
.widefat tfoot td input[type="checkbox"] {
|
||||||
-webkit-appearance: none;
|
-webkit-appearance: none;
|
||||||
padding: 10px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.widefat th input[type="checkbox"],
|
.widefat th input[type="checkbox"],
|
||||||
|
|
@ -1274,41 +1348,47 @@ table.form-table td .updated p {
|
||||||
.widefat th input[type="checkbox"]:before,
|
.widefat th input[type="checkbox"]:before,
|
||||||
.widefat thead td input[type="checkbox"]:before,
|
.widefat thead td input[type="checkbox"]:before,
|
||||||
.widefat tfoot td input[type="checkbox"]:before {
|
.widefat tfoot td input[type="checkbox"]:before {
|
||||||
font: normal 30px/1 dashicons;
|
width: 1.875rem;
|
||||||
margin: -3px -5px;
|
height: 1.875rem;
|
||||||
|
margin: -0.1875rem -0.3125rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type="radio"],
|
input[type="radio"],
|
||||||
input[type="checkbox"] {
|
input[type="checkbox"] {
|
||||||
height: 25px;
|
height: 1.5625rem;
|
||||||
width: 25px;
|
width: 1.5625rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-admin p input[type="checkbox"],
|
.wp-admin p input[type="checkbox"],
|
||||||
.wp-admin p input[type="radio"] {
|
.wp-admin p input[type="radio"] {
|
||||||
margin-top: -3px;
|
margin-top: -0.1875rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type="radio"]:checked:before {
|
input[type="radio"]:checked:before {
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
width: 9px;
|
width: 0.5625rem;
|
||||||
height: 9px;
|
height: 0.5625rem;
|
||||||
margin: 7px;
|
margin: 0.4375rem;
|
||||||
line-height: 16px;
|
line-height: 0.76190476;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-upload-form input[type="submit"] {
|
.wp-upload-form input[type="submit"] {
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#wpbody select {
|
.wp-admin select,
|
||||||
height: 36px;
|
.wp-admin .form-table select {
|
||||||
|
min-height: 40px;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
|
line-height: 1.625; /* 26px */
|
||||||
|
padding: 5px 8px 5px 24px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-admin .button-cancel {
|
.wp-admin .button-cancel {
|
||||||
padding: 0;
|
margin-bottom: 0;
|
||||||
|
padding: 2px 0;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
|
||||||
#adduser .form-field input,
|
#adduser .form-field input,
|
||||||
|
|
@ -1358,9 +1438,6 @@ table.form-table td .updated p {
|
||||||
.form-table span.description,
|
.form-table span.description,
|
||||||
#profile-page .form-table textarea {
|
#profile-page .form-table textarea {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
font-size: 16px;
|
|
||||||
line-height: 1.5;
|
|
||||||
padding: 7px 10px;
|
|
||||||
display: block;
|
display: block;
|
||||||
max-width: none;
|
max-width: none;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
|
@ -1371,10 +1448,6 @@ table.form-table td .updated p {
|
||||||
margin: -30px 0 0 3px;
|
margin: -30px 0 0 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#wpbody .form-table td select {
|
|
||||||
height: 40px;
|
|
||||||
}
|
|
||||||
|
|
||||||
input[type="text"].small-text,
|
input[type="text"].small-text,
|
||||||
input[type="search"].small-text,
|
input[type="search"].small-text,
|
||||||
input[type="password"].small-text,
|
input[type="password"].small-text,
|
||||||
|
|
@ -1404,12 +1477,10 @@ table.form-table td .updated p {
|
||||||
}
|
}
|
||||||
|
|
||||||
p.search-box input[name="s"] {
|
p.search-box input[name="s"] {
|
||||||
height: auto;
|
|
||||||
float: none;
|
float: none;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
-webkit-appearance: none;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
p.search-box input[type="submit"] {
|
p.search-box input[type="submit"] {
|
||||||
|
|
@ -1419,7 +1490,7 @@ table.form-table td .updated p {
|
||||||
.form-table span.description {
|
.form-table span.description {
|
||||||
display: inline;
|
display: inline;
|
||||||
padding: 4px 0 0;
|
padding: 4px 0 0;
|
||||||
line-height: 1.4em;
|
line-height: 1.4;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -1438,6 +1509,7 @@ table.form-table td .updated p {
|
||||||
|
|
||||||
.form-table.permalink-structure td code {
|
.form-table.permalink-structure td code {
|
||||||
margin-right: 32px;
|
margin-right: 32px;
|
||||||
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
|
||||||
.form-table.permalink-structure td input[type="text"] {
|
.form-table.permalink-structure td input[type="text"] {
|
||||||
|
|
@ -1474,9 +1546,9 @@ table.form-table td .updated p {
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-pwd [type="text"],
|
/* Needs higher specificity than normal input type text and password. */
|
||||||
.wp-pwd [type="password"] {
|
#profile-page .form-table #pass1 {
|
||||||
padding-left: 88px;
|
padding-left: 90px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-pwd button.button {
|
.wp-pwd button.button {
|
||||||
|
|
@ -1510,6 +1582,11 @@ table.form-table td .updated p {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.wp-pwd [type="text"],
|
||||||
|
.wp-pwd [type="password"] {
|
||||||
|
line-height: 2;
|
||||||
|
}
|
||||||
|
|
||||||
.wp-cancel-pw .dashicons-no {
|
.wp-cancel-pw .dashicons-no {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -1,12 +1,42 @@
|
||||||
/* Include margin and padding in the width calculation of input and textarea. */
|
/* Include margin and padding in the width calculation of input and textarea. */
|
||||||
input,
|
input,
|
||||||
textarea {
|
select,
|
||||||
|
textarea,
|
||||||
|
button {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
font-family: inherit;
|
||||||
|
font-size: inherit;
|
||||||
|
font-weight: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
|
textarea,
|
||||||
|
input {
|
||||||
|
font-size: 14px;
|
||||||
|
}
|
||||||
|
|
||||||
|
textarea {
|
||||||
|
overflow: auto;
|
||||||
|
padding: 2px 6px;
|
||||||
|
/* inherits font size 14px */
|
||||||
|
line-height: 1.42857143; /* 20px */
|
||||||
|
resize: vertical;
|
||||||
|
}
|
||||||
|
|
||||||
|
label {
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
|
input,
|
||||||
|
select {
|
||||||
|
margin: 1px;
|
||||||
|
}
|
||||||
|
|
||||||
|
textarea.code {
|
||||||
|
padding: 4px 6px 1px 6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type="text"],
|
input[type="text"],
|
||||||
input[type="password"],
|
input[type="password"],
|
||||||
input[type="checkbox"],
|
|
||||||
input[type="color"],
|
input[type="color"],
|
||||||
input[type="date"],
|
input[type="date"],
|
||||||
input[type="datetime"],
|
input[type="datetime"],
|
||||||
|
|
@ -15,20 +45,42 @@ input[type="email"],
|
||||||
input[type="month"],
|
input[type="month"],
|
||||||
input[type="number"],
|
input[type="number"],
|
||||||
input[type="search"],
|
input[type="search"],
|
||||||
input[type="radio"],
|
|
||||||
input[type="tel"],
|
input[type="tel"],
|
||||||
input[type="text"],
|
|
||||||
input[type="time"],
|
input[type="time"],
|
||||||
input[type="url"],
|
input[type="url"],
|
||||||
input[type="week"],
|
input[type="week"],
|
||||||
select,
|
select,
|
||||||
textarea {
|
textarea {
|
||||||
border: 1px solid #ddd;
|
box-shadow: 0 0 0 transparent;
|
||||||
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07);
|
border-radius: 4px;
|
||||||
|
border: 1px solid #7e8993;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
color: #32373c;
|
color: #32373c;
|
||||||
outline: none;
|
}
|
||||||
transition: 0.05s border-color ease-in-out;
|
|
||||||
|
input[type="text"],
|
||||||
|
input[type="password"],
|
||||||
|
input[type="date"],
|
||||||
|
input[type="datetime"],
|
||||||
|
input[type="datetime-local"],
|
||||||
|
input[type="email"],
|
||||||
|
input[type="month"],
|
||||||
|
input[type="number"],
|
||||||
|
input[type="search"],
|
||||||
|
input[type="tel"],
|
||||||
|
input[type="time"],
|
||||||
|
input[type="url"],
|
||||||
|
input[type="week"] {
|
||||||
|
padding: 0 8px;
|
||||||
|
/* inherits font size 14px */
|
||||||
|
line-height: 2; /* 28px */
|
||||||
|
/* Only necessary for IE11 */
|
||||||
|
min-height: 30px;
|
||||||
|
}
|
||||||
|
|
||||||
|
::-webkit-datetime-edit {
|
||||||
|
/* inherits font size 14px */
|
||||||
|
line-height: 1.85714286; /* 26px */
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type="text"]:focus,
|
input[type="text"]:focus,
|
||||||
|
|
@ -42,7 +94,6 @@ input[type="month"]:focus,
|
||||||
input[type="number"]:focus,
|
input[type="number"]:focus,
|
||||||
input[type="search"]:focus,
|
input[type="search"]:focus,
|
||||||
input[type="tel"]:focus,
|
input[type="tel"]:focus,
|
||||||
input[type="text"]:focus,
|
|
||||||
input[type="time"]:focus,
|
input[type="time"]:focus,
|
||||||
input[type="url"]:focus,
|
input[type="url"]:focus,
|
||||||
input[type="week"]:focus,
|
input[type="week"]:focus,
|
||||||
|
|
@ -50,8 +101,8 @@ input[type="checkbox"]:focus,
|
||||||
input[type="radio"]:focus,
|
input[type="radio"]:focus,
|
||||||
select:focus,
|
select:focus,
|
||||||
textarea:focus {
|
textarea:focus {
|
||||||
border-color: #5b9dd9;
|
border-color: #007cba;
|
||||||
box-shadow: 0 0 2px rgba(30, 140, 190, 0.8);
|
box-shadow: 0 0 0 1px #007cba;
|
||||||
/* Only visible in Windows High Contrast mode */
|
/* Only visible in Windows High Contrast mode */
|
||||||
outline: 2px solid transparent;
|
outline: 2px solid transparent;
|
||||||
}
|
}
|
||||||
|
|
@ -62,29 +113,24 @@ input[type="url"] {
|
||||||
direction: ltr;
|
direction: ltr;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Vertically align the number selector with the input. */
|
|
||||||
input[type="number"] {
|
|
||||||
height: 28px;
|
|
||||||
line-height: 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
input[type="checkbox"],
|
input[type="checkbox"],
|
||||||
input[type="radio"] {
|
input[type="radio"] {
|
||||||
border: 1px solid #b4b9be;
|
border: 1px solid #7e8993;
|
||||||
|
border-radius: 4px;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
color: #555;
|
color: #555;
|
||||||
clear: none;
|
clear: none;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
line-height: 0;
|
line-height: 0;
|
||||||
height: 16px;
|
height: 1rem;
|
||||||
margin: -4px 4px 0 0;
|
margin: -0.25rem 0.25rem 0 0;
|
||||||
outline: 0;
|
outline: 0;
|
||||||
padding: 0 !important;
|
padding: 0 !important;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
width: 16px;
|
width: 1rem;
|
||||||
min-width: 16px;
|
min-width: 1rem;
|
||||||
-webkit-appearance: none;
|
-webkit-appearance: none;
|
||||||
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
|
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
|
||||||
transition: .05s border-color ease-in-out;
|
transition: .05s border-color ease-in-out;
|
||||||
|
|
@ -115,38 +161,39 @@ td > input[type="checkbox"],
|
||||||
|
|
||||||
input[type="radio"] {
|
input[type="radio"] {
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
margin-right: 4px;
|
margin-right: 0.25rem;
|
||||||
line-height: 10px;
|
/* 10px not sure if still necessary, comes from the MP6 redesign in r26072 */
|
||||||
|
line-height: 0.71428571;
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type="checkbox"]:checked:before,
|
input[type="checkbox"]:checked::before,
|
||||||
input[type="radio"]:checked:before {
|
input[type="radio"]:checked::before {
|
||||||
float: left;
|
float: left;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
width: 16px;
|
width: 1rem;
|
||||||
font: normal 21px/1 dashicons;
|
|
||||||
speak: none;
|
speak: none;
|
||||||
-webkit-font-smoothing: antialiased;
|
-webkit-font-smoothing: antialiased;
|
||||||
-moz-osx-font-smoothing: grayscale;
|
-moz-osx-font-smoothing: grayscale;
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type="checkbox"]:checked:before {
|
input[type="checkbox"]:checked::before {
|
||||||
content: "\f147";
|
/* Use the "Yes" SVG Dashicon */
|
||||||
margin: -3px 0 0 -4px;
|
content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%231e8cbe%27%2F%3E%3C%2Fsvg%3E");
|
||||||
color: #1e8cbe;
|
margin: -0.1875rem 0 0 -0.25rem;
|
||||||
|
height: 1.3125rem;
|
||||||
|
width: 1.3125rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type="radio"]:checked:before {
|
input[type="radio"]:checked::before {
|
||||||
content: "\2022";
|
content: "";
|
||||||
text-indent: -9999px;
|
border-radius: 50%;
|
||||||
border-radius: 50px;
|
width: 0.5rem; /* 8px */
|
||||||
font-size: 24px;
|
height: 0.5rem; /* 8px */
|
||||||
width: 6px;
|
margin: 0.1875rem; /* 3px */
|
||||||
height: 6px;
|
|
||||||
margin: 4px;
|
|
||||||
line-height: 16px;
|
|
||||||
background-color: #1e8cbe;
|
background-color: #1e8cbe;
|
||||||
|
/* 16px not sure if still necessary, comes from the MP6 redesign in r26072 */
|
||||||
|
line-height: 1.14285714;
|
||||||
}
|
}
|
||||||
|
|
||||||
@-moz-document url-prefix() {
|
@-moz-document url-prefix() {
|
||||||
|
|
@ -166,58 +213,11 @@ input[type="search"]::-webkit-search-decoration {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ie8 input[type="password"] {
|
|
||||||
font-family: sans-serif;
|
|
||||||
}
|
|
||||||
|
|
||||||
textarea,
|
|
||||||
input,
|
|
||||||
select,
|
|
||||||
button {
|
|
||||||
font-family: inherit;
|
|
||||||
font-size: inherit;
|
|
||||||
font-weight: inherit;
|
|
||||||
}
|
|
||||||
|
|
||||||
textarea,
|
|
||||||
input,
|
|
||||||
select {
|
|
||||||
font-size: 14px;
|
|
||||||
padding: 3px 5px;
|
|
||||||
border-radius: 0; /* Reset mobile webkit's default element styling */
|
|
||||||
}
|
|
||||||
|
|
||||||
textarea {
|
|
||||||
overflow: auto;
|
|
||||||
padding: 2px 6px;
|
|
||||||
line-height: 1.4;
|
|
||||||
resize: vertical;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-admin input[type="file"] {
|
.wp-admin input[type="file"] {
|
||||||
padding: 3px 0;
|
padding: 3px 0;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
label {
|
|
||||||
cursor: pointer;
|
|
||||||
}
|
|
||||||
|
|
||||||
input,
|
|
||||||
select {
|
|
||||||
margin: 1px;
|
|
||||||
padding: 3px 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
input.code {
|
|
||||||
padding-top: 6px;
|
|
||||||
}
|
|
||||||
|
|
||||||
textarea.code {
|
|
||||||
line-height: 1.4;
|
|
||||||
padding: 4px 6px 1px 6px;
|
|
||||||
}
|
|
||||||
|
|
||||||
input.readonly,
|
input.readonly,
|
||||||
input[readonly],
|
input[readonly],
|
||||||
textarea.readonly,
|
textarea.readonly,
|
||||||
|
|
@ -307,15 +307,94 @@ input[type="radio"].disabled:checked:before {
|
||||||
2.0 - Forms
|
2.0 - Forms
|
||||||
------------------------------------------------------------------------------*/
|
------------------------------------------------------------------------------*/
|
||||||
|
|
||||||
|
/* Select styles are based on the default button in buttons.css */
|
||||||
.wp-admin select {
|
.wp-admin select {
|
||||||
padding: 2px;
|
font-size: 13px;
|
||||||
line-height: 28px;
|
line-height: 1.38461538; /* 18px */
|
||||||
height: 28px;
|
color: #32373c;
|
||||||
|
border-color: #7e8993;
|
||||||
|
box-shadow: none;
|
||||||
|
border-radius: 3px;
|
||||||
|
padding: 3px 24px 3px 8px;
|
||||||
|
min-height: 28px;
|
||||||
|
max-width: 25rem;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
|
-webkit-appearance: none;
|
||||||
|
/* The SVG is arrow-down-alt2 from Dashicons. */
|
||||||
|
background: #fff url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E') no-repeat right 5px top 55%;
|
||||||
|
background-size: 16px 16px;
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Color and font size in the core form tables. */
|
||||||
|
.wp-admin .form-table select {
|
||||||
|
font-size: 14px;
|
||||||
|
line-height: 1.28571428; /* 18px */
|
||||||
|
color: #32373c;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wp-admin select:hover {
|
||||||
|
color: #007cba;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wp-admin select:focus {
|
||||||
|
border-color: #007cba;
|
||||||
|
color: #016087;
|
||||||
|
box-shadow: 0 0 0 1px #007cba;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wp-admin select:active {
|
||||||
|
border-color: #999;
|
||||||
|
box-shadow: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wp-admin select.disabled,
|
||||||
|
.wp-admin select:disabled {
|
||||||
|
color: #a0a5aa;
|
||||||
|
border-color: #ddd;
|
||||||
|
background-color: #f7f7f7;
|
||||||
|
/* The SVG is arrow-down-alt2 from Dashicons. */
|
||||||
|
background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23a0a5aa%22%2F%3E%3C%2Fsvg%3E');
|
||||||
|
box-shadow: none;
|
||||||
|
text-shadow: 0 1px 0 #fff;
|
||||||
|
cursor: default;
|
||||||
|
transform: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Reset Firefox inner outline that appears on :focus. */
|
||||||
|
/* This ruleset overrides the color change on :focus thus needs to be after select:focus. */
|
||||||
|
.wp-admin select:-moz-focusring {
|
||||||
|
color: transparent;
|
||||||
|
text-shadow: 0 0 0 #016087;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Remove background focus style from IE11 while keeping focus style available on option elements. */
|
||||||
|
.wp-admin select::-ms-value {
|
||||||
|
background: transparent;
|
||||||
|
color: #555;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wp-admin select:hover::-ms-value {
|
||||||
|
color: #007cba;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wp-admin select:focus::-ms-value {
|
||||||
|
color: #016087;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wp-admin select.disabled::-ms-value,
|
||||||
|
.wp-admin select:disabled::-ms-value {
|
||||||
|
color: #a0a5aa;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Hide the native down arrow for select element on IE. */
|
||||||
|
.wp-admin select::-ms-expand {
|
||||||
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-admin .button-cancel {
|
.wp-admin .button-cancel {
|
||||||
|
display: inline-block;
|
||||||
|
min-height: 28px;
|
||||||
padding: 0 5px;
|
padding: 0 5px;
|
||||||
line-height: 2;
|
line-height: 2;
|
||||||
}
|
}
|
||||||
|
|
@ -324,8 +403,14 @@ input[type="radio"].disabled:checked:before {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.misc-pub-post-status select {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
|
||||||
.wp-admin select[multiple] {
|
.wp-admin select[multiple] {
|
||||||
height: auto;
|
height: auto;
|
||||||
|
padding-right: 8px;
|
||||||
|
background: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.submit {
|
.submit {
|
||||||
|
|
@ -381,7 +466,7 @@ textarea.large-text {
|
||||||
|
|
||||||
input.small-text {
|
input.small-text {
|
||||||
width: 50px;
|
width: 50px;
|
||||||
padding: 1px 6px;
|
padding: 0 6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type="number"].small-text {
|
input[type="number"].small-text {
|
||||||
|
|
@ -412,15 +497,7 @@ input[type="number"].tiny-text {
|
||||||
.tablenav .actions select {
|
.tablenav .actions select {
|
||||||
float: left;
|
float: left;
|
||||||
margin-right: 6px;
|
margin-right: 6px;
|
||||||
max-width: 200px;
|
max-width: 12.5rem;
|
||||||
}
|
|
||||||
|
|
||||||
.ie8 .tablenav .actions select {
|
|
||||||
width: 155px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.ie8 .tablenav .actions select#cat {
|
|
||||||
width: 200px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#timezone_string option {
|
#timezone_string option {
|
||||||
|
|
@ -555,18 +632,12 @@ p.search-box {
|
||||||
.tablenav .search-plugins input[name="s"],
|
.tablenav .search-plugins input[name="s"],
|
||||||
.tagsdiv .newtag {
|
.tagsdiv .newtag {
|
||||||
float: left;
|
float: left;
|
||||||
height: 28px;
|
|
||||||
margin: 0 4px 0 0;
|
margin: 0 4px 0 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.js.plugins-php .search-box .wp-filter-search {
|
.js.plugins-php .search-box .wp-filter-search {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
width: 280px;
|
width: 280px;
|
||||||
font-size: 16px;
|
|
||||||
font-weight: 300;
|
|
||||||
line-height: 1.5;
|
|
||||||
padding: 3px 5px;
|
|
||||||
height: 32px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type="text"].ui-autocomplete-loading,
|
input[type="text"].ui-autocomplete-loading,
|
||||||
|
|
@ -685,7 +756,7 @@ ul#add-to-blog-users {
|
||||||
.form-table td fieldset label,
|
.form-table td fieldset label,
|
||||||
.form-table td fieldset p,
|
.form-table td fieldset p,
|
||||||
.form-table td fieldset li {
|
.form-table td fieldset li {
|
||||||
line-height: 1.4em;
|
line-height: 1.4;
|
||||||
}
|
}
|
||||||
|
|
||||||
.form-table input.tog,
|
.form-table input.tog,
|
||||||
|
|
@ -794,7 +865,7 @@ table.form-table td .updated p {
|
||||||
padding: 0.7em 2em 1em;
|
padding: 0.7em 2em 1em;
|
||||||
min-width: 255px;
|
min-width: 255px;
|
||||||
max-width: 520px;
|
max-width: 520px;
|
||||||
border: 1px solid #e5e5e5;
|
border: 1px solid #ccd0d4;
|
||||||
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
|
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
|
||||||
background: #fff;
|
background: #fff;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
|
@ -917,6 +988,7 @@ table.form-table td .updated p {
|
||||||
|
|
||||||
.options-general-php input.small-text {
|
.options-general-php input.small-text {
|
||||||
width: 56px;
|
width: 56px;
|
||||||
|
margin: -2px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.options-general-php .spinner {
|
.options-general-php .spinner {
|
||||||
|
|
@ -1101,7 +1173,7 @@ table.form-table td .updated p {
|
||||||
|
|
||||||
.tools-privacy-policy-page input.button,
|
.tools-privacy-policy-page input.button,
|
||||||
.tools-privacy-policy-page select {
|
.tools-privacy-policy-page select {
|
||||||
margin-left: 6px;
|
margin: 0 1px 0 6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tools-privacy-edit {
|
.tools-privacy-edit {
|
||||||
|
|
@ -1109,7 +1181,7 @@ table.form-table td .updated p {
|
||||||
}
|
}
|
||||||
|
|
||||||
.tools-privacy-policy-page span {
|
.tools-privacy-policy-page span {
|
||||||
line-height: 2em;
|
line-height: 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
.privacy_requests .column-email {
|
.privacy_requests .column-email {
|
||||||
|
|
@ -1131,6 +1203,10 @@ table.form-table td .updated p {
|
||||||
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1);
|
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.privacy_requests .row-actions {
|
||||||
|
color: #72777c;
|
||||||
|
}
|
||||||
|
|
||||||
.privacy_requests tbody .has-request-results th {
|
.privacy_requests tbody .has-request-results th {
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
@ -1149,9 +1225,6 @@ table.form-table td .updated p {
|
||||||
}
|
}
|
||||||
|
|
||||||
.privacy_requests .next_steps .button {
|
.privacy_requests .next_steps .button {
|
||||||
height: auto;
|
|
||||||
line-height: 1.5;
|
|
||||||
padding: 4px 10px;
|
|
||||||
word-break: break-all;
|
word-break: break-all;
|
||||||
white-space: unset;
|
white-space: unset;
|
||||||
}
|
}
|
||||||
|
|
@ -1203,7 +1276,6 @@ table.form-table td .updated p {
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-privacy-request-form input {
|
.wp-privacy-request-form input {
|
||||||
line-height: 1.5;
|
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -1239,21 +1311,24 @@ table.form-table td .updated p {
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type="text"],
|
input[type="text"],
|
||||||
input[type="email"],
|
|
||||||
input[type="search"],
|
|
||||||
input[type="password"],
|
input[type="password"],
|
||||||
input[type="number"] {
|
input[type="date"],
|
||||||
|
input[type="datetime"],
|
||||||
|
input[type="datetime-local"],
|
||||||
|
input[type="email"],
|
||||||
|
input[type="month"],
|
||||||
|
input[type="number"],
|
||||||
|
input[type="search"],
|
||||||
|
input[type="tel"],
|
||||||
|
input[type="time"],
|
||||||
|
input[type="url"],
|
||||||
|
input[type="week"] {
|
||||||
-webkit-appearance: none;
|
-webkit-appearance: none;
|
||||||
padding: 6px 10px;
|
padding: 3px 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type="number"] {
|
::-webkit-datetime-edit {
|
||||||
height: 40px;
|
line-height: 1.875; /* 30px */
|
||||||
}
|
|
||||||
|
|
||||||
input.code {
|
|
||||||
padding-bottom: 5px;
|
|
||||||
padding-top: 10px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type="checkbox"],
|
input[type="checkbox"],
|
||||||
|
|
@ -1261,7 +1336,6 @@ table.form-table td .updated p {
|
||||||
.widefat thead td input[type="checkbox"],
|
.widefat thead td input[type="checkbox"],
|
||||||
.widefat tfoot td input[type="checkbox"] {
|
.widefat tfoot td input[type="checkbox"] {
|
||||||
-webkit-appearance: none;
|
-webkit-appearance: none;
|
||||||
padding: 10px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.widefat th input[type="checkbox"],
|
.widefat th input[type="checkbox"],
|
||||||
|
|
@ -1274,41 +1348,47 @@ table.form-table td .updated p {
|
||||||
.widefat th input[type="checkbox"]:before,
|
.widefat th input[type="checkbox"]:before,
|
||||||
.widefat thead td input[type="checkbox"]:before,
|
.widefat thead td input[type="checkbox"]:before,
|
||||||
.widefat tfoot td input[type="checkbox"]:before {
|
.widefat tfoot td input[type="checkbox"]:before {
|
||||||
font: normal 30px/1 dashicons;
|
width: 1.875rem;
|
||||||
margin: -3px -5px;
|
height: 1.875rem;
|
||||||
|
margin: -0.1875rem -0.3125rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type="radio"],
|
input[type="radio"],
|
||||||
input[type="checkbox"] {
|
input[type="checkbox"] {
|
||||||
height: 25px;
|
height: 1.5625rem;
|
||||||
width: 25px;
|
width: 1.5625rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-admin p input[type="checkbox"],
|
.wp-admin p input[type="checkbox"],
|
||||||
.wp-admin p input[type="radio"] {
|
.wp-admin p input[type="radio"] {
|
||||||
margin-top: -3px;
|
margin-top: -0.1875rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type="radio"]:checked:before {
|
input[type="radio"]:checked:before {
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
width: 9px;
|
width: 0.5625rem;
|
||||||
height: 9px;
|
height: 0.5625rem;
|
||||||
margin: 7px;
|
margin: 0.4375rem;
|
||||||
line-height: 16px;
|
line-height: 0.76190476;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-upload-form input[type="submit"] {
|
.wp-upload-form input[type="submit"] {
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#wpbody select {
|
.wp-admin select,
|
||||||
height: 36px;
|
.wp-admin .form-table select {
|
||||||
|
min-height: 40px;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
|
line-height: 1.625; /* 26px */
|
||||||
|
padding: 5px 24px 5px 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-admin .button-cancel {
|
.wp-admin .button-cancel {
|
||||||
padding: 0;
|
margin-bottom: 0;
|
||||||
|
padding: 2px 0;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
|
||||||
#adduser .form-field input,
|
#adduser .form-field input,
|
||||||
|
|
@ -1358,9 +1438,6 @@ table.form-table td .updated p {
|
||||||
.form-table span.description,
|
.form-table span.description,
|
||||||
#profile-page .form-table textarea {
|
#profile-page .form-table textarea {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
font-size: 16px;
|
|
||||||
line-height: 1.5;
|
|
||||||
padding: 7px 10px;
|
|
||||||
display: block;
|
display: block;
|
||||||
max-width: none;
|
max-width: none;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
|
@ -1371,10 +1448,6 @@ table.form-table td .updated p {
|
||||||
margin: -30px 3px 0 0;
|
margin: -30px 3px 0 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#wpbody .form-table td select {
|
|
||||||
height: 40px;
|
|
||||||
}
|
|
||||||
|
|
||||||
input[type="text"].small-text,
|
input[type="text"].small-text,
|
||||||
input[type="search"].small-text,
|
input[type="search"].small-text,
|
||||||
input[type="password"].small-text,
|
input[type="password"].small-text,
|
||||||
|
|
@ -1404,12 +1477,10 @@ table.form-table td .updated p {
|
||||||
}
|
}
|
||||||
|
|
||||||
p.search-box input[name="s"] {
|
p.search-box input[name="s"] {
|
||||||
height: auto;
|
|
||||||
float: none;
|
float: none;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
-webkit-appearance: none;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
p.search-box input[type="submit"] {
|
p.search-box input[type="submit"] {
|
||||||
|
|
@ -1419,7 +1490,7 @@ table.form-table td .updated p {
|
||||||
.form-table span.description {
|
.form-table span.description {
|
||||||
display: inline;
|
display: inline;
|
||||||
padding: 4px 0 0;
|
padding: 4px 0 0;
|
||||||
line-height: 1.4em;
|
line-height: 1.4;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -1438,6 +1509,7 @@ table.form-table td .updated p {
|
||||||
|
|
||||||
.form-table.permalink-structure td code {
|
.form-table.permalink-structure td code {
|
||||||
margin-left: 32px;
|
margin-left: 32px;
|
||||||
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
|
||||||
.form-table.permalink-structure td input[type="text"] {
|
.form-table.permalink-structure td input[type="text"] {
|
||||||
|
|
@ -1474,9 +1546,9 @@ table.form-table td .updated p {
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-pwd [type="text"],
|
/* Needs higher specificity than normal input type text and password. */
|
||||||
.wp-pwd [type="password"] {
|
#profile-page .form-table #pass1 {
|
||||||
padding-right: 88px;
|
padding-right: 90px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-pwd button.button {
|
.wp-pwd button.button {
|
||||||
|
|
@ -1510,6 +1582,11 @@ table.form-table td .updated p {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.wp-pwd [type="text"],
|
||||||
|
.wp-pwd [type="password"] {
|
||||||
|
line-height: 2;
|
||||||
|
}
|
||||||
|
|
||||||
.wp-cancel-pw .dashicons-no {
|
.wp-cancel-pw .dashicons-no {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -96,7 +96,7 @@ label {
|
||||||
height: 84px;
|
height: 84px;
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
line-height: 1.3em;
|
line-height: 1.3;
|
||||||
margin: -130px auto 25px;
|
margin: -130px auto 25px;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
|
@ -117,7 +117,7 @@ label {
|
||||||
.language-chooser.wp-core-ui .step .button.button-large {
|
.language-chooser.wp-core-ui .step .button.button-large {
|
||||||
height: 36px;
|
height: 36px;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
line-height: 33px;
|
line-height: 2.35714285;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
textarea {
|
textarea {
|
||||||
|
|
@ -149,7 +149,7 @@ textarea {
|
||||||
}
|
}
|
||||||
|
|
||||||
.form-table code {
|
.form-table code {
|
||||||
line-height: 18px;
|
line-height: 1.28571428;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -159,7 +159,7 @@ textarea {
|
||||||
}
|
}
|
||||||
|
|
||||||
.form-table input {
|
.form-table input {
|
||||||
line-height: 20px;
|
line-height: 1.33333333;
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
padding: 3px 5px;
|
padding: 3px 5px;
|
||||||
border: 1px solid #ddd;
|
border: 1px solid #ddd;
|
||||||
|
|
@ -205,7 +205,7 @@ submit {
|
||||||
|
|
||||||
#error-page p {
|
#error-page p {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
line-height: 18px;
|
line-height: 1.28571428;
|
||||||
margin: 25px 0 20px;
|
margin: 25px 0 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -301,6 +301,17 @@ body.rtl,
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.wp-pwd #pass1 {
|
||||||
|
padding-left: 50px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wp-pwd .button.wp-hide-pw {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
#pass-strength-result {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
body.language-chooser {
|
body.language-chooser {
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -96,7 +96,7 @@ label {
|
||||||
height: 84px;
|
height: 84px;
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
line-height: 1.3em;
|
line-height: 1.3;
|
||||||
margin: -130px auto 25px;
|
margin: -130px auto 25px;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
|
@ -117,7 +117,7 @@ label {
|
||||||
.language-chooser.wp-core-ui .step .button.button-large {
|
.language-chooser.wp-core-ui .step .button.button-large {
|
||||||
height: 36px;
|
height: 36px;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
line-height: 33px;
|
line-height: 2.35714285;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
textarea {
|
textarea {
|
||||||
|
|
@ -149,7 +149,7 @@ textarea {
|
||||||
}
|
}
|
||||||
|
|
||||||
.form-table code {
|
.form-table code {
|
||||||
line-height: 18px;
|
line-height: 1.28571428;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -159,7 +159,7 @@ textarea {
|
||||||
}
|
}
|
||||||
|
|
||||||
.form-table input {
|
.form-table input {
|
||||||
line-height: 20px;
|
line-height: 1.33333333;
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
padding: 3px 5px;
|
padding: 3px 5px;
|
||||||
border: 1px solid #ddd;
|
border: 1px solid #ddd;
|
||||||
|
|
@ -205,7 +205,7 @@ submit {
|
||||||
|
|
||||||
#error-page p {
|
#error-page p {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
line-height: 18px;
|
line-height: 1.28571428;
|
||||||
margin: 25px 0 20px;
|
margin: 25px 0 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -301,6 +301,17 @@ body.rtl,
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.wp-pwd #pass1 {
|
||||||
|
padding-right: 50px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wp-pwd .button.wp-hide-pw {
|
||||||
|
right: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
#pass-strength-result {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
body.language-chooser {
|
body.language-chooser {
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -58,7 +58,7 @@
|
||||||
background-color: #72777c;
|
background-color: #72777c;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
line-height: 21px;
|
line-height: 1.90909090;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -109,7 +109,7 @@
|
||||||
background: #ca4a1f;
|
background: #ca4a1f;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
font-size: 9px;
|
font-size: 9px;
|
||||||
line-height: 17px;
|
line-height: 1.88888888;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -310,6 +310,11 @@ table.fixed {
|
||||||
width: 10%;
|
width: 10%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.column-date span[title] {
|
||||||
|
-webkit-text-decoration: dotted underline;
|
||||||
|
text-decoration: dotted underline;
|
||||||
|
}
|
||||||
|
|
||||||
.fixed .column-posts {
|
.fixed .column-posts {
|
||||||
width: 74px;
|
width: 74px;
|
||||||
}
|
}
|
||||||
|
|
@ -402,7 +407,7 @@ table.media .column-title .filename {
|
||||||
}
|
}
|
||||||
|
|
||||||
#commentsdiv .inside .row-actions {
|
#commentsdiv .inside .row-actions {
|
||||||
line-height: 18px;
|
line-height: 1.38461538;
|
||||||
}
|
}
|
||||||
|
|
||||||
#commentsdiv .inside .column-author {
|
#commentsdiv .inside .column-author {
|
||||||
|
|
@ -460,7 +465,7 @@ table.media .column-title .filename {
|
||||||
top: -4px;
|
top: -4px;
|
||||||
right: -8px;
|
right: -8px;
|
||||||
color: #444;
|
color: #444;
|
||||||
line-height: 10px;
|
line-height: 0.5;
|
||||||
position: relative;
|
position: relative;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
-webkit-font-smoothing: antialiased;
|
-webkit-font-smoothing: antialiased;
|
||||||
|
|
@ -537,13 +542,14 @@ th.asc a:focus span.sorting-indicator:before {
|
||||||
content: "\f142";
|
content: "\f142";
|
||||||
}
|
}
|
||||||
|
|
||||||
tr.wp-locked .locked-indicator {
|
.locked-indicator {
|
||||||
|
display: none;
|
||||||
margin-right: 6px;
|
margin-right: 6px;
|
||||||
height: 20px;
|
height: 20px;
|
||||||
width: 16px;
|
width: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
tr.wp-locked .locked-indicator-icon:before {
|
.locked-indicator-icon:before {
|
||||||
color: #82878c;
|
color: #82878c;
|
||||||
content: "\f160";
|
content: "\f160";
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
|
@ -554,30 +560,25 @@ tr.wp-locked .locked-indicator-icon:before {
|
||||||
-moz-osx-font-smoothing: grayscale;
|
-moz-osx-font-smoothing: grayscale;
|
||||||
}
|
}
|
||||||
|
|
||||||
tr.wp-locked .check-column label,
|
.locked-info {
|
||||||
tr.wp-locked .check-column input[type="checkbox"],
|
|
||||||
tr.wp-locked .row-actions .inline,
|
|
||||||
tr.wp-locked .row-actions .trash {
|
|
||||||
display: none;
|
display: none;
|
||||||
}
|
|
||||||
|
|
||||||
tr .locked-info {
|
|
||||||
height: 0;
|
|
||||||
opacity: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
tr.wp-locked .locked-info {
|
|
||||||
margin-top: 4px;
|
margin-top: 4px;
|
||||||
height: auto;
|
|
||||||
opacity: 1;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.locked-text {
|
.locked-text {
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
}
|
}
|
||||||
|
|
||||||
tr.locked-info, tr.wp-locked .locked-info {
|
.wp-locked .locked-indicator,
|
||||||
transition: height 1s, opacity 0.5s;
|
.wp-locked .locked-info {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
|
tr.wp-locked .check-column label,
|
||||||
|
tr.wp-locked .check-column input[type="checkbox"],
|
||||||
|
tr.wp-locked .row-actions .inline,
|
||||||
|
tr.wp-locked .row-actions .trash {
|
||||||
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.fixed .column-comments .sorting-indicator {
|
.fixed .column-comments .sorting-indicator {
|
||||||
|
|
@ -621,8 +622,6 @@ th.asc a:focus span.sorting-indicator {
|
||||||
|
|
||||||
.tablenav-pages .current-page {
|
.tablenav-pages .current-page {
|
||||||
margin: 0 0 0 2px;
|
margin: 0 0 0 2px;
|
||||||
padding-top: 5px;
|
|
||||||
padding-bottom: 5px;
|
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
@ -715,7 +714,7 @@ th.asc a:focus span.sorting-indicator {
|
||||||
width: 28px;
|
width: 28px;
|
||||||
height: 28px;
|
height: 28px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
line-height: 24px;
|
line-height: 1.84615384;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -949,8 +948,8 @@ tr.inline-edit-row td,
|
||||||
.inline-edit-row fieldset.inline-edit-date label {
|
.inline-edit-row fieldset.inline-edit-date label {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
line-height: 1.5;
|
|
||||||
vertical-align: baseline;
|
vertical-align: baseline;
|
||||||
|
line-height: 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
.inline-edit-row fieldset label.inline-edit-tags {
|
.inline-edit-row fieldset label.inline-edit-tags {
|
||||||
|
|
@ -974,11 +973,6 @@ tr.inline-edit-row td,
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.inline-edit-row fieldset.inline-edit-date select {
|
|
||||||
margin: 1px;
|
|
||||||
line-height: 28px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.inline-edit-row fieldset label span.input-text-wrap,
|
.inline-edit-row fieldset label span.input-text-wrap,
|
||||||
.inline-edit-row fieldset .timestamp-wrap {
|
.inline-edit-row fieldset .timestamp-wrap {
|
||||||
display: block;
|
display: block;
|
||||||
|
|
@ -1038,14 +1032,13 @@ tr.inline-edit-row td,
|
||||||
|
|
||||||
.inline-edit-row fieldset input[name=jj],
|
.inline-edit-row fieldset input[name=jj],
|
||||||
.inline-edit-row fieldset input[name=hh],
|
.inline-edit-row fieldset input[name=hh],
|
||||||
.inline-edit-row fieldset input[name=mn] {
|
.inline-edit-row fieldset input[name=mn],
|
||||||
font-size: 12px;
|
|
||||||
width: 2.3em;
|
|
||||||
}
|
|
||||||
|
|
||||||
.inline-edit-row fieldset input[name=aa] {
|
.inline-edit-row fieldset input[name=aa] {
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
width: 3.5em;
|
line-height: 1.16666666;
|
||||||
|
vertical-align: middle;
|
||||||
|
text-align: center;
|
||||||
|
padding: 6px 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.inline-edit-row fieldset label input.inline-edit-password-input {
|
.inline-edit-row fieldset label input.inline-edit-password-input {
|
||||||
|
|
@ -1170,7 +1163,7 @@ ul.cat-checklist {
|
||||||
}
|
}
|
||||||
|
|
||||||
.plugins td.desc {
|
.plugins td.desc {
|
||||||
line-height: 1.5em;
|
line-height: 1.5;
|
||||||
}
|
}
|
||||||
|
|
||||||
.plugins .desc ul,
|
.plugins .desc ul,
|
||||||
|
|
@ -1469,7 +1462,7 @@ div.action-links,
|
||||||
}
|
}
|
||||||
|
|
||||||
.plugin-card h3 {
|
.plugin-card h3 {
|
||||||
margin: 0 0 12px;
|
margin: 0 0 12px 12px;
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
line-height: 1.3;
|
line-height: 1.3;
|
||||||
}
|
}
|
||||||
|
|
@ -1526,7 +1519,7 @@ div.action-links,
|
||||||
}
|
}
|
||||||
|
|
||||||
.plugin-card .column-rating {
|
.plugin-card .column-rating {
|
||||||
line-height: 23px;
|
line-height: 1.76923076;
|
||||||
}
|
}
|
||||||
|
|
||||||
.plugin-card .column-rating,
|
.plugin-card .column-rating,
|
||||||
|
|
@ -1650,6 +1643,10 @@ div.action-links,
|
||||||
margin-left: 20px;
|
margin-left: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.plugin-card h3 {
|
||||||
|
margin-left: 24px;
|
||||||
|
}
|
||||||
|
|
||||||
.plugin-card .name,
|
.plugin-card .name,
|
||||||
.plugin-card .desc {
|
.plugin-card .desc {
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
|
|
@ -1695,7 +1692,7 @@ div.action-links,
|
||||||
.view-switch a {
|
.view-switch a {
|
||||||
width: 36px;
|
width: 36px;
|
||||||
height: 36px;
|
height: 36px;
|
||||||
line-height: 33px;
|
line-height: 2.53846153;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Pagination */
|
/* Pagination */
|
||||||
|
|
@ -1746,7 +1743,7 @@ div.action-links,
|
||||||
min-width: 44px;
|
min-width: 44px;
|
||||||
padding: 12px 6px;
|
padding: 12px 6px;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
line-height: 18px;
|
line-height: 1.125;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* WP List Table Adjustments: General */
|
/* WP List Table Adjustments: General */
|
||||||
|
|
@ -1922,6 +1919,7 @@ div.action-links,
|
||||||
.row-actions span .button-link {
|
.row-actions span .button-link {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
padding: 4px 0;
|
padding: 4px 0;
|
||||||
|
line-height: 1.5;
|
||||||
}
|
}
|
||||||
|
|
||||||
.row-actions span.approve:before,
|
.row-actions span.approve:before,
|
||||||
|
|
@ -1982,16 +1980,6 @@ div.action-links,
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.inline-edit-row fieldset input[name=jj],
|
|
||||||
.inline-edit-row fieldset input[name=hh],
|
|
||||||
.inline-edit-row fieldset input[name=mn] {
|
|
||||||
width: 3em;
|
|
||||||
}
|
|
||||||
|
|
||||||
.inline-edit-row fieldset input[name=aa] {
|
|
||||||
width: 4.5em;
|
|
||||||
}
|
|
||||||
|
|
||||||
.inline-edit-row .inline-edit-or {
|
.inline-edit-row .inline-edit-or {
|
||||||
margin: 0 0 0 6px;
|
margin: 0 0 0 6px;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -58,7 +58,7 @@
|
||||||
background-color: #72777c;
|
background-color: #72777c;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
line-height: 21px;
|
line-height: 1.90909090;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -109,7 +109,7 @@
|
||||||
background: #ca4a1f;
|
background: #ca4a1f;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
font-size: 9px;
|
font-size: 9px;
|
||||||
line-height: 17px;
|
line-height: 1.88888888;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -310,6 +310,11 @@ table.fixed {
|
||||||
width: 10%;
|
width: 10%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.column-date span[title] {
|
||||||
|
-webkit-text-decoration: dotted underline;
|
||||||
|
text-decoration: dotted underline;
|
||||||
|
}
|
||||||
|
|
||||||
.fixed .column-posts {
|
.fixed .column-posts {
|
||||||
width: 74px;
|
width: 74px;
|
||||||
}
|
}
|
||||||
|
|
@ -402,7 +407,7 @@ table.media .column-title .filename {
|
||||||
}
|
}
|
||||||
|
|
||||||
#commentsdiv .inside .row-actions {
|
#commentsdiv .inside .row-actions {
|
||||||
line-height: 18px;
|
line-height: 1.38461538;
|
||||||
}
|
}
|
||||||
|
|
||||||
#commentsdiv .inside .column-author {
|
#commentsdiv .inside .column-author {
|
||||||
|
|
@ -460,7 +465,7 @@ table.media .column-title .filename {
|
||||||
top: -4px;
|
top: -4px;
|
||||||
left: -8px;
|
left: -8px;
|
||||||
color: #444;
|
color: #444;
|
||||||
line-height: 10px;
|
line-height: 0.5;
|
||||||
position: relative;
|
position: relative;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
-webkit-font-smoothing: antialiased;
|
-webkit-font-smoothing: antialiased;
|
||||||
|
|
@ -537,13 +542,14 @@ th.asc a:focus span.sorting-indicator:before {
|
||||||
content: "\f142";
|
content: "\f142";
|
||||||
}
|
}
|
||||||
|
|
||||||
tr.wp-locked .locked-indicator {
|
.locked-indicator {
|
||||||
|
display: none;
|
||||||
margin-left: 6px;
|
margin-left: 6px;
|
||||||
height: 20px;
|
height: 20px;
|
||||||
width: 16px;
|
width: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
tr.wp-locked .locked-indicator-icon:before {
|
.locked-indicator-icon:before {
|
||||||
color: #82878c;
|
color: #82878c;
|
||||||
content: "\f160";
|
content: "\f160";
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
|
@ -554,30 +560,25 @@ tr.wp-locked .locked-indicator-icon:before {
|
||||||
-moz-osx-font-smoothing: grayscale;
|
-moz-osx-font-smoothing: grayscale;
|
||||||
}
|
}
|
||||||
|
|
||||||
tr.wp-locked .check-column label,
|
.locked-info {
|
||||||
tr.wp-locked .check-column input[type="checkbox"],
|
|
||||||
tr.wp-locked .row-actions .inline,
|
|
||||||
tr.wp-locked .row-actions .trash {
|
|
||||||
display: none;
|
display: none;
|
||||||
}
|
|
||||||
|
|
||||||
tr .locked-info {
|
|
||||||
height: 0;
|
|
||||||
opacity: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
tr.wp-locked .locked-info {
|
|
||||||
margin-top: 4px;
|
margin-top: 4px;
|
||||||
height: auto;
|
|
||||||
opacity: 1;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.locked-text {
|
.locked-text {
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
}
|
}
|
||||||
|
|
||||||
tr.locked-info, tr.wp-locked .locked-info {
|
.wp-locked .locked-indicator,
|
||||||
transition: height 1s, opacity 0.5s;
|
.wp-locked .locked-info {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
|
tr.wp-locked .check-column label,
|
||||||
|
tr.wp-locked .check-column input[type="checkbox"],
|
||||||
|
tr.wp-locked .row-actions .inline,
|
||||||
|
tr.wp-locked .row-actions .trash {
|
||||||
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.fixed .column-comments .sorting-indicator {
|
.fixed .column-comments .sorting-indicator {
|
||||||
|
|
@ -621,8 +622,6 @@ th.asc a:focus span.sorting-indicator {
|
||||||
|
|
||||||
.tablenav-pages .current-page {
|
.tablenav-pages .current-page {
|
||||||
margin: 0 2px 0 0;
|
margin: 0 2px 0 0;
|
||||||
padding-top: 5px;
|
|
||||||
padding-bottom: 5px;
|
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
@ -715,7 +714,7 @@ th.asc a:focus span.sorting-indicator {
|
||||||
width: 28px;
|
width: 28px;
|
||||||
height: 28px;
|
height: 28px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
line-height: 24px;
|
line-height: 1.84615384;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -949,8 +948,8 @@ tr.inline-edit-row td,
|
||||||
.inline-edit-row fieldset.inline-edit-date label {
|
.inline-edit-row fieldset.inline-edit-date label {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
line-height: 1.5;
|
|
||||||
vertical-align: baseline;
|
vertical-align: baseline;
|
||||||
|
line-height: 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
.inline-edit-row fieldset label.inline-edit-tags {
|
.inline-edit-row fieldset label.inline-edit-tags {
|
||||||
|
|
@ -974,11 +973,6 @@ tr.inline-edit-row td,
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.inline-edit-row fieldset.inline-edit-date select {
|
|
||||||
margin: 1px;
|
|
||||||
line-height: 28px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.inline-edit-row fieldset label span.input-text-wrap,
|
.inline-edit-row fieldset label span.input-text-wrap,
|
||||||
.inline-edit-row fieldset .timestamp-wrap {
|
.inline-edit-row fieldset .timestamp-wrap {
|
||||||
display: block;
|
display: block;
|
||||||
|
|
@ -1038,14 +1032,13 @@ tr.inline-edit-row td,
|
||||||
|
|
||||||
.inline-edit-row fieldset input[name=jj],
|
.inline-edit-row fieldset input[name=jj],
|
||||||
.inline-edit-row fieldset input[name=hh],
|
.inline-edit-row fieldset input[name=hh],
|
||||||
.inline-edit-row fieldset input[name=mn] {
|
.inline-edit-row fieldset input[name=mn],
|
||||||
font-size: 12px;
|
|
||||||
width: 2.3em;
|
|
||||||
}
|
|
||||||
|
|
||||||
.inline-edit-row fieldset input[name=aa] {
|
.inline-edit-row fieldset input[name=aa] {
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
width: 3.5em;
|
line-height: 1.16666666;
|
||||||
|
vertical-align: middle;
|
||||||
|
text-align: center;
|
||||||
|
padding: 6px 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.inline-edit-row fieldset label input.inline-edit-password-input {
|
.inline-edit-row fieldset label input.inline-edit-password-input {
|
||||||
|
|
@ -1170,7 +1163,7 @@ ul.cat-checklist {
|
||||||
}
|
}
|
||||||
|
|
||||||
.plugins td.desc {
|
.plugins td.desc {
|
||||||
line-height: 1.5em;
|
line-height: 1.5;
|
||||||
}
|
}
|
||||||
|
|
||||||
.plugins .desc ul,
|
.plugins .desc ul,
|
||||||
|
|
@ -1469,7 +1462,7 @@ div.action-links,
|
||||||
}
|
}
|
||||||
|
|
||||||
.plugin-card h3 {
|
.plugin-card h3 {
|
||||||
margin: 0 0 12px;
|
margin: 0 12px 12px 0;
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
line-height: 1.3;
|
line-height: 1.3;
|
||||||
}
|
}
|
||||||
|
|
@ -1526,7 +1519,7 @@ div.action-links,
|
||||||
}
|
}
|
||||||
|
|
||||||
.plugin-card .column-rating {
|
.plugin-card .column-rating {
|
||||||
line-height: 23px;
|
line-height: 1.76923076;
|
||||||
}
|
}
|
||||||
|
|
||||||
.plugin-card .column-rating,
|
.plugin-card .column-rating,
|
||||||
|
|
@ -1650,6 +1643,10 @@ div.action-links,
|
||||||
margin-right: 20px;
|
margin-right: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.plugin-card h3 {
|
||||||
|
margin-right: 24px;
|
||||||
|
}
|
||||||
|
|
||||||
.plugin-card .name,
|
.plugin-card .name,
|
||||||
.plugin-card .desc {
|
.plugin-card .desc {
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
|
|
@ -1695,7 +1692,7 @@ div.action-links,
|
||||||
.view-switch a {
|
.view-switch a {
|
||||||
width: 36px;
|
width: 36px;
|
||||||
height: 36px;
|
height: 36px;
|
||||||
line-height: 33px;
|
line-height: 2.53846153;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Pagination */
|
/* Pagination */
|
||||||
|
|
@ -1746,7 +1743,7 @@ div.action-links,
|
||||||
min-width: 44px;
|
min-width: 44px;
|
||||||
padding: 12px 6px;
|
padding: 12px 6px;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
line-height: 18px;
|
line-height: 1.125;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* WP List Table Adjustments: General */
|
/* WP List Table Adjustments: General */
|
||||||
|
|
@ -1922,6 +1919,7 @@ div.action-links,
|
||||||
.row-actions span .button-link {
|
.row-actions span .button-link {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
padding: 4px 0;
|
padding: 4px 0;
|
||||||
|
line-height: 1.5;
|
||||||
}
|
}
|
||||||
|
|
||||||
.row-actions span.approve:before,
|
.row-actions span.approve:before,
|
||||||
|
|
@ -1982,16 +1980,6 @@ div.action-links,
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.inline-edit-row fieldset input[name=jj],
|
|
||||||
.inline-edit-row fieldset input[name=hh],
|
|
||||||
.inline-edit-row fieldset input[name=mn] {
|
|
||||||
width: 3em;
|
|
||||||
}
|
|
||||||
|
|
||||||
.inline-edit-row fieldset input[name=aa] {
|
|
||||||
width: 4.5em;
|
|
||||||
}
|
|
||||||
|
|
||||||
.inline-edit-row .inline-edit-or {
|
.inline-edit-row .inline-edit-or {
|
||||||
margin: 0 6px 0 0;
|
margin: 0 6px 0 0;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -11,7 +11,7 @@ body {
|
||||||
color: #444;
|
color: #444;
|
||||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
line-height: 1.4em;
|
line-height: 1.4;
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
|
|
@ -37,10 +37,6 @@ a:focus {
|
||||||
0 0 2px 1px rgba(30, 140, 190, 0.8);
|
0 0 2px 1px rgba(30, 140, 190, 0.8);
|
||||||
}
|
}
|
||||||
|
|
||||||
.ie8 a:focus {
|
|
||||||
outline: #5b9dd9 solid 1px;
|
|
||||||
}
|
|
||||||
|
|
||||||
p {
|
p {
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
}
|
}
|
||||||
|
|
@ -75,14 +71,6 @@ p {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.login .password-input-wrapper {
|
|
||||||
position: relative;
|
|
||||||
}
|
|
||||||
|
|
||||||
.login .input.password-input {
|
|
||||||
margin: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.login .input::-ms-clear {
|
.login .input::-ms-clear {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
@ -91,13 +79,16 @@ p {
|
||||||
margin-bottom: 15px;
|
margin-bottom: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.login .button.button-secondary {
|
.login .button.wp-hide-pw {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
border: 1px solid transparent;
|
border: 1px solid transparent;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
line-height: 2;
|
line-height: 2;
|
||||||
height: auto;
|
width: 2.5rem;
|
||||||
|
height: 2.5rem;
|
||||||
|
min-width: 40px;
|
||||||
|
min-height: 40px;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 5px 9px;
|
padding: 5px 9px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|
@ -105,22 +96,38 @@ p {
|
||||||
top: 0;
|
top: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.login .button.button-secondary:hover {
|
.login .button.wp-hide-pw:hover {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
.login .button.button-secondary:focus {
|
.login .button.wp-hide-pw:focus {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
border-color: #5b9dd9;
|
border-color: #007cba;
|
||||||
box-shadow: 0 0 3px rgba(0, 115, 170, 0.8);
|
box-shadow: 0 0 0 1px #007cba;
|
||||||
|
/* Only visible in Windows High Contrast mode */
|
||||||
|
outline: 2px solid transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
.login .button.button-secondary:active {
|
.login .button.wp-hide-pw:active {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
transform: none;
|
transform: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.login .button.wp-hide-pw .dashicons {
|
||||||
|
width: 1.25rem;
|
||||||
|
height: 1.25rem;
|
||||||
|
top: 0.25rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.login .wp-pwd {
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
|
||||||
|
.no-js .hide-if-no-js {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
.login form {
|
.login form {
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
|
|
@ -128,7 +135,19 @@ p {
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13);
|
border: 1px solid #ccd0d4;
|
||||||
|
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
|
||||||
|
}
|
||||||
|
|
||||||
|
.login-action-confirm_admin_email #login {
|
||||||
|
width: 60vw;
|
||||||
|
margin-top: -2vh;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 782px) {
|
||||||
|
.login-action-confirm_admin_email #login {
|
||||||
|
width: 100vw;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.login form .forgetmenot {
|
.login form .forgetmenot {
|
||||||
|
|
@ -141,6 +160,36 @@ p {
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.login .admin-email-confirm-form .submit {
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.admin-email__later {
|
||||||
|
text-align: right;
|
||||||
|
}
|
||||||
|
|
||||||
|
.login form p.admin-email__details {
|
||||||
|
margin: 1.1em 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.login h1.admin-email__heading {
|
||||||
|
border-bottom: 1px rgb(241, 241, 241) solid;
|
||||||
|
color: rgb(95, 95, 95);
|
||||||
|
font-weight: normal;
|
||||||
|
padding-bottom: 0.5em;
|
||||||
|
text-align: right;
|
||||||
|
}
|
||||||
|
|
||||||
|
.admin-email__actions div {
|
||||||
|
padding-top: 1.5em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.login .admin-email__actions .button-primary {
|
||||||
|
float: none;
|
||||||
|
margin-right: 0.25em;
|
||||||
|
margin-left: 0.25em;
|
||||||
|
}
|
||||||
|
|
||||||
#login form p {
|
#login form p {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
@ -152,11 +201,15 @@ p {
|
||||||
|
|
||||||
.login label {
|
.login label {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
|
line-height: 1.5;
|
||||||
|
display: inline-block;
|
||||||
|
margin-bottom: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.login form .forgetmenot label {
|
.login .forgetmenot label,
|
||||||
font-size: 12px;
|
.login .pw-weak label {
|
||||||
line-height: 19px;
|
line-height: 1.5;
|
||||||
|
vertical-align: baseline;
|
||||||
}
|
}
|
||||||
|
|
||||||
.login h1 {
|
.login h1 {
|
||||||
|
|
@ -173,7 +226,7 @@ p {
|
||||||
height: 84px;
|
height: 84px;
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
line-height: 1.3em;
|
line-height: 1.3;
|
||||||
margin: 0 auto 25px;
|
margin: 0 auto 25px;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
|
@ -229,16 +282,22 @@ p {
|
||||||
}
|
}
|
||||||
|
|
||||||
.login form .input,
|
.login form .input,
|
||||||
.login input[type="text"] {
|
.login input[type="text"],
|
||||||
|
.login input[type="password"] {
|
||||||
font-size: 24px;
|
font-size: 24px;
|
||||||
|
line-height: 1.33333333; /* 32px */
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding: 5px;
|
border-width: 0.0625rem;
|
||||||
margin: 2px 0 16px 6px;
|
padding: 0.1875rem 0.3125rem; /* 3px 5px */
|
||||||
|
margin: 0 0 16px 6px;
|
||||||
|
min-height: 40px;
|
||||||
|
max-height: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.login-action-rp form .input,
|
.js.login input.password-input,
|
||||||
.login-action-rp input[type="text"] {
|
.js.login-action-rp form .input,
|
||||||
padding: 5px 5px 5px 45px;
|
.js.login-action-rp input[type="text"] {
|
||||||
|
padding-left: 2.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.login form .input,
|
.login form .input,
|
||||||
|
|
@ -247,14 +306,9 @@ p {
|
||||||
background: #fbfbfb;
|
background: #fbfbfb;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ie7 .login form .input,
|
.js.login-action-rp input[type="text"],
|
||||||
.ie8 .login form .input {
|
.js.login-action-rp input[type="password"] {
|
||||||
font-family: sans-serif;
|
margin-bottom: 0;
|
||||||
}
|
|
||||||
|
|
||||||
.login-action-rp input[type="text"] {
|
|
||||||
box-shadow: none;
|
|
||||||
margin: 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.login #pass-strength-result {
|
.login #pass-strength-result {
|
||||||
|
|
@ -287,6 +341,27 @@ body.interim-login {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Hide visually but not from screen readers */
|
||||||
|
.screen-reader-text,
|
||||||
|
.screen-reader-text span {
|
||||||
|
border: 0;
|
||||||
|
clip: rect(1px, 1px, 1px, 1px);
|
||||||
|
-webkit-clip-path: inset(50%);
|
||||||
|
clip-path: inset(50%);
|
||||||
|
height: 1px;
|
||||||
|
margin: -1px;
|
||||||
|
overflow: hidden;
|
||||||
|
padding: 0;
|
||||||
|
position: absolute;
|
||||||
|
width: 1px;
|
||||||
|
word-wrap: normal !important; /* many screen reader and browser combinations announce broken words as they would appear visually */
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Hide the Edge "reveal password" native button */
|
||||||
|
input::-ms-reveal {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
@-ms-viewport {
|
@-ms-viewport {
|
||||||
width: device-width;
|
width: device-width;
|
||||||
}
|
}
|
||||||
|
|
@ -297,15 +372,16 @@ body.interim-login {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@media screen and (max-width: 782px) {
|
@media screen and (max-width: 782px) {
|
||||||
.interim-login input[type=checkbox] {
|
.interim-login input[type=checkbox] {
|
||||||
height: 16px;
|
width: 1rem;
|
||||||
width: 16px;
|
height: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.interim-login input[type=checkbox]:checked:before {
|
.interim-login input[type=checkbox]:checked:before {
|
||||||
width: 16px;
|
width: 1.3125rem;
|
||||||
font: normal 21px/1 dashicons;
|
height: 1.3125rem;
|
||||||
margin: -3px -4px 0 0;
|
margin: -0.1875rem -0.25rem 0 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -11,7 +11,7 @@ body {
|
||||||
color: #444;
|
color: #444;
|
||||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
line-height: 1.4em;
|
line-height: 1.4;
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
|
|
@ -37,10 +37,6 @@ a:focus {
|
||||||
0 0 2px 1px rgba(30, 140, 190, 0.8);
|
0 0 2px 1px rgba(30, 140, 190, 0.8);
|
||||||
}
|
}
|
||||||
|
|
||||||
.ie8 a:focus {
|
|
||||||
outline: #5b9dd9 solid 1px;
|
|
||||||
}
|
|
||||||
|
|
||||||
p {
|
p {
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
}
|
}
|
||||||
|
|
@ -75,14 +71,6 @@ p {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.login .password-input-wrapper {
|
|
||||||
position: relative;
|
|
||||||
}
|
|
||||||
|
|
||||||
.login .input.password-input {
|
|
||||||
margin: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.login .input::-ms-clear {
|
.login .input::-ms-clear {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
@ -91,13 +79,16 @@ p {
|
||||||
margin-bottom: 15px;
|
margin-bottom: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.login .button.button-secondary {
|
.login .button.wp-hide-pw {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
border: 1px solid transparent;
|
border: 1px solid transparent;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
line-height: 2;
|
line-height: 2;
|
||||||
height: auto;
|
width: 2.5rem;
|
||||||
|
height: 2.5rem;
|
||||||
|
min-width: 40px;
|
||||||
|
min-height: 40px;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 5px 9px;
|
padding: 5px 9px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|
@ -105,22 +96,38 @@ p {
|
||||||
top: 0;
|
top: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.login .button.button-secondary:hover {
|
.login .button.wp-hide-pw:hover {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
.login .button.button-secondary:focus {
|
.login .button.wp-hide-pw:focus {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
border-color: #5b9dd9;
|
border-color: #007cba;
|
||||||
box-shadow: 0 0 3px rgba(0, 115, 170, 0.8);
|
box-shadow: 0 0 0 1px #007cba;
|
||||||
|
/* Only visible in Windows High Contrast mode */
|
||||||
|
outline: 2px solid transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
.login .button.button-secondary:active {
|
.login .button.wp-hide-pw:active {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
transform: none;
|
transform: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.login .button.wp-hide-pw .dashicons {
|
||||||
|
width: 1.25rem;
|
||||||
|
height: 1.25rem;
|
||||||
|
top: 0.25rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.login .wp-pwd {
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
|
||||||
|
.no-js .hide-if-no-js {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
.login form {
|
.login form {
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
|
|
@ -128,7 +135,19 @@ p {
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13);
|
border: 1px solid #ccd0d4;
|
||||||
|
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
|
||||||
|
}
|
||||||
|
|
||||||
|
.login-action-confirm_admin_email #login {
|
||||||
|
width: 60vw;
|
||||||
|
margin-top: -2vh;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 782px) {
|
||||||
|
.login-action-confirm_admin_email #login {
|
||||||
|
width: 100vw;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.login form .forgetmenot {
|
.login form .forgetmenot {
|
||||||
|
|
@ -141,6 +160,36 @@ p {
|
||||||
float: right;
|
float: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.login .admin-email-confirm-form .submit {
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.admin-email__later {
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
|
|
||||||
|
.login form p.admin-email__details {
|
||||||
|
margin: 1.1em 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.login h1.admin-email__heading {
|
||||||
|
border-bottom: 1px rgb(241, 241, 241) solid;
|
||||||
|
color: rgb(95, 95, 95);
|
||||||
|
font-weight: normal;
|
||||||
|
padding-bottom: 0.5em;
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
|
|
||||||
|
.admin-email__actions div {
|
||||||
|
padding-top: 1.5em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.login .admin-email__actions .button-primary {
|
||||||
|
float: none;
|
||||||
|
margin-left: 0.25em;
|
||||||
|
margin-right: 0.25em;
|
||||||
|
}
|
||||||
|
|
||||||
#login form p {
|
#login form p {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
@ -152,11 +201,15 @@ p {
|
||||||
|
|
||||||
.login label {
|
.login label {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
|
line-height: 1.5;
|
||||||
|
display: inline-block;
|
||||||
|
margin-bottom: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.login form .forgetmenot label {
|
.login .forgetmenot label,
|
||||||
font-size: 12px;
|
.login .pw-weak label {
|
||||||
line-height: 19px;
|
line-height: 1.5;
|
||||||
|
vertical-align: baseline;
|
||||||
}
|
}
|
||||||
|
|
||||||
.login h1 {
|
.login h1 {
|
||||||
|
|
@ -173,7 +226,7 @@ p {
|
||||||
height: 84px;
|
height: 84px;
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
line-height: 1.3em;
|
line-height: 1.3;
|
||||||
margin: 0 auto 25px;
|
margin: 0 auto 25px;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
|
@ -229,16 +282,22 @@ p {
|
||||||
}
|
}
|
||||||
|
|
||||||
.login form .input,
|
.login form .input,
|
||||||
.login input[type="text"] {
|
.login input[type="text"],
|
||||||
|
.login input[type="password"] {
|
||||||
font-size: 24px;
|
font-size: 24px;
|
||||||
|
line-height: 1.33333333; /* 32px */
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding: 5px;
|
border-width: 0.0625rem;
|
||||||
margin: 2px 6px 16px 0;
|
padding: 0.1875rem 0.3125rem; /* 3px 5px */
|
||||||
|
margin: 0 6px 16px 0;
|
||||||
|
min-height: 40px;
|
||||||
|
max-height: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.login-action-rp form .input,
|
.js.login input.password-input,
|
||||||
.login-action-rp input[type="text"] {
|
.js.login-action-rp form .input,
|
||||||
padding: 5px 45px 5px 5px;
|
.js.login-action-rp input[type="text"] {
|
||||||
|
padding-right: 2.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.login form .input,
|
.login form .input,
|
||||||
|
|
@ -247,14 +306,9 @@ p {
|
||||||
background: #fbfbfb;
|
background: #fbfbfb;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ie7 .login form .input,
|
.js.login-action-rp input[type="text"],
|
||||||
.ie8 .login form .input {
|
.js.login-action-rp input[type="password"] {
|
||||||
font-family: sans-serif;
|
margin-bottom: 0;
|
||||||
}
|
|
||||||
|
|
||||||
.login-action-rp input[type="text"] {
|
|
||||||
box-shadow: none;
|
|
||||||
margin: 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.login #pass-strength-result {
|
.login #pass-strength-result {
|
||||||
|
|
@ -287,6 +341,27 @@ body.interim-login {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Hide visually but not from screen readers */
|
||||||
|
.screen-reader-text,
|
||||||
|
.screen-reader-text span {
|
||||||
|
border: 0;
|
||||||
|
clip: rect(1px, 1px, 1px, 1px);
|
||||||
|
-webkit-clip-path: inset(50%);
|
||||||
|
clip-path: inset(50%);
|
||||||
|
height: 1px;
|
||||||
|
margin: -1px;
|
||||||
|
overflow: hidden;
|
||||||
|
padding: 0;
|
||||||
|
position: absolute;
|
||||||
|
width: 1px;
|
||||||
|
word-wrap: normal !important; /* many screen reader and browser combinations announce broken words as they would appear visually */
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Hide the Edge "reveal password" native button */
|
||||||
|
input::-ms-reveal {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
@-ms-viewport {
|
@-ms-viewport {
|
||||||
width: device-width;
|
width: device-width;
|
||||||
}
|
}
|
||||||
|
|
@ -297,15 +372,16 @@ body.interim-login {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@media screen and (max-width: 782px) {
|
@media screen and (max-width: 782px) {
|
||||||
.interim-login input[type=checkbox] {
|
.interim-login input[type=checkbox] {
|
||||||
height: 16px;
|
width: 1rem;
|
||||||
width: 16px;
|
height: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.interim-login input[type=checkbox]:checked:before {
|
.interim-login input[type=checkbox]:checked:before {
|
||||||
width: 16px;
|
width: 1.3125rem;
|
||||||
font: normal 21px/1 dashicons;
|
height: 1.3125rem;
|
||||||
margin: -3px 0 0 -4px;
|
margin: -0.1875rem 0 0 -0.25rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -100,7 +100,7 @@
|
||||||
.describe-toggle-on,
|
.describe-toggle-on,
|
||||||
.describe-toggle-off {
|
.describe-toggle-off {
|
||||||
display: block;
|
display: block;
|
||||||
line-height: 36px;
|
line-height: 2.76923076;
|
||||||
float: left;
|
float: left;
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
}
|
}
|
||||||
|
|
@ -132,7 +132,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.media-item .filename {
|
.media-item .filename {
|
||||||
line-height: 36px;
|
line-height: 2.76923076;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
margin-right: 6px;
|
margin-right: 6px;
|
||||||
}
|
}
|
||||||
|
|
@ -239,7 +239,7 @@
|
||||||
height: 36px;
|
height: 36px;
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
line-height: 36px;
|
line-height: 2;
|
||||||
padding: 0 16px 0 36px;
|
padding: 0 16px 0 36px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
|
|
@ -368,40 +368,17 @@
|
||||||
z-index: 100100;
|
z-index: 100100;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul#dismissed-updates {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
form.upgrade {
|
|
||||||
margin-top: 8px;
|
|
||||||
}
|
|
||||||
|
|
||||||
form.upgrade .hint {
|
|
||||||
font-style: italic;
|
|
||||||
font-size: 85%;
|
|
||||||
margin: -0.5em 0 2em 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
#poststuff .inside .the-tagcloud {
|
|
||||||
margin: 5px 0 10px;
|
|
||||||
padding: 8px;
|
|
||||||
border: 1px solid #ddd;
|
|
||||||
line-height: 1.8em;
|
|
||||||
word-spacing: 3px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.drag-drop #drag-drop-area {
|
.drag-drop #drag-drop-area {
|
||||||
border: 4px dashed #b4b9be;
|
border: 4px dashed #b4b9be;
|
||||||
height: 200px;
|
height: 200px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.drag-drop .drag-drop-inside {
|
.drag-drop .drag-drop-inside {
|
||||||
margin: 70px auto 0;
|
margin: 60px auto 0;
|
||||||
width: 250px;
|
width: 250px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.drag-drop-inside p {
|
.drag-drop-inside p {
|
||||||
color: #a0a5aa;
|
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
margin: 5px 0;
|
margin: 5px 0;
|
||||||
display: none;
|
display: none;
|
||||||
|
|
@ -502,7 +479,6 @@ border color while dragging a file over the uploader drop area */
|
||||||
color: #c00;
|
color: #c00;
|
||||||
}
|
}
|
||||||
|
|
||||||
.upload-php .mode-grid .media-sidebar .media-uploader-status.errors h3, /* Back-compat for pre-4.4 */
|
|
||||||
.upload-php .mode-grid .media-sidebar .media-uploader-status.errors h2 {
|
.upload-php .mode-grid .media-sidebar .media-uploader-status.errors h2 {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
@ -562,7 +538,6 @@ border color while dragging a file over the uploader drop area */
|
||||||
|
|
||||||
.media-frame.mode-grid .media-toolbar select {
|
.media-frame.mode-grid .media-toolbar select {
|
||||||
margin: 0 0 0 10px;
|
margin: 0 0 0 10px;
|
||||||
font-size: 14px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.media-frame.mode-grid.mode-edit .media-toolbar-secondary > .select-mode-toggle-button {
|
.media-frame.mode-grid.mode-edit .media-toolbar-secondary > .select-mode-toggle-button {
|
||||||
|
|
@ -579,8 +554,14 @@ border color while dragging a file over the uploader drop area */
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.media-frame.mode-grid .spinner {
|
.media-search-input-label {
|
||||||
margin-top: 16px;
|
margin: 0 0 0 .2em;
|
||||||
|
vertical-align: baseline;
|
||||||
|
}
|
||||||
|
|
||||||
|
.media-frame.mode-grid .media-search-input-label {
|
||||||
|
position: static;
|
||||||
|
margin: 0 0 0 .5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.attachments-browser .media-toolbar-secondary > .media-button {
|
.attachments-browser .media-toolbar-secondary > .media-button {
|
||||||
|
|
@ -706,14 +687,11 @@ border color while dragging a file over the uploader drop area */
|
||||||
content: "\f341";
|
content: "\f341";
|
||||||
}
|
}
|
||||||
|
|
||||||
.edit-attachment-frame .edit-media-header .left.disabled,
|
.edit-attachment-frame .edit-media-header [disabled],
|
||||||
.edit-attachment-frame .edit-media-header .right.disabled,
|
.edit-attachment-frame .edit-media-header [disabled]:hover {
|
||||||
.edit-attachment-frame .edit-media-header .left.disabled:hover,
|
|
||||||
.edit-attachment-frame .edit-media-header .right.disabled:hover {
|
|
||||||
color: #ccc;
|
color: #ccc;
|
||||||
background: inherit;
|
background: inherit;
|
||||||
cursor: default;
|
cursor: default;
|
||||||
pointer-events: none;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.edit-attachment-frame .media-frame-content,
|
.edit-attachment-frame .media-frame-content,
|
||||||
|
|
@ -775,7 +753,7 @@ border color while dragging a file over the uploader drop area */
|
||||||
.edit-attachment-frame input,
|
.edit-attachment-frame input,
|
||||||
.edit-attachment-frame textarea {
|
.edit-attachment-frame textarea {
|
||||||
padding: 6px 8px;
|
padding: 6px 8px;
|
||||||
line-height: 16px;
|
line-height: 1.14285714;
|
||||||
}
|
}
|
||||||
|
|
||||||
.edit-attachment-frame .attachment-info {
|
.edit-attachment-frame .attachment-info {
|
||||||
|
|
@ -872,8 +850,8 @@ border color while dragging a file over the uploader drop area */
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp_attachment_holder .imgedit-wrap .imgedit-panel-content {
|
.wp_attachment_holder .imgedit-wrap .imgedit-panel-content {
|
||||||
padding: 3px 0 0 16px;
|
|
||||||
float: right;
|
float: right;
|
||||||
|
padding: 3px 0 0 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp_attachment_holder .imgedit-wrap .imgedit-settings {
|
.wp_attachment_holder .imgedit-wrap .imgedit-settings {
|
||||||
|
|
@ -941,7 +919,6 @@ border color while dragging a file over the uploader drop area */
|
||||||
}
|
}
|
||||||
|
|
||||||
.imgedit-menu {
|
.imgedit-menu {
|
||||||
min-width: 300px;
|
|
||||||
margin: 0 0 12px;
|
margin: 0 0 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -952,31 +929,34 @@ border color while dragging a file over the uploader drop area */
|
||||||
}
|
}
|
||||||
|
|
||||||
.image-editor .imgedit-menu .button {
|
.image-editor .imgedit-menu .button {
|
||||||
float: right;
|
display: inline-block;
|
||||||
width: 32px;
|
width: auto;
|
||||||
height: 32px;
|
min-height: 28px;
|
||||||
margin: 0 0 0 8px;
|
font-size: 13px;
|
||||||
padding: 0;
|
line-height: 2;
|
||||||
background: #f1f1f1;
|
margin: 0 0 8px 8px;
|
||||||
-webkit-font-smoothing: antialiased;
|
padding: 0 10px;
|
||||||
-moz-osx-font-smoothing: grayscale;
|
|
||||||
line-height: 16px;
|
|
||||||
color: #72777c;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.imgedit-menu .button:before {
|
.imgedit-menu .button:before {
|
||||||
font: normal 20px/1 dashicons;
|
font: normal 16px/1 dashicons;
|
||||||
|
margin-left: 8px;
|
||||||
speak: none;
|
speak: none;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
|
position: relative;
|
||||||
|
top: -2px;
|
||||||
|
-webkit-font-smoothing: antialiased;
|
||||||
|
-moz-osx-font-smoothing: grayscale;
|
||||||
}
|
}
|
||||||
|
|
||||||
.imgedit-menu .button.disabled {
|
.imgedit-menu .button.disabled {
|
||||||
border-color: #ccc;
|
color: #a0a5aa;
|
||||||
background-color: #ddd;
|
border-color: #ddd;
|
||||||
color: #72777c;
|
background: #f7f7f7;
|
||||||
filter: alpha(opacity=50);
|
box-shadow: none;
|
||||||
opacity: 0.5;
|
text-shadow: 0 1px 0 #fff;
|
||||||
cursor: default;
|
cursor: default;
|
||||||
|
transform: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.imgedit-crop:before {
|
.imgedit-crop:before {
|
||||||
|
|
@ -1053,7 +1033,6 @@ border color while dragging a file over the uploader drop area */
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
#poststuff .imgedit-group-top h3, /* Back-compat for pre-4.4 */
|
|
||||||
#poststuff .imgedit-group-top h2 {
|
#poststuff .imgedit-group-top h2 {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
|
@ -1131,28 +1110,40 @@ span.imgedit-scale-warn {
|
||||||
margin: 8px 0;
|
margin: 8px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.imgedit-save-target legend {
|
||||||
|
font-weight: 600;
|
||||||
|
}
|
||||||
|
|
||||||
.imgedit-group {
|
.imgedit-group {
|
||||||
margin-bottom: 8px;
|
margin-bottom: 8px;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.imgedit-settings .imgedit-original-dimensions {
|
||||||
|
display: inline-block;
|
||||||
|
}
|
||||||
|
|
||||||
.imgedit-settings .imgedit-scale input[type="text"],
|
.imgedit-settings .imgedit-scale input[type="text"],
|
||||||
.imgedit-settings .imgedit-crop-ratio input[type="text"],
|
.imgedit-settings .imgedit-crop-ratio input[type="text"],
|
||||||
.imgedit-settings .imgedit-crop-sel input[type="text"] {
|
.imgedit-settings .imgedit-crop-sel input[type="text"] {
|
||||||
width: 50px;
|
width: 80px;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
padding: 5px 8px;
|
padding: 0 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.imgedit-separator {
|
.imgedit-separator {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 7px;
|
width: 7px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
vertical-align: middle;
|
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
color: #444;
|
color: #444;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.imgedit-settings .imgedit-scale-button-wrapper {
|
||||||
|
margin-top: 0.3077em;
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
.imgedit-settings .imgedit-scale .button {
|
.imgedit-settings .imgedit-scale .button {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
@ -1167,6 +1158,10 @@ audio, video {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mejs-container .mejs-controls {
|
||||||
|
box-sizing: border-box;
|
||||||
|
}
|
||||||
|
|
||||||
/* =Media Queries
|
/* =Media Queries
|
||||||
-------------------------------------------------------------- */
|
-------------------------------------------------------------- */
|
||||||
|
|
||||||
|
|
@ -1184,7 +1179,7 @@ audio, video {
|
||||||
@media screen and (max-width: 782px) {
|
@media screen and (max-width: 782px) {
|
||||||
.wp_attachment_details label[for="content"] {
|
.wp_attachment_details label[for="content"] {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
line-height: 1.5em;
|
line-height: 1.5;
|
||||||
}
|
}
|
||||||
|
|
||||||
.media-upload-form .media-item.error,
|
.media-upload-form .media-item.error,
|
||||||
|
|
@ -1209,8 +1204,10 @@ audio, video {
|
||||||
padding: 6px 10px;
|
padding: 6px 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.imgedit-applyto .imgedit-label {
|
.wp_attachment_holder .imgedit-wrap .imgedit-panel-content,
|
||||||
vertical-align: middle;
|
.wp_attachment_holder .imgedit-wrap .imgedit-settings {
|
||||||
|
float: none;
|
||||||
|
width: auto;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -1250,10 +1247,6 @@ audio, video {
|
||||||
height: 40px;
|
height: 40px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.upload-php .media-modal-close .media-modal-icon {
|
|
||||||
margin: 9px 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.edit-attachment-frame .edit-media-header .right:before,
|
.edit-attachment-frame .edit-media-header .right:before,
|
||||||
.edit-attachment-frame .edit-media-header .left:before {
|
.edit-attachment-frame .edit-media-header .left:before {
|
||||||
line-height: 40px !important;
|
line-height: 40px !important;
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -100,7 +100,7 @@
|
||||||
.describe-toggle-on,
|
.describe-toggle-on,
|
||||||
.describe-toggle-off {
|
.describe-toggle-off {
|
||||||
display: block;
|
display: block;
|
||||||
line-height: 36px;
|
line-height: 2.76923076;
|
||||||
float: right;
|
float: right;
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
}
|
}
|
||||||
|
|
@ -132,7 +132,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.media-item .filename {
|
.media-item .filename {
|
||||||
line-height: 36px;
|
line-height: 2.76923076;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
margin-left: 6px;
|
margin-left: 6px;
|
||||||
}
|
}
|
||||||
|
|
@ -239,7 +239,7 @@
|
||||||
height: 36px;
|
height: 36px;
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
line-height: 36px;
|
line-height: 2;
|
||||||
padding: 0 36px 0 16px;
|
padding: 0 36px 0 16px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
|
|
@ -368,40 +368,17 @@
|
||||||
z-index: 100100;
|
z-index: 100100;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul#dismissed-updates {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
form.upgrade {
|
|
||||||
margin-top: 8px;
|
|
||||||
}
|
|
||||||
|
|
||||||
form.upgrade .hint {
|
|
||||||
font-style: italic;
|
|
||||||
font-size: 85%;
|
|
||||||
margin: -0.5em 0 2em 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
#poststuff .inside .the-tagcloud {
|
|
||||||
margin: 5px 0 10px;
|
|
||||||
padding: 8px;
|
|
||||||
border: 1px solid #ddd;
|
|
||||||
line-height: 1.8em;
|
|
||||||
word-spacing: 3px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.drag-drop #drag-drop-area {
|
.drag-drop #drag-drop-area {
|
||||||
border: 4px dashed #b4b9be;
|
border: 4px dashed #b4b9be;
|
||||||
height: 200px;
|
height: 200px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.drag-drop .drag-drop-inside {
|
.drag-drop .drag-drop-inside {
|
||||||
margin: 70px auto 0;
|
margin: 60px auto 0;
|
||||||
width: 250px;
|
width: 250px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.drag-drop-inside p {
|
.drag-drop-inside p {
|
||||||
color: #a0a5aa;
|
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
margin: 5px 0;
|
margin: 5px 0;
|
||||||
display: none;
|
display: none;
|
||||||
|
|
@ -502,7 +479,6 @@ border color while dragging a file over the uploader drop area */
|
||||||
color: #c00;
|
color: #c00;
|
||||||
}
|
}
|
||||||
|
|
||||||
.upload-php .mode-grid .media-sidebar .media-uploader-status.errors h3, /* Back-compat for pre-4.4 */
|
|
||||||
.upload-php .mode-grid .media-sidebar .media-uploader-status.errors h2 {
|
.upload-php .mode-grid .media-sidebar .media-uploader-status.errors h2 {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
@ -562,7 +538,6 @@ border color while dragging a file over the uploader drop area */
|
||||||
|
|
||||||
.media-frame.mode-grid .media-toolbar select {
|
.media-frame.mode-grid .media-toolbar select {
|
||||||
margin: 0 10px 0 0;
|
margin: 0 10px 0 0;
|
||||||
font-size: 14px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.media-frame.mode-grid.mode-edit .media-toolbar-secondary > .select-mode-toggle-button {
|
.media-frame.mode-grid.mode-edit .media-toolbar-secondary > .select-mode-toggle-button {
|
||||||
|
|
@ -579,8 +554,14 @@ border color while dragging a file over the uploader drop area */
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.media-frame.mode-grid .spinner {
|
.media-search-input-label {
|
||||||
margin-top: 16px;
|
margin: 0 .2em 0 0;
|
||||||
|
vertical-align: baseline;
|
||||||
|
}
|
||||||
|
|
||||||
|
.media-frame.mode-grid .media-search-input-label {
|
||||||
|
position: static;
|
||||||
|
margin: 0 .5em 0 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.attachments-browser .media-toolbar-secondary > .media-button {
|
.attachments-browser .media-toolbar-secondary > .media-button {
|
||||||
|
|
@ -706,14 +687,11 @@ border color while dragging a file over the uploader drop area */
|
||||||
content: "\f345";
|
content: "\f345";
|
||||||
}
|
}
|
||||||
|
|
||||||
.edit-attachment-frame .edit-media-header .left.disabled,
|
.edit-attachment-frame .edit-media-header [disabled],
|
||||||
.edit-attachment-frame .edit-media-header .right.disabled,
|
.edit-attachment-frame .edit-media-header [disabled]:hover {
|
||||||
.edit-attachment-frame .edit-media-header .left.disabled:hover,
|
|
||||||
.edit-attachment-frame .edit-media-header .right.disabled:hover {
|
|
||||||
color: #ccc;
|
color: #ccc;
|
||||||
background: inherit;
|
background: inherit;
|
||||||
cursor: default;
|
cursor: default;
|
||||||
pointer-events: none;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.edit-attachment-frame .media-frame-content,
|
.edit-attachment-frame .media-frame-content,
|
||||||
|
|
@ -775,7 +753,7 @@ border color while dragging a file over the uploader drop area */
|
||||||
.edit-attachment-frame input,
|
.edit-attachment-frame input,
|
||||||
.edit-attachment-frame textarea {
|
.edit-attachment-frame textarea {
|
||||||
padding: 6px 8px;
|
padding: 6px 8px;
|
||||||
line-height: 16px;
|
line-height: 1.14285714;
|
||||||
}
|
}
|
||||||
|
|
||||||
.edit-attachment-frame .attachment-info {
|
.edit-attachment-frame .attachment-info {
|
||||||
|
|
@ -872,8 +850,8 @@ border color while dragging a file over the uploader drop area */
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp_attachment_holder .imgedit-wrap .imgedit-panel-content {
|
.wp_attachment_holder .imgedit-wrap .imgedit-panel-content {
|
||||||
padding: 3px 16px 0 0;
|
|
||||||
float: left;
|
float: left;
|
||||||
|
padding: 3px 16px 0 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp_attachment_holder .imgedit-wrap .imgedit-settings {
|
.wp_attachment_holder .imgedit-wrap .imgedit-settings {
|
||||||
|
|
@ -941,7 +919,6 @@ border color while dragging a file over the uploader drop area */
|
||||||
}
|
}
|
||||||
|
|
||||||
.imgedit-menu {
|
.imgedit-menu {
|
||||||
min-width: 300px;
|
|
||||||
margin: 0 0 12px;
|
margin: 0 0 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -952,31 +929,34 @@ border color while dragging a file over the uploader drop area */
|
||||||
}
|
}
|
||||||
|
|
||||||
.image-editor .imgedit-menu .button {
|
.image-editor .imgedit-menu .button {
|
||||||
float: left;
|
display: inline-block;
|
||||||
width: 32px;
|
width: auto;
|
||||||
height: 32px;
|
min-height: 28px;
|
||||||
margin: 0 8px 0 0;
|
font-size: 13px;
|
||||||
padding: 0;
|
line-height: 2;
|
||||||
background: #f1f1f1;
|
margin: 0 8px 8px 0;
|
||||||
-webkit-font-smoothing: antialiased;
|
padding: 0 10px;
|
||||||
-moz-osx-font-smoothing: grayscale;
|
|
||||||
line-height: 16px;
|
|
||||||
color: #72777c;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.imgedit-menu .button:before {
|
.imgedit-menu .button:before {
|
||||||
font: normal 20px/1 dashicons;
|
font: normal 16px/1 dashicons;
|
||||||
|
margin-right: 8px;
|
||||||
speak: none;
|
speak: none;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
|
position: relative;
|
||||||
|
top: -2px;
|
||||||
|
-webkit-font-smoothing: antialiased;
|
||||||
|
-moz-osx-font-smoothing: grayscale;
|
||||||
}
|
}
|
||||||
|
|
||||||
.imgedit-menu .button.disabled {
|
.imgedit-menu .button.disabled {
|
||||||
border-color: #ccc;
|
color: #a0a5aa;
|
||||||
background-color: #ddd;
|
border-color: #ddd;
|
||||||
color: #72777c;
|
background: #f7f7f7;
|
||||||
filter: alpha(opacity=50);
|
box-shadow: none;
|
||||||
opacity: 0.5;
|
text-shadow: 0 1px 0 #fff;
|
||||||
cursor: default;
|
cursor: default;
|
||||||
|
transform: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.imgedit-crop:before {
|
.imgedit-crop:before {
|
||||||
|
|
@ -1053,7 +1033,6 @@ border color while dragging a file over the uploader drop area */
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
#poststuff .imgedit-group-top h3, /* Back-compat for pre-4.4 */
|
|
||||||
#poststuff .imgedit-group-top h2 {
|
#poststuff .imgedit-group-top h2 {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
|
@ -1131,28 +1110,40 @@ span.imgedit-scale-warn {
|
||||||
margin: 8px 0;
|
margin: 8px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.imgedit-save-target legend {
|
||||||
|
font-weight: 600;
|
||||||
|
}
|
||||||
|
|
||||||
.imgedit-group {
|
.imgedit-group {
|
||||||
margin-bottom: 8px;
|
margin-bottom: 8px;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.imgedit-settings .imgedit-original-dimensions {
|
||||||
|
display: inline-block;
|
||||||
|
}
|
||||||
|
|
||||||
.imgedit-settings .imgedit-scale input[type="text"],
|
.imgedit-settings .imgedit-scale input[type="text"],
|
||||||
.imgedit-settings .imgedit-crop-ratio input[type="text"],
|
.imgedit-settings .imgedit-crop-ratio input[type="text"],
|
||||||
.imgedit-settings .imgedit-crop-sel input[type="text"] {
|
.imgedit-settings .imgedit-crop-sel input[type="text"] {
|
||||||
width: 50px;
|
width: 80px;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
padding: 5px 8px;
|
padding: 0 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.imgedit-separator {
|
.imgedit-separator {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 7px;
|
width: 7px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
vertical-align: middle;
|
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
color: #444;
|
color: #444;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.imgedit-settings .imgedit-scale-button-wrapper {
|
||||||
|
margin-top: 0.3077em;
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
.imgedit-settings .imgedit-scale .button {
|
.imgedit-settings .imgedit-scale .button {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
@ -1167,6 +1158,10 @@ audio, video {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mejs-container .mejs-controls {
|
||||||
|
box-sizing: border-box;
|
||||||
|
}
|
||||||
|
|
||||||
/* =Media Queries
|
/* =Media Queries
|
||||||
-------------------------------------------------------------- */
|
-------------------------------------------------------------- */
|
||||||
|
|
||||||
|
|
@ -1184,7 +1179,7 @@ audio, video {
|
||||||
@media screen and (max-width: 782px) {
|
@media screen and (max-width: 782px) {
|
||||||
.wp_attachment_details label[for="content"] {
|
.wp_attachment_details label[for="content"] {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
line-height: 1.5em;
|
line-height: 1.5;
|
||||||
}
|
}
|
||||||
|
|
||||||
.media-upload-form .media-item.error,
|
.media-upload-form .media-item.error,
|
||||||
|
|
@ -1209,8 +1204,10 @@ audio, video {
|
||||||
padding: 6px 10px;
|
padding: 6px 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.imgedit-applyto .imgedit-label {
|
.wp_attachment_holder .imgedit-wrap .imgedit-panel-content,
|
||||||
vertical-align: middle;
|
.wp_attachment_holder .imgedit-wrap .imgedit-settings {
|
||||||
|
float: none;
|
||||||
|
width: auto;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -1250,10 +1247,6 @@ audio, video {
|
||||||
height: 40px;
|
height: 40px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.upload-php .media-modal-close .media-modal-icon {
|
|
||||||
margin: 9px 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.edit-attachment-frame .edit-media-header .right:before,
|
.edit-attachment-frame .edit-media-header .right:before,
|
||||||
.edit-attachment-frame .edit-media-header .left:before {
|
.edit-attachment-frame .edit-media-header .left:before {
|
||||||
line-height: 40px !important;
|
line-height: 40px !important;
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -413,6 +413,10 @@ ul.add-menu-item-tabs li {
|
||||||
margin-top: -4px;
|
margin-top: -4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.menu-item-title .post-state {
|
||||||
|
font-weight: 600;
|
||||||
|
}
|
||||||
|
|
||||||
/* Nav Menu */
|
/* Nav Menu */
|
||||||
#menu-container .inside {
|
#menu-container .inside {
|
||||||
padding-bottom: 10px;
|
padding-bottom: 10px;
|
||||||
|
|
@ -450,7 +454,7 @@ ul.add-menu-item-tabs li {
|
||||||
height: auto;
|
height: auto;
|
||||||
min-height: 20px;
|
min-height: 20px;
|
||||||
width: 382px;
|
width: 382px;
|
||||||
line-height: 2.4;
|
line-height: 2.30769230;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
|
@ -480,7 +484,7 @@ ul.add-menu-item-tabs li {
|
||||||
.menu-item-handle .item-title {
|
.menu-item-handle .item-title {
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
line-height: 1.6;
|
line-height: 1.53846153;
|
||||||
display: block;
|
display: block;
|
||||||
/* @todo: responsive view. */
|
/* @todo: responsive view. */
|
||||||
margin-left: 13em;
|
margin-left: 13em;
|
||||||
|
|
@ -647,7 +651,7 @@ body.menu-max-depth-11 { min-width: 1280px !important; }
|
||||||
padding: 10px 10px 10px 0;
|
padding: 10px 10px 10px 0;
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: 10; /* Keep .item-title's shadow from appearing on top of .menu-item-settings */
|
z-index: 10; /* Keep .item-title's shadow from appearing on top of .menu-item-settings */
|
||||||
border: 1px solid #e5e5e5;
|
border: 1px solid #ccd0d4;
|
||||||
border-top: none;
|
border-top: none;
|
||||||
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
|
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
|
||||||
}
|
}
|
||||||
|
|
@ -737,7 +741,7 @@ body.menu-max-depth-11 { min-width: 1280px !important; }
|
||||||
.nav-menus-php .major-publishing-actions {
|
.nav-menus-php .major-publishing-actions {
|
||||||
clear: both;
|
clear: both;
|
||||||
padding: 10px 0;
|
padding: 10px 0;
|
||||||
line-height: 2.1;
|
line-height: 2.15384615;
|
||||||
}
|
}
|
||||||
|
|
||||||
.nav-menus-php .major-publishing-actions .publishing-action {
|
.nav-menus-php .major-publishing-actions .publishing-action {
|
||||||
|
|
@ -841,7 +845,7 @@ body.menu-max-depth-11 { min-width: 1280px !important; }
|
||||||
|
|
||||||
.nav-menus-php .delete-action {
|
.nav-menus-php .delete-action {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
line-height: 2.1;
|
line-height: 2.14285714;
|
||||||
}
|
}
|
||||||
|
|
||||||
.menu-item-bar .menu-item-handle,
|
.menu-item-bar .menu-item-handle,
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -413,6 +413,10 @@ ul.add-menu-item-tabs li {
|
||||||
margin-top: -4px;
|
margin-top: -4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.menu-item-title .post-state {
|
||||||
|
font-weight: 600;
|
||||||
|
}
|
||||||
|
|
||||||
/* Nav Menu */
|
/* Nav Menu */
|
||||||
#menu-container .inside {
|
#menu-container .inside {
|
||||||
padding-bottom: 10px;
|
padding-bottom: 10px;
|
||||||
|
|
@ -450,7 +454,7 @@ ul.add-menu-item-tabs li {
|
||||||
height: auto;
|
height: auto;
|
||||||
min-height: 20px;
|
min-height: 20px;
|
||||||
width: 382px;
|
width: 382px;
|
||||||
line-height: 2.4;
|
line-height: 2.30769230;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
|
@ -480,7 +484,7 @@ ul.add-menu-item-tabs li {
|
||||||
.menu-item-handle .item-title {
|
.menu-item-handle .item-title {
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
line-height: 1.6;
|
line-height: 1.53846153;
|
||||||
display: block;
|
display: block;
|
||||||
/* @todo: responsive view. */
|
/* @todo: responsive view. */
|
||||||
margin-right: 13em;
|
margin-right: 13em;
|
||||||
|
|
@ -647,7 +651,7 @@ body.menu-max-depth-11 { min-width: 1280px !important; }
|
||||||
padding: 10px 0 10px 10px;
|
padding: 10px 0 10px 10px;
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: 10; /* Keep .item-title's shadow from appearing on top of .menu-item-settings */
|
z-index: 10; /* Keep .item-title's shadow from appearing on top of .menu-item-settings */
|
||||||
border: 1px solid #e5e5e5;
|
border: 1px solid #ccd0d4;
|
||||||
border-top: none;
|
border-top: none;
|
||||||
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
|
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
|
||||||
}
|
}
|
||||||
|
|
@ -737,7 +741,7 @@ body.menu-max-depth-11 { min-width: 1280px !important; }
|
||||||
.nav-menus-php .major-publishing-actions {
|
.nav-menus-php .major-publishing-actions {
|
||||||
clear: both;
|
clear: both;
|
||||||
padding: 10px 0;
|
padding: 10px 0;
|
||||||
line-height: 2.1;
|
line-height: 2.15384615;
|
||||||
}
|
}
|
||||||
|
|
||||||
.nav-menus-php .major-publishing-actions .publishing-action {
|
.nav-menus-php .major-publishing-actions .publishing-action {
|
||||||
|
|
@ -841,7 +845,7 @@ body.menu-max-depth-11 { min-width: 1280px !important; }
|
||||||
|
|
||||||
.nav-menus-php .delete-action {
|
.nav-menus-php .delete-action {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
line-height: 2.1;
|
line-height: 2.14285714;
|
||||||
}
|
}
|
||||||
|
|
||||||
.menu-item-bar .menu-item-handle,
|
.menu-item-bar .menu-item-handle,
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -223,8 +223,8 @@ table.diff td,
|
||||||
table.diff th {
|
table.diff th {
|
||||||
font-family: Consolas, Monaco, monospace;
|
font-family: Consolas, Monaco, monospace;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
line-height: 1.618;
|
line-height: 1.57142857;
|
||||||
padding: .5em;
|
padding: 0.5em 2em 0.5em 0.5em;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
|
@ -244,6 +244,7 @@ table.diff .diff-addedline ins {
|
||||||
}
|
}
|
||||||
|
|
||||||
table.diff .diff-deletedline {
|
table.diff .diff-deletedline {
|
||||||
|
position: relative;
|
||||||
background-color: #ffe9e9;
|
background-color: #ffe9e9;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -252,9 +253,26 @@ table.diff .diff-deletedline del {
|
||||||
}
|
}
|
||||||
|
|
||||||
table.diff .diff-addedline {
|
table.diff .diff-addedline {
|
||||||
|
position: relative;
|
||||||
background-color: #e9ffe9;
|
background-color: #e9ffe9;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
table.diff .diff-deletedline .dashicons,
|
||||||
|
table.diff .diff-addedline .dashicons {
|
||||||
|
position: absolute;
|
||||||
|
top: 0.85714286em;
|
||||||
|
right: 0.5em;
|
||||||
|
width: 1em;
|
||||||
|
height: 1em;
|
||||||
|
font-size: 1em;
|
||||||
|
line-height: 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
table.diff .diff-addedline .dashicons {
|
||||||
|
/* Compensate the vertically non-centered plus glyph. */
|
||||||
|
top: 0.92857143em;
|
||||||
|
}
|
||||||
|
|
||||||
table.diff .diff-addedline ins {
|
table.diff .diff-addedline ins {
|
||||||
background-color: #afa;
|
background-color: #afa;
|
||||||
}
|
}
|
||||||
|
|
@ -266,7 +284,7 @@ table.diff .diff-addedline ins {
|
||||||
}
|
}
|
||||||
|
|
||||||
.diff-title strong {
|
.diff-title strong {
|
||||||
line-height: 32px;
|
line-height: 2.46153846;
|
||||||
min-width: 60px;
|
min-width: 60px;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
float: right;
|
float: right;
|
||||||
|
|
@ -275,7 +293,7 @@ table.diff .diff-addedline ins {
|
||||||
|
|
||||||
.revisions-controls .author-card .author-info {
|
.revisions-controls .author-card .author-info {
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
line-height: 16px;
|
line-height: 1.33333333;
|
||||||
}
|
}
|
||||||
|
|
||||||
.revisions-controls .author-card .avatar,
|
.revisions-controls .author-card .avatar,
|
||||||
|
|
@ -521,7 +539,7 @@ div.revisions-controls > .wp-slider > .ui-slider-handle {
|
||||||
|
|
||||||
.wp-slider .ui-slider-range {
|
.wp-slider .ui-slider-range {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
font-size: .7em;
|
font-size: 0.7em;
|
||||||
display: block;
|
display: block;
|
||||||
border: 0;
|
border: 0;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
|
|
@ -529,7 +547,7 @@ div.revisions-controls > .wp-slider > .ui-slider-handle {
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-slider.ui-slider-horizontal {
|
.wp-slider.ui-slider-horizontal {
|
||||||
height: .7em;
|
height: 0.7em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-slider.ui-slider-horizontal .ui-slider-handle {
|
.wp-slider.ui-slider-horizontal .ui-slider-handle {
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -223,8 +223,8 @@ table.diff td,
|
||||||
table.diff th {
|
table.diff th {
|
||||||
font-family: Consolas, Monaco, monospace;
|
font-family: Consolas, Monaco, monospace;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
line-height: 1.618;
|
line-height: 1.57142857;
|
||||||
padding: .5em;
|
padding: 0.5em 0.5em 0.5em 2em;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
|
@ -244,6 +244,7 @@ table.diff .diff-addedline ins {
|
||||||
}
|
}
|
||||||
|
|
||||||
table.diff .diff-deletedline {
|
table.diff .diff-deletedline {
|
||||||
|
position: relative;
|
||||||
background-color: #ffe9e9;
|
background-color: #ffe9e9;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -252,9 +253,26 @@ table.diff .diff-deletedline del {
|
||||||
}
|
}
|
||||||
|
|
||||||
table.diff .diff-addedline {
|
table.diff .diff-addedline {
|
||||||
|
position: relative;
|
||||||
background-color: #e9ffe9;
|
background-color: #e9ffe9;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
table.diff .diff-deletedline .dashicons,
|
||||||
|
table.diff .diff-addedline .dashicons {
|
||||||
|
position: absolute;
|
||||||
|
top: 0.85714286em;
|
||||||
|
left: 0.5em;
|
||||||
|
width: 1em;
|
||||||
|
height: 1em;
|
||||||
|
font-size: 1em;
|
||||||
|
line-height: 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
table.diff .diff-addedline .dashicons {
|
||||||
|
/* Compensate the vertically non-centered plus glyph. */
|
||||||
|
top: 0.92857143em;
|
||||||
|
}
|
||||||
|
|
||||||
table.diff .diff-addedline ins {
|
table.diff .diff-addedline ins {
|
||||||
background-color: #afa;
|
background-color: #afa;
|
||||||
}
|
}
|
||||||
|
|
@ -266,7 +284,7 @@ table.diff .diff-addedline ins {
|
||||||
}
|
}
|
||||||
|
|
||||||
.diff-title strong {
|
.diff-title strong {
|
||||||
line-height: 32px;
|
line-height: 2.46153846;
|
||||||
min-width: 60px;
|
min-width: 60px;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
float: left;
|
float: left;
|
||||||
|
|
@ -275,7 +293,7 @@ table.diff .diff-addedline ins {
|
||||||
|
|
||||||
.revisions-controls .author-card .author-info {
|
.revisions-controls .author-card .author-info {
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
line-height: 16px;
|
line-height: 1.33333333;
|
||||||
}
|
}
|
||||||
|
|
||||||
.revisions-controls .author-card .avatar,
|
.revisions-controls .author-card .avatar,
|
||||||
|
|
@ -521,7 +539,7 @@ div.revisions-controls > .wp-slider > .ui-slider-handle {
|
||||||
|
|
||||||
.wp-slider .ui-slider-range {
|
.wp-slider .ui-slider-range {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
font-size: .7em;
|
font-size: 0.7em;
|
||||||
display: block;
|
display: block;
|
||||||
border: 0;
|
border: 0;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
|
|
@ -529,7 +547,7 @@ div.revisions-controls > .wp-slider > .ui-slider-handle {
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-slider.ui-slider-horizontal {
|
.wp-slider.ui-slider-horizontal {
|
||||||
height: .7em;
|
height: 0.7em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-slider.ui-slider-horizontal .ui-slider-handle {
|
.wp-slider.ui-slider-horizontal .ui-slider-handle {
|
||||||
|
|
|
||||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue