diff --git a/TE2/Proyecto Teknovate/htdocs/applications.html b/TE2/Proyecto Teknovate/htdocs/applications.html new file mode 100644 index 0000000..b1c605a --- /dev/null +++ b/TE2/Proyecto Teknovate/htdocs/applications.html @@ -0,0 +1,79 @@ + + + + + Bitnami: Open Source. Simplified + + + + +
+ +
+
+
+
+
+

Apache Friends and Bitnami are cooperating to make dozens of open source applications available on XAMPP, for free. Bitnami-packaged applications include Wordpress, Drupal, Joomla! and dozens of others and can be deployed with one-click installers. Visit the Bitnami XAMPP page for details on the currently available apps.


+

Check out our Bitnami for XAMPP Start Guide for more information about the applications installed.

+
+
+
+
+
+ +
+
+
+ + + diff --git a/TE2/Proyecto Teknovate/htdocs/bitnami.css b/TE2/Proyecto Teknovate/htdocs/bitnami.css new file mode 100644 index 0000000..fd441c8 --- /dev/null +++ b/TE2/Proyecto Teknovate/htdocs/bitnami.css @@ -0,0 +1,17 @@ +.module_top, .module_bottom{ + visibility: hidden; +} + +table { + border: 0px !important; +} + +.module_content img{ + min-width: 70px; +} + +.module_content h2{ + font-size: 30px; +} + + diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/404.html b/TE2/Proyecto Teknovate/htdocs/dashboard/404.html new file mode 100644 index 0000000..390b84b --- /dev/null +++ b/TE2/Proyecto Teknovate/htdocs/dashboard/404.html @@ -0,0 +1,121 @@ + + + + + + + + + + + 404 Not Found + + + + + + + + + + + + + + + + +
+ +
+ +
+ +
+
+
+
+

404 Not Found

+
+
+
+
+
+

The page you were looking for doesn't exist.

+

Think this is an error? Please let us know.

+
+
+
+ +
+
+ +
+
+
+
+
+ +
+ + + + + + + + diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/de/faq.html b/TE2/Proyecto Teknovate/htdocs/dashboard/de/faq.html new file mode 100644 index 0000000..97cc4ed --- /dev/null +++ b/TE2/Proyecto Teknovate/htdocs/dashboard/de/faq.html @@ -0,0 +1,523 @@ + + + + + + + + + + + XAMPP FAQs for Windows + + + + + + + + + + + + + + + + +
+ +
+ +
+ +
+
+
+
+

Windows Häufig gestellte Fragen

+
+
+
+
+
+
+
Wie installiere ich XAMPP?
+
+

XAMPP für Windows gibt es in drei verschiedenen Versionen:

+

Installationsprogramm:
+ Wahrscheinlich der einfachste Weg, um XAMPP zu installieren.

+

ZIP:
+ Für Puristen: XAMPP als ZIP-Archiv.

+

7zip:
+ Für Puristen mit geringer Bandbreite: XAMPP als 7zip-Archiv.

+

Hinweis: Wenn Sie die Dateien entpacken, kann es zu falschen Warnungen Ihres Anti-Viren-Programms kommen.

+

Mit dem Installer:

+

+

Das XAMPP-Control-Panel zum Starten und Beenden von Apache, MySQL, FileZilla & Mercury oder zum Installieren dieser Server als Dienste.

+

Installation mit einer Zip-Datei

+

Packen Sie das Zip-Archiv in den Ordner Ihrer Wahl aus. XAMPP extrahiert sich in das Unterverzeichnis "\\xampp" unterhalb des gewählten Zielverzeichnisses. Starten Sie dann die Datei "setup_xampp.bat", um die XAMPP-Einstellungen an Ihr System anzupassen.

+

Wenn Sie ein Wurzel-Verzeichnis "C:\\" als Ziel wählen, müssen Sie die "setup_xampp.bat" nicht starten.

+

Wie mit dem Installationsprogramm können Sie nun das "XAMPP-Control-Panel" für weitere Aufgaben benutzen.

+
+
Does XAMPP include MySQL or MariaDB?
+
+

Since XAMPP 5.5.30 and 5.6.14, XAMPP ships MariaDB instead of MySQL. The commands and tools are the same for both.

+
+
Wie kann ich XAMPP ohne Setup starten?
+
+

Wenn Sie XAMPP in einen Top-Level-Ordner wie "C:\\" oder "D:\\" entpacken, können Sie die meisten Server wie Apache oder MySQL direkt starten, ohne die Datei "setup_xampp.bat" auszuführen.

+

Wenn Sie XAMPP auf ein USB-Laufwerk installieren, wird empfohlen, das Setup-Skript nicht zu benutzen oder darin relative Pfade auszuwählen, da ein solches Laufwerk auf jedem PC einen anderen Laufwerksbuchstaben haben kann. Sie können mit dem Setup-Script jederzeit von absoluten auf relative Pfade wechseln.

+

Der einfachste Weg ist, die Installer-Version von der Download-Seite zu nutzen, um XAMPP zu Installieren. Nach dem Fertigstellen der Installation finden Sie XAMPP unter Start → Programme → XAMPP. Man kann das XAMPP-Controll-Panel benutzen, um die Server manuell zu starten oder zu beenden, als auch diese Programme als Windows-Dienste zu installieren oder zu deinstallieren.

+

Das XAMPP-Control-Panel zum Starten und Beenden von Apache, MySQL, FileZilla & Mercury oder zum Installieren dieser Server als Dienste.

+
+
Wie starte / stoppe ich XAMPP?
+
+

Das universelle Kontrollzentrum ist das "XAMPP Control Panel" (Dank an www.nat32.com). Es wird mit folgendem Befehl gestartet:

+

\xampp\xampp-control.exe

+

Sie können auch einige Batchdateien benutzen, um die Serverdienste zu starten/stoppen:

+

+

    +
  • Apache- & MySQL-Start: + \xampp\xampp_start.exe
  • +
  • Apache- & MySQL-Stopp: + \xampp\xampp_stop.exe
  • +
  • Apache-Start: + \xampp\apache_start.bat
  • +
  • Apache-Stopp: + \xampp\apache_stop.bat
  • +
  • MySQL-Start: + \xampp\mysql_start.bat
  • +
  • MySQL-Stopp: + \xampp\mysql_stop.bat
  • +
  • Mercury-Mailserver-Start: + \xampp\mercury_start.bat
  • +
  • Mercury-Mailserver-Stopp: + \xampp\mercury_stop.bat
  • +
  • FileZilla-Server-Start: + \xampp\filezilla_start.bat
  • +
  • FileZilla-Server-Stopp: + \xampp\filezilla_stop.bat

+

+
+
Wie kann ich testen, ob alles funktioniert?
+
+

Geben Sie folgende URL in Ihrem Lieblings-Web-Browser ein:

+

http://localhost/ oder http://127.0.0.1/

+

You should see the XAMPP start page, as shown below.

+ +
+
Wie kann ich ein Serverprogramm als Windowsdienst installieren?
+
+

Jedes Serverprogramm in XAMPP kann als Windowsdienst installiert werden. Diese Installation kann über das XAMPP-Control-Panel durchgeführt werden. Es ist nötig Administrationsrechte zu haben, um das XAMPP-Controll-Panel und dessen Skripten zu nutzen.

+

Manuelle Installation des Apache als Windowsdienst: \\xampp\\apache\\apache_installservice.bat

+

Manuelle Deinstallation des Apache als Windowsdienst: \\xampp\\apache\\apache_uninstallservice.bat

+

Manuelle Installation des MySQL-Servers als Windowsdienst: \\xampp\\mysql\\mysql_installservice.bat

+

Manuelle Deinstallation des MySQL-Servers als Windowsdienst: \\xampp\\mysql\\mysql_uninstallservice.bat

+

FileZilla (FTP Server) als Windowsdienst installieren und deinstallieren: \\xampp\\filezilla_setup.bat

+

Mercury-Mail-Server: eine Windowsdienst-Installation gibt es nicht

+
+
Ist XAMPP zum Produktiveinsatz geeignet?
+
+

XAMPP ist nicht für den Einsatz in Produktivumgebungen, sondern ausschließlich für den Einsatz als Entwicklungsumgebung gedacht. XAMPP ist so offen wie möglich konfiguriert, um dem Entwickler alles, was er/sie möchte, zu erlauben. Dies ist für Entwicklungsumgebungen großartig, kann aber im Produktiveinsatz fatale Auswirkungen haben.

+

Hier ist eine Liste fehlender Sicherheitseinstellungen in XAMPP:

+
    +
  1. Der MySQL-Administrator (root) hat kein Passwort.
  2. +
  3. Der MySQL-Daemon ist übers Netzwerk erreichbar.
  4. +
  5. ProFTPD nutzt das Passwort "lampp" für den Benutzer "daemon".
  6. +
  7. Die Standard-Benutzer von Mercury und FileZilla sind bekannt.
  8. +
+

Alle Einstellungen beinhalten einen hohen Sicherheitsrisiko, besonders wenn XAMPP über das Netz und von anderen Personen außerhalb Ihres lokalen Netzes erreichbar ist. Es kann auch helfen, eine Firewall oder einen (NAT-) Router zu nutzen. Im Falle, dass Sie eine Firewall oder einen Router nutzen, ist Ihr PC, auf dem XAMPP läuft, normalerweise nicht mehr aus dem Internet erreichbar. Es liegt an Ihnen, diese Probleme zu lösen. Eine kleine Hilfe dazu ist unter der "XAMPP-Sicherheits-Konsole" zu finden.

+

Bitte sichern Sie XAMPP ab, bevor Sie etwas für alle Online zur Verfügung stellen. Eine Firewall und ein externer Router sind nur für eine unterste Ebene an Sicherheit ausreichend. Für etwas mehr Sicherheit sollten Sie die "XAMPP-Sicherheits-Konsole" aufrufen und Passwörter vergeben.

+

Wenn Sie möchten, dass Ihr XAMPP auch aus dem Internet erreichbar ist, so besuchen Sie bitte folgenden URI, der einige Probleme lösen kann:

+

http://localhost/security/

+

Mit der Sicherheitskonsole können Sie ein Passwort für den MySQL-Benutzer "root" und für phpMyAdmin setzen. Sie können auch eine Authentifikation für die Demoseiten von XAMPP aktivieren.

+

Dieses web-basierte Werkzeug löst keine weitergehenden Sicherheitslücken. Insbesondere den FileZilla-FTP-Server und den Mercury-Mail-Server müssen Sie selbst absichern.

+
Wie deinstalliere ich XAMPP?
+
+

Wenn Sie XAMPP mit Hilfe der Installer-Version installiert haben, verwenden Sie unbedingt den "Uninstaller" (De-Installationsassistent), also nicht nur löschen. Durch den "Uninstaller" werden alle Einstellungen in der Windowsregistrierung zurückgenommen, gleichzeitig werden alle Anwendungen deinstalliert, die zu XAMPP gehören. Wir empfehlen dringend, das "Uninstall"-Programm aus der Version des Installers zu benutzen, mit dem Sie XAMPP installiert haben. Bitte sichern Sie alle wichtigen Daten, die Sie behalten möchten, bevor Sie XAMPP deinstallieren.

+

Wenn Sie XAMPP mit Hilfe der ZIP- oder 7zip-Version installiert haben, fahren Sie alle XAMPP-Server herunter und verlassen Sie alle Fenster. Wenn Sie irgendwelche Dienste eingerichtet haben, machen Sie auch das rückgängig. Dann löschen Sie einfach den gesamten Ordner, in dem XAMPP installiert war. Es gibt keine Registry-Einträge und keine Environment-Variablen, die gelöscht werden müssten.

+
+
Was ist die "lite"-Version von XAMPP?
+
+

XAMPP Lite (das bedeutet "light" (leicht) wie in "Leichtgewicht") ist ein kleineres Bündel aus XAMPP-Komponenten, das empfohlen wird für rasche Arbeiten, die nur PHP und MySQL brauchen. Einige Dienste wie Mercury-Mail und FileZilla-FTP fehlen in der Lite-Version.

+
+
Wohin gehört mein Web-Inhalt?
+
+

Das Stammverzeichnis für alle WWW-Dokumente ist \\xampp\\htdocs. Wenn Sie eine Datei "test.html" in dieses Verzeichnis legen, können Sie darauf mit der URI "http://localhost/test.html" zugreifen.

+

Und "test.php"? Einfach folgende Adresse aufrufen "http://localhost/test.php". Ein einfaches Testskript kann so aussehen:

+

<?php
+ echo 'Hello world';
+ ?>

+

Eine neues Unterverzeichnis für ihr eigenes Web? Einfach ein neues Verzeichnis (z. B. "neu") innerhalb des Verzeichnisses "\\xampp\\htdocs" anlegen (am besten ohne Leerzeichen und nur ASCII-Zeichen), erstellen Sie dann einfach eine Testdatei in diesem neuen Verzeichnis und rufen Sie sie mit "http://localhost/neu/test.php" auf.

+

Zusätzliche Einzelheiten

+

HTML:
+ Ausführbar: \xampp\htdocs
+ Erlaubte Endungen: .html .htm
+ => Basispaket

+

SSI:
+ Ausführbar: \xampp\htdocs
+ Erlaubte Endungen: .shtml
+ => Basispaket

+

CGI:
+ Ausführbar: \xampp\htdocs and \xampp\cgi-bin
+ Erlaubte Endungen: .cgi
+ => Basispaket

+

PHP:
+ Ausführbar: \xampp\htdocs and \xampp\cgi-bin
+ Erlaubte Endungen: .php
+ => Basispaket

+

Perl:
+ Ausführbar: \xampp\htdocs and \xampp\cgi-bin
+ Erlaubte Endungen: .pl
+ => Basispaket

+

Apache::ASP Perl:
+ Ausführbar: \xampp\htdocs
+ Erlaubte Endungen: .asp
+ => Basispaket

+

JSP Java:
+ Ausführbar: \xampp\tomcat\webapps\java (e.g.)
+ Erlaubte Endungen: .jsp
+ => Tomcat add-on

+

Servlets Java:
+ Ausführbar: \xampp\tomcat\webapps\java (e.g.)
+ Erlaubte Endungen: .html (u.a)
+ => Tomcat add-on

+
+
Kann ich die XAMPP-Installation woanders hin legen?
+
+

Ja. Nachdem Sie das XAMPP-Verzeichnis woanders hin gelegt haben, müssen Sie die "setup_xampp.bat"-Datei ausführen. Die Verzeichnispfade in den Konfigurationsdateien werden durch diesen Schritt angepasst.

+

Wurden Server als Windowsdienst installiert, so ist es wichtig, diese vorher zu deinstallieren, nach dem Verlegen der XAMPP-Installation kann man dann die Windowsdienste wieder installieren.

+

Achtung: Die Konfigurationsdateien Ihrer eigenen Skripten - wie PHP-Anwendungen - werden nicht geändert. Aber es ist möglich, ein "Plug-in" für den Installer zu schreiben. Mit einem solchen Plug-in kann der Installer auch solche Dateien anpassen.

+
+
Was sind "automatische Startseiten" für die WWW-Verzeichnisse?
+
+

Der Standard-Dateiname für die Appachefunktion "DirectoryIndex" ist "index.html" oder "index.php". Jedes Mal, wenn Sie lediglich ein Verzeichnis im Browser aufrufen (z. B. "http://localhost/xampp/") und Apache findet darin eine solche Datei, wird diese Datei anstelle eines Inhaltsverzeichnisses angezeigt.

+
+
Wo kann ich die Konfigurationen ändern?
+
+

Fast alle Einstellungen in XAMPP können Sie mit Konfigurationsdateien ändern. Öffnen Sie einfach die Datei in einem Text-Editor und ändern Sie die gewünschte Einstellung. Nur FileZilla und Mercury sollten Sie mit dem Konfigurationswerkzeug konfigurieren.

+
+ +
Warum läuft XAMPP nicht auf Windows XP SP2?
+
+

Microsoft liefert mit Service Pack 2 (SP2) eine bessere Firewall, die automatisch startet. Diese Firewall blockiert jedoch die erforderlichen Ports 80 (http) und 443 (https), sodass Apache nicht starten kann.

+

Die schnelle Lösung:

+

Deaktivieren Sie die Microsoft-Firewall mit der Systemsteuerung → Windows-Firewall und versuchen Sie, XAMPP erneut zu starten. Besser wäre es, eine Ausnahme im Sicherheitscenter einzurichten.

+

Die folgenden Ports sind in Benutzung für Basis-Funktionalitäten:

+

Apache (HTTP): Port 80
+ Apache (WebDAV): Port 81
+ Apache (HTTPS): Port 443
+ MySQL: Port 3306
+ FileZilla (FTP): Port 21
+ FileZilla (Admin): Port 14147
+ Mercury (SMTP): Port 25
+ Mercury (POP3): Port 110
+ Mercury (IMAP): Port 143
+ Mercury (HTTP): Port 2224
+ Mercury (Finger): Port 79
+ Mercury (PH): Port 105
+ Mercury (PopPass): Port 106
+ Tomcat (AJP/1.3): Port 8009
+ Tomcat (HTTP): Port 8080

+
+ +
Warum funktioniert XAMPP nicht bei Windows VISTA?
+
+

Benutzerkontensteuerung (UAC)

+

Im Verzeichnis "C:\\Programme" haben Sie nicht alle Zugriffsrechte, nicht einmal als Administrator. Oder Sie haben eingeschränkte Zugriffsrechte (z. B. für "\\xampp\\htdocs"). In diesem Fall können Sie die Datei nicht verändern.
+Lösung: Erhöhen Sie ihre Zugriffsrechte über den Dateimanager (rechte Maustaste / Sicherheit) oder schalten Sie die Benutzerkontensteuerung (UAC) ab.

+

Sie haben Apache/MySQL in "C:\\xampp" als Windowsdienste installiert. Aber Sie können diese Windowsdienste nicht mehr über das "XAMPP-Controll-Panel" starten/anhalten oder sie können sie nicht deinstallieren.

+Lösung: Benutzen Sie die Systemsteuerung → Verwaltung → Dienste-Konsole von Windows oder deaktivieren Sie die Benutzerkontensteuerung UAC.

+

Deaktivieren der Benutzerkontensteuerung (UAC)

+

Verwenden Sie das Programm "msconfig", um die Benutzerkontensteuerung zu deaktivieren. In "msconfig" gehen Sie auf "Tools", wählen "UAC-Einstellungen ändern", klicken auf "Starten" und überprüfen Ihre Auswahl. Danach müssen Sie Windows neu starten. Zur gleichen Zeit können Sie die Benutzerkontensteuerung wieder aktivieren.

+
+ +
Wie überprüfe ich die md5-Prüfsumme (md5_checksum)?
+
+

Um Dateien zu vergleichen, werden oft Prüfsummen (checksums) benutzt. Üblicherweise erzeugt man eine md5-Prüfsumme (Message Digest Algorithm 5).

+

Mit dieser md5-Prüfsumme können Sie testen, ob Ihr Download des XAMPP-Pakets korrekt ist oder nicht. Natürlich benötigen Sie ein Programm, das diese Prüfsummen erstellen kann. Für Windows können Sie ein Kommandozeilenwerkzeug von Microsoft verwenden:

+

Verfügbarkeit und Beschreibung des Prüfsummen-Dienstprogramms "File Checksum Integrity Verifier utility" - fciv

+

Es ist auch möglich, ein anderes Programm zu benutzen, das eine md5-Prüfsumme erzeugen kann, z. B. "GNU md5sum" oder "winMd5Sum.exe".

+

Wenn Sie ein solches Programm installiert haben (z.B. fciv.exe), können Sie die folgenden Schritte ausführen:

+

+

    +
  • Laden Sie XAMPP (z. B. xampp-win32-1.8.2-0.exe) herunter
  • +
  • Erstellen Sie eine Prüfsumme mit:
    + fciv.exe xampp-win32-1.8.2-0.exe +
  • +
  • Und nun können Sie Ihre Prüfsumme mit der angezeigten Prüfsumme auf der XAMPP_für_Windows-Homepage vergleichen.
  • +
+

+

Wenn beide Prüfsummen gleich sind, dann ist alles in Ordnung. Wenn nicht, so kann der Download abgebrochen sein oder die Datei wurde verändert.

+
+ +
Warum haben Änderungen in der php.ini keine Auswirkungen?
+
+

Wenn Änderungen in der php.ini keine Wirkung zeigen, so ist es möglich, dass eine andere php.ini benutzt wird. Eine Prüfung kann mit phpinfo() vollzogen werden. Gehen Sie auf die URI http://localhost/xampp/phpinfo.php und suchen Sie nach "Loaded Configuration File". In diesem Eintrag ist der Dateipfad der php.ini abzulesen, der wirklich benutzt wird.

+

Hinweis: Nach Änderungen in der php.ini ist es wichtig, den Apache neu zu starten, damit der Apache den PHP-Parser veranlasst, die neuen Einstellungen einzulesen.

+
+ +
Hilfe! Hier ist ein Virus im XAMPP!
+
+

Einige Antivirus Programme halten XAMPP für einen Virus, typischerweise mit dem Hinweis auf den XAMPP-Manager.exe. Das ist eine falsche Positiv-Meldung des Antivirus-Programms, das bedeutet, dass das Antivirus-Programm XAMPP irrtümlich als Virus identifiziert hat, obwohl XAMPP keines ist. Bevor wir eine neue Version von XAMPP herausgeben, testen wir sie mit unterschiedlichen Virenscannern, die zu diesem Zeitpunkt aktuell vorhanden sind. Im Augenblick benutzen wir Kapersky Online Virus Scanner. Sie können auch das Onlinewerkzeug benutzen, Virus Total um XAMPP zu untersuchen oder Sie senden uns eine E-Mail an security (at) apachefriends (dot) org, wenn Sie ein Problem gefunden haben.

+
+ +
Wie konfiguriere ich mein Antivirusprogramm?
+
+

Wir haben alle zum Ausführen der gebündelten Webanwendung benötigten Server und die damit verbundenen Dateien eingefügt, sie werden also bemerken, dass XAMPP eine große Anzahl an Dateien installiert. Wenn sie eine XAMPP-Anwendung auf einem Windowsrechner mit einem aktiven Antivirusprogramm installieren, dann kann das die Installation merklich verlangsamen und es kann sein, dass einer der Server (Web-Server, Datenbankserver) von der Antivirussoftware blockiert wird. Wenn Sie ein Antivirusprogramm aktiviert haben, prüfen Sie die folgenden Einstellungen, damit XAMPP ohne Leistungseinbußen ausgeführt wird:

+

+

    +
  • Fügen Sie Ausnahmen in der Firewall hinzu: für Apache, MySQL oder jeden weiteren Server.
  • +
  • Dateien untersuchen beim Aufruf: Wenn Sie die Virusuntersuchung für alle Dateien aktiviert haben, können die ausführbaren Dateien für den Server langsamer werden.
  • +
  • Untersuchen Sie den Verkehr für unterschiedliche URLs: wenn Sie mit XAMPP auf Ihrem eigenen Rechner entwickeln, können Sie den "localhost"-Verkehr in den Antiviruseinstellungen ausschließen.
  • +
+

+
+ +
Warum startet der Apache Server auf meinem System nicht?
+
+

Dies Problem kann einen von mehrere Gründen habe:

+

+

    +
  • Sie haben mehr als einen HTTP-Server (IIS, Sambar, ZEUS usw.) gestartet. Nur ein Server kann Port 80 verwenden. Diese Fehlermeldung weist auf das Problem hin:
    +(OS 10048)... make_sock: could not bind to adress 0.0.0.0:80 +no listening sockets available, shutting down
  • +
  • Sie haben eine andere Software wie das Internettelefon "Skype", die auch den Port 80 besetzt. Wenn "Skype" das Problem ist, gehen Sie in Skype auf Aktionen → Verbindungsoptionen → Verbindung → entfernen Sie das Häkchen bei "Ports 80 und 443 für zusätzliche eingehende Verbindungen verwenden" und starten Sie Skype erneut. Jetzt sollte es funktionieren.
  • +
  • Sie haben eine Firewall, die den Port von Apache blockiert. Nicht alle Firewalls sind kompatibel mit Apache, und es kommt manchmal vor, dass man die Firewall abschalten muss und wenn das nicht reicht, sogar eine Deinstallation durchführen muss. Diese Meldung zeigt eine Firewallblockade an:
    +(OS 10038)Socket operation on non-socket: make_sock: for address 0.0.0.0:80, +apr_socket_opt_set: (SO_KEEPALIVE)
  • +
+

Auch wenn der Apache gestartet werden kann, aber Ihr Browser kann nicht darauf zugreifen (http://localhost/), so könnte es einen der folgenden Gründe haben:

+
    +
  • Einige Virusscanner können das in der gleicher Weise verursachen, wie eine Firewall stören kann.
  • +
  • Sie benutzen Windows XP Professional ohne Servicepack 1. Sie müssen wenigstens das Servicepack 1 haben, damit XAMPP funktioniert.
  • +
+

+

Tipp: Wenn Sie Probleme mit belegten Ports haben, können Sie das Tool "xampp-portcheck.exe" ausprobieren. Manchmal hilft es.

+
+ +
Warum ist meine CPU-Auslastung mit Apache bei 99%?
+
+

Eines von zwei Szenarien spiel hier ein Rolle. Entweder ihre CPU ist am Limit oder Sie rufen eine Seite auf, sehen aber nichts (das System versucht vergeblich die Seite zu laden). In beiden Fällen können Sie die folgende Nachricht in Ihrer Apache-Logdatei finden:

+

Child: Encountered too many AcceptEx faults accepting client connections. +winnt_mpm: falling back to 'AcceptFilter none'.

+

Der MPM fällt zurück in eine sicherere Implementierung, aber einige Clients werden nicht korrekt behandelt. Um diesen Fehler zu vermeiden, setzen Sie "AcceptFilter" mit accept filter "none" in der "\\xampp\\apache\\conf\\extra\\httpd-mpm.conf"-Datei.

+
+ +
Warum werden Bilder und Stylesheets-Formate nicht angezeigt?
+
+

Gelegentlich gibt es Probleme mit der Anzeige von Bildern und Stylesheets, insbesondere wenn diese Dateien auf einem Netzwerklaufwerk liegen. In diesem Fall können Sie eine der folgenden Zeilen in der Datei "\\xampp\\apache\\conf\\httpd.conf" aktivieren (oder hinzufügen):

+

EnableSendfile off
+EnableMMAP off

+

Das Problem kann auch von Programmen verursacht werden, die die Bandbreite der Übertragung regulieren (z. B. NetLimiter).

+
+ +
How do I send email with XAMPP?
+
+

To configure XAMPP to use the included sendmail.exe binary for email delivery, follow these steps:

+
    +
  • Edit the XAMPP "php.ini" file. Within this file, find the [mail function] section and replace it with the following directives. Change the XAMPP installation path if needed. + + sendmail_path = "\"C:\xampp\sendmail\sendmail.exe\" -t" + +
  • +
  • Edit the XAMPP "sendmail.ini" file. Within this file, find the [sendmail] section and replace it with the following directives: + + smtp_server=smtp.gmail.com + smtp_port=465 + smtp_ssl=auto + error_logfile=error.log + auth_username=your-gmail-username@gmail.com + auth_password=your-gmail-password + +

    Remember to replace the dummy values shown with your actual Gmail address and account password. If you don't plan to use Gmail's SMTP server, replace the SMTP host details with appropriate values for your organization or ISP's SMTP server.

    +
  • +
  • Restart the Apache server using the XAMPP control panel. +
  • +
+

You can now use PHP's mail() function to send email from your application.

+
+ +
Wie kann ich ein root-Passwort für die MySQL-Datenbank setzen?
+
+

Configure it with the "XAMPP Shell" (command prompt). Open the shell from the XAMPP control pane and execute this command:mysqladmin.exe -u root password secretThis sets the root password to 'secret'.

+
+ +
Kann ich meinen eigenen MySQL-Server nutzen?
+
+

Ja. Starten Sie einfach nicht den MySQL vom XAMPP-Paket. Bitte beachten Sie, dass nicht zwei Server am gleichen Port lauschen können. Wenn Sie ein Passwort für "root" gesetzt haben, vergessen Sie bitte nicht, die Datei "\\xampp\\phpMyAdmin\\config.inc.php" anzupassen.

+
+ +
Wie schränke ich den Zugriff auf phpMyAdmin von außen ein?
+
+

In the basic configuration of XAMPP, phpMyAdmin is accessible only from the same host that XAMPP is running on, at http://127.0.0.1 or http://localhost.

+

Bevor Sie auf den MySQL-Server zugreifen können, wird phpMyAdmin nach einem Benutzernamen und einem Passwort fragen. Vergessen Sie nicht, zuerst ein Passwort für den Benutzer "root" zu setzen.

+
+ +
How do I enable access to phpMyAdmin from the outside?
+
+

In the basic configuration of XAMPP, phpMyAdmin is accessible only from the same host that XAMPP is running on, at http://127.0.0.1 or http://localhost.

+

IMPORTANT: Enabling external access for phpMyAdmin in production environments is a significant security risk. You are strongly advised to only allow access from localhost. A remote attacker could take advantage of any existing vulnerability for executing code or for modifying your data.

+

To enable remote access to phpMyAdmin, follow these steps:

+
    +
  • Edit the apache\conf\extra\httpd-xampp.conf file in your XAMPP installation directory.
  • +
  • Within this file, find the lines below. +

    + Alias /phpmyadmin "C:/xampp/phpMyAdmin/" + <Directory "C:/xampp/phpMyAdmin"> + AllowOverride AuthConfig + Require local +

    +
  • +
  • Then replace 'Require local' with 'Require all granted'.
  • +

    + Alias /phpmyadmin "C:/xampp/phpMyAdmin/" + <Directory "C:/xampp/phpMyAdmin"> + AllowOverride AuthConfig + Require all granted +

    +
  • Restart the Apache server using the XAMPP control panel.
  • +
+
+ +
Wo ist der IMAP-Support bei PHP?
+
+

In der Standardeinstellung ist die IMAP-Unterstützung aufgrund einiger mysteriöser Initialisierungsfehler mit einigen Homeversionen wie Windows_98 deaktiviert. Wenn Sie mit NT-Systemen arbeiten, können Sie die Datei "\\xampp\\php\\php.ini" öffnen, damit Sie die PHP-Erweiterung durch Entfernen des Semikolons am Beginn der Zeile ";extension=php_imap.dll" aktivieren können. Es sollte sein:
+extension=php_imap.dll

+

Jetzt starten Sie den Apache neu und IMAP sollte funktionieren. Sie können die gleichen Schritte für alle Erweiterungen anwenden, die in der Standardeinstellung nicht aktiviert sind.

+
+ +
Warum funktionieren einige PHP-open-source-Anwendungen nicht mit XAMPP für Windows?
+
+

Viele PHP-Anwendungen oder Erweiterungen, die für Linux geschrieben worden sind, wurden nicht auf Windows übertragen.

+
+ +
Kann ich das Verzeichnis "install" nach der Installation löschen?
+
+

Besser nicht. Die Skripten darin werden noch für alle Zusatzpakete (add-ons) und Upgrades von XAMPP gebraucht.

+
+ +
Wie aktiviere ich den eAccelerator?
+
+

Wie andere (Zend-) Erweiterungen können Sie sie in in der "php.ini"-Datei aktivieren. Aktivieren Sie in dieser Datei die Zeile ";zend_extension = "\\xampp\\php\\ext\\php_eaccelerator.dll". Es sollte sein:
+zend_extension = "\xampp\php\ext\php_eaccelerator.dll"

+
+ +
Wie behebe ich Verbindungsfehler zum MS_SQL-Server?
+
+

Wenn die mssql-Erweiterung in der php.ini geladen wird, erscheinen gelegentlich Probleme, wenn nur TCP/IP benutzt wird. Sie können das Problem mit einer neueren Version der "ntwdblib.dll" von Microsoft lösen. Bitte ersetzen Sie die ältere Datei in "\\xampp\\apache\\bin" und "\\xampp\\php" mit der neueren. Wegen der Lizenz können wir nicht selbst eine neuere Version mit XAMPP ausliefern.

+
+ +
Wie arbeite ich mit der PHP-mcrypt-Erweiterung?
+
+

Dafür haben wir einen Betreff im Forum mit Beispielen und möglichen Lösungen geöffnet: MCrypt-Eintrag

+
+ +
Do Microsoft Active Server Pages (ASP) work with XAMPP?
+
+

Nein. Und Apache::ASP mit dem Perl_ Add-On ist nicht das Gleiche. Apache::ASP kennt nur Perl-Skripten, wohingegen ASP des Internet-Information-Servers (IIS) auch normales VBScript beherrscht. Allerdings ist ein Apache-Modul für APS .NET von einem Drittanbieter verfügbar.

+
+ +
How can I get XAMPP working on port 80 under Windows 10?
+
+

By default, Windows 10 starts Microsoft IIS on port 80, which is the same default port used by Apache in XAMPP. As a result, Apache cannot bind to port 80.

+

To disable IIS from running on port 80, follow these steps:

+
    +
  • Open the Services panel in Computer Management.
  • +
  • Search for the 'World Wide Web Publishing Service' and select it.
  • +
  • Click the link to 'Stop the service'.
  • +
  • Double-click the service name.
  • +
  • In the 'Startup type' field, change the startup type to 'Disabled'.
  • +
  • Click 'OK' to save your changes.
  • +
+

You should now be able to start Apache in XAMPP on port 80.

+

For more information, refer to the 'Troubleshoot Apache Startup Problems' guide included with XAMPP or this forum post.

+
+ +
How can I use Microsoft Edge to access local addresses under Windows 10?
+
+

If your local machine has the host name 'myhost', you will not be able to access URLs such as http://myhost in Microsoft Edge. To resolve this, you should instead use the addresses http://127.0.0.1 or http://localhost.

+
+ +
Where are the main XAMPP configuration files?
+
+

The main XAMPP configuration files are located as follows:

+
    +
  • Apache configuration file: \xampp\apache\conf\httpd.conf, \xampp\apache\conf\extra\httpd-xampp.conf
  • +
  • PHP configuration file: \xampp\php\php.ini
  • +
  • MySQL configuration file: \xampp\mysql\bin\my.ini
  • +
  • FileZilla Server configuration file: \xampp\FileZillaFTP\FileZilla Server.xml
  • +
  • Apache Tomcat configuration file: \xampp\tomcat\conf\server.xml
  • +
  • Apache Tomcat configuration file: \xampp\sendmail\sendmail.ini
  • +
  • Mercury Mail configuration file: \xampp\MercuryMail\MERCURY.INI
  • +
+
+ +
+
+
+ +
+ + + + + + + + diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/de/howto.html b/TE2/Proyecto Teknovate/htdocs/dashboard/de/howto.html new file mode 100644 index 0000000..8e2ff88 --- /dev/null +++ b/TE2/Proyecto Teknovate/htdocs/dashboard/de/howto.html @@ -0,0 +1,131 @@ + + + + + + + + + + + XAMPP howto guides + + + + + + + + + + + + + + + + +
+ +
+ +
+ +
+
+
+
+

Windows HOW-TO Guides

+
+
+
+
+ +
+ +
+ + + + + + + + diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/de/howto_platform_links.html b/TE2/Proyecto Teknovate/htdocs/dashboard/de/howto_platform_links.html new file mode 100644 index 0000000..e4431b8 --- /dev/null +++ b/TE2/Proyecto Teknovate/htdocs/dashboard/de/howto_platform_links.html @@ -0,0 +1,101 @@ + + + + + + + + + + + Apache Friends + + + + + + + + + + + + + + + + +
+ +
+ +
+ +
+
Use a Different PHP Version
+
Run PHP under FastCGI
+
Configure and Use Apache Tomcat
+ +
+ + + + + + + + diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/de/howto_shared_links.html b/TE2/Proyecto Teknovate/htdocs/dashboard/de/howto_shared_links.html new file mode 100644 index 0000000..56afb22 --- /dev/null +++ b/TE2/Proyecto Teknovate/htdocs/dashboard/de/howto_shared_links.html @@ -0,0 +1,115 @@ + + + + + + + + + + + Apache Friends + + + + + + + + + + + + + + + + +
+ +
+ +
+ +
+
Backup and Restore MySQL/MariaDB Databases
+
Configure FTP Access
+
Configure Virtual Hosts
+
Configure Wildcard-Based Subdomains
+
Deploy an Application Using Git
+
Get Started Quickly with WordPress
+
Reset the MySQL/MariaDB Root Password
+
Send Mail with PHP
+
Use SQLite with PHP
+
Activate and Use Xdebug
+
Start a New Zend Framework 1.x Project
+
Start a New Zend Framework 2.x Project
+
Troubleshoot Apache Startup Problems
+
Change the MySQL Temporary Files Directory
+
Increase the PHP File Upload Limit
+
Enable Remote Access to phpMyAdmin
+
Auto-Start XAMPP
+ +
+ + + + + + + + diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/de/index.html b/TE2/Proyecto Teknovate/htdocs/dashboard/de/index.html new file mode 100644 index 0000000..a39c5a5 --- /dev/null +++ b/TE2/Proyecto Teknovate/htdocs/dashboard/de/index.html @@ -0,0 +1,167 @@ + + + + + + + + + + + Welcome to XAMPP + + + + + + + + + + + + + + + + +
+ +
+ +
+ +
+
+
+
+

XAMPP Apache + MariaDB + PHP + Perl

+
+
+
+
+
+

Welcome to XAMPP for Windows 8.0.0

+
+
+
+
+

+ You have successfully installed XAMPP on this system! Now you can start using Apache, MariaDB, PHP and other components. + You can find more info in the Häufig gestellte Fragen section or check the HOW-TO Guides for getting started with PHP applications. +

+

+ XAMPP is meant only for development purposes. It has certain configuration settings that make it easy to develop locally but that are insecure if you want to have your installation accessible to others. + If you want have your XAMPP accessible from the internet, make sure you understand the implications and you checked the Häufig gestellte Fragen to learn how to protect your site. Alternatively you can use WAMP, MAMP or LAMP which are similar packages which are more suitable for production. +

+

+ Start the XAMPP Control Panel to check the server status. +

+
+
+
+
+

Gemeinschaft

+
+
+
+
+

+ XAMPP gibt es seit mehr als 10 Jahren – eine riesige Gemeinschaft steht dahinter. Auch du kannst ein Teil davon werden, durch Teilnahme an unseren Foren, indem du dich in der Mailing-Liste eintragen lässt, uns auf Facebook likest, unseren Tätigkeiten auf Twitter folgst oder uns zu deinen Google+ Kreisen hinzufügst. +

+
+
+
+
+

Trage zur Übersetzung von XAMPP bei: translate.apachefriends.org.

+
+
+
+
+

+ Möchten Sie uns helfen XAMPP in andere Sprachen zu übersetzen? Wir brauchen Ihre Hilfe um XAMPP in diversen Sprachen anbieten zu können. Dazu haben wir eine Website,translate.apachefriends.org eingerichtet, in welcher Nutzer mit Übersetzungen beitragen können. +

+
+
+
+
+

Install applications on XAMPP using Bitnami

+
+
+
+
+

+ Apache Friends and Bitnami are cooperating to make dozens of open source applications available on XAMPP, for free. Bitnami-packaged applications include Wordpress, Drupal, Joomla! and dozens of others and can be deployed with one-click installers. + Visit the Bitnami XAMPP page for details on the currently available apps. +

+
+
+
+
+ Bitnami XAMPP page +
+
+ +
+ + + + + + + + diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/docs/access-phpmyadmin-remotely.html b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/access-phpmyadmin-remotely.html new file mode 100644 index 0000000..4911694 --- /dev/null +++ b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/access-phpmyadmin-remotely.html @@ -0,0 +1,164 @@ + + + + + + + + + + + Enable Remote Access to phpMyAdmin + + + + + + + + + + + + + + + + +
+ +
+ +
+ +
+
+
+
+

Documentation

+
+
+
+
+
+ +
+

Enable Remote Access to phpMyAdmin

+
+

XAMPP includes phpMyAdmin, an open-source, browser-based tool for managing MySQL/MariaDB database servers. By default, for security reasons, phpMyAdmin is configured to only accept connections from the host on which XAMPP is installed. Attempting to access phpMyAdmin from any other host will produce the error below:

+
+
+
+image1 +
+
+
+

To enable remote access to phpMyAdmin from other hosts, follow these steps:

+
+
+
    +
  1. +

    Edit the apache/conf/extra/httpd-xampp.conf file in your XAMPP installation directory (usually, C:\xampp).

    +
  2. +
  3. +

    Within this file, find the block below:

    +
    +
    +
    <Directory "/xampp/phpMyAdmin">
    +  AllowOverride AuthConfig
    +  Require local
    +  ...
    +
    +
    +
    +

    Update this block and replace Require local with Require all granted, so that it looks like this:

    +
    +
    +
    +
    <Directory "/xampp/phpMyAdmin">
    +  AllowOverride AuthConfig
    +  Require all granted
    +  ...
    +
    +
    +
  4. +
  5. +

    Save the file and restart the Apache server using the XAMPP control panel.

    +
  6. +
+
+
+

You should now be able to access phpMyAdmin from other hosts.

+
+
+
+
+ +
+ + + + + + + + diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/docs/access-phpmyadmin-remotely.pdf b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/access-phpmyadmin-remotely.pdf new file mode 100644 index 0000000..5b55c7b Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/access-phpmyadmin-remotely.pdf differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/docs/access-phpmyadmin-remotely.pdfmarks b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/access-phpmyadmin-remotely.pdfmarks new file mode 100644 index 0000000..e846634 --- /dev/null +++ b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/access-phpmyadmin-remotely.pdfmarks @@ -0,0 +1,9 @@ +[ /Title (Enable Remote Access to phpMyAdmin) + /Author () + /Subject () + /Keywords () + /ModDate (D:20180510144842) + /CreationDate (D:20180510144842) + /Creator (Prawn 1.0.0) + /Producer () + /DOCINFO pdfmark diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/docs/activate-use-xdebug.html b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/activate-use-xdebug.html new file mode 100644 index 0000000..4ed6e1f --- /dev/null +++ b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/activate-use-xdebug.html @@ -0,0 +1,209 @@ + + + + + + + + + + + Activate and Use Xdebug + + + + + + + + + + + + + + + + +
+ +
+ +
+ +
+
+
+
+

Documentation

+
+
+
+
+
+ +
+

Activate and Use Xdebug

+
+

Xdebug is a powerful open source debugger and profiler for PHP. It is included with XAMPP and can be used to display stack traces, analyze code coverage and profile your PHP code.

+
+
+

To activate Xdebug, follow these steps:

+
+
+
    +
  1. +

    Edit the php.ini file in the php\ subdirectory of your XAMPP installation directory (usually, C:\xampp). Within this file, find the [XDebug] section and within it, add the following configuration directive (or modify the existing one):

    +
    +
    +
    zend_extension = "C:/xampp/php/ext/php_xdebug.dll"
    +
    +
    +
  2. +
  3. +

    Restart the Apache server using the XAMPP control panel.

    +
  4. +
+
+
+

Xdebug should now be active. To verify this, browse to the URL http://localhost/xampp/phpinfo.php, which displays the output of the phpinfo() command. Look through the script and verify that the Xdebug extension is now active.

+
+
+
+image1 +
+
+
+

Xdebug overloads the default var_dump() function with its own version that includes (among other things) color coding for different PHP types, so you can see it in action immediately by using the var_dump() function in a PHP script. For example, create a simple PHP script in the htdocs\ subdirectory of your XAMPP installation directory with the following content:

+
+
+
+
<?php
+var_dump($_SERVER);
+
+
+
+

When you view your script through a browser, here’s an example of what you might see:

+
+
+
+image2 +
+
+
+

One of Xdebug’s most powerful features is its ability to profile a PHP script and produce detailed statistics on how long each function call or line of code takes to execute. This can be very useful for performance analysis of complex scripts. To turn on script profiling, follow these steps:

+
+
+
    +
  1. +

    Edit the php.ini file in the php\ subdirectory of your XAMPP installation directory. Within this file, find the [XDebug] section and within it, uncomment and modify the lines below so that they look like this:

    +
    +
    +
    xdebug.profiler_append = 0
    +xdebug.profiler_enable = 1
    +xdebug.profiler_enable_trigger = 0
    +xdebug.profiler_output_dir = "C:/xampp/tmp"
    +xdebug.profiler_output_name = "cachegrind.out.%t-%s"
    +
    +
    +
  2. +
  3. +

    Restart the Apache server using the XAMPP control panel.

    +
  4. +
+
+
+

At this point, Xdebug profiling is active. Every PHP script that you run will be profiled and the results will be placed in the C:\xampp\tmp as a so-called cachegrind file. You can view this cachegrind file with a tool like WinCacheGrind, which you must download and install separately.

+
+
+

To illustrate how this works, consider the screenshot below, which shows the profiled output of a script using WinCacheGrind. As the screenshot illustrates, it’s easy to see the entire life cycle of a PHP script, including the call sequence and the amount of time taken by each function, and thereby find targets for further optimization.

+
+
+
+image3 +
+
+
+ + + + + +
+ + +To find out more about Xdebug’s powerful features, read the Xdebug documentation. +
+
+
+
+
+ +
+ + + + + + + + diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/docs/activate-use-xdebug.pdf b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/activate-use-xdebug.pdf new file mode 100644 index 0000000..f3cf547 Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/activate-use-xdebug.pdf differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/docs/activate-use-xdebug.pdfmarks b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/activate-use-xdebug.pdfmarks new file mode 100644 index 0000000..0b0b271 --- /dev/null +++ b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/activate-use-xdebug.pdfmarks @@ -0,0 +1,9 @@ +[ /Title (Activate and Use Xdebug) + /Author () + /Subject () + /Keywords () + /ModDate (D:20180510144839) + /CreationDate (D:20180510144839) + /Creator (Prawn 1.0.0) + /Producer () + /DOCINFO pdfmark diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/docs/auto-start-xampp.html b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/auto-start-xampp.html new file mode 100644 index 0000000..a1955e0 --- /dev/null +++ b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/auto-start-xampp.html @@ -0,0 +1,145 @@ + + + + + + + + + + + Auto-Start XAMPP + + + + + + + + + + + + + + + + +
+ +
+ +
+ +
+
+
+
+

Documentation

+
+
+
+
+
+ +
+

Auto-Start XAMPP

+
+

By default, you have to start XAMPP or its components manually every time you reboot your system. However, you can also configure XAMPP components to start automatically on system boot. Follow the steps below.

+
+
+
    +
  1. +

    Launch the XAMPP control panel.

    +
  2. +
  3. +

    Stop all the running XAMPP components by clicking the "Stop" button next to each component.

    +
  4. +
  5. +

    Click the "Service" button next to each component to install it as a service. Click "Yes" when prompted to confirm. This will install the corresponding service and set it to start automatically on boot.

    +
    +
    +image1 +
    +
    +
  6. +
  7. +

    Reboot your system and the selected components should start automatically.

    +
  8. +
+
+
+

To revert the changes, simply uncheck the selected services in the XAMPP control panel.

+
+
+
+
+ +
+ + + + + + + + diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/docs/auto-start-xampp.pdf b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/auto-start-xampp.pdf new file mode 100644 index 0000000..4b509e5 Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/auto-start-xampp.pdf differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/docs/auto-start-xampp.pdfmarks b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/auto-start-xampp.pdfmarks new file mode 100644 index 0000000..5c2aaa0 --- /dev/null +++ b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/auto-start-xampp.pdfmarks @@ -0,0 +1,9 @@ +[ /Title (Auto-Start XAMPP) + /Author () + /Subject () + /Keywords () + /ModDate (D:20180510144841) + /CreationDate (D:20180510144841) + /Creator (Prawn 1.0.0) + /Producer () + /DOCINFO pdfmark diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/docs/backup-restore-mysql.html b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/backup-restore-mysql.html new file mode 100644 index 0000000..a15229e --- /dev/null +++ b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/backup-restore-mysql.html @@ -0,0 +1,354 @@ + + + + + + + + + + + Backup and Restore MySQL/MariaDB Databases + + + + + + + + + + + + + + + + +
+ +
+ +
+ +
+
+
+
+

Documentation

+
+
+
+
+
+ +
+ +

Backup and Restore MySQL/MariaDB Databases

+
+
+
+

As you use XAMPP, you might find that you need to backup or restore a MySQL or MariaDB database. There are two easy ways to do this with XAMPP: using the browser-based phpMyAdmin tool or using MySQL/MariaDB’s command-line tools. This guide describes both options.

+
+
+

This guide assumes that you already have a PHP application that uses a MySQL/MariaDB database deployed on XAMPP. The example application used in this guide is WordPress, although the steps outlined below will work for any application.

+
+
+ + + + + +
+ + +Remember that you can install WordPress quickly using the Bitnami WordPress module for XAMPP. +
+
+
+
+
+

Using phpMyAdmin

+
+
+

XAMPP includes phpMyAdmin, an open-source, browser-based tool for managing MySQL/MariaDB database servers. To backup a MySQL/MariaDB database using phpMyAdmin, follow these steps:

+
+
+
    +
  1. +

    Browse to http://localhost/phpMyAdmin or http://127.0.0.1/phpMyAdmin. If required, log in using your database access credentials. On a fresh XAMPP installation without any changes, you can log in as root with a blank password.

    +
  2. +
  3. +

    Select the database to be backed up from the list in the left navigation pane. In this case, we’re backing up the WordPress database, which is named bitnami_wordpress.

    +
    +
    +image1 +
    +
    +
  4. +
  5. +

    Select the "Export" command in the top navigation bar.

    +
  6. +
  7. +

    On the resulting page, select "Quick" as the export method and "SQL" as the output format. Click "Go" to proceed.

    +
    +
    +image2 +
    +
    +
  8. +
+
+
+

phpMyAdmin will export the database to a text file as a series of SQL statements. Once done, the browser will prompt you to download it to the desktop. This text file is your backup, so store it safely!

+
+
+
+image3 +
+
+
+

At a later point, you may wish to restore the database. To restore the data to a fresh MySQL/MariaDB database using phpMyAdmin, follow these steps:

+
+
+
    +
  1. +

    Browse to http://localhost/phpMyAdmin or http://127.0.0.1/phpMyAdmin. If required, log in using your database access credentials.

    +
  2. +
  3. +

    Select the "New" command in the left navigation pane.

    +
    +
    +image4 +
    +
    +
  4. +
  5. +

    On the resulting page, enter a name for the new database (in this case, myblog). Select the collation "utf8_general_ci". Click "Create" to create the database.

    +
    +
    +image5 +
    +
    +
    +

    Once the database has been created, it will appear in the left navigation pane.

    +
    +
    +
    +image6 +
    +
    +
  6. +
  7. +

    Select the new database from the left navigation pane. In the resulting page, select the "Import" command in the top navigation bar.

    +
  8. +
  9. +

    Click the "Browse…​" button and select the backup file created earlier. Click "Go" to proceed.

    +
    +
    +image7 +
    +
    +
    +

    phpMyAdmin will import the data from the backup file. Once complete, you will see a screen indicating the status of the import.

    +
    +
    +
    +image8 +
    +
    +
  10. +
+
+
+

If you browse the contents of the database, you should now see your original data.

+
+
+
+image9 +
+
+
+

You should now update your application’s configuration and point it to your newly-created database. For example, with the Bitnami WordPress module, you will need to edit the wp-config.php file in the apps\wordpress\htdocs\ subdirectory of your XAMPP installation directory. Within this file, you will need to update the DB_NAME constant to use the new database name.

+
+
+
+image10 +
+
+
+ + + + + +
+ + +By default, PHP (and therefore phpMyAdmin) is configured to only accept uploads up to 2 MB in size. If your database is larger than this, you need to modify the PHP configuration file to accept a larger upload size. To do this, edit the php.ini file in the php\ subdirectory of your XAMPP installation directory and increase the values of the post_max_size and upload_max_filesize variables. Save your changes and restart Apache for the changes to take effect. +
+
+
+
+
+

Using Command-Line Tools

+
+
+

MySQL and MariaDB include two command-line tools that you can use to quickly backup and restore databases. The mysqldump tool is used to export the contents of a database to a text file, while the mysql client can be used to import data from a text file into a MySQL/MariaDB database.

+
+
+

To backup a MySQL/MariaDB database from the command line, follow these steps:

+
+
+
    +
  1. +

    Launch a new Windows command shell using the "Shell" button in the XAMPP control panel.

    +
  2. +
  3. +

    Use the command below to export the contents of the selected database. In this example, we’re backing up the WordPress database, which is named bitnami_wordpress, to a file named bitnami_wordpress.sql. This text file is your backup, so store it safely!

    +
    +
    +
    mysqldump --user=root --password="" bitnami_wordpress > bitnami_wordpress.sql
    +
    +
    +
    +
    +image11 +
    +
    +
  4. +
+
+
+

At a later point, you may wish to restore the database. To restore the data to a fresh MySQL/MariaDB database from the command line, follow these steps:

+
+
+
    +
  1. +

    Launch a new Windows command shell using the "Shell" button in the XAMPP control panel.

    +
  2. +
  3. +

    Use the mysql client to create a new, empty database to hold your data. In this example, the new database is named myblog.

    +
    +
    +
    mysql --user=root --password="" -e "CREATE DATABASE myblog"
    +
    +
    +
    +

    Remember to use the correct database access credentials in the command. On a fresh XAMPP installation without any changes, you can usually log in as root with a blank password.

    +
    +
  4. +
  5. +

    Use the mysql client to import the contents of the backup file into the new database.

    +
    +
    +
    mysql --user=root --password="" --database=myblog < bitnami_wordpress.sql
    +
    +
    +
    +

    The command-line client will now import the data from the backup file.

    +
    +
    +
    +image12 +
    +
    +
  6. +
+
+
+

If you browse the contents of the database, you should now see your original data.

+
+
+
+image13 +
+
+
+

You should now update your application’s configuration and point it to your newly-created database. For example, with the Bitnami WordPress module, you will need to edit the wp-config.php file in the apps\wordpress\htdocs\ subdirectory of your XAMPP installation directory. Within this file, you will need to update the DB_NAME constant to use the new database name.

+
+
+
+image14 +
+
+
+
+
+
+
+ +
+ + + + + + + + diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/docs/backup-restore-mysql.pdf b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/backup-restore-mysql.pdf new file mode 100644 index 0000000..e22f7a6 Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/backup-restore-mysql.pdf differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/docs/backup-restore-mysql.pdfmarks b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/backup-restore-mysql.pdfmarks new file mode 100644 index 0000000..e7e377c --- /dev/null +++ b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/backup-restore-mysql.pdfmarks @@ -0,0 +1,9 @@ +[ /Title (Backup and Restore MySQL/MariaDB Databases) + /Author () + /Subject () + /Keywords () + /ModDate (D:20180510144840) + /CreationDate (D:20180510144840) + /Creator (Prawn 1.0.0) + /Producer () + /DOCINFO pdfmark diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/docs/change-mysql-temp-dir.html b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/change-mysql-temp-dir.html new file mode 100644 index 0000000..45b896a --- /dev/null +++ b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/change-mysql-temp-dir.html @@ -0,0 +1,142 @@ + + + + + + + + + + + Change the MySQL Temporary Files Directory + + + + + + + + + + + + + + + + +
+ +
+ +
+ +
+
+
+
+

Documentation

+
+
+
+
+
+ +
+

Change the MySQL Temporary Files Directory

+
+

By default, MySQL’s temporary files are stored in the tmp\ subdirectory of your XAMPP installation directory (usually, C:\xampp). In case you wish to change the location of this directory, follow these steps:

+
+
+
    +
  1. +

    Edit the my.ini file in the mysql\bin\ subdirectory of your XAMPP installation directory. Within this file, find the tmpdir variable in the [mysqld] section and change it to reflect your new desired location. For example:

    +
    +
    +
    tmpdir = "D:/temp"
    +
    +
    +
  2. +
  3. +

    Save your changes to the file.

    +
  4. +
  5. +

    Restart the MySQL server using the XAMPP control panel.

    +
  6. +
+
+
+

MySQL’s temporary files should now get created in the new location.

+
+
+
+
+ +
+ + + + + + + + diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/docs/change-mysql-temp-dir.pdf b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/change-mysql-temp-dir.pdf new file mode 100644 index 0000000..36953ca Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/change-mysql-temp-dir.pdf differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/docs/change-mysql-temp-dir.pdfmarks b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/change-mysql-temp-dir.pdfmarks new file mode 100644 index 0000000..aa45d63 --- /dev/null +++ b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/change-mysql-temp-dir.pdfmarks @@ -0,0 +1,9 @@ +[ /Title (Change the MySQL Temporary Files Directory) + /Author () + /Subject () + /Keywords () + /ModDate (D:20180510144842) + /CreationDate (D:20180510144842) + /Creator (Prawn 1.0.0) + /Producer () + /DOCINFO pdfmark diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/docs/configure-use-tomcat.html b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/configure-use-tomcat.html new file mode 100644 index 0000000..387fdeb --- /dev/null +++ b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/configure-use-tomcat.html @@ -0,0 +1,246 @@ + + + + + + + + + + + Configure and Use Apache Tomcat + + + + + + + + + + + + + + + + +
+ +
+ +
+ +
+
+
+
+

Documentation

+
+
+
+
+
+ +
+

Configure and Use Apache Tomcat

+
+

XAMPP for Windows comes with Apache Tomcat built in, making it easy to get started with Java-based Web applications. This guide will walk you through the process of using Apache Tomcat with XAMPP.

+
+
+

XAMPP for Windows does not include Java, which is a pre-requisite for using Apache Tomcat. If you do not already have Java installed, you will see an error similar to the below when you attempt to start Apache Tomcat through the XAMPP control panel.

+
+
+
+image1 +
+
+
+

To correct this, install Java and then attempt to use Apache Tomcat, as below:

+
+
+
    +
  1. +

    Browse to https://www.java.com/en/download/ and follow the instructions to download the latest version of the Java Runtime Environment.

    +
    +
    +image2 +
    +
    +
  2. +
  3. +

    Follow the on-screen instructions to install Java.

    +
    +
    +image3 +
    +
    +
    +

    Once installed, you will see a message like the one below:

    +
    +
    +
    +image4 +
    +
    +
    + + + + + +
    + + +On some versions of Windows, you will not be able to install Java without administrator privileges. You may either need to log in as a user with administrative rights or, if you are using the offline Java installer, you may need to right-click the installer file and select the "Run as administrator" menu option, then enter administrator credentials (if required) to proceed. +
    +
    +
  4. + +
  5. +

    Ensure you select the "Set JAVA_HOME" and "Javasoft (Oracle) registry entries" when installing your Java distribution. For example, if using AdoptOpenJDK, you can easily achieve that by selecting the "Entire feature will be installed on local hard drive" in the root element of the list.

    +
    +
    + image8 +
    +
    +
  6. + + +
  7. +

    Start the Apache Tomcat server using the XAMPP control panel.

    +
  8. +
+
+
+
+image5 +
+
+
+

You should now be able to access Apache Tomcat by browsing to http://localhost:8080/ in your browser’s address bar. Here’s an example of what you should see:

+
+
+
+image6 +
+
+
+

Apache Tomcat includes two applications, the "manager" application and the "host-manager" application, that simplify management and deployment of Web applications and provide detailed information on server status. These applications can be accessed from the Apache Tomcat welcome page, as highlighted in the image above.

+
+
+

Access to the above applications is blocked by default. To access them, you must configure one or more sets of administrator accounts and then assign the roles "manager-gui" and/or "admin-gui" to these accounts. Accounts with the "manager-gui" role would have access to the "manager" application, and those with the "admin-gui" role would have access to the "host-manager" application.

+
+
+

To configure these accounts, follow the steps below:

+
+
+
    +
  1. +

    Edit the tomcat-users.xml file in the tomcat/conf subdirectory of your XAMPP installation directory (typically C:\xampp) and add the line below, before the closing </tomcat-users> element:

    +
    +
    +
    <user username="admin" password="admin" roles="manager-gui,admin-gui" />
    +
    +
    +
    +

    This configures an account with username "admin" and password "admin", with access to both the Apache Tomcat Web applications. Remember to replace the username and password with values specific to your installation.

    +
    +
    +

    If you prefer to have a separate account for each application, replace the previous configuration with this example:

    +
    +
    +
    +
    <user username="manager" password="manager" roles="manager-gui" />
    +<user username="admin" password="admin" roles="admin-gui" />
    +
    +
    +
  2. +
  3. +

    Save the changes.

    +
  4. +
  5. +

    Restart the Apache Tomcat server using the XAMPP control panel.

    +
  6. +
+
+
+

You should now be able to access the Apache Tomcat Web applications using the configured credentials. Here’s an example of the management Web application, which includes controls to deploy new WAR applications.

+
+
+
+image7 +
+
+
+
+
+ +
+ + + + + + + + diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/docs/configure-use-tomcat.pdf b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/configure-use-tomcat.pdf new file mode 100644 index 0000000..5eb76bc Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/configure-use-tomcat.pdf differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/docs/configure-use-tomcat.pdfmarks b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/configure-use-tomcat.pdfmarks new file mode 100644 index 0000000..17df94c --- /dev/null +++ b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/configure-use-tomcat.pdfmarks @@ -0,0 +1,9 @@ +[ /Title (Configure and Use Apache Tomcat) + /Author () + /Subject () + /Keywords () + /ModDate (D:20180510144841) + /CreationDate (D:20180510144841) + /Creator (Prawn 1.0.0) + /Producer () + /DOCINFO pdfmark diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/docs/configure-vhosts.html b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/configure-vhosts.html new file mode 100644 index 0000000..6ec9d2f --- /dev/null +++ b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/configure-vhosts.html @@ -0,0 +1,251 @@ + + + + + + + + + + + Configure Virtual Hosts + + + + + + + + + + + + + + + + +
+ +
+ +
+ +
+
+
+
+

Documentation

+
+
+
+
+
+ +
+

Configure Virtual Hosts

+
+

Apache makes it easy to have multiple websites or web applications running on the same physical server, and access each using a custom domain name. This is known as virtual hosting, and each virtual host can be mapped to a different subdirectory of the server.

+
+
+

This feature is especially useful in development scenarios, as it allows developers to isolate and access different applications using unique domain names. For example, the domains http://app01.localhost and http://app02.localhost could point to two separate applications on the same server. Or, you could create separate domains, such as http://client1/, http://client2/ and so on, for multiple client websites hosted on the same server.

+
+
+ + + + + +
+ + +Virtual hosts created in this manner will not be accessible from other systems, unless those systems are separately configured to associate the custom domain used by the virtual host with the IP address of the XAMPP server. +This guide walks you through the process of setting up a new virtual host with XAMPP, by creating and configuring an example host named wordpress.localhost for a WordPress installation. It assumes that you have an existing WordPress installation at C:\xampp\apps\wordpress\htdocs\ and accessible via the URL http://localhost/wordpress. +
+
+
+ + + + + +
+ + +You can install WordPress with just a few clicks using the Bitnami WordPress Module for XAMPP. +
+
+
+

Follow the steps below to create a virtual host:

+
+
+
    +
  1. +

    Change to your XAMPP installation directory (typically, C:\xampp) and open the httpd-vhosts.conf file in the apache\conf\extra\ subdirectory using your favourite text editor.

    +
  2. +
  3. +

    Replace the contents of this file with the following directives:

    +
    +
    +
    <VirtualHost *:80>
    +       DocumentRoot "C:/xampp/htdocs/"
    +       ServerName localhost
    +</VirtualHost>
    +<VirtualHost *:80>
    +       DocumentRoot "C:/xampp/apps/wordpress/htdocs"
    +       ServerName wordpress.localhost
    +</VirtualHost>
    +
    +
    +
    +
    +image1 +
    +
    +
    +

    This contains two virtual host configuration blocks:

    +
    +
    +
      +
    • +

      The first block is the default or fallback virtual host, which is used for all requests that are not matched by subsequent blocks.

      +
    • +
    • +

      The second block sets up a virtual host named wordpress.localhost. The DocumentRoot directive specifies the directory to be used when serving requests for this virtual host (in this case, the WordPress installation directory), while the ServerName directive specifies the custom domain name for the virtual host.

      +
    • +
    +
    +
    +

    To add more virtual hosts, simply duplicate the second virtual host block and modify the port number, DocumentRoot and ServerName directives as per your requirements. For example, if you want to use SSL with your custom domain name, you can add a new virtual host block for port 443.

    +
    +
    + + + + + +
    + + +If you plan to have a large number of virtual hosts with very similar configuration, consider using wildcard-based subdomains with your virtual hosts. +
    +
    +
  4. +
  5. +

    Restart Apache using the XAMPP control panel for your changes to take effect.

    +
    +
    +image2 +
    +
    +
  6. +
  7. +

    At this point, your virtual host is configured. However, if you try browsing to the wordpress.localhost domain, your browser will show a failure notice, since this domain does not exist in reality. To resolve this, it is necessary to map the custom domain to the local IP address. To do this, open the file C:\windows\system32\drivers\etc\hosts and add the following line to it:

    +
    +
    +
    127.0.0.1           wordpress.localhost
    +
    +
    +
    +
    +image3 +
    +
    +
    +

    This takes care of mapping the wordpress.localhost domain name to the local machine, which always has the IP address 127.0.0.1.

    +
    +
  8. +
+
+
+ + + + + +
+ + +On some versions of Windows, you will not be able to edit the C:\windows\system32\drivers\etc\hosts file without administrator privileges. You can edit the file by right-clicking the Notepad icon and selected the "Run as administrator" menu option, then entering administrator credentials (if required) and clicking "OK" or "Yes" to proceed. +
+
+
+

At this point, you should be able to enter the URL http://wordpress.localhost in your browser’s address bar and see your WordPress installation. Here’s an example of what you should see:

+
+
+
+image4 +
+
+
+
+
+ +
+ + + + + + + + diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/docs/configure-vhosts.pdf b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/configure-vhosts.pdf new file mode 100644 index 0000000..0b91134 Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/configure-vhosts.pdf differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/docs/configure-vhosts.pdfmarks b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/configure-vhosts.pdfmarks new file mode 100644 index 0000000..70ed5c8 --- /dev/null +++ b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/configure-vhosts.pdfmarks @@ -0,0 +1,9 @@ +[ /Title (Configure Virtual Hosts) + /Author () + /Subject () + /Keywords () + /ModDate (D:20180510144842) + /CreationDate (D:20180510144842) + /Creator (Prawn 1.0.0) + /Producer () + /DOCINFO pdfmark diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/docs/configure-wildcard-subdomains.html b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/configure-wildcard-subdomains.html new file mode 100644 index 0000000..4b5743d --- /dev/null +++ b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/configure-wildcard-subdomains.html @@ -0,0 +1,254 @@ + + + + + + + + + + + Configure Wildcard-Based Subdomains + + + + + + + + + + + + + + + + +
+ +
+ +
+ +
+
+
+
+

Documentation

+
+
+
+
+
+ +
+

Configure Wildcard-Based Subdomains

+
+

Apache’s virtual hosting feature makes it easy to host multiple websites or web applications on the same server, each accessible with a different domain name. However, when you have a large number of virtual hosts sharing almost-identical configuration, wildcard-based subdomains simplify maintenance and reduce the effort involved in adding a new virtual host.

+
+
+

With wildcard subdomains, it’s no longer necessary to edit the Apache configuration file or restart the server to initialize a new virtual host. Instead, you simply need to create a subdirectory matching the subdomain name on the server with your content, and Apache will automatically use that directory to serve requests for the corresponding subdomain.

+
+
+ + + + + +
+ + +Virtual hosts created in this manner will not be accessible from other systems, unless those systems are separately configured to associate the custom domains used by virtual hosts with the IP address of the XAMPP server. +
+
+
+

This guide walks you through the process of setting up wildcard virtual hosts with XAMPP, such that requests for subdomain.localhost are automatically served by the subdomain/ directory of the main server document root. Follow the steps below: + . Change to your XAMPP installation directory (typically, C:\xampp) and open the httpd.conf file in the apache\conf\ subdirectory using your favourite text editor. Within the file, find the following line and uncomment it by removing the hash symbol (#) at the beginning of the line.

+
+
+
+
LoadModule vhost_alias_module modules/mod_vhost_alias.so
+
+
+
+
    +
  1. +

    Next, edit the httpd-vhosts.conf file in the apache\conf\extra\ subdirectory of your XAMPP installation directory.

    +
  2. +
  3. +

    Replace the contents of this file with the following directives:

    +
    +
    +
    UseCanonicalName Off
    +<VirtualHost *:80>
    +       DocumentRoot "C:/xampp/htdocs/"
    +       ServerName localhost
    +</VirtualHost>
    +<VirtualHost *:80>
    +       ServerAlias *.localhost
    +       VirtualDocumentRoot "C:/xampp/htdocs/%1/"
    +</VirtualHost>
    +
    +
    +
    +
    +image1 +
    +
    +
    +

    In this configuration, the first virtual host block configures how requests are handled by default. The second block configures wildcard virtual hosting for subdomains, such that requests for subdomain.localhost are automatically served by the subdomain\ directory of the C:\xampp\htdocs\ directory. In particular, notice the %1 placeholder, which matches the subdomain name from the request URL.

    +
    +
  4. +
  5. +

    Restart Apache using the XAMPP control panel for your changes to take effect.

    +
    +
    +image2 +
    +
    +
  6. +
+
+
+

At this point, your wildcard subdomains are configured. You can easily test this by using the Windows Explorer to create two new subdirectories at C:\xampp\htdocs\app01\ and C:\xampp\htdocs\app02\. Within each subdirectory, create a file named index.html and fill it with some sample HTML content. Use different content for each file, so that you can easily distinguish that they’re being served from different directories - for example:

+
+
+
+
<!-- index.html in app01 directory -->
+<html>
+ <head></head>
+ <body>
+  <h1>Welcome to app01.localhost!</h1>
+ </body>
+</html>
+
+
+
+
+
<!-- index.html in app02 directory -->
+<html>
+ <head></head>
+ <body>
+  <h1>Hello from app02.localhost!</h1>
+ </body>
+</html>
+
+
+
+

Since these domains do not actually exist in reality, you also need to map them to the local IP address. Open the file C:\windows\system32\drivers\etc\hosts in a text editor and add the following line to it:

+
+
+
+
127.0.0.1           app01.localhost   app02.localhost
+
+
+
+
+image3 +
+
+
+ + + + + +
+ + +You will need to do this every time you want to configure a new wildcard virtual host, because the Windows hosts file does not support wildcard entries. To avoid this step, you can use a DNS server or local DNS proxy that supports wildcards and therefore takes care of automatically resolving requests for *.localhost to the local IP address. +
+
+
+ + + + + +
+ + +On some versions of Windows, you will not be able to edit the C:\windows\system32\drivers\etc\hosts file without administrator privileges. You can edit the file by right-clicking the Notepad icon and selected the "Run as administrator" menu option, then entering administrator credentials (if required) and clicking "OK" or "Yes" to proceed. +
+
+
+

At this point, you should be able to enter the URLs http://app01.localhost or http://app02.localhost in your browser’s address bar, and you should then see the corresponding HTML page.

+
+
+
+image4 +
+
+
+
+
+ +
+ + + + + + + + diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/docs/configure-wildcard-subdomains.pdf b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/configure-wildcard-subdomains.pdf new file mode 100644 index 0000000..579e78a Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/configure-wildcard-subdomains.pdf differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/docs/configure-wildcard-subdomains.pdfmarks b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/configure-wildcard-subdomains.pdfmarks new file mode 100644 index 0000000..3b5b5b0 --- /dev/null +++ b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/configure-wildcard-subdomains.pdfmarks @@ -0,0 +1,9 @@ +[ /Title (Configure Wildcard-Based Subdomains) + /Author () + /Subject () + /Keywords () + /ModDate (D:20180510144841) + /CreationDate (D:20180510144841) + /Creator (Prawn 1.0.0) + /Producer () + /DOCINFO pdfmark diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/docs/create-framework-project-zf1.html b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/create-framework-project-zf1.html new file mode 100644 index 0000000..381ea80 --- /dev/null +++ b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/create-framework-project-zf1.html @@ -0,0 +1,240 @@ + + + + + + + + + + + Start a New Zend Framework 1 Project + + + + + + + + + + + + + + + + +
+ +
+ +
+ +
+
+
+
+

Documentation

+
+
+
+
+
+ +
+

Start a New Zend Framework 1 Project

+
+

XAMPP makes it easy to start developing with PHP, and Zend Framework is one of the most popular PHP development frameworks. This guide walks you through the process of initializing a new Zend Framework 1 project with XAMPP.

+
+
+ + + + + +
+ + +This guide assumes that the new Zend Framework application will be accessible at the URL http://localhost/myapp/. +
+
+
+
    +
  1. +

    Download the latest version of the Zend Framework 1 minimal package as a ZIP archive.

    +
  2. +
  3. +

    Within your XAMPP installation directory (usually C:\xampp), create a new directory named apps\ (if it doesn’t already exist). Then, within this new apps\ directory, create a directory to hold your Zend Framework application and its related XAMPP configuration files. In this example, call the directory myapp\.

    +
  4. +
  5. +

    Extract the contents of the ZIP archive to the myapp\ directory. This will produce a _ZendFramework-[x.y]-minimal.zip\ subdirectory in the myapp\ directory. Rename this newly-created subdirectory to htdocs.

    +
    + + + + + +
    + + +This new htdocs directory will be the main working directory for your Zend Framework project. +
    +
    +
  6. +
  7. +

    Within the myapp\ directory, create a new conf\ subdirectory.

    +
    +
      +
    1. +

      Within the new conf\ subdirectory, use your text editor to create and populate a file named ttpd-prefix.conf with the following content:

      +
      +
      +
      Alias /myapp/ "C:/xampp/apps/myapp/htdocs/public/"
      +Alias /myapp "C:/xampp/apps/myapp/htdocs/public"
      +Include "C:/xampp/apps/myapp/conf/httpd-app.conf"
      +
      +
      +
    2. +
    3. +

      Within the conf\ subdirectory, also create and populate a file named httpd-app.conf with the following content:

      +
      +
      +
      <Directory C:/xampp/apps/myapp/htdocs/public>
      +   Options +FollowSymLinks
      +   AllowOverride All
      +   Require all granted
      +</Directory>
      +
      +
      +
    4. +
    +
    +
  8. +
  9. +

    Edit the httpd-xampp.conf file in the apache\conf\extra\ subdirectory of your XAMPP installation directory and add the following line at the end to include the httpd-prefix.conf file created earlier.

    +
    +
    +
    Include "C:/xampp/apps/myapp/conf/httpd-prefix.conf"
    +
    +
    +
    + + + + + +
    + + +Remember to update the above file and directory paths so that they’re valid for your system. +
    +
    +
  10. +
  11. +

    Launch a new Windows command shell using the "Shell" button in the XAMPP control panel.

    +
  12. +
  13. +

    Within the command shell, change to the myapp\htdocs\ directory and run the following commands to create a new stub project.

    +
    +
    +
    bin\zf.bat create project .
    +
    +
    +
  14. +
  15. +

    Check that you have a directory structure like this:

    +
    +
    +image1 +
    +
    +
  16. +
  17. +

    Restart the Apache server using the XAMPP control panel.

    +
  18. +
+
+
+

You should be able to access the Zend Framework skeleton application by browsing to http://localhost/myapp. Here’s what the default welcome page looks like:

+
+
+
+image2 +
+
+
+

You can now begin developing your Zend Framework application by modifying the skeleton application code. For more information, refer to the Zend Framework documentation.

+
+
+
+
+ +
+ + + + + + + + diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/docs/create-framework-project-zf1.pdf b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/create-framework-project-zf1.pdf new file mode 100644 index 0000000..8b4e6c3 Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/create-framework-project-zf1.pdf differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/docs/create-framework-project-zf1.pdfmarks b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/create-framework-project-zf1.pdfmarks new file mode 100644 index 0000000..c068dc9 --- /dev/null +++ b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/create-framework-project-zf1.pdfmarks @@ -0,0 +1,9 @@ +[ /Title (Start a New Zend Framework 1 Project) + /Author () + /Subject () + /Keywords () + /ModDate (D:20180510144842) + /CreationDate (D:20180510144842) + /Creator (Prawn 1.0.0) + /Producer () + /DOCINFO pdfmark diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/docs/create-framework-project-zf2.html b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/create-framework-project-zf2.html new file mode 100644 index 0000000..7a76fa1 --- /dev/null +++ b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/create-framework-project-zf2.html @@ -0,0 +1,262 @@ + + + + + + + + + + + Start a New Zend Framework 2 Project + + + + + + + + + + + + + + + + +
+ +
+ +
+ +
+
+
+
+

Documentation

+
+
+
+
+
+ +
+

Start a New Zend Framework 2 Project

+
+

XAMPP makes it easy to start developing with PHP, and Zend Framework 2 is one of the most popular PHP development frameworks. This guide walks you through the process of initializing a new Zend Framework 2 project with XAMPP.

+
+
+ + + + + +
+ + +This guide assumes that you have already downloaded and installed Git for Windows, and that the git binary is in your Windows PATH. If you don’t have Git for Windows, you can download and install it from here. It also assumes that the new Zend Framework 2 application will be accessible at the URL http://localhost/myapp/. +
+
+
+

Follow these steps:

+
+
+
    +
  1. +

    Download the Zend Framework 2 skeleton application as a ZIP archive from Github.

    +
    +
    +image1 +
    +
    +
  2. +
  3. +

    Within your XAMPP installation directory (usually C:\xampp), create a new directory named apps\ (if it doesn’t already exist). Then, within this new apps\ directory, create a directory to hold your Zend Framework 2 application and its related XAMPP configuration files. In this example, call the directory myapp\.

    +
  4. +
  5. +

    Extract the contents of the ZIP archive to the myapp\ directory. This will produce a zendframework-ZendSkeletonApplication-[xx]\ subdirectory in the myapp\ directory. Rename this newly-created subdirectory to htdocs.

    +
    + + + + + +
    + + +This new htdocs directory will be the main working directory for your Zend Framework 2 project. +
    +
    +
  6. +
  7. +

    Within the myapp\ directory, create a new conf\ subdirectory.

    +
    +
      +
    1. +

      Within the new conf\ subdirectory, use your text editor to create and populate a file named httpd-prefix.conf with the following content:

      +
      +
      +
      Alias /myapp/ "C:/xampp/apps/myapp/htdocs/public/"
      +Alias /myapp "C:/xampp/apps/myapp/htdocs/public"
      +Include "C:/xampp/apps/myapp/conf/httpd-app.conf"
      +
      +
      +
    2. +
    3. +

      Within the conf\ subdirectory, also create and populate a file named httpd-app.conf with the following content:

      +
      +
      +
      <Directory C:/xampp/apps/myapp/htdocs/public>
      +   Options +FollowSymLinks
      +   AllowOverride All
      +   Require all granted
      +</Directory>
      +
      +
      +
    4. +
    +
    +
  8. +
  9. +

    Edit the httpd-xampp.conf file in the apache\conf\extra\ subdirectory of your XAMPP installation directory and add the following line at the end to include the httpd-prefix.conf file created earlier.

    +
    +
    +
    Include "C:/xampp/apps/myapp/conf/httpd-prefix.conf"
    +
    +
    +
    + + + + + +
    + + +Remember to update the above file and directory paths so that they’re valid for your system. +
    +
    +
  10. +
  11. +

    Check that you have a directory structure like this:

    +
    +
    +image2 +
    +
    +
  12. +
  13. +

    Restart the Apache server using the XAMPP control panel.

    +
  14. +
  15. +

    Launch a new Windows command shell using the "Shell" button in the XAMPP control panel.

    +
    +
    +image3 +
    +
    +
  16. +
  17. +

    Within the command shell, change to the myapp\htdocs\ directory and run the following commands to update Composer (the PHP dependency manager) and install the Zend Framework 2 components.

    +
    +
    +
    php composer.phar self-update
    +php composer.phar install
    +
    +
    +
    +

    Here’s an example of what you might see as Composer downloads and installs dependencies.

    +
    +
    +
    +image4 +
    +
    +
  18. +
  19. +

    Once Composer is done, you should be able to access the Zend Framework 2 skeleton application by browsing to http://localhost/myapp. Here is an example of the default welcome page you should see:

    +
    +
    +image5 +
    +
    +
  20. +
+
+
+

You can now begin developing your Zend Framework 2 application by modifying the skeleton application code. For more information, refer to the Zend Framework 2 User Guide.

+
+
+
+
+ +
+ + + + + + + + diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/docs/create-framework-project-zf2.pdf b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/create-framework-project-zf2.pdf new file mode 100644 index 0000000..972c042 Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/create-framework-project-zf2.pdf differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/docs/create-framework-project-zf2.pdfmarks b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/create-framework-project-zf2.pdfmarks new file mode 100644 index 0000000..12c590a --- /dev/null +++ b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/create-framework-project-zf2.pdfmarks @@ -0,0 +1,9 @@ +[ /Title (Start a New Zend Framework 2 Project) + /Author () + /Subject () + /Keywords () + /ModDate (D:20180510144842) + /CreationDate (D:20180510144842) + /Creator (Prawn 1.0.0) + /Producer () + /DOCINFO pdfmark diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/docs/deploy-git-app.html b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/deploy-git-app.html new file mode 100644 index 0000000..dcc8d81 --- /dev/null +++ b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/deploy-git-app.html @@ -0,0 +1,201 @@ + + + + + + + + + + + Deploy an Application Using Git + + + + + + + + + + + + + + + + +
+ +
+ +
+ +
+
+
+
+

Documentation

+
+
+
+
+
+ +
+

Deploy an Application Using Git

+
+

Git is a popular distributed version control system. As you work with XAMPP, you might often find yourself needing to download and install applications or code libraries from a developer’s public git repository.

+
+
+

This guide walks you through the process, showing you how to use a git client to transfer code from a public online git repository to your XAMPP server. As an example, this guide assumes that you wish to download the latest version of Slim, a popular PHP micro-framework for Web application development that also has its own Github repository. +NOTE: This guide uses Git Extensions, an open source git client that’s available for Windows, Linux and Mac OS, and assumes that you have already downloaded and installed this software. If you don’t already have this, you can download it from the official Git Extensions website, and install it using these instructions.

+
+
+

To download Slim (or any other application) from its git repository, follow these steps:

+
+
+
    +
  1. +

    Ensure that your Apache server is running.

    +
  2. +
  3. +

    Obtain the repository’s clone URL. On Github, this can be easily obtained by visiting the project’s Github page and copying the clone URL from the right side of the page. For third-party or private git repositories, you can obtain the clone URL by asking the project team directly. Make a note of the clone URL, as you’ll need it in subsequent steps.

    +
    +
    +image1 +
    +
    +
  4. +
  5. +

    Launch Git Extensions by double-clicking the icon in the Windows Start menu or Start screen.

    +
  6. +
  7. +

    Click the "Clone repository" link or use the "Start → Clone repository…​" menu item.

    +
    +
    +image2 +
    +
    +
  8. +
  9. +

    In the resulting "Clone" dialog box, enter the clone URL obtained in the first step. Set the destination directory to the htdocs\ subdirectory of your XAMPP installation directory (typically, C:\xampp). Optionally, change the name of the subdirectory that will hold the downloaded code.

    +
    +
    +image3 +
    +
    +
  10. +
  11. +

    Click the "Clone" button to start cloning the repository. Git Extensions will display a progress dialog as it downloads the code from the source repository.

    +
    +
    +image4 +
    +
    +
  12. +
  13. +

    Once the repository has been cloned, Git Extensions will prompt you to open the new repository. Click "Yes".

    +
    +

    You should now see the entire commit history of the repository in a graphical tree structure, together with details on the changes made in each commit.

    +
    +
    +
    +image5 +
    +
    +
  14. +
+
+
+

At this point, the code has been downloaded from the remote git repository and you can begin using it. In this particular case, since the Slim framework includes a starter application, you can simply browse to the URL http://localhost/Slim and you should see the example application’s welcome page, as shown below.

+
+
+
+image6 +
+
+
+ + + + + +
+ + +You can use Git Extensions to create a new branch of the codebase should you wish to make any changes to it. Any changes you make will be automatically reflected in the Git Extensions interface, and if you have appropriate privileges, you can also commit your changes back to the remote repository. Learn more about git, or read the Git Extensions documentation. +
+
+
+
+
+ +
+ + + + + + + + diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/docs/deploy-git-app.pdf b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/deploy-git-app.pdf new file mode 100644 index 0000000..5117f72 Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/deploy-git-app.pdf differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/docs/deploy-git-app.pdfmarks b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/deploy-git-app.pdfmarks new file mode 100644 index 0000000..9088b28 --- /dev/null +++ b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/deploy-git-app.pdfmarks @@ -0,0 +1,9 @@ +[ /Title (Deploy an Application Using Git) + /Author () + /Subject () + /Keywords () + /ModDate (D:20180510144841) + /CreationDate (D:20180510144841) + /Creator (Prawn 1.0.0) + /Producer () + /DOCINFO pdfmark diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/access-phpmyadmin-remotely/image1.png b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/access-phpmyadmin-remotely/image1.png new file mode 100644 index 0000000..bb03514 Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/access-phpmyadmin-remotely/image1.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/activate-use-xdebug/image1.png b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/activate-use-xdebug/image1.png new file mode 100644 index 0000000..1e11ba1 Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/activate-use-xdebug/image1.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/activate-use-xdebug/image2.png b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/activate-use-xdebug/image2.png new file mode 100644 index 0000000..957a459 Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/activate-use-xdebug/image2.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/activate-use-xdebug/image3.png b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/activate-use-xdebug/image3.png new file mode 100644 index 0000000..fce6485 Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/activate-use-xdebug/image3.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/auto-start-xampp/image1.png b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/auto-start-xampp/image1.png new file mode 100644 index 0000000..1625640 Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/auto-start-xampp/image1.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/backup-restore-mysql/image1.png b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/backup-restore-mysql/image1.png new file mode 100644 index 0000000..0eac213 Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/backup-restore-mysql/image1.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/backup-restore-mysql/image10.png b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/backup-restore-mysql/image10.png new file mode 100644 index 0000000..1cb8341 Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/backup-restore-mysql/image10.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/backup-restore-mysql/image11.png b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/backup-restore-mysql/image11.png new file mode 100644 index 0000000..c334066 Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/backup-restore-mysql/image11.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/backup-restore-mysql/image12.png b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/backup-restore-mysql/image12.png new file mode 100644 index 0000000..030c320 Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/backup-restore-mysql/image12.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/backup-restore-mysql/image13.png b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/backup-restore-mysql/image13.png new file mode 100644 index 0000000..1ca9e37 Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/backup-restore-mysql/image13.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/backup-restore-mysql/image14.png b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/backup-restore-mysql/image14.png new file mode 100644 index 0000000..1cb8341 Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/backup-restore-mysql/image14.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/backup-restore-mysql/image2.png b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/backup-restore-mysql/image2.png new file mode 100644 index 0000000..0e67637 Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/backup-restore-mysql/image2.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/backup-restore-mysql/image3.png b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/backup-restore-mysql/image3.png new file mode 100644 index 0000000..9197bf2 Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/backup-restore-mysql/image3.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/backup-restore-mysql/image4.png b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/backup-restore-mysql/image4.png new file mode 100644 index 0000000..a8f20d2 Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/backup-restore-mysql/image4.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/backup-restore-mysql/image5.png b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/backup-restore-mysql/image5.png new file mode 100644 index 0000000..1c1dd39 Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/backup-restore-mysql/image5.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/backup-restore-mysql/image6.png b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/backup-restore-mysql/image6.png new file mode 100644 index 0000000..a3854f4 Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/backup-restore-mysql/image6.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/backup-restore-mysql/image7.png b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/backup-restore-mysql/image7.png new file mode 100644 index 0000000..beff614 Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/backup-restore-mysql/image7.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/backup-restore-mysql/image8.png b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/backup-restore-mysql/image8.png new file mode 100644 index 0000000..7647f0b Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/backup-restore-mysql/image8.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/backup-restore-mysql/image9.png b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/backup-restore-mysql/image9.png new file mode 100644 index 0000000..3ffce7c Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/backup-restore-mysql/image9.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/configure-use-tomcat/image1.png b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/configure-use-tomcat/image1.png new file mode 100644 index 0000000..838f29e Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/configure-use-tomcat/image1.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/configure-use-tomcat/image2.png b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/configure-use-tomcat/image2.png new file mode 100644 index 0000000..ee26bb2 Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/configure-use-tomcat/image2.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/configure-use-tomcat/image3.png b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/configure-use-tomcat/image3.png new file mode 100644 index 0000000..4225813 Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/configure-use-tomcat/image3.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/configure-use-tomcat/image4.png b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/configure-use-tomcat/image4.png new file mode 100644 index 0000000..5054cd2 Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/configure-use-tomcat/image4.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/configure-use-tomcat/image5.png b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/configure-use-tomcat/image5.png new file mode 100644 index 0000000..b607794 Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/configure-use-tomcat/image5.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/configure-use-tomcat/image6.png b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/configure-use-tomcat/image6.png new file mode 100644 index 0000000..6a6fa5f Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/configure-use-tomcat/image6.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/configure-use-tomcat/image7.png b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/configure-use-tomcat/image7.png new file mode 100644 index 0000000..d4a711e Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/configure-use-tomcat/image7.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/configure-use-tomcat/image8.png b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/configure-use-tomcat/image8.png new file mode 100644 index 0000000..0ff2991 Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/configure-use-tomcat/image8.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/configure-vhosts/image1.png b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/configure-vhosts/image1.png new file mode 100644 index 0000000..d61a66d Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/configure-vhosts/image1.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/configure-vhosts/image2.png b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/configure-vhosts/image2.png new file mode 100644 index 0000000..5b38973 Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/configure-vhosts/image2.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/configure-vhosts/image3.png b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/configure-vhosts/image3.png new file mode 100644 index 0000000..74d5df8 Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/configure-vhosts/image3.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/configure-vhosts/image4.png b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/configure-vhosts/image4.png new file mode 100644 index 0000000..882b5f8 Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/configure-vhosts/image4.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/configure-wildcard-subdomains/image1.png b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/configure-wildcard-subdomains/image1.png new file mode 100644 index 0000000..bf2572d Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/configure-wildcard-subdomains/image1.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/configure-wildcard-subdomains/image2.png b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/configure-wildcard-subdomains/image2.png new file mode 100644 index 0000000..5b38973 Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/configure-wildcard-subdomains/image2.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/configure-wildcard-subdomains/image3.png b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/configure-wildcard-subdomains/image3.png new file mode 100644 index 0000000..7fc4872 Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/configure-wildcard-subdomains/image3.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/configure-wildcard-subdomains/image4.png b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/configure-wildcard-subdomains/image4.png new file mode 100644 index 0000000..97faf67 Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/configure-wildcard-subdomains/image4.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/create-framework-project-zf1/image1.png b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/create-framework-project-zf1/image1.png new file mode 100644 index 0000000..d1e0211 Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/create-framework-project-zf1/image1.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/create-framework-project-zf1/image2.png b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/create-framework-project-zf1/image2.png new file mode 100644 index 0000000..fa79c6b Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/create-framework-project-zf1/image2.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/create-framework-project-zf2/image1.png b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/create-framework-project-zf2/image1.png new file mode 100644 index 0000000..c69dfc9 Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/create-framework-project-zf2/image1.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/create-framework-project-zf2/image2.png b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/create-framework-project-zf2/image2.png new file mode 100644 index 0000000..fe97fa6 Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/create-framework-project-zf2/image2.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/create-framework-project-zf2/image3.png b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/create-framework-project-zf2/image3.png new file mode 100644 index 0000000..7bab253 Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/create-framework-project-zf2/image3.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/create-framework-project-zf2/image4.png b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/create-framework-project-zf2/image4.png new file mode 100644 index 0000000..4bf964f Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/create-framework-project-zf2/image4.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/create-framework-project-zf2/image5.png b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/create-framework-project-zf2/image5.png new file mode 100644 index 0000000..c7fbe1b Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/create-framework-project-zf2/image5.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/deploy-git-app/image1.png b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/deploy-git-app/image1.png new file mode 100644 index 0000000..2863bc1 Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/deploy-git-app/image1.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/deploy-git-app/image2.png b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/deploy-git-app/image2.png new file mode 100644 index 0000000..a9e723d Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/deploy-git-app/image2.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/deploy-git-app/image3.png b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/deploy-git-app/image3.png new file mode 100644 index 0000000..1f82897 Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/deploy-git-app/image3.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/deploy-git-app/image4.png b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/deploy-git-app/image4.png new file mode 100644 index 0000000..82d5966 Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/deploy-git-app/image4.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/deploy-git-app/image5.png b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/deploy-git-app/image5.png new file mode 100644 index 0000000..dc8dbcb Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/deploy-git-app/image5.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/deploy-git-app/image6.png b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/deploy-git-app/image6.png new file mode 100644 index 0000000..0dce25a Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/deploy-git-app/image6.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/install-wordpress/image01.png b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/install-wordpress/image01.png new file mode 100644 index 0000000..4820b64 Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/install-wordpress/image01.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/install-wordpress/image02.png b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/install-wordpress/image02.png new file mode 100644 index 0000000..0138ca0 Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/install-wordpress/image02.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/install-wordpress/image11.png b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/install-wordpress/image11.png new file mode 100644 index 0000000..e79646e Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/install-wordpress/image11.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/install-wordpress/image110.png b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/install-wordpress/image110.png new file mode 100644 index 0000000..58ba5f4 Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/install-wordpress/image110.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/install-wordpress/image12.png b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/install-wordpress/image12.png new file mode 100644 index 0000000..0da2d1a Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/install-wordpress/image12.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/install-wordpress/image13.png b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/install-wordpress/image13.png new file mode 100644 index 0000000..b9f00b6 Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/install-wordpress/image13.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/install-wordpress/image14.png b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/install-wordpress/image14.png new file mode 100644 index 0000000..d46388f Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/install-wordpress/image14.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/install-wordpress/image15.png b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/install-wordpress/image15.png new file mode 100644 index 0000000..4843cef Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/install-wordpress/image15.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/install-wordpress/image16.png b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/install-wordpress/image16.png new file mode 100644 index 0000000..82bdf21 Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/install-wordpress/image16.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/install-wordpress/image17.png b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/install-wordpress/image17.png new file mode 100644 index 0000000..d4ef77b Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/install-wordpress/image17.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/install-wordpress/image18.png b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/install-wordpress/image18.png new file mode 100644 index 0000000..356aa3e Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/install-wordpress/image18.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/install-wordpress/image19.png b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/install-wordpress/image19.png new file mode 100644 index 0000000..b383ecd Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/install-wordpress/image19.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/install-wordpress/image21.png b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/install-wordpress/image21.png new file mode 100644 index 0000000..55a3af6 Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/install-wordpress/image21.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/install-wordpress/image22.png b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/install-wordpress/image22.png new file mode 100644 index 0000000..c16aacc Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/install-wordpress/image22.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/install-wordpress/image23.png b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/install-wordpress/image23.png new file mode 100644 index 0000000..80f603d Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/install-wordpress/image23.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/install-wordpress/image24.png b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/install-wordpress/image24.png new file mode 100644 index 0000000..1699d10 Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/install-wordpress/image24.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/install-wordpress/image31.png b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/install-wordpress/image31.png new file mode 100644 index 0000000..7615046 Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/install-wordpress/image31.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/install-wordpress/image32.png b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/install-wordpress/image32.png new file mode 100644 index 0000000..b26368b Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/install-wordpress/image32.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/install-wordpress/image33.png b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/install-wordpress/image33.png new file mode 100644 index 0000000..cd9b024 Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/install-wordpress/image33.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/install-wordpress/image34.png b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/install-wordpress/image34.png new file mode 100644 index 0000000..0e10cca Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/install-wordpress/image34.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/install-wordpress/image35.png b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/install-wordpress/image35.png new file mode 100644 index 0000000..8144156 Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/install-wordpress/image35.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/install-wordpress/image36.png b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/install-wordpress/image36.png new file mode 100644 index 0000000..3dfa683 Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/install-wordpress/image36.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/install-wordpress/image37.png b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/install-wordpress/image37.png new file mode 100644 index 0000000..907f296 Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/install-wordpress/image37.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/install-wordpress/image38.png b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/install-wordpress/image38.png new file mode 100644 index 0000000..e1d6cdb Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/install-wordpress/image38.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/reset-mysql-password/image1.png b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/reset-mysql-password/image1.png new file mode 100644 index 0000000..7bab253 Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/reset-mysql-password/image1.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/reset-mysql-password/image2.png b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/reset-mysql-password/image2.png new file mode 100644 index 0000000..461985e Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/reset-mysql-password/image2.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/reset-mysql-password/image3.png b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/reset-mysql-password/image3.png new file mode 100644 index 0000000..5eefcfb Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/reset-mysql-password/image3.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/send-mail/image1.png b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/send-mail/image1.png new file mode 100644 index 0000000..ed70254 Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/send-mail/image1.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/send-mail/image2.png b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/send-mail/image2.png new file mode 100644 index 0000000..18765ab Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/send-mail/image2.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/send-mail/image3.png b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/send-mail/image3.png new file mode 100644 index 0000000..ceb26b2 Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/send-mail/image3.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/transfer-files-ftp/image1.png b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/transfer-files-ftp/image1.png new file mode 100644 index 0000000..dcfd375 Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/transfer-files-ftp/image1.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/transfer-files-ftp/image10.png b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/transfer-files-ftp/image10.png new file mode 100644 index 0000000..b34ad27 Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/transfer-files-ftp/image10.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/transfer-files-ftp/image11.png b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/transfer-files-ftp/image11.png new file mode 100644 index 0000000..7271134 Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/transfer-files-ftp/image11.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/transfer-files-ftp/image2.png b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/transfer-files-ftp/image2.png new file mode 100644 index 0000000..e3d1e50 Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/transfer-files-ftp/image2.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/transfer-files-ftp/image3.png b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/transfer-files-ftp/image3.png new file mode 100644 index 0000000..19a10d1 Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/transfer-files-ftp/image3.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/transfer-files-ftp/image4.png b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/transfer-files-ftp/image4.png new file mode 100644 index 0000000..63e4275 Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/transfer-files-ftp/image4.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/transfer-files-ftp/image5.png b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/transfer-files-ftp/image5.png new file mode 100644 index 0000000..db6a5ba Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/transfer-files-ftp/image5.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/transfer-files-ftp/image6.png b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/transfer-files-ftp/image6.png new file mode 100644 index 0000000..51f4cfd Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/transfer-files-ftp/image6.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/transfer-files-ftp/image7.png b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/transfer-files-ftp/image7.png new file mode 100644 index 0000000..6f0b2cb Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/transfer-files-ftp/image7.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/transfer-files-ftp/image8.png b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/transfer-files-ftp/image8.png new file mode 100644 index 0000000..7d88ac7 Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/transfer-files-ftp/image8.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/transfer-files-ftp/image9.png b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/transfer-files-ftp/image9.png new file mode 100644 index 0000000..9680921 Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/transfer-files-ftp/image9.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/troubleshoot-apache/image1.png b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/troubleshoot-apache/image1.png new file mode 100644 index 0000000..385946d Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/troubleshoot-apache/image1.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/troubleshoot-apache/image2.png b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/troubleshoot-apache/image2.png new file mode 100644 index 0000000..4e64dc4 Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/troubleshoot-apache/image2.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/troubleshoot-apache/image3.png b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/troubleshoot-apache/image3.png new file mode 100644 index 0000000..f19d064 Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/troubleshoot-apache/image3.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/troubleshoot-apache/image4.png b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/troubleshoot-apache/image4.png new file mode 100644 index 0000000..20ed5e7 Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/troubleshoot-apache/image4.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/troubleshoot-apache/image5.png b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/troubleshoot-apache/image5.png new file mode 100644 index 0000000..113036c Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/troubleshoot-apache/image5.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/troubleshoot-apache/image6.png b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/troubleshoot-apache/image6.png new file mode 100644 index 0000000..cb4bd32 Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/troubleshoot-apache/image6.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/troubleshoot-apache/image7.png b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/troubleshoot-apache/image7.png new file mode 100644 index 0000000..e981b23 Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/troubleshoot-apache/image7.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/troubleshoot-apache/image8.png b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/troubleshoot-apache/image8.png new file mode 100644 index 0000000..bc0c95d Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/troubleshoot-apache/image8.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/use-different-php-version/image1.png b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/use-different-php-version/image1.png new file mode 100644 index 0000000..c859361 Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/use-different-php-version/image1.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/use-php-fcgi/image1.png b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/use-php-fcgi/image1.png new file mode 100644 index 0000000..0c2d7d5 Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/use-php-fcgi/image1.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/use-sqlite/image1.png b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/use-sqlite/image1.png new file mode 100644 index 0000000..c1abb38 Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/use-sqlite/image1.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/use-sqlite/image2.png b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/use-sqlite/image2.png new file mode 100644 index 0000000..9009456 Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/use-sqlite/image2.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/use-sqlite/image3.png b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/use-sqlite/image3.png new file mode 100644 index 0000000..4c8fabd Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/images/use-sqlite/image3.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/docs/increase-php-file-upload-limit.html b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/increase-php-file-upload-limit.html new file mode 100644 index 0000000..f611180 --- /dev/null +++ b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/increase-php-file-upload-limit.html @@ -0,0 +1,148 @@ + + + + + + + + + + + Increase the PHP File Upload Limit + + + + + + + + + + + + + + + + +
+ +
+ +
+ +
+
+
+
+

Documentation

+
+
+
+
+
+ +
+

Increase the PHP File Upload Limit

+
+

To increase the allowed file size for uploads through PHP, follow these steps:

+
+
+
    +
  1. +

    Edit the php.ini file in the php/ subdirectory of your XAMPP installation directory (usually, C:\xampp). Within this file, find the post_max_size and upload_max_filesize variables and change them to reflect the new file upload limit. For example, to restrict uploads to not more than 16M, change these variables as shown below:

    +
    +
    +
    ; Maximum size of POST data that PHP will accept.
    +; http://php.net/post-max-size
    +post_max_size=16M
    +...
    +; Maximum allowed size for uploaded files.
    +; http://php.net/upload-max-filesize
    +upload_max_filesize=16M
    +
    +
    +
  2. +
  3. +

    Save your changes to the file.

    +
  4. +
  5. +

    Restart the Apache server.

    +
  6. +
+
+
+

The new file upload limit will now come into effect.

+
+
+
+
+ +
+ + + + + + + + diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/docs/increase-php-file-upload-limit.pdf b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/increase-php-file-upload-limit.pdf new file mode 100644 index 0000000..a74a1e2 Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/increase-php-file-upload-limit.pdf differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/docs/increase-php-file-upload-limit.pdfmarks b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/increase-php-file-upload-limit.pdfmarks new file mode 100644 index 0000000..e18a8f4 --- /dev/null +++ b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/increase-php-file-upload-limit.pdfmarks @@ -0,0 +1,9 @@ +[ /Title (Increase the PHP File Upload Limit) + /Author () + /Subject () + /Keywords () + /ModDate (D:20180510144838) + /CreationDate (D:20180510144838) + /Creator (Prawn 1.0.0) + /Producer () + /DOCINFO pdfmark diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/docs/install-wordpress.html b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/install-wordpress.html new file mode 100644 index 0000000..0524204 --- /dev/null +++ b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/install-wordpress.html @@ -0,0 +1,457 @@ + + + + + + + + + + + Get Started Quickly with WordPress + + + + + + + + + + + + + + + + +
+ +
+ +
+ +
+
+
+
+

Documentation

+
+
+
+
+
+ +
+ +

Get Started Quickly with WordPress

+
+

Introduction

+
+
+

Although you might not have realized this, XAMPP comes with a number of add-on applications. These add-ons include Drupal, Joomla!, WordPress and many other popular open source applications. The add-ons can be easily installed on top of XAMPP using a simple installation tool and are pre-configured to work out of the box, freeing you from the time and effort of downloading and configuring the applications separately.

+
+
+

XAMPP add-ons are provided by Bitnami, which specializes in pre-configured infrastructure and application stacks for native, virtual machine and cloud use. Bitnami stacks work the same way across platforms - this means that by using the WordPress Bitnami add-on instead of "rolling your own" WordPress configuration, you’re guaranteed that your WordPress blog will look and work the same way even if you later migrate it from your local XAMPP environment to a cloud server.

+
+
+

In this article, I’ll walk you through the process of installing the Bitnami WordPress add-on for XAMPP, showing you how to quickly get started with one of the world’s most popular blogging platforms. Keep reading! +== Assumptions and Prerequisites +This tutorial doesn’t make a lot of assumptions, but the few that it does are important.

+
+
+
    +
  • +

    First, it assumes that you have a working XAMPP installation on Windows, and that your XAMPP installation (including MySQL/MariaDB) is currently running. In case you don’t have this, download and install XAMPP and then, once it’s installed, check that it’s all working by browsing to http://localhost. You should see something like this:

    +
    +
    +image01 +
    +
    +
    +

    You can also check that both MySQL/MariaDB and Apache are running using the XAMPP control panel icon in the Windows taskbar:

    +
    +
    +
    +image02 +
    +
    +
  • +
  • +

    Second, it assumes that you’ve already downloaded the Windows WordPress add-on for XAMPP. In case you don’t have this, you can download it from the XAMPP Add-ons page. On Windows, the add-on is an executable that lets you click your way through key tasks such as configuring the WordPress administrator account and setting up WordPress email notifications.

    +
  • +
+
+
+

Did you check both the boxes above? You’re good to begin!

+
+
+
+
+

Step 1: Install Bitnami WordPress module for XAMPP

+
+
+

You can now begin installing WordPress on top of XAMPP by following these steps:

+
+
+
    +
  • +

    Launch the installer by double-clicking it. You might see a security warning about running the file, since it’s been downloaded from the Internet. Click "Run" to proceed.

    +
  • +
+
+
+
+image11 +
+
+
+
    +
  • +

    Next, you should see a splash screen, followed by a prompt for installation language. The installer is available in nine languages, including English, Spanish, Simplified Chinese, Korean, German and Russian. Select your language and you’ll be transferred to the main setup wizard.

    +
  • +
+
+
+
+image12 +
+
+
+
    +
  • +

    The WordPress add-on requires a pre-existing XAMPP installation. Select your XAMPP installation directory (usually, C:\xampp).

    +
  • +
+
+
+
+image13 +
+
+
+
    +
  • +

    Next, you’ll be prompted to set up the WordPress administrator account. Enter a user name, real name and email address for the WordPress administrator account.

    +
    +
    +image14 +
    +
    +
    +

    You’ll also see three password fields. In the first field, enter the existing MySQL/MariaDB password for XAMPP; this is needed by the setup wizard so that it can create the necessary WordPress tables in your MySQL/MariaDB database. In the remaining two fields, enter a password (minimum 6 characters) for the WordPress administrator account.

    +
    +
  • +
  • +

    Next, enter a title for your WordPress blog. Don’t worry, you can change this later!

    +
  • +
+
+
+
+image15 +
+
+
+
    +
  • +

    WordPress can optionally send you notifications on events, such as when someone comments on a post. The setup wizard lets you configure how these email notifications are sent out. You can either use a Gmail account or a custom mail server.

    +
    +
    +image16 +
    +
    +
    +
      +
    • +

      If you’re using a Gmail account, simply enter your complete Gmail address and account password. For security reasons, it is recommended that you set up a separate Gmail account for notifications, rather than using your regular Gmail address.

      +
    • +
    +
    +
    +
    +image17 +
    +
    +
    +
      +
    • +

      If you don’t have a Gmail account or if you’d prefer to use a custom mail server, enter details for the mail server, such as the account username and password, SMTP server name and port, and security configuration.

      +
    • +
    +
    +
  • +
+
+
+
+image18 +
+
+
+

You’re almost done! Click Next a few times, decide whether you want to read more about Bitnami in a new browser window while the installation progresses, and the wizard will take care of the rest.

+
+
+
+image19 +
+
+
+

Once installation is complete, you’ll see a success screen. Click "Finish" to exit the installation and launch WordPress.

+
+
+
+image110 +
+
+
+
+
+

Step 2: Test WordPress

+
+
+

By default, WordPress is installed in your XAMPP installation directory, in the apps/wordpress subdirectory. The installation process will, by default, launch your browser and take you to the new WordPress blog anyway, but you can also access it directly at http://127.0.0.1/wordpress or http://localhost/wordpress. The screenshot below shows what you will typically see.

+
+
+
+image21 +
+
+
+

To delete this sample post or to create a new post, you need to first log in to the WordPress dashboard. You can do this either by clicking the "Log in" link in the left navigation bar or by browsing to http://localhost/wordpress/wp-login.php.

+
+
+
+image22 +
+
+
+

Log in using the administrator account you created in the previous step.

+
+
+
+image23 +
+
+
+

You should now arrive at the WordPress dashboard, which allows you to manage posts, pages and comments; customize your blog with themes and plugins; import and export content; manage navigation menus; add or delete new user accounts; and much more.

+
+
+
+image24 +
+
+
+
+
+

Step 3: Create an Editor Account and Start Blogging

+
+
+

As a general rule, you shouldn’t use the administrator account for routine tasks, such as creating posts or replying to comments. So, one of the first things you should do is create a new user account with minimal privileges, which you can use for these routine tasks. To do this:

+
+
+
    +
  • +

    Select the "Users → Add New" menu option to create a new user account.

    +
  • +
+
+
+
+image31 +
+
+
+
    +
  • +

    Enter a username, real name, password and other details for the account.

    +
  • +
  • +

    Assign the new account the role of "Editor".

    +
  • +
  • +

    Click the "Add New User" button to create the new user account.

    +
  • +
+
+
+
+image32 +
+
+
+

Once the account is created, use the "Log out" button (in the pop-up menu at the top left corner of the page) to log out. Then, log in using the new account you just created. You should return to the WordPress dashboard, but with a restricted set of tools.

+
+
+
+image33 +
+
+
+

You can now add a new post using the following steps:

+
+
+
    +
  • +

    Select the "Posts → Add New" menu option to create a new post.

    +
  • +
+
+
+
+image34 +
+
+
+
    +
  • +

    Enter a title and content for the post. You can use the formatting tools at the top of the content area to format your post and add hyperlinks or images.

    +
  • +
  • +

    Optionally, choose the format and category for your post.

    +
  • +
  • +

    Publish it immediately using the "Publish" button.

    +
  • +
+
+
+
+image35 +
+
+
+

And now, when you visit your blog’s front page, you should see your new post.

+
+
+
+image36 +
+
+
+

Congratulations! You now have a working, fully-functional WordPress blog.

+
+
+

You can keep your WordPress installation up-to-date with the WordPress automatic update feature. To access this:

+
+
+
    +
  • +

    Log in to WordPress using the administrator account.

    +
  • +
  • +

    Select the "Dashboard → Updates" menu item.

    +
  • +
+
+
+
+image37 +
+
+
+ +
+
+
+
+
+
+ +
+ + + + + + + + diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/docs/install-wordpress.pdf b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/install-wordpress.pdf new file mode 100644 index 0000000..0d59214 Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/install-wordpress.pdf differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/docs/install-wordpress.pdfmarks b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/install-wordpress.pdfmarks new file mode 100644 index 0000000..f0ab3db --- /dev/null +++ b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/install-wordpress.pdfmarks @@ -0,0 +1,9 @@ +[ /Title (Get Started Quickly with WordPress) + /Author () + /Subject () + /Keywords () + /ModDate (D:20180510144844) + /CreationDate (D:20180510144844) + /Creator (Prawn 1.0.0) + /Producer () + /DOCINFO pdfmark diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/docs/reset-mysql-password.html b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/reset-mysql-password.html new file mode 100644 index 0000000..f27845f --- /dev/null +++ b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/reset-mysql-password.html @@ -0,0 +1,189 @@ + + + + + + + + + + + Reset the MySQL/MariaDB Root Password + + + + + + + + + + + + + + + + +
+ +
+ +
+ +
+
+
+
+

Documentation

+
+
+
+
+
+ +
+

Reset the MySQL/MariaDB Root Password

+
+

By default, the MySQL/MariaDB installation that ships with XAMPP has an empty root password. This is a serious security risk, especially if you plan to use XAMPP in production scenarios.

+
+
+

To change the MySQL/MariaDB root password, follow these steps:

+
+
+
    +
  1. +

    Ensure that the MySQL/MariaDB server is running.

    +
  2. +
  3. +

    Open your Windows command prompt by clicking the "Shell" button in the XAMPP control panel.

    +
    +
    +image1 +
    +
    +
  4. +
  5. +

    Use the mysqladmin command-line utility to alter the MySQL/MariaDB password, using the following syntax:

    +
    +
    +
    mysqladmin --user=root password "newpassword"
    +
    +
    +
    +

    For example, to change the MySQL/MariaDB root password from its default empty value to the password gue55me, you would execute:

    +
    +
    +
    +
    mysqladmin --user=root password "gue55me"
    +
    +
    +
    +
    +image2 +
    +
    +
    +

    Or, if a password has already been previously set and you’d like to change it to a new one, you can use the following syntax:

    +
    +
    +
    +
    mysqladmin --user=root --password=oldpassword password "newpassword"
    +
    +
    +
    +

    For example, to change the root password from 12345 to gue55me, you would execute:

    +
    +
    +
    +
    mysqladmin --user=root --password=12345 password "gue55me"
    +
    +
    +
  6. +
  7. +

    Test that your password change has been accepted, by attempting to connect to the MySQL/MariaDB server using the mysql command-line client in the same directory. For example, you could use the command below to connect to the server and return the results of a calculation:

    +
    +
    +
    mysql --user=root --password=gue55me -e "SELECT 1+1"
    +
    +
    +
    +
    +image3 +
    +
    +
  8. +
+
+
+
+
+ +
+ + + + + + + + diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/docs/reset-mysql-password.pdf b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/reset-mysql-password.pdf new file mode 100644 index 0000000..d27f20e Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/reset-mysql-password.pdf differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/docs/reset-mysql-password.pdfmarks b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/reset-mysql-password.pdfmarks new file mode 100644 index 0000000..402ce48 --- /dev/null +++ b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/reset-mysql-password.pdfmarks @@ -0,0 +1,9 @@ +[ /Title (Reset the MySQL/MariaDB Root Password) + /Author () + /Subject () + /Keywords () + /ModDate (D:20180510144843) + /CreationDate (D:20180510144843) + /Creator (Prawn 1.0.0) + /Producer () + /DOCINFO pdfmark diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/docs/send-mail.html b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/send-mail.html new file mode 100644 index 0000000..0442365 --- /dev/null +++ b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/send-mail.html @@ -0,0 +1,266 @@ + + + + + + + + + + + Send Mail with PHP + + + + + + + + + + + + + + + + +
+ +
+ +
+ +
+
+
+
+

Documentation

+
+
+
+
+
+ +
+

Send Mail with PHP

+
+

If you’re a PHP application developer, you might need to send email notifications through your custom PHP applications. With XAMPP, there are two ways to do this: you can use the included sendmail.exe binary, or you can use the third-party PHPMailer class. This guide walks you through both options.

+
+
+ + + + + +
+ + +This guide assumes that you have an existing Gmail account, and that you will use Gmail’s SMTP server to transmit email. You can also use your organization or ISP’s mail server, although you’ll need to replace key details, such as the SMTP server name and port, with appropriate values for your environment. Your network administrator or ISP support desk will typically be able to provide this information. The example code provided in this tutorial is illustrative only and should not be used in production environments. +
+
+
+

To configure XAMPP to use sendmail.exe for email notifications, follow these steps:

+
+
+
    +
  1. +

    Edit the php.ini file in the php\ subdirectory of your XAMPP installation directory (usually, C:\xampp). Within this file, find the [mail function] section and replace it with the following directives:

    +
    +
    +
    sendmail_path = "\"C:\xampp\sendmail\sendmail.exe\" -t"
    +
    +
    +
  2. +
  3. +

    Edit the sendmail.ini file in the sendmail\ subdirectory of your XAMPP installation directory. Within this file, find the [sendmail] section and replace it with the following directives:

    +
    +
    +
    smtp_server=smtp.gmail.com
    +smtp_port=465
    +smtp_ssl=auto
    +error_logfile=error.log
    +auth_username=your-gmail-username@gmail.com
    +auth_password=your-gmail-password
    +
    +
    +
    +

    Remember to replace the dummy values shown with your actual Gmail address and account password.

    +
    +
  4. +
  5. +

    Restart the Apache server using the XAMPP control panel.

    +
  6. +
+
+
+

You can now use PHP’s mail() function to send email from your application. To illustrate how it can be used with your Gmail account, use your text editor to create an example script named sendmail.php in the htdocs\ subdirectory and fill it with the following code. Once done, save your changes.

+
+
+
+
<?php
+$to = 'recipients@email-address.com';
+$subject = 'Hello from XAMPP!';
+$message = 'This is a test';
+$headers = "From: your@email-address.com\r\n";
+if (mail($to, $subject, $message, $headers)) {
+   echo "SUCCESS";
+} else {
+   echo "ERROR";
+}
+
+
+
+

Remember to replace the dummy values shown with valid email addresses. For this simple test, use your own email address as the recipient address.

+
+
+

Now, browse to the URL http://localhost/sendmail.php to execute the script and send the email message. If all goes well, you should see a success notification in your browser. If you used your own email address for the recipient address, you should also receive the email message.

+
+
+
+image1 +
+
+
+

To configure XAMPP to use PHPMailer for email notifications, follow these steps:

+
+
+
    +
  1. +

    Download PHPMailer from its Github repository using the "Download Zip" button.

    +
    +
    +image2 +
    +
    +
  2. +
  3. +

    Create a directory for your new application within the htdocs\ subdirectory of your XAMPP installation directory. In this tutorial, the application directory is named example\.

    +
  4. +
  5. +

    Extract the contents of the PHPMailer ZIP archive to the application directory.

    +
  6. +
+
+
+

You can now use PHPMailer to send email from your application. To illustrate how it can be used with your Gmail account, use your text editor to create an example script named phpmailer.php in the application directory, and fill it with the following code. Once done, save your changes.

+
+
+
+
<?php
+require 'PHPMailer-master/PHPMailerAutoload.php';
+$mail = new PHPMailer;
+$mail->isSMTP();
+$mail->SMTPSecure = 'ssl';
+$mail->SMTPAuth = true;
+$mail->Host = 'smtp.gmail.com';
+$mail->Port = 465;
+$mail->Username = 'your-gmail-username@gmail.com';
+$mail->Password = 'your-gmail-password';
+$mail->setFrom('your@email-address.com');
+$mail->addAddress('recipients@email-address.com');
+$mail->Subject = 'Hello from PHPMailer!';
+$mail->Body = 'This is a test.';
+//send the message, check for errors
+if (!$mail->send()) {
+    echo "ERROR: " . $mail->ErrorInfo;
+} else {
+    echo "SUCCESS";
+}
+
+
+
+

Remember to replace the dummy values shown with your actual Gmail address and account password. You should also use a valid sender and recipient address. For this simple test, use your own email address as the recipient address.

+
+
+

Now, browse to the URL http://localhost/example/phpmailer.php. This should execute the script and send the email message. If all goes well, you should see a success notification in your browser. If you used your own email address for the recipient address, you should also receive the email message.

+
+
+
+image3 +
+
+
+ + + + + +
+ + +As a security precaution, Gmail will automatically rewrite the From: and Reply-to: headers in your email message to reflect your Gmail address. If you want to avoid this, you must add and validate your custom email address in your Gmail account as a sender. Refer to Gmail’s documentation for more information and important restrictions. +
+
+
+
+
+ +
+ + + + + + + + diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/docs/send-mail.pdf b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/send-mail.pdf new file mode 100644 index 0000000..a203497 Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/send-mail.pdf differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/docs/send-mail.pdfmarks b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/send-mail.pdfmarks new file mode 100644 index 0000000..ec25278 --- /dev/null +++ b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/send-mail.pdfmarks @@ -0,0 +1,9 @@ +[ /Title (Send Mail with PHP) + /Author () + /Subject () + /Keywords () + /ModDate (D:20180510144842) + /CreationDate (D:20180510144842) + /Creator (Prawn 1.0.0) + /Producer () + /DOCINFO pdfmark diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/docs/transfer-files-ftp.html b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/transfer-files-ftp.html new file mode 100644 index 0000000..9b85ba8 --- /dev/null +++ b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/transfer-files-ftp.html @@ -0,0 +1,265 @@ + + + + + + + + + + + Configure FTP Access + + + + + + + + + + + + + + + + +
+ +
+ +
+ +
+
+
+
+

Documentation

+
+
+
+
+
+ +
+

Configure FTP Access

+
+

XAMPP includes the server version of FileZilla, an open-source FTP solution. This makes it easy to transfer files to and from a XAMPP environment using FTP.

+
+
+

To illustrate, assume that you have a simple PHP script named example.php on your Windows desktop containing the following code, that you wish to transfer to the XAMPP server.

+
+
+
+
<!-- example.php -->
+<html>
+ <head></head>
+ <body>
+   <h2><?php echo "Hello. Today is " . date('l'); ?>.</h2>
+ </body>
+</html>
+
+
+
+

To transfer files using FTP, you must first configure the FileZilla FTP server. Follow the steps below.

+
+
+
    +
  1. +

    Ensure that FileZilla is running.

    +
  2. +
  3. +

    Start the FileZilla administration interface by clicking the "Admin" button in the XAMPP control panel.

    +
    +
    +image1 +
    +
    +
  4. +
  5. +

    In the resulting "Connect to Server" dialog box, leave all values at their default values and click "OK".

    +
    +
    +image2 +
    +
    +
    +

    You should now arrive at the FileZilla server console.

    +
    +
    +
    +image3 +
    +
    +
  6. +
  7. +

    You now need to set up at least one FTP user. To do this, click the "Edit → Users" menu item. This will bring you to the user management interface.

    +
    +
    +image4 +
    +
    +
  8. +
  9. +

    Click the "Add" button to add a new user account. Enter a name for the new user account.

    +
    +
    +image5 +
    +
    +
  10. +
  11. +

    Select and check the "Password" field and enter a password for the new user.

    +
    +
    +image6 +
    +
    +
  12. +
  13. +

    Next, you need to define which folders the user has access to. To do this, click the "Shared folder" sub-item in the left navigation menu.

    +
  14. +
  15. +

    Click the "Add" button and select the htdocs\ subdirectory of the XAMPP installation directory as the user’s home directory.

    +
    +
    +image7 +
    +
    +
  16. +
  17. +

    Grant the user all available rights to this directory.

    +
    +
    +image8 +
    +
    +
  18. +
  19. +

    Click "OK" to save your changes.

    +
  20. +
  21. +

    Use the "File → Quit" menu item to disconnect from the FileZilla administration interface.

    +
  22. +
+
+
+

You can now transfer files to the XAMPP server by following the steps below:

+
+
+
    +
  1. +

    Launch your FTP client and enter connection details as below.

    +
    +
      +
    • +

      If you’re connecting to the server from the same system, use "127.0.0.1" as the host address. If you’re connecting from a different system, use the network hostname or IP address of the XAMPP server.

      +
    • +
    • +

      Use "21" as the port.

      +
    • +
    • +

      Specify the username and password configured previously as your FTP credentials.

      +
    • +
    +
    +
    +

    Your FTP client should now connect to the server and enter the C:\xampp\htdocs directory, which is the default Web server document root.

    +
    +
    +
    +image9 +
    +
    +
  2. +
  3. +

    Transfer the file from your home directory to the server using normal FTP transfer conventions. If you’re using a graphical FTP client, you can usually drag and drop the file from one directory to the other. If you’re using a command-line FTP client, you can use the FTP PUT command.

    +
    +
    +image10 +
    +
    +
  4. +
  5. +

    Once the file is successfully transferred, you should be able to see it in action by browsing to http://localhost/example.php, as shown below:

    +
    +
    +image11 +
    +
    +
  6. +
+
+
+
+
+ +
+ + + + + + + + diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/docs/transfer-files-ftp.pdf b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/transfer-files-ftp.pdf new file mode 100644 index 0000000..4682a72 Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/transfer-files-ftp.pdf differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/docs/transfer-files-ftp.pdfmarks b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/transfer-files-ftp.pdfmarks new file mode 100644 index 0000000..8935dd1 --- /dev/null +++ b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/transfer-files-ftp.pdfmarks @@ -0,0 +1,9 @@ +[ /Title (Configure FTP Access) + /Author () + /Subject () + /Keywords () + /ModDate (D:20180510144840) + /CreationDate (D:20180510144840) + /Creator (Prawn 1.0.0) + /Producer () + /DOCINFO pdfmark diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/docs/troubleshoot-apache.html b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/troubleshoot-apache.html new file mode 100644 index 0000000..5d0c41d --- /dev/null +++ b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/troubleshoot-apache.html @@ -0,0 +1,411 @@ + + + + + + + + + + + Troubleshoot Apache Startup Problems + + + + + + + + + + + + + + + + +
+ +
+ +
+ +
+
+
+
+

Documentation

+
+
+
+
+
+ +
+ +

Troubleshoot Apache Startup Problems

+
+
+
+

Are you having difficulty getting your Apache server started? Here is a list of common problems and their solutions.

+
+
+ + + + + +
+ + +The information in this document is based on this ApacheFriends community forum thread. +
+
+
+
+
+

Port 80 in use by PID 4

+
+
+

Your XAMPP control panel displays this message:

+
+
+
+
XX:XX:XX [Apache] Port 80 in use by "Unable to open process" with PID 4!
+
+
+
+

To solve this problem, follow these steps:

+
+
+
    +
  1. +

    Right-click the XAMPP control panel icon and select "Run as administrator". Enter administrator credentials (if required) and click "OK" or "Yes" to proceed.

    +
  2. +
  3. +

    Open your Windows command prompt by clicking the "Shell" button in the XAMPP control panel.

    +
  4. +
  5. +

    At the command prompt, enter this command:

    +
    +
    +
    netsh http add iplisten ipaddress=::
    +
    +
    +
  6. +
  7. +

    Open the file C:\Windows\system32\drivers\etc\hosts and add the following line to it. Then, save the file.

    +
    +
    +
    127.0.0.1  localhost
    +
    +
    +
    +
    +image1 +
    +
    +
    +

    This takes care of mapping the localhost domain name to the local machine, which always has the IP address 127.0.0.1.

    +
    +
  8. +
+
+
+ + + + + +
+ + +On some versions of Windows, you will not be able to edit the C:\Windows\system32\drivers\etc\hosts file without administrator privileges. You can edit the file by right-clicking the Notepad icon and selected the "Run as administrator" menu option, then entering administrator credentials (if required) and clicking "OK" or "Yes" to proceed. +
+
+
+ + + + + +
+ + +If the problem persists even after performing these steps, it could be due to a problem with Microsoft Internet Information Services (IIS), with Windows Work Folders or with third-party services. Refer to this page for alternative solutions. +
+
+
+
+
+

Ports 80 and 443 in use by Skype

+
+
+

Your XAMPP control panel displays these messages:

+
+
+
+
XX:XX:XX [Apache] Port 80 in use by "C:\Program Files (x86)\Skype\Phone\Skype.exe" with PID XXXX!
+XX:XX:XX [Apache] Port 443 in use by "C:\Program Files (x86)\Skype\Phone\Skype.exe" with PID XXXX!
+
+
+
+

To solve this problem, follow these steps:

+
+
+
    +
  1. +

    Launch Skype.

    +
  2. +
  3. +

    Select the "Tools → Options → Advanced → Connection" menu item and in the resulting screen, disable the use of ports 80 and 443 for incoming Skype connections.

    +
    +
    +image2 +
    +
    +
  4. +
  5. +

    Click "Save". Restart Skype for your change to take effect.

    +
  6. +
+
+
+
+
+

Port 443 in use by VMWare

+
+
+

Your XAMPP control panel displays these messages:

+
+
+
+
XX:XX:XX [Apache] Port 443 in use by ""C:\Program Files (x86)\VMware\VMware Workstation\vmware-hostd.exe" -u "C:\ProgramData\VMware\hostd\config.xml"" with PID XXXX!
+
+
+
+

To solve this problem, follow these steps:

+
+
+
    +
  1. +

    Launch VMWare Workstation.

    +
  2. +
  3. +

    Use the "Edit → Preferences → Shared VMs" menu and in the resulting dialog, enter a new port number for the VMWare Workstation Server.

    +
  4. +
  5. +

    Click "OK" to save your changes. Restart VMWare Workstation for your change to take effect.

    +
  6. +
+
+
+
+
+

ServerRoot Must Be a Valid Directory

+
+
+

Apache startup includes an error message like the one below:

+
+
+
+
httpd.exe: Syntax error on line XX of X:/xampp/apache/conf/httpd.conf: ServerRoot must be a valid directory
+
+
+
+

This is a common issue for XAMPP installations on portable devices. It occurs if the Apache configuration file points to a directory that no longer exists (for example, due to a drive letter change when a portable device is removed and reinserted). To solve this problem, follow these steps:

+
+
+
    +
  1. +

    If the Apache service is registered (indicated by a green check mark next to its name in the XAMPP control panel), unregister it by clicking the check mark and answering "Yes" in the resulting dialog box.

    +
    +
    +image3 +
    +
    +
  2. +
  3. +

    Edit the setup_xampp.bat file in your XAMPP installation directory (usually, C:\xampp). Within the file, find this line:

    +
    +
    +
    %PHP_BIN% -n -d output_buffering=0 %CONFIG_PHP%
    +
    +
    +
  4. +
  5. +

    Edit the line to include the special directive "usb" at the end, so that it looks like this.

    +
    +
    +
    %PHP_BIN% -n -d output_buffering=0 %CONFIG_PHP% usb
    +
    +
    +
  6. +
  7. +

    Save your changes. The, execute the file by double-clicking it in the Windows Explorer or executing it at the command prompt. This will fix any and all wrong base paths.

    +
  8. +
+
+
+
+
+

XAMPP cannot start on port 80 (Windows 10)

+
+
+

By default, Windows 10 starts Microsoft IIS on port 80, which is the same default port used by Apache in XAMPP. As a result, Apache cannot bind to port 80.

+
+
+

To check whether port 80 is in use, open a command prompt and run these commands:

+
+
+
+
netstat -o -n -a | findstr 0.0.0.0:80
+netstat -o -n -a | findstr 127.0.0.1:80
+
+
+
+
+image4 +
+
+
+

To disable IIS from running on port 80, follow these steps:

+
+
+
    +
  1. +

    Open the Services panel in Computer Management.

    +
  2. +
  3. +

    Search for the "World Wide Web Publishing Service" and select it.

    +
  4. +
  5. +

    Click the link to "Stop the service".

    +
    +
    +image5 +
    +
    +
  6. +
  7. +

    Double-click the service name.

    +
  8. +
  9. +

    In the "Startup type" field, change the startup type to "Disabled".

    +
    +
    +image6 +
    +
    +
  10. +
  11. +

    Click "OK" to save your changes.

    +
  12. +
+
+
+

You should now be able to start Apache in XAMPP on port 80.

+
+
+
+
+

The Microsoft Edge browser cannot be used to access local addresses using the machine host name.

+
+
+

If your local machine has the host name 'myhost', you will not be able to access URLs such as http://myhost in Microsoft Edge. To resolve this, you should instead use the addresses http://127.0.0.1 or http://localhost.

+
+
+
+image7 +
+
+
+
+image8 +
+
+
+
+
+
+
+ +
+ + + + + + + + diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/docs/troubleshoot-apache.pdf b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/troubleshoot-apache.pdf new file mode 100644 index 0000000..299d019 Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/troubleshoot-apache.pdf differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/docs/troubleshoot-apache.pdfmarks b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/troubleshoot-apache.pdfmarks new file mode 100644 index 0000000..7a0174e --- /dev/null +++ b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/troubleshoot-apache.pdfmarks @@ -0,0 +1,9 @@ +[ /Title (Troubleshoot Apache Startup Problems) + /Author () + /Subject () + /Keywords () + /ModDate (D:20180510144841) + /CreationDate (D:20180510144841) + /Creator (Prawn 1.0.0) + /Producer () + /DOCINFO pdfmark diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/docs/use-different-php-version.html b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/use-different-php-version.html new file mode 100644 index 0000000..bc0a886 --- /dev/null +++ b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/use-different-php-version.html @@ -0,0 +1,192 @@ + + + + + + + + + + + Use a Different PHP Version + + + + + + + + + + + + + + + + +
+ +
+ +
+ +
+
+
+
+

Documentation

+
+
+
+
+
+ +
+

Use a Different PHP Version

+
+

In many cases, you might want to use XAMPP with a different PHP version than the one that comes pre-installed. You might do this to get the benefits of a newer version of PHP, or to reproduce bugs using an earlier version of PHP.

+
+
+

To use a different version of PHP with XAMPP, follow these steps:

+
+
+
    +
  1. +

    Download a binary build of the PHP version that you wish to use from the PHP website, and extract the contents of the compressed archive file to your XAMPP installation directory (usually, C:\xampp). Ensure that you give it a different directory name to avoid overwriting the existing PHP version. For example, in this tutorial, we’ll call the new directory C:\xampp\php5-6-0.

    +
    + + + + + +
    + + +Ensure that the PHP build you download matches the Apache build (VC9 or VC11) in your XAMPP platform. +
    +
    +
  2. +
  3. +

    Within the new directory, rename the php.ini-development file to php.ini. If you prefer to use production settings, you could instead rename the php.ini-production file to php.ini.

    +
  4. +
  5. +

    Edit the httpd-xampp.conf file in the apache\conf\extra\ subdirectory of your XAMPP installation directory. Within this file, search for all instances of the old PHP directory path and replace them with the path to the new PHP directory created in Step 1.

    +
    +

    In particular, be sure to change the lines

    +
    +
    +
    +
    LoadFile "/xampp/php/php5ts.dll"
    +LoadFile "/xampp/php/libpq.dll"
    +LoadModule php5_module "/xampp/php/php5apache2_4.dll"
    +
    +
    +
    +

    to

    +
    +
    +
    +
    LoadFile "/xampp/php5-6-0/php5ts.dll"
    +LoadFile "/xampp/php5-6-0/libpq.dll"
    +LoadModule php5_module "/xampp/php5-6-0/php5apache2_4.dll"
    +
    +
    +
    + + + + + +
    + + +Remember to adjust the file and directory paths above to reflect valid paths on your system. +
    +
    +
  6. +
  7. +

    Restart your Apache server through the XAMPP control panel for your changes to take effect.

    +
  8. +
+
+
+

The new version of PHP should now be active. To verify this, browse to the URL http://localhost/xampp/phpinfo.php, which displays the output of the phpinfo() command, and check the version number at the top of the page.

+
+
+
+image1 +
+
+
+
+
+ +
+ + + + + + + + diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/docs/use-different-php-version.pdf b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/use-different-php-version.pdf new file mode 100644 index 0000000..fd29a54 Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/use-different-php-version.pdf differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/docs/use-different-php-version.pdfmarks b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/use-different-php-version.pdfmarks new file mode 100644 index 0000000..70c7ae6 --- /dev/null +++ b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/use-different-php-version.pdfmarks @@ -0,0 +1,9 @@ +[ /Title (Use a Different PHP Version) + /Author () + /Subject () + /Keywords () + /ModDate (D:20180510144840) + /CreationDate (D:20180510144840) + /Creator (Prawn 1.0.0) + /Producer () + /DOCINFO pdfmark diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/docs/use-php-fcgi.html b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/use-php-fcgi.html new file mode 100644 index 0000000..f608c8f --- /dev/null +++ b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/use-php-fcgi.html @@ -0,0 +1,212 @@ + + + + + + + + + + + Run PHP under FastCGI + + + + + + + + + + + + + + + + +
+ +
+ +
+ +
+
+
+
+

Documentation

+
+
+
+
+
+ +
+

Run PHP under FastCGI

+
+

By default, XAMPP runs PHP as an Apache handler. An alternative approach is to run PHP under FastCGI, which can produce better performance in certain scenarios. To do this, follow these steps:

+
+
+
    +
  1. +

    Download a binary version of the mod_fcgid Apache module from the ApacheLounge website. This module is included in the modules-2.4.x-win32-VC11.zip archive.

    +
    + + + + + +
    + + +XAMPP for Windows only uses 32-bit Apache builds. +
    +
    +
  2. +
  3. +

    Extract the mod_fcgid.so file from the downloaded archive file and copy it to the apache\modules\ subdirectory of your XAMPP installation directory (usually, C:\xampp).

    +
  4. +
  5. +

    Edit the httpd-xampp.conf file in the apache\conf\extra\ subdirectory of your XAMPP installation directory. Within this file, make the following changes:

    +
    +
      +
    1. +

      Search for the line

      +
      +
      +
      LoadModule php5_module "/xampp/php/php5apache2_4.dll"
      +
      +
      +
      +

      and modify it to read

      +
      +
      +
      +
      LoadModule fcgid_module modules/mod_fcgid.so
      +
      +
      +
    2. +
    3. +

      Find and delete the following lines:

      +
      +
      +
      <FilesMatch "\.php$">
      +   SetHandler application/x-httpd-php
      +</FilesMatch>
      +<FilesMatch "\.phps$">
      +   SetHandler application/x-httpd-php-source
      +</FilesMatch>
      +
      +
      +
    4. +
    5. +

      Add the following lines:

      +
      +
      +
      FcgidInitialEnv PHPRC "c:/xampp/php"
      +AddHandler fcgid-script .php
      +FcgidWrapper "c:/xampp/php/php-cgi.exe" .php
      +
      +
      +
      + + + + + +
      + + +Remember to adjust the file and directory paths above to reflect valid paths on your system. +
      +
      +
    6. +
    +
    +
  6. +
  7. +

    Restart your Apache server through the XAMPP control panel for your changes to take effect.

    +
  8. +
+
+
+

PHP should now be active using FastCGI. To verify this, browse to the URL http://localhost/xampp/phpinfo.php, which displays the output of the phpinfo() command, and check the "Server API" value near the top of the page.

+
+
+
+image1 +
+
+
+
+
+ +
+ + + + + + + + diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/docs/use-php-fcgi.pdf b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/use-php-fcgi.pdf new file mode 100644 index 0000000..12feb75 Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/use-php-fcgi.pdf differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/docs/use-php-fcgi.pdfmarks b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/use-php-fcgi.pdfmarks new file mode 100644 index 0000000..53d65de --- /dev/null +++ b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/use-php-fcgi.pdfmarks @@ -0,0 +1,9 @@ +[ /Title (Run PHP under FastCGI) + /Author () + /Subject () + /Keywords () + /ModDate (D:20180510144843) + /CreationDate (D:20180510144843) + /Creator (Prawn 1.0.0) + /Producer () + /DOCINFO pdfmark diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/docs/use-sqlite.html b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/use-sqlite.html new file mode 100644 index 0000000..ab28937 --- /dev/null +++ b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/use-sqlite.html @@ -0,0 +1,239 @@ + + + + + + + + + + + Use SQLite and PHP + + + + + + + + + + + + + + + + +
+ +
+ +
+ +
+
+
+
+

Documentation

+
+
+
+
+
+ +
+

Use SQLite and PHP

+
+

XAMPP comes with built-in support for SQLite, making it easy to get started building database-powered applications with PHP. This guide will walk you through the process of creating and populating a new SQLite database using XAMPP, then accessing the data within it using PHP.

+
+
+

Begin by creating and populating a new database using the SQLite command-line client, as below:

+
+
+
    +
  1. +

    Open your Windows command prompt by clicking the “Shell” button in the XAMPP control panel.

    +
  2. +
  3. +

    Change to the htdocs\ subdirectory of your XAMPP installation directory (typically C:\xampp) and create a new SQLite database file named mydb.sq3 with the SQLite command-line client:

    +
    +
    +
    cd C:\xampp\htdocs
    +sqlite3 mydb.sq3
    +
    +
    +
    +

    You should now see an SQLite prompt, as below:

    +
    +
    +
    +image1 +
    +
    +
  4. +
  5. +

    At the sqlite> prompt, create a new table to hold your data. In this example, the table is named items and it contains 3 columns, for item ID, item name and item cost. You can use standard CREATE TABLE syntax to create the table, and you can learn more about SQLite’s built-in datatypes here.

    +
    +
    +
    CREATE TABLE items (id INTEGER PRIMARY KEY, name TEXT, price REAL);
    +
    +
    +
  6. +
  7. +

    Add some data to the new inventory table using INSERT commands, as shown below:

    +
    +
    +
    INSERT INTO items VALUES ('1001', 'Salt', 3.15);
    +INSERT INTO items VALUES ('1002', 'Pepper', 2.75);
    +INSERT INTO items VALUES ('1003', 'Eggs', 2.00);
    +INSERT INTO items VALUES ('1004', 'Bacon', 7.25);
    +INSERT INTO items VALUES ('1005', 'Milk', 1.15);
    +INSERT INTO items VALUES ('1006', 'Strawberries', 8.73);
    +INSERT INTO items VALUES ('1007', 'Cereal', 2.65);
    +
    +
    +
  8. +
  9. +

    You can now also run a SELECT query on the data. For example, the query below returns all items that cost less than $3:

    +
    +
    +
    SELECT * FROM items WHERE price < 3.00;
    +
    +
    +
    +
    +image2 +
    +
    +
  10. +
  11. +

    Once you’re done using the database, exit it by typing .quit at the sqlite> prompt.

    +
  12. +
+
+
+ + + + + +
+ + +The database file (in this example, mydb.sq3) contains all your tables and data, so you should remember to back it up regularly. +
+
+
+

The previous steps discussed how to create and use an SQLite database using the command-line client. However, more often than not, you’ll be using an SQLite database in combination with a PHP-powered Web application. XAMPP includes the PHP SQLite extension, so doing this is not very difficult at all.

+
+
+

To connect to your SQLite database and execute queries on it with PHP, use your text editor to create an example script named sqlite.php in the htdocs subdirectory of your XAMPP installation directory and fill it with the following code:

+
+
+
+
<?php
+$db = new SQLite3('mydb.sq3');
+$sql = "SELECT * FROM items WHERE price < 3.00";
+$result = $db->query($sql);
+while ($row = $result->fetchArray(SQLITE3_ASSOC)){
+  echo $row['name'] . ': $' . $row['price'] . '<br/>';
+}
+unset($db);
+
+
+
+

The first line of code creates a new SQLite3 object, using the mydb.sq3 database file you created earlier. Then, the object’s query() method is used to execute a SELECT query on the database, and the result object’s fetchArray() method is used to iterate over the result set. Adding the SQLITE3_ASSOC parameter to the fetchArray() method tells PHP to return the results as an associative array, making it easy to access individual fields of the result set and display them on a Web page.

+
+
+

Once done, save your changes and ensure that your Apache server is running. Then, browse to http://localhost/sqlite.php to execute the script. You should see something like this:

+
+
+
+image3 +
+
+
+ + + + + +
+ + +To find out more about SQLite’s powerful features, read the SQLite documentation. +
+
+
+
+
+ +
+ + + + + + + + diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/docs/use-sqlite.pdf b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/use-sqlite.pdf new file mode 100644 index 0000000..19318f4 Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/use-sqlite.pdf differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/docs/use-sqlite.pdfmarks b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/use-sqlite.pdfmarks new file mode 100644 index 0000000..692d2ba --- /dev/null +++ b/TE2/Proyecto Teknovate/htdocs/dashboard/docs/use-sqlite.pdfmarks @@ -0,0 +1,9 @@ +[ /Title (Use SQLite and PHP) + /Author () + /Subject () + /Keywords () + /ModDate (D:20180510144838) + /CreationDate (D:20180510144838) + /Creator (Prawn 1.0.0) + /Producer () + /DOCINFO pdfmark diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/es/faq.html b/TE2/Proyecto Teknovate/htdocs/dashboard/es/faq.html new file mode 100644 index 0000000..cc968d0 --- /dev/null +++ b/TE2/Proyecto Teknovate/htdocs/dashboard/es/faq.html @@ -0,0 +1,523 @@ + + + + + + + + + + + XAMPP FAQs for Windows + + + + + + + + + + + + + + + + +
+ +
+ +
+ +
+
+
+
+

Windows Preguntas frecuentes

+
+
+
+
+
+
+
¿Cómo instalo XAMPP?
+
+

Existen tres tipos diferentes de XAMPP para Windows:

+

Instalador:
+ Probablemente la forma más fácil de instalar XAMPP.

+

ZIP:
+ Para puristas: XAMPP como archivo ZIP.

+

7zip:
+ Para puristas con ancho de banda bajo: XAMPP como archivo 7zip.

+

Nota: Si extraes los ficheros, puede haber falsos avisos de virus.

+

Usando el instalador:

+

+

El panel de control de XAMPP para iniciar/detener Apache, MySQL, FileZilla y Mercury o instalar esos servidores como servicios.

+

Instalando desde ZIP

+

Descomprime los archivos zip en la carpeta que elijas. XAMPP es extraido en el subdirectorio "C:\\xampp" en el directorio de destino seleccionado. Ahora ejecuta el fichero "setup_xampp.bat" para ajustar la configuración de XAMPP en tu sistema.

+

Si elijes un directorio raíz, como "C:\\", no debes ejecutar "setup_xampp.bat".

+

Al igual que con el instalador, puedes usar ahora el "XAMPP Control Panel" para tareas adicionales.

+
+
Does XAMPP include MySQL or MariaDB?
+
+

Since XAMPP 5.5.30 and 5.6.14, XAMPP ships MariaDB instead of MySQL. The commands and tools are the same for both.

+
+
¿Cómo inicio XAMPP sin instalar?
+
+

Si extraes XAMPP en un directorio principal como "C:\\" o "D:\\", puedes iniciar la mayoría de los servidores como Apache o MySQL directamente sin ejecutar el archivo "setup_xampp.bat".

+

No usar el script de instalación, o seleccionar paths relativos en el script de instalación, es preferible si estás instalando XAMPP en un disco duro USB, debido a que en cada ordenador ese dispositivo puede estar en una unidad distinta. Puedes cambiar de paths absolutos a relativos cuando quieras con el script de instalación.

+

Usar el instalador de nuestra página de Descargas es la forma más fácil de instalar XAMPP. Cuando la instalación se complete, encontrarás XAMPP en Inicio | Programas | XAMPP. Puedes usar el Panel de Control de XAMPP para iniciar/parar todos los servidores y también para instalar/desinstalar servicios.

+

El panel de control de XAMPP para iniciar/detener Apache, MySQL, FileZilla y Mercury o instalar esos servidores como servicios.

+
+
¿Cómo inicio y paro XAMPP?
+
+

El Centro de Control principal es el "XAMPP Control Panel" (gracias www.nat32.com). Se inicia con:

+

\xampp\xampp-control.exe

+

Puedes también usar algunos ficheros batch para iniciar/parar servidores:

+

+

    +
  • Iniciar Apache y MySQL: + \xampp\xampp_start.exe
  • +
  • Parar Apache y MySQL: + \xampp\xampp_stop.exe
  • +
  • Iniciar Apache: + \xampp\apache_start.bat
  • +
  • Detener Apache: + \xampp\apache_stop.bat
  • +
  • Iniciar MySQL: + \xampp\mysql_start.bat
  • +
  • Para MySQL: + \xampp\mysql_stop.bat
  • +
  • Iniciar Mercury Mailserver: + \xampp\mercury_start.bat
  • +
  • Parar Mercury Mailserver: + \xampp\mercury_stop.bat
  • +
  • Iniciar Servidor FileZilla: + \xampp\filezilla_start.bat
  • +
  • Parar Servidor FileZilla: + \xampp\filezilla_stop.bat

+

+
+
¿Cómo compruebo que todo ha ido bien?
+
+

Escribe la siguiente URL en tu navegador favorito:

+

http://localhost/ o http://127.0.0.1/

+

You should see the XAMPP start page, as shown below.

+ +
+
¿Cómo puedo instalar un servidor como servicio?
+
+

Puedes instalar cada servidor en XAMPP como servicio de Windows. También puedes instalarlo desde el Panel de Control de XAMPP. En este caso, es necesario ejecutar los scripts o el Panel de Control con privilegios de Administrador.

+

Instalar el servicio Apache: \\xampp\\apache\\apache_installservice.bat

+

Desinstalar el servicio Apache: \\xampp\\apache\\apache_uninstallservice.bat

+

Instalar el servicio MySQL: \\xampp\\mysql\\mysql_installservice.bat

+

Desinstalar el servicio MySQL: \\xampp\\mysql\\mysql_uninstallservice.bat

+

(Des)instalación del servicio FileZilla: \\xampp\\filezilla_setup.bat

+

Mercury: No disponible la instalación de servicio

+
+
¿Está XAMPP listo para producción?
+
+

XAMPP no está pensado para uso en producción, sino para entornos de desarrollo. XAMPP está configurado de forma que sea tan abierto como sea posible, permitiendo al desarrollador hacer lo que quiera. En entornos de desarrollo esto es magnífico pero en un entorno de producción puede ser fatal.

+

A continuación se muestra una lista de posibles fallos de seguridad en XAMPP:

+
    +
  1. El administrador de MySQL (root) no tiene password.
  2. +
  3. El proceso MySQL está accesible a través de la red.
  4. +
  5. ProFTPD usa la contraseña "lampp" para el usuario "daemon".
  6. +
  7. Los usuarios por defecto de Mercury y FileZilla son conocidos.
  8. +
+

Todo esto puede ser un enorme riesgo de seguridad. Especialmente si XAMPP está accesible a través de la red y gente fuera de tu LAN. Para mejorar la seguridad, puede ayudar el uso de un firewall o un router (NAT). En el caso de un router o firewall, tu PC no estará normalmente accesible a través de la red. Depende de ti arreglar estos problemas. Una pequeña ayuda es la "Consola de Seguridad de XAMPP".

+

Por favor, establece seguridad en XAMPP antes de publicar nada online. Un firewall o un router sólo son correctos para bajos niveles de seguridad. Para algo más de seguridad, puedes ejecutar la "Consola de Seguridad de XAMPP" y asignar contraseñas.

+

Si quieres tener tu XAMPP accesible desde internet, ve a la siguiente URI que puede arreglar algunos problemas:

+

http://localhost/security/

+

Con la consola de seguridad puedes establecer una contraseña para el usuario "root" de MySQL y phpMyAdmin. Puedes también habilitar autenticación para las páginas de ejemplo de XAMPP.

+

¡Esta herramienta web no corrige ningún problema adicional de seguridad! Especialmente, debes establecer tu propia seguridad en los servidores FileZilla FTP y Mercury.

+
¿Cómo desinstalo XAMPP?
+
+

Si instalaste XAMPP usando la versión de instalador, por favor, usa el desinstalador. El desinstalador eliminará todas las entradas de XAMPP de tu registro y desinstalará algunos servicios incluidos con XAMPP. Recomendamos fervientemente que uses el programa de desinstalación para eliminar las instalaciones de XAMPP realizadas con el instalador. Por favor, haz copia de seguridad de todos los datos que quieras mantener antes de desinstalar XAMPP.

+

Si instalaste XAMPP usando las versiones ZIP o 7zip, apaga todos los servidores de XAMPP y sal de todos los paneles. Si instalaste algún servicio, apágalo y desinstálalo también. Ahora simplemente borra el directorio completo donde XAMPP está instalado. No hay entradas ni variables de entorno que debas borrar.

+
+
¿Qué es la versión "lite" de XAMPP?
+
+

XAMPP Lite (significa "ligero" como en "peso ligero") es un conjunto más pequeño de los componentes de XAMPP, el cual es recomendado para trabajo rápido usando sólo PHP y MySQL. Algunos servidores o herramientas como Mercury Mail y FileZilla FTP no están incluidos en la versión Lite.

+
+
¿Dónde debo colocar mi contenido web?
+
+

El directorio principal para los documentos WWW es \\xampp\\htdocs. Si pones un fichero "test.html" en este directorio, puedes acceder a él con la URI "http://localhost/test.html".

+

¿Y "test.php"? Simplemente usa "http://localhost/test.php". Un fichero de test simple puede ser:

+

<?php
+ echo 'Hello world';
+ ?>

+

¿Un nuevo subdirectorio para tu web? Simplemente crea un nuevo directorio (p.ej. "new") dentro del directorio "\\xampp\\htdocs" (mejor sin espacios y sólo caracteres ASCII), crea un fichero de ejemplo en este directorio y accede a el con "http://localhost/new/test.php".

+

Específicamente

+

HTML:
+ Ejecutable: \xampp\htdocs
+ Finales permitidos: .html .htm
+ => paquete basico

+

SSI:
+ Ejecutable: \xampp\htdocs
+ Finales permitidos: .shtml
+ => paquete basico

+

CGI:
+ Ejecutable: \xampp\htdocs and \xampp\cgi-bin
+ Finales permitidos: .cgi
+ => paquete basico

+

PHP:
+ Ejecutable: \xampp\htdocs and \xampp\cgi-bin
+ Finales permitidos: .php
+ => paquete basico

+

Perl:
+ Ejecutable: \xampp\htdocs and \xampp\cgi-bin
+ Finales permitidos: .pl
+ => paquete basico

+

Apache::ASP Perl:
+ Ejecutable: \xampp\htdocs
+ Finales permitidos: .asp
+ => paquete basico

+

JSP Java:
+ Ejecutable: \xampp\tomcat\webapps\java (e.g.)
+ Finales permitidos: .jsp
+ => Tomcat add-on

+

Servlets Java:
+ Ejecutable: \xampp\tomcat\webapps\java (e.g.)
+ Finales permitidos: .html (u.a)
+ => Tomcat add-on

+
+
¿Puedo mover la instalación de XAMPP?
+
+

Sí. Tras mover el directorio de XAMPP, debes ejecutar "setup_xampp.bat". Los paths de los directorios de configuración se ajustarán con este paso.

+

Si has instalado algún servidor como servicio de Windows, debes primero eliminar el servicio de Windows y después de mover, podrás instalar el servicio de nuevo.

+

Aviso: Los ficheros de configuración de tus propios scripts, como aplicaciones PHP, no serán ajustados. Pero es posible escribir un "plug-in" para el instalador. Con ese plug-in, el instalador puede ajustar esos ficheros también.

+
+
¿Qué son las "páginas de inicio automático" de los directorios WWW?
+
+

El nombre del fichero por defecto para la función de Apache "DirectoryIndex" es "index.html" o "index.php". Cada vez que navegas a una carpeta (e.j. "http://localhost/xampp/"), y Apache puede encontrar ese fichero, Apache lo muestra en en lugar de un listado de directorio.

+
+
¿Dónde puedo cambiar la configuración?
+
+

Casi todas las opciones de XAMPP pueden cambiarse con ficheros de configuración. Simplemente abre el fichero en un editor de texto y cambia las opciones que quieras. Sólo FileZilla y Mercury deberían ser configuradas con la herramienta de configuración de aplicaciones.

+
+ +
¿Por qué no funciona XAMPP en Windows XP SP2?
+
+

Microsoft incluye un mejor firewall con service pack 2 (SP2), que se inicia automáticamente. Este firewall bloquea los puertos 80 (http) y 443 (https), necesarios para Apache, que no puede iniciarse.

+

La solución rápida:

+

Deshabilita el firewall de Microsoft con el barra de herramientas e intenta iniciar XAMPP otra vez. La mejor solución es definir una excepción en el centro de seguridad.

+

Los siguientes puertos son usados para funcionalidades básicas:

+

Apache (HTTP): Port 80
+ Apache (WebDAV): Port 81
+ Apache (HTTPS): Port 443
+ MySQL: Port 3306
+ FileZilla (FTP): Port 21
+ FileZilla (Admin): Port 14147
+ Mercury (SMTP): Port 25
+ Mercury (POP3): Port 110
+ Mercury (IMAP): Port 143
+ Mercury (HTTP): Port 2224
+ Mercury (Finger): Port 79
+ Mercury (PH): Port 105
+ Mercury (PopPass): Port 106
+ Tomcat (AJP/1.3): Port 8009
+ Tomcat (HTTP): Port 8080

+
+ +
¿Por qué no funciona XAMPP en Vista?
+
+

Control de Cuentas de Usuario (UAC)

+

No tienes totales privilegios de escritura en el directorio "C:\\Archivos de Programas", ni siquiera como Administrador. O tienes sólo privilegios limitados (p.ej. en ".\\xampp\\htdocs"). Es este caso, no puedes editar un fichero.
+Solución: Aumenta tus privilegios en el explorador (botón derecho / seguridad) o deshabilita el control de cuentas de usuario (UAC).

+

Has instalado Apache/MySQL en "C:\\xampp" como servicio de Windows. Pero no puedes iniciar/parar los servicios con el "XAMPP Control Panel" o no puedes desinstalarlos.

+Solución: Usa la consola de administración de Windows o deshabilita UAC.

+

Deshabilitando el Control de Cuenta de Usuario (UAC)

+

Para deshabilitar el UAC, usa el programa "msconfig". En "msconfig" ve a "Herramientas", selecciona "deshabilitar el control de cuentas de usuario" y verifica tu selección. Ahora debes reiniciar Windows. Si quieres volver a habilita la UAC, puedes hacerlo del mismo modo.

+
+ +
¿Cómo compruebo el checksum md5?
+
+

Para comparar ficheros, normalmente se usan checksums. Un estándar para crear este checksum es md5 (Message Digest Algorithm 5).

+

Con este checksum md5 puedes comprobar si tu descarga del paquete XAMPP es correcto o no. Por supuesto, necesitas un programa que puede crear estos checksums. Para Windows puedes usar una herramienta de Microsoft:

+

Disponibilidad y descripción de la utilidad File Checksum Integrity Verifier

+

También es posible usar cualquier otro programa que cree checksums md5, como GNU md5sum.

+

Para instalar un programa así (p.ej. fciv.exe), puedes seguir los siguientes pasos:

+

+

    +
  • Descarga XAMPP (p.ej. xampp-win32-1.8.2-0.exe)
  • +
  • Crea el checksum con:
    + fciv.exe xampp-win32-1.8.2-0.exe +
  • +
  • Y ahora puedes comparar este checksum con el que puedes encontrar en la página de XAMPP para Windows.
  • +
+

+

Si ambos checksums son iguales, todo está bien. Si no, la descarga está dañada o el fichero ha sido modificado.

+
+ +
¿Por qué lo cambios realizados en mi php.ini no tienen efecto?
+
+

Si un cambio en el "php.ini" no tiene efecto, es posible que PHP esté usando uno diferente. Puedes verificarlo con phpinfo(). Ve a la URI http://localhost/xampp/phpinfo.php y busca "Loaded Configuration File". Este valor muestra el "php.ini" que PHP está usando realmente.

+

Nota: Tras cambiar el "php.ini" debes reiniciar Apache para que Apache/PHP puedan leer la nueva configuración.

+
+ +
¡Ayuda! ¡Hay un virus en XAMPP!
+
+

Algunos programas de antivirus confunden XAMPP con un virus, normalmente apuntando al fichero xampp-manager.exe. Esto es un falso positivo, lo que significa que el antivirus lo identifica erróneamente como un virus, cuando no es así. Antes de lanzar cada versión de XAMPP la ejecutamos con un programa de escaneo de virus. En estos momentos usamos Kapersky Online Virus Scanner. You can also use the online tool Virus Total for scanning XAMPP or send us an email to security (at) apachefriends (dot) org if you find any issue.

+
+ +
¿Cómo configuro mi aplicación de antivirus?
+
+

Hemos incluido todas las dependencias y servidores requeridos para ejecutar la aplicación web incluida, por lo que comprobarás que XAMPP instala un gran número de ficheros. Si estás instalando una aplicación XAMPP en una máquina de Windows con un antivirus activado, puede ralentizar la instalación significativamente, y hay también posibilidades de que uno de los servidores (servidor web, servidor de base de datos) sea bloqueado por el antivirus. Si tienes una herramienta de antivirus habilitada, comprueba las siguientes opciones para ejecutar XAMPP sin problemas de rendimiento:

+

+

    +
  • Añade excepciones en el firewall: para Apache, MySQL o cualquier otro servidor.
  • +
  • Escanear los ficheros mientras se ejecutan: si tienes habilitado que el antivirus escanee todos los ficheros, los ficheros ejecutables de los servidores pueden ralentizarse.
  • +
  • Escanear el tráfico de las distintas URLs: Si estás desarrollando con XAMPP en tu propia máquina, puedes excluir el tráfico de "localhost" en las opciones de tu antivirus.
  • +
+

+
+ +
¿Por qué no se inicia el servidor de Apache en mi sistema?
+
+

Este problema puede deberse a varias razones:

+

+

    +
  • Has iniciado más de un servidor HTTP (IIS, Sambar, ZEUS and so on). Sólo puede haber un servidor usando el puerto 80. Este mensaje de error indica el problema:
    +(OS 10048)... make_sock: could not bind to adress 0.0.0.0:80 +no listening sockets available, shutting down
  • +
  • Tienes otro software, como "Skype" que también bloquea el puerto 80. Si el problema es "Skype", puedes ir en Skype a Acciones->Opciones->Conexión->eliminar la marca de verificación en "usar puerto 80 en lugar de otro puerto" y reiniciar Skype. Ahora debería funcionar.
  • +
  • Tienes un firewall que bloquea el puerto Apache. No todos los firewalls son compatibles con Apache, y a veces desactivar el firewall no es suficiente y debes desinstalarlo. Este mensaje de error indica que hay un firewall:
    +(OS 10038)Socket operation on non-socket: make_sock: for address 0.0.0.0:80, +apr_socket_opt_set: (SO_KEEPALIVE)
  • +
+

Si Apache puede iniciarse, pero tu navegador no puede conectarse a él, también puede deberse a uno de los siguientes motivos:

+
    +
  • Algunos antivirus y firewalls pueden causar este problema.
  • +
  • Tienes XP Professional sin el service pack 1. Debes tener al menos SP1 para usar XAMPP.
  • +
+

+

Consejo: Si tienes problemas con los puertos usados, puedes usar la herramienta "xampp-portcheck.exe". Tal vez te ayude.

+
+ +
¿Por qué mi carga de CPU en Apache está casi al 99%?
+
+

Hay dos opciones aquí. O la CPU ha alcanzado su máximo, o puedes conectarte al servidor, pero no ves nada (el sistema está intentando sin éxito cargar la página). En cualquier caso, puedes encontrar el siguiente mensaje en el fichero log de Apache:

+

Child: Encountered too many AcceptEx faults accepting client connections. +winnt_mpm: falling back to 'AcceptFilter none'.

+

MPM recurre a una implementación más segura, pero algunas peticiones de clientes no fueron procesadas correctamente. Para evitar este error, usa "AcceptFilter" con el filtro "none" in el fichero "\\xampp\\apache\\conf\\extra\\httpd-mpm.conf".

+
+ +
¿Por qué las imágenes y las hojas de estilo no se muestran?
+
+

A veces hay problemas mostrando imágenes y hojas de estilo. Especialmente si estos ficheros están almacenados en un dispositivo en red. En este caso, puedes activar (o añadir) una de las siguientes líneas en el fichero "\\xampp\\apache\\conf\\httpd.conf":

+

EnableSendfile off
+EnableMMAP off

+

Este problema también puede estar causado por programas de regulación de ancho de banda, como NetLimiter.

+
+ +
How do I send email with XAMPP?
+
+

To configure XAMPP to use the included sendmail.exe binary for email delivery, follow these steps:

+
    +
  • Edit the XAMPP "php.ini" file. Within this file, find the [mail function] section and replace it with the following directives. Change the XAMPP installation path if needed. + + sendmail_path = "\"C:\xampp\sendmail\sendmail.exe\" -t" + +
  • +
  • Edit the XAMPP "sendmail.ini" file. Within this file, find the [sendmail] section and replace it with the following directives: + + smtp_server=smtp.gmail.com + smtp_port=465 + smtp_ssl=auto + error_logfile=error.log + auth_username=your-gmail-username@gmail.com + auth_password=your-gmail-password + +

    Remember to replace the dummy values shown with your actual Gmail address and account password. If you don't plan to use Gmail's SMTP server, replace the SMTP host details with appropriate values for your organization or ISP's SMTP server.

    +
  • +
  • Reinicia el servidor de XAMPP usando el panel de control. +
  • +
+

You can now use PHP's mail() function to send email from your application.

+
+ +
¿Cómo puedo establecer la contraseña de root de MySQL?
+
+

Configure it with the "XAMPP Shell" (command prompt). Open the shell from the XAMPP control pane and execute this command:mysqladmin.exe -u root password secretThis sets the root password to 'secret'.

+
+ +
¿Puedo usar mi propio servidor de MySQL?
+
+

Sí. Simplemente no inicies MySQL desde el paquete XAMPP. Por favor, ten en cuenta que dos servidores no pueden iniciarse en el mismo puerto. Si has seleccionado una contraseña para "root", no olvides editar el fichero "\\xampp\\phpMyAdmin\\config.inc.php".

+
+ +
¿Cómo restrinjo el acceso a phpMyAdmin desde el exterior?
+
+

En la configuración básica de XAMPP, phpMyAdmin es accessible sólo desde la máquina donde está instalada en http://127.0.0.1 o http://localhost.

+

Para acceder al servidor MySQL, phpMyAdmin te preguntará por un nombre de usuario y contraseña. No olvides fijar la contraseña del usuario "root" antes.

+
+ +
¿Cómo habilitar el accesso a phpMyAdmin desde fuera?
+
+

En la configuración básica de XAMPP, phpMyAdmin es accessible sólo desde la máquina donde está instalada en http://127.0.0.1 o http://localhost.

+

IMPORTANTE: Habilitar el accesso de phpMyAdmin para usuarios externos no está recomendado para entornos de producción. Un atacante podría usar cualquier vulnerabilidad de la aplicación para ejecutar código o modificar datos.

+

Para habilitar el acceso remote a phpMyAdmin, sigue estos pasos:

+
    +
  • Edita el fichero apache\conf\extra\httpd-xampp.conf en tu directorio de instalación.
  • +
  • En este fichero encuentra las siguientes líneas. +

    + Alias /phpmyadmin "C:/xampp/phpMyAdmin/" + <Directory "C:/xampp/phpMyAdmin"> + AllowOverride AuthConfig + Require local +

    +
  • +
  • Reemplaza 'Require local' por 'Require all granted'.
  • +

    + Alias /phpmyadmin "C:/xampp/phpMyAdmin/" + <Directory "C:/xampp/phpMyAdmin"> + AllowOverride AuthConfig + Require all granted +

    +
  • Reinicia el servidor de XAMPP usando el panel de control.
  • +
+
+ +
¿Dónde se encuentra el soporte a IMAP para PHP?
+
+

Por defecto, el soporte a IMAP para PHP está desactivado en XAMPP debido a algunos extraños errores de inicialización con algunas versiones home, como Windows 98. Si trabajas con sistemas NT, puedes abrir el fichero "\\xampp\\php\\php.ini" para activar la extensión php eliminando el punto y coma inicial en la línea ";extension=php_imap.dll". Debería ser:
+extension=php_imap.dll

+

Ahora reinicia Apache e IMAP debería funcionar. Puedes usar los mismos pasos para cualquier extensión que no esté habilitada en la configuración por defecto.

+
+ +
¿Por qué algunas aplicaciones open source de PHP no funcionan con XAMPP en Windows?
+
+

Muchas de las aplicaciones de PHP o extensiones que han sido escritas para Linux no han sido portadas a Windows.

+
+ +
¿Puedo borrar el directorio "install" después de la instalación?
+
+

Es mejor que no. Los scripts que se encuentran aquí aún son necesarios para todos los paquetes adicionales (add-ons) y actializaciones de XAMPP.

+
+ +
¿Cómo activo el eaccelerator?
+
+

Como otras extensiones (Zend) , puedes activarla en "php.ini". En este fichero, descomenta la línea ";zend_extension = "\\xampp\\php\\ext\\php_eaccelerator.dll"". Debe ser:
+zend_extension = "\xampp\php\ext\php_eaccelerator.dll"

+
+ +
¿Cómo arreglo el error de conexión a mi servidor MS SQL?
+
+

Si la extensión mssql no se cargó en el php.ini, a veces aparecerán problemas cuando sólo se use TCP/IP. Puedes arreglar este problema con un "ntwdblib.dll" de Microsoft más nuevo. Por favor, sustituye el fichero anterior en "\\xampp\\apache\\bin" y "\\xampp\\php" por el nuevo. Debido a la licencia, no podemos empaquetar nuevas versiones de este fichero en XAMPP.

+
+ +
¿Cómo uso la extensión mcrypt de PHP?
+
+

Para ello, hemos abierto un topic en el foro con ejemplos y posibles soluciones: Topic de MCrypt

+
+ +
¿Funciona Microsoft Active Server Pages (ASP) con XAMPP?
+
+

No. Y Apache::ASP con el Add-On de Perl tampoco. Apache::ASP sólo usa Perl-Script pero el ASP de Internet Information Server (IIS) también usa VBScript. Pero para ASP .NET hay un módulo de Apache de terceros disponible.

+
+ +
How can I get XAMPP working on port 80 under Windows 10?
+
+

By default, Windows 10 starts Microsoft IIS on port 80, which is the same default port used by Apache in XAMPP. As a result, Apache cannot bind to port 80.

+

To disable IIS from running on port 80, follow these steps:

+
    +
  • Open the Services panel in Computer Management.
  • +
  • Search for the 'World Wide Web Publishing Service' and select it.
  • +
  • Click the link to 'Stop the service'.
  • +
  • Double-click the service name.
  • +
  • In the 'Startup type' field, change the startup type to 'Disabled'.
  • +
  • Click 'OK' to save your changes.
  • +
+

You should now be able to start Apache in XAMPP on port 80.

+

For more information, refer to the 'Troubleshoot Apache Startup Problems' guide included with XAMPP or this forum post.

+
+ +
How can I use Microsoft Edge to access local addresses under Windows 10?
+
+

If your local machine has the host name 'myhost', you will not be able to access URLs such as http://myhost in Microsoft Edge. To resolve this, you should instead use the addresses http://127.0.0.1 or http://localhost.

+
+ +
Where are the main XAMPP configuration files?
+
+

The main XAMPP configuration files are located as follows:

+
    +
  • Apache configuration file: \xampp\apache\conf\httpd.conf, \xampp\apache\conf\extra\httpd-xampp.conf
  • +
  • PHP configuration file: \xampp\php\php.ini
  • +
  • MySQL configuration file: \xampp\mysql\bin\my.ini
  • +
  • FileZilla Server configuration file: \xampp\FileZillaFTP\FileZilla Server.xml
  • +
  • Apache Tomcat configuration file: \xampp\tomcat\conf\server.xml
  • +
  • Apache Tomcat configuration file: \xampp\sendmail\sendmail.ini
  • +
  • Mercury Mail configuration file: \xampp\MercuryMail\MERCURY.INI
  • +
+
+ +
+
+
+ +
+ + + + + + + + diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/es/howto.html b/TE2/Proyecto Teknovate/htdocs/dashboard/es/howto.html new file mode 100644 index 0000000..ba73901 --- /dev/null +++ b/TE2/Proyecto Teknovate/htdocs/dashboard/es/howto.html @@ -0,0 +1,131 @@ + + + + + + + + + + + XAMPP howto guides + + + + + + + + + + + + + + + + +
+ +
+ +
+ +
+
+
+
+

Windows HOW-TO Guides

+
+
+
+
+ +
+ +
+ + + + + + + + diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/es/howto_platform_links.html b/TE2/Proyecto Teknovate/htdocs/dashboard/es/howto_platform_links.html new file mode 100644 index 0000000..5a9496e --- /dev/null +++ b/TE2/Proyecto Teknovate/htdocs/dashboard/es/howto_platform_links.html @@ -0,0 +1,101 @@ + + + + + + + + + + + Apache Friends + + + + + + + + + + + + + + + + +
+ +
+ +
+ +
+
Use a Different PHP Version
+
Run PHP under FastCGI
+
Configure and Use Apache Tomcat
+ +
+ + + + + + + + diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/es/howto_shared_links.html b/TE2/Proyecto Teknovate/htdocs/dashboard/es/howto_shared_links.html new file mode 100644 index 0000000..f3072e6 --- /dev/null +++ b/TE2/Proyecto Teknovate/htdocs/dashboard/es/howto_shared_links.html @@ -0,0 +1,115 @@ + + + + + + + + + + + Apache Friends + + + + + + + + + + + + + + + + +
+ +
+ +
+ +
+
Backup and Restore MySQL/MariaDB Databases
+
Configure FTP Access
+
Configure Virtual Hosts
+
Configure Wildcard-Based Subdomains
+
Deploy an Application Using Git
+
Get Started Quickly with WordPress
+
Reset the MySQL/MariaDB Root Password
+
Send Mail with PHP
+
Use SQLite with PHP
+
Activate and Use Xdebug
+
Start a New Zend Framework 1.x Project
+
Start a New Zend Framework 2.x Project
+
Troubleshoot Apache Startup Problems
+
Change the MySQL Temporary Files Directory
+
Increase the PHP File Upload Limit
+
Enable Remote Access to phpMyAdmin
+
Auto-Start XAMPP
+ +
+ + + + + + + + diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/es/index.html b/TE2/Proyecto Teknovate/htdocs/dashboard/es/index.html new file mode 100644 index 0000000..e848344 --- /dev/null +++ b/TE2/Proyecto Teknovate/htdocs/dashboard/es/index.html @@ -0,0 +1,167 @@ + + + + + + + + + + + Welcome to XAMPP + + + + + + + + + + + + + + + + +
+ +
+ +
+ +
+
+
+
+

XAMPP Apache + MariaDB + PHP + Perl

+
+
+
+
+
+

Welcome to XAMPP for Windows 8.0.0

+
+
+
+
+

+ You have successfully installed XAMPP on this system! Now you can start using Apache, MariaDB, PHP and other components. + You can find more info in the Preguntas frecuentes section or check the HOW-TO Guides for getting started with PHP applications. +

+

+ XAMPP is meant only for development purposes. It has certain configuration settings that make it easy to develop locally but that are insecure if you want to have your installation accessible to others. + If you want have your XAMPP accessible from the internet, make sure you understand the implications and you checked the Preguntas frecuentes to learn how to protect your site. Alternatively you can use WAMP, MAMP or LAMP which are similar packages which are more suitable for production. +

+

+ Start the XAMPP Control Panel to check the server status. +

+
+
+
+
+

Comunidad

+
+
+
+
+

+ XAMPP tiene más de 10 años – hay una gran comunidad detrás del proyecto. Puedes participar uniéndote a nuestros Foros, suscribiéndote a nuestra Lista de correo, uniéndote a nuestro Facebook, siguiendo nuestras hazañas en Twitter, o añadiéndonos en tus círculos de Google+. +

+
+
+
+
+

Contribuye a la traducción de XAMPP en translate.apachefriends.org.

+
+
+
+
+

+ ¿Quieres ayudar a traducir XAMPP? Necesitamos tu ayuda para traducir XAMPP a múltiples lenguajes. Hemos creado un sitio, translate.apachefriends.org, donde los usuarios pueden contribuir traducciones. +

+
+
+
+
+

Install applications on XAMPP using Bitnami

+
+
+
+
+

+ Apache Friends and Bitnami are cooperating to make dozens of open source applications available on XAMPP, for free. Bitnami-packaged applications include Wordpress, Drupal, Joomla! and dozens of others and can be deployed with one-click installers. + Visit the Bitnami XAMPP page for details on the currently available apps. +

+
+
+
+
+ Bitnami XAMPP page +
+
+ +
+ + + + + + + + diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/faq.html b/TE2/Proyecto Teknovate/htdocs/dashboard/faq.html new file mode 100644 index 0000000..4cc9845 --- /dev/null +++ b/TE2/Proyecto Teknovate/htdocs/dashboard/faq.html @@ -0,0 +1,523 @@ + + + + + + + + + + + XAMPP FAQs for Windows + + + + + + + + + + + + + + + + +
+ +
+ +
+ +
+
+
+
+

Windows Frequently Asked Questions

+
+
+
+
+
+
+
How do I install XAMPP?
+
+

XAMPP for Windows exists in three different flavors:

+

Installer:
+ Probably the easiest way to install XAMPP.

+

ZIP:
+ For purists: XAMPP as ordinary ZIP archive.

+

7zip:
+ For purists with low bandwidth: XAMPP as 7zip archive.

+

Note: If you extract the files, there can be false-positives virus warnings.

+

Using the installer:

+

+

The XAMPP control panel for start/stop Apache, MySQL, FileZilla & Mercury or install these server as services.

+

Installing from ZIP

+

Unzip the zip archives into the folder of your choice. XAMPP is extracting to the subdirectory "C:\xampp" below the selected target directory. Now start the file "setup_xampp.bat", to adjust the XAMPP configuration to your system.

+

If you choose a root directory "C:\" as target, you must not start "setup_xampp.bat".

+

Like with the installer version, you can now use the "XAMPP Control Panel" for additional tasks.

+
+
Does XAMPP include MySQL or MariaDB?
+
+

Since XAMPP 5.5.30 and 5.6.14, XAMPP ships MariaDB instead of MySQL. The commands and tools are the same for both.

+
+
How can I start XAMPP without setup?
+
+

If you extract XAMPP in a top level folder like "C:\" or "D:\", you can start most servers like Apache or MySQL directly without execution of the file "setup_xampp.bat".

+

Not using the setup script, or selecting relative paths in the setup script, is preferred if you are installing XAMPP on a usb drive. Because on each pc such a drive can have an other drive letter. You can switch from absolute to relative paths at any time with the setup script.

+

Using the installer from our Downloads page is the easiest way to install XAMPP. After the installation is complete, you will find XAMPP under Start | Programs | XAMPP. You can use the XAMPP Control Panel to start/stop all server and also install/uninstall services.

+

The XAMPP control panel for start/stop Apache, MySQL, FileZilla & Mercury or install these server as services.

+
+
How do I start and stop XAMPP?
+
+

The universal control center is the "XAMPP Control Panel" (thanks www.nat32.com). It is started with:

+

\xampp\xampp-control.exe

+

You can also use some batchfiles to start/stop the servers:

+

+

    +
  • Apache & MySQL start: + \xampp\xampp_start.exe
  • +
  • Apache & MySQL stop: + \xampp\xampp_stop.exe
  • +
  • Apache start: + \xampp\apache_start.bat
  • +
  • Apache stop: + \xampp\apache_stop.bat
  • +
  • MySQL start: + \xampp\mysql_start.bat
  • +
  • MySQL stop: + \xampp\mysql_stop.bat
  • +
  • Mercury Mailserver start: + \xampp\mercury_start.bat
  • +
  • Mercury Mailserver stop: + \xampp\mercury_stop.bat
  • +
  • FileZilla Server start: + \xampp\filezilla_start.bat
  • +
  • FileZilla Server stop: + \xampp\filezilla_stop.bat

+

+
+
How can I test that everything worked?
+
+

Type in the following URL at your favourite web browser:

+

http://localhost/ or http://127.0.0.1/

+

You should see the XAMPP start page, as shown below.

+ +
+
How can I install a server as a service?
+
+

Each server in XAMPP you can install also as Windows service. You can also install it from the XAMPP Control Panel. In this case it is necessary to run the scripts or the Control Panel with Administrator privileges.

+

Apache service install: \xampp\apache\apache_installservice.bat

+

Apache service uninstall: \xampp\apache\apache_uninstallservice.bat

+

MySQL service install: \xampp\mysql\mysql_installservice.bat

+

MySQL service uninstall: \xampp\mysql\mysql_uninstallservice.bat

+

FileZilla service (un)install: \xampp\filezilla_setup.bat

+

Mercury: No service installation available

+
+
Is XAMPP production ready?
+
+

XAMPP is not meant for production use but only for development environments. XAMPP is configured to be open as possible to allow the developer anything he/she wants. For development environments, this is great but in a production environment, it could be fatal.

+

Here a list of missing security in XAMPP:

+
    +
  1. The MySQL administrator (root) has no password.
  2. +
  3. The MySQL daemon is accessible via network.
  4. +
  5. ProFTPD uses the password "lampp" for user "daemon".
  6. +
  7. The default users of Mercury and FileZilla are known.
  8. +
+

All points can be a huge security risk. Especially if XAMPP is accessible via network and people outside your LAN. It can also help to use a firewall or a (NAT) router. In case of a router or firewall, your PC is normally not accessible via network. It is up to you to fix these problems. As a small help there is the "XAMPP Security console".

+

Please secure XAMPP before publishing anything online. A firewall or an external router are only sufficient for low levels of security. For slightly more security, you can run the "XAMPP Security console" and assign passwords.

+

If you want have your XAMPP accessible from the internet, you should go to the following URI which can fix some problems:

+

http://localhost/security/

+

With the security console you can set a password for the MySQL user "root" and phpMyAdmin. You can also enable a authentication for the XAMPP demopages.

+

This web based tool does not fix any additional security issues! Especially the FileZilla FTP server and the Mercury mail server you must secure yourself.

+
How do I uninstall XAMPP?
+
+

If you installed XAMPP using the installer version, please use the Uninstaller. The Uninstaller will delete all XAMPP entries from your registry and it will uninstall some installed services included with XAMPP. We highly recommend that you use the Uninstall program for removing XAMPP installations from the Installer version.Please backup all the data you want to keep before uninstalling XAMPP.

+

If you installed XAMPP using the ZIP and 7zip versions, shut down all XAMPP servers and exit all panels. If you installed any services, uninstall and shut them down too. Now simply delete the entire folder where XAMPP is installed. There are no registry entries and no environment variables to clean up.

+
+
What is the "lite" version of XAMPP?
+
+

XAMPP Lite (means "light" as in "light-weight") is a smaller bundle of XAMPP components, which is recommended for quick work using only PHP and MySQL. Some servers or tools such as Mercury Mail and FileZilla FTP are missing in the Lite version.

+
+
Where should I place my web content?
+
+

The main directory for all WWW documents is \xampp\htdocs. If you put a file "test.html" in this directory, you can access it with the URI "http://localhost/test.html".

+

And "test.php"? Just use "http://localhost/test.php". A simple testscript can be:

+

<?php
+ echo 'Hello world';
+ ?>

+

A new subdirectory for your web? Just make a new directory (e.g. "new") inside the directory "\xampp\htdocs" (best without whitespaces and only ASCII), create a test file in this directory and access it with "http://localhost/new/test.php".

+

Further specifics

+

HTML:
+ Executable: \xampp\htdocs
+ Allowed endings: .html .htm
+ => basic package

+

SSI:
+ Executable: \xampp\htdocs
+ Allowed endings: .shtml
+ => basic package

+

CGI:
+ Executable: \xampp\htdocs and \xampp\cgi-bin
+ Allowed endings: .cgi
+ => basic package

+

PHP:
+ Executable: \xampp\htdocs and \xampp\cgi-bin
+ Allowed endings: .php
+ => basic package

+

Perl:
+ Executable: \xampp\htdocs and \xampp\cgi-bin
+ Allowed endings: .pl
+ => basic package

+

Apache::ASP Perl:
+ Executable: \xampp\htdocs
+ Allowed endings: .asp
+ => basic package

+

JSP Java:
+ Executable: \xampp\tomcat\webapps\java (e.g.)
+ Allowed endings: .jsp
+ => Tomcat add-on

+

Servlets Java:
+ Executable: \xampp\tomcat\webapps\java (e.g.)
+ Allowed endings: .html (u.a)
+ => Tomcat add-on

+
+
Can I move the XAMPP installation?
+
+

Yes. After moving of the XAMPP directory, you must execute "setup_xampp.bat". The paths in the configuration files will be adjusted with this step.

+

If you have installed any server as Windows service, you must first remove the Windows service, and after the moving you can install the service again.

+

WARNING: The configuration files from your own scripts, like PHP applications, are not adjusted. But it's possible to write a "plug-in" for the installer. With such a plug-in, the installer can adjust such files too.

+
+
What are "Automatic start pages" for the WWW directories?
+
+

The standard filename for the Apache function "DirectoryIndex" is "index.html" or "index.php". Every time you are just browsing to a folder (e.g. "http://localhost/xampp/"), and Apache can find such a file, Apache is displaying this file instead of a directory listing.

+
+
Where can I change the configuration?
+
+

Almost all settings in XAMPP you can change with configuration files. Just open the file in a textedit and change the setting you want. Only FileZilla and Mercury should be configured with the application config tool.

+
+ +
Why can't XAMPP work on Windows XP SP2?
+
+

Microsoft delivers a better firewall with service pack 2 (SP2), which starts automatically. This firewall now blocks the necessary ports 80 (http) and 443 (https) and Apache can't start.

+

The fast solution:

+

Disable the Microsoft firewall with the toolbar and try to start XAMPP onces more. The better solution is to define an exception within the security center.

+

The following ports are used for basic functionality:

+

Apache (HTTP): Port 80
+ Apache (WebDAV): Port 81
+ Apache (HTTPS): Port 443
+ MySQL: Port 3306
+ FileZilla (FTP): Port 21
+ FileZilla (Admin): Port 14147
+ Mercury (SMTP): Port 25
+ Mercury (POP3): Port 110
+ Mercury (IMAP): Port 143
+ Mercury (HTTP): Port 2224
+ Mercury (Finger): Port 79
+ Mercury (PH): Port 105
+ Mercury (PopPass): Port 106
+ Tomcat (AJP/1.3): Port 8009
+ Tomcat (HTTP): Port 8080

+
+ +
Why doesn't XAMPP work on Vista?
+
+

User Account Control (UAC)

+

In the directory "C:\program files" you don't have full write privileges, even as Admin. Or you have only limited privileges (e.g. for ".\xampp\htdocs"). In this case you can't edit a file.
+Solution: Raise your privileges within explorer (right click / security) or disable the user account control (UAC).

+

You have installed Apache/MySQL in "C:\xampp" as Windows service. But you can't start/stop the services with the "XAMPP Control Panel" or can't uninstall them.

+Solution: Use the service management console from Windows or disable UAC.

+

Disabling the User Account Control (UAC)

+

To disable the UAC, use the program "msconfig". In "msconfig" go to "Tools", select "disable user account control" and verify your selection. Now you must restart Windows. At the same time, you can enable the UAC again.

+
+ +
How do I check the md5 checksum?
+
+

To compare files, often checksums are used. A standard to create this checksum md5 (Message Digest Algorithm 5).

+

With this md5 checksum you can test, if your download of the XAMPP package is correct or not. Of course you need a program which can create these checksums. For Windows you can use a tool from Microsoft:

+

Availability and description of the File Checksum Integrity Verifier utility

+

It's also possible to use any other program which can create md5 checksums, like the GNU md5sum.

+

As you have installed such a program (e.g. fciv.exe), you can do following steps:

+

+

    +
  • Download XAMPP (f.e. xampp-win32-1.8.2-0.exe)
  • +
  • Create the checksum with:
    + fciv.exe xampp-win32-1.8.2-0.exe +
  • +
  • And now you can compare this checksum with that one you can find on the XAMPP for Windows homepage.
  • +
+

+

If both checksums equal, all is ok. If not, the download is broken or the file has been changed.

+
+ +
Why have changes in my php.ini not taken effect?
+
+

If a change in the "php.ini" has no effect, it's possible PHP is using a different one. You can verify this with phpinfo(). Go to the URI http://localhost/xampp/phpinfo.php and search for "Loaded Configuration File". This value shows you the "php.ini" PHP is really using.

+

Note: After changing the "php.ini" you have to restart Apache so that Apache/PHP can read the new settings.

+
+ +
Help! There is a virus in XAMPP!
+
+

Some antivirus programs mistake XAMPP for a virus, typically flagging the file xampp-manager.exe This is a false positive meaning that the antivirus erroneously identified it as a virus, when it is not. Before we release each new version of XAMPP we run it through virus scanning software. At the moment we are using Kapersky Online Virus Scanner. You can also use the online tool Virus Total for scanning XAMPP or send us an email to security (at) apachefriends (dot) org if you find any issue.

+
+ +
How do I configure my antivirus application?
+
+

We have included all dependences and servers required for running the bundled web application, so you will find that XAMPP installs large numbers of files. If you are installing a XAMPP application on a Windows machine with an antivirus app enabled, this may slow down the installation significantly, and there is also a chance that one of the servers (web server, database server) may be blocked by the antivirus software. If you have an antivirus tool enabled, check the following settings for running XAMPP without performance issues:

+

+

    +
  • Add exceptions in the firewall: for Apache, MySQL or any other server.
  • +
  • Scan files when executing: If you have enabled the antivirus scan for all files, the executable files for the servers may slow down.
  • +
  • Scan the traffic for different URLs: If you are developing with XAMPP on your own machine, you can exclude "localhost" traffic in the Antivirus settings.
  • +
+

+
+ +
Why doesn't the Apache server start on my system?
+
+

This problem can be one of several reasons:

+

+

    +
  • You have started more then one HTTP Server (IIS, Sambar, ZEUS and so on). Only one Server can use port 80. This error message indicate the problem:
    +(OS 10048)... make_sock: could not bind to adress 0.0.0.0:80 +no listening sockets available, shutting down
  • +
  • You have other software, such as the Internet Telephone "Skype" which also blocks the port 80. If the problem is "Skype", you can go in Skype to Actions --> Options --> Connection --> remove the check mark at "use port 80 for an alternate port" and restart Skype. Now it should work.
  • +
  • You have a firewall which blocks the Apache port. Not all firewalls are compatible with Apache, and sometimes deactivating the firewall is not enough and you must deinstall it. This error message indicates a firewall:
    +(OS 10038)Socket operation on non-socket: make_sock: for address 0.0.0.0:80, +apr_socket_opt_set: (SO_KEEPALIVE)
  • +
+

Also if Apache can start, but your browser can't connect to it it could be due to one of the following:

+
    +
  • Some virus scanners can cause this in the same way that firewalls can interfere.
  • +
  • You have XP Professional without service pack 1. You must have at least SP1 for XAMPP.
  • +
+

+

Tip: If you have problems with used ports, you can try the tool "xampp-portcheck.exe". Maybe it can help.

+
+ +
Why is my CPU load for Apache almost 99%?
+
+

There is one of two scenarios at play here. Either your CPU is maxing out, or you can browser connect to the server, but not see anything (the system is trying unsucessfully to load the page). In either case you can find the following message in the Apache log file:

+

Child: Encountered too many AcceptEx faults accepting client connections. +winnt_mpm: falling back to 'AcceptFilter none'.

+

The MPM falls back to a safer implementation, but some client requests were not processed correctly. In order to avoid this error, use "AcceptFilter" with accept filter "none" in the "\xampp\apache\conf\extra\httpd-mpm.conf" file.

+
+ +
Why are pictures and style-sheets not displayed?
+
+

Sometimes there are problems with displaying pictures and style-sheets. Especially if these files are located on a network drive. In this case you can enable (or add) one if the following lines in the file "\xampp\apache\conf\httpd.conf":

+

EnableSendfile off
+EnableMMAP off

+

This problem can also be caused by programs for regulating bandwidth, like NetLimiter.

+
+ +
How do I send email with XAMPP?
+
+

To configure XAMPP to use the included sendmail.exe binary for email delivery, follow these steps:

+
    +
  • Edit the XAMPP "php.ini" file. Within this file, find the [mail function] section and replace it with the following directives. Change the XAMPP installation path if needed. + + sendmail_path = "\"C:\xampp\sendmail\sendmail.exe\" -t" + +
  • +
  • Edit the XAMPP "sendmail.ini" file. Within this file, find the [sendmail] section and replace it with the following directives: + + smtp_server=smtp.gmail.com + smtp_port=465 + smtp_ssl=auto + error_logfile=error.log + auth_username=your-gmail-username@gmail.com + auth_password=your-gmail-password + +

    Remember to replace the dummy values shown with your actual Gmail address and account password. If you don't plan to use Gmail's SMTP server, replace the SMTP host details with appropriate values for your organization or ISP's SMTP server.

    +
  • +
  • Restart the Apache server using the XAMPP control panel. +
  • +
+

You can now use PHP's mail() function to send email from your application.

+
+ +
How can I set a root password in MySQL?
+
+

Configure it with the "XAMPP Shell" (command prompt). Open the shell from the XAMPP control pane and execute this command:mysqladmin.exe -u root password secretThis sets the root password to 'secret'.

+
+ +
Can I use my own MySQL server?
+
+

Yes. Simply don't start the MySQL from the XAMPP package. Please note that two servers cannot be started on the same port. If you have set a password for "root", please do not forget to edit the file "\xampp\phpMyAdmin\config.inc.php".

+
+ +
How do I restrict access to phpMyAdmin from the outside?
+
+

In the basic configuration of XAMPP, phpMyAdmin is accessible only from the same host that XAMPP is running on, at http://127.0.0.1 or http://localhost.

+

Before you can access the MySQL server, phpMyAdmin will prompt you for a user name and password. Don't forget to set a password for the user "root" first.

+
+ +
How do I enable access to phpMyAdmin from the outside?
+
+

In the basic configuration of XAMPP, phpMyAdmin is accessible only from the same host that XAMPP is running on, at http://127.0.0.1 or http://localhost.

+

IMPORTANT: Enabling external access for phpMyAdmin in production environments is a significant security risk. You are strongly advised to only allow access from localhost. A remote attacker could take advantage of any existing vulnerability for executing code or for modifying your data.

+

To enable remote access to phpMyAdmin, follow these steps:

+
    +
  • Edit the apache\conf\extra\httpd-xampp.conf file in your XAMPP installation directory.
  • +
  • Within this file, find the lines below. +

    + Alias /phpmyadmin "C:/xampp/phpMyAdmin/" + <Directory "C:/xampp/phpMyAdmin"> + AllowOverride AuthConfig + Require local +

    +
  • +
  • Then replace 'Require local' with 'Require all granted'.
  • +

    + Alias /phpmyadmin "C:/xampp/phpMyAdmin/" + <Directory "C:/xampp/phpMyAdmin"> + AllowOverride AuthConfig + Require all granted +

    +
  • Restart the Apache server using the XAMPP control panel.
  • +
+
+ +
Where is the IMAP support for PHP?
+
+

As default, the IMAP support for PHP is deactivated in XAMPP due to some mysterious initialization errors with some home versions like Windows 98. If you work with NT systems, you can open the file "\xampp\php\php.ini" to activate the php exstension by removing the beginning semicolon at the line ";extension=php_imap.dll". It should be:
+extension=php_imap.dll

+

Now restart Apache and IMAP should work. You can use the same steps for every extension, which is not enabled in the default configuration.

+
+ +
Why don't some PHP open source apps work with XAMPP on Windows?
+
+

A lot of PHP applications or extensions that have been written for Linux haven’t been ported to Windows.

+
+ +
Can I delete the "install" directory after installation?
+
+

It's better not to. The scripts here are still needed for all additional packages (add-ons) and upgrades of XAMPP.

+
+ +
How do I activate the eaccelerator?
+
+

Like other (Zend) extensions, you can activate it in "php.ini". In this file, enable the line ";zend_extension = "\xampp\php\ext\php_eaccelerator.dll"". It should be:
+zend_extension = "\xampp\php\ext\php_eaccelerator.dll"

+
+ +
How do I fix a connection error to my MS SQL server?
+
+

If the mssql extension was loaded in the php.ini, sometimes problems appear when only TCP/IP is used. You can fix that problem with a newer "ntwdblib.dll" from Microsoft. Please replace the older file in "\xampp\apache\bin" and "\xampp\php" with the new one. Because of the license, we can't package a newer version of this file with XAMPP.

+
+ +
How do I work with the PHP mcrypt extension?
+
+

For this, we have opened a topic in the forum with examples and possible solutions: MCrypt topic

+
+ +
Do Microsoft Active Server Pages (ASP) work with XAMPP?
+
+

No. And Apache::ASP with the Perl Add-On is not the same. Apache::ASP only knows Perl-Script, but ASP from the Internet Information Server (IIS) also knows the normal VBScript. But for ASP .NET, there is a 3rd party Apache module available.

+
+ +
How can I get XAMPP working on port 80 under Windows 10?
+
+

By default, Windows 10 starts Microsoft IIS on port 80, which is the same default port used by Apache in XAMPP. As a result, Apache cannot bind to port 80.

+

To disable IIS from running on port 80, follow these steps:

+
    +
  • Open the Services panel in Computer Management.
  • +
  • Search for the 'World Wide Web Publishing Service' and select it.
  • +
  • Click the link to 'Stop the service'.
  • +
  • Double-click the service name.
  • +
  • In the 'Startup type' field, change the startup type to 'Disabled'.
  • +
  • Click 'OK' to save your changes.
  • +
+

You should now be able to start Apache in XAMPP on port 80.

+

For more information, refer to the 'Troubleshoot Apache Startup Problems' guide included with XAMPP or this forum post.

+
+ +
How can I use Microsoft Edge to access local addresses under Windows 10?
+
+

If your local machine has the host name 'myhost', you will not be able to access URLs such as http://myhost in Microsoft Edge. To resolve this, you should instead use the addresses http://127.0.0.1 or http://localhost.

+
+ +
Where are the main XAMPP configuration files?
+
+

The main XAMPP configuration files are located as follows:

+
    +
  • Apache configuration file: \xampp\apache\conf\httpd.conf, \xampp\apache\conf\extra\httpd-xampp.conf
  • +
  • PHP configuration file: \xampp\php\php.ini
  • +
  • MySQL configuration file: \xampp\mysql\bin\my.ini
  • +
  • FileZilla Server configuration file: \xampp\FileZillaFTP\FileZilla Server.xml
  • +
  • Apache Tomcat configuration file: \xampp\tomcat\conf\server.xml
  • +
  • Apache Tomcat configuration file: \xampp\sendmail\sendmail.ini
  • +
  • Mercury Mail configuration file: \xampp\MercuryMail\MERCURY.INI
  • +
+
+ +
+
+
+ +
+ + + + + + + + diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/favicon.ico b/TE2/Proyecto Teknovate/htdocs/dashboard/favicon.ico new file mode 100644 index 0000000..aaf5098 Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/favicon.ico differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/fr/faq.html b/TE2/Proyecto Teknovate/htdocs/dashboard/fr/faq.html new file mode 100644 index 0000000..9ce769b --- /dev/null +++ b/TE2/Proyecto Teknovate/htdocs/dashboard/fr/faq.html @@ -0,0 +1,523 @@ + + + + + + + + + + + XAMPP FAQs for Windows + + + + + + + + + + + + + + + + +
+ +
+ +
+ +
+
+
+
+

Windows Questions Fréquentes

+
+
+
+
+
+
+
Comment installé-je XAMPP ?
+
+

XAMPP pour Windows existe en trois déclinaisons:

+

Installateur :
+ Probablement le plus facile pour installer XAMPP.

+

ZIP:
+ Pour les puristes: XAMPP dans une archive ZIP.

+

7zip:
+ Pour les puristes en bas débit: XAMPP en archive 7zip.

+

Note: Si vous extrayez les fichiers, de fausses alertes virus peuvent survenir.

+

Utilisation de l'installateur :

+

+

Le panneau de contrôle XAMPP pour démarrer/stopper Apache, MySQL, FileZilla et Mercury ou installer ces serveurs comme services.

+

Installation à partir de ZIP

+

Dézippez l'archive zip dans le dossier de votre choix. XAMPP s'extrait dans le sous-répertoire "C:\\xampp" du répertoire cible sélectionné. Lancez le fichier "setup_xampp.bat" pour adapter la configuration de XAMPP à votre système.

+

Si vous choisissez comme cible un répertoire racine "C:\\", vous ne devez pas lancer "setup_xampp.bat".

+

Comme avec l'installateur, le "panneau de contrôle XAMPP" permet des tâches additionelles.

+
+
Does XAMPP include MySQL or MariaDB?
+
+

Since XAMPP 5.5.30 and 5.6.14, XAMPP ships MariaDB instead of MySQL. The commands and tools are the same for both.

+
+
Comment utiliser XAMPP sans l'installer?
+
+

Si vous extrayez XAMPP sous la racine comme "C:\\" ou "D:\\", vous lancerez la plupart des serveurs comme Apache ou MySQL sans exécution de "setup_xampp.bat".

+

Pour une installation sur une clé USB, ne pas utiliser le script d'installation ou utiliser des chemins relatifs est préférable. Parce que sur chaque PC ce type de drive peut avoir une lettre différente. A tout moment, vous pourrez passez au chemins relatifs avec le script d'installation.

+

Le plus facile est d'installer XAMPP avec l'installateur de la page de téléchargement. Ensuite, vous trouverez Démarrer | Programmes | XAMPP. Le panneau de contrôle XAMPP permet de démarrer/stopper tous les serveurs et installer/désinstaller les services.

+

Le panneau de contrôle XAMPP pour démarrer/stopper Apache, MySQL, FileZilla et Mercury ou installer ces serveurs comme services.

+
+
Comment lancer/arrêter XAMPP ?
+
+

Le centre de contrôle universel est le "Panneau de Contrôle XAMPP" (grâce à www.nat32.com). Il est lancé avec :

+

\xampp\xampp-control.exe

+

Des fichiers batch permettent aussi de démarrer/stopper les serveurs:

+

+

    +
  • Démarrer Apache & MySQL: + \xampp\xampp_start.exe
  • +
  • Arrêter Apache & MySQL: + \xampp\xampp_stop.exe
  • +
  • Démarrer Apache: + \xampp\apache_start.bat
  • +
  • Arrêt de Apache: + \xampp\apache_stop.bat
  • +
  • Démarrer MySQL: + \xampp\mysql_start.bat
  • +
  • Arrêter MySQL: + \xampp\mysql_stop.bat
  • +
  • Démarrer Mercury Mailserver: + \xampp\mercury_start.bat
  • +
  • Arrêter Mercury Mailsever: + \xampp\mercury_stop.bat
  • +
  • Démarrer FileZillo Server: + \xampp\filezilla_start.bat
  • +
  • Arrêter FileZilla Server: + \xampp\filezilla_stop.bat

+

+
+
Comment tester si tout a fonctionné ?
+
+

Consultez avec votre navigateur cette URL:

+

http://localhost/ ou http://127.0.0.1/

+

You should see the XAMPP start page, as shown below.

+ +
+
Comment installer un serveur comme service?
+
+

Chaque serveur dans XAMPP peut devenir un service Windows. C'est possible depuis le panneau de contrôle XAMPP. Il est alors nécessaire de démarrer le Panneau de Contrôle en tant qu'administrateur.

+

Installation du service Apache : \\xampp\\apache\\apache_installservice.bat

+

Désinstallation du service Apache : \\xampp\\apache\\apache_uninstallservice.bat

+

Installation du service MySQL : \\xampp\\mysql\\mysql_installservice.bat

+

Désinstallation du service MySQL : \\xampp\\mysql\\mysql_uninstallservice.bat

+

(Dés)Installation du service FileZilla: \\xampp\\filezilla_setup.bat

+

Mercury: Service d'installation NON disponible

+
+
XAMPP destiné à la production?
+
+

XAMPP est destiné exclusivement aux développeurs. La manière dont XAMPP est configuré donne un maximum de libertés en cours de développement. Ceci permet de gagner du temps en phase de développement, mais peut être fatal en environnement de production.

+

Liste des trous de sécurité dans XAMPP:

+
    +
  1. L'administrateur MySQL (root) sans mot de passe.
  2. +
  3. Le démon MySQL est accessible via le réseau.
  4. +
  5. ProFTPD utilise le mot de passe "lampp" pour l'utilisateur "daemon".
  6. +
  7. Les utilisateurs par défaut de Mercury et FileZilla sont connus.
  8. +
+

Tout peut être une faille de sécurité. Spécialement si XAMPP est accessible en réseau local ou au delà. La présence d'un pare-feu ou d'un routeur (NAT) peut aider, car dans ce cas votre PC est normalement inaccessible via le réseau. C'est à vous de résoudre ces questions. La "Console de Sécurité XAMPP" apportera une petite aide.

+

Sécurisez XAMPP avant toute publication en ligne. Un pare-feu ou un routeur suffisent pour de faibles niveaux de sécurité. Pour plus de sécurité, utilisez la "Console de Sécurité XAMPP" et choisissez des mots de passes.

+

Si vous désirez que votre XAMPP soit accessible depuis internet, visitez l'URI suivante pour résoudre certains problèmes :

+

http://localhost/security/

+

Dans la console de sécurité vous pourrez choisir un mot de passe pour l'utilisateur "root" de MySQL et phpMyAdmin. Ou activer une identification pour les pages de démo XAMPP.

+

Cet outil en ligne ne résout aucune question de sécurité supplémentaire ! Veillez spécialement à sécuriser vous-même le serveur FTP FileZilla et le serveur mail Mercury.

+
Comment désinstaller XAMPP ?
+
+

Nous recommandons fortement d'utiliser l'outil de désinstallation pour supprimer une installation XAMPP faite avec l'installateur. Cet outil de désinstallation supprimera les entrées de la base de registre ainsi que certains services installés avec XAMPP. Avant d'utiliser cet outil de désinstallation, ayez soin de sauvegarder les données que vous désirez conserver.

+

Si vous aviez installé XAMPP en utilisant les versions ZIP et 7zip, arrêtez tous les serveurs XAMPP et fermez tous les panneaux. Si vous aviez installé des services, arrêtez les et désinstallez les aussi. Ensuite, supprimez le répertoire XAMPP. Il n'y a pas d'entrées de registre ni de variables d'environnement à nettoyer.

+
+
Qu'est ce que la version "lite" de XAMPP?
+
+

XAMPP Lite (signifie "léger" comme "poids léger") est un sous-ensemble de composants XAMPP, recommandé pour du travail rapide avec seulement PHP et MySQL. Certains serveurs ou outils comme Mercury Mail et FileZilla FTP sont absents de la version Lite.

+
+
Où devrais-je placer mon contenu web?
+
+

Le répertoire principal pour les documents WWW est \\xampp\\htdocs. Placez-y un fichier "test.html" dans ce répertoire, et accédez-y avec l'URI "http://localhost/test.html".

+

Et "test.php" ? Utilisez "http://localhost/test.php". Un script de test peut être:

+

<?php
+ echo 'Hello world';
+ ?>

+

Un nouveau sous-répertoire pour votre web? Créez un répertoire (par ex. "nouveau") dans "\\xampp\\htdocs" (de préférence sans espaces et seulement en ASCII), créez-y un fichier de test accessible avec "http://localhost/nouveau/test.php".

+

Autres spécificités

+

HTML:
+ Exécutable: \xampp\htdocs
+ Suffixes autorisés: .html .htm
+ => paquetage de base

+

SSI:
+ Exécutable: \xampp\htdocs
+ Suffixes autorisés: .shtml
+ => paquetage de base

+

CGI:
+ Exécutable: \xampp\htdocs and \xampp\cgi-bin
+ Suffixes autorisés: .cgi
+ => paquetage de base

+

PHP:
+ Exécutable: \xampp\htdocs and \xampp\cgi-bin
+ Suffixes autorisés: .php
+ => paquetage de base

+

Perl:
+ Exécutable: \xampp\htdocs and \xampp\cgi-bin
+ Suffixes autorisés: .pl
+ => paquetage de base

+

Apache::ASP Perl:
+ Exécutable: \xampp\htdocs
+ Suffixes autorisés: .asp
+ => paquetage de base

+

JSP Java:
+ Exécutable: \xampp\tomcat\webapps\java (e.g.)
+ Suffixes autorisés: .jsp
+ => Tomcat add-on

+

Servlets Java:
+ Exécutable: \xampp\tomcat\webapps\java (e.g.)
+ Suffixes autorisés: .html (u.a)
+ => Tomcat add-on

+
+
Puis je déplacer l'installation XAMPP?
+
+

Oui. D'abord, déplacez le répertoire XAMPP, ensuite exécutez "setup_xampp.bat". Les chemins dans les fichiers de configuration seront actualisés.

+

Si vous avez installé un serveur comme service Windows, vous devez d'abord supprimer le service et après déplacement, vous pouvez réinstaller le service.

+

Attention : Vos fichiers de configuration, comme ceux de vos applications PHP, ne sont pas actualisés. Mais il est possible d'écrire un "plug-in" pour l'installateur, avec lequel l'installateur peut ajuster ces fichiers.

+
+
Que sont les "pages de démarrage automatique" des répertoires WWW ?
+
+

Le nom de fichier standard de la fonction Apache "DirectoryIndex" est "index.html" ou "index.php". Chaque fois que vous naviguez vers un dossier (par ex. "http://localhost/xampp/") où Apache peut trouver un tel fichier, Apache l'affichera au lieu de la liste des fichiers du répertoire.

+
+
Où puis-je changer la configuration ?
+
+

Pratiquement tous les paramètres de XAMPP peuvent être modifiés avec les fichiers de configuration. Ouvrez simplement le fichier dans un éditeur de texte et changez le paramètre désiré. Seuls FileZilla et Mercury doivent être configurés avec l'outil de configuration de l'application.

+
+ +
Pourquoi XAMPP ne peut il fonctionner sur Windows XP SP2 ?
+
+

Avec le Service Pack 2 (SP2), Microsoft fournit un meilleur firewall qui démarre automatiquement. Ce firewall bloque les indispensables ports 80 (http) et 443 (https) et Apache ne peut pas démarrer.

+

Solution rapide :

+

Désactivez le pare-feu de Microsoft à l'aide de la barre d'outils et essayez de relancer XAMPP. La meilleure solution est de définir une exception dans le centre de sécurité.

+

Les ports suivants sont utilisés pour un fonctionnement de base :

+

Apache (HTTP): Port 80
+ Apache (WebDAV): Port 81
+ Apache (HTTPS): Port 443
+ MySQL: Port 3306
+ FileZilla (FTP): Port 21
+ FileZilla (Admin): Port 14147
+ Mercury (SMTP): Port 25
+ Mercury (POP3): Port 110
+ Mercury (IMAP): Port 143
+ Mercury (HTTP): Port 2224
+ Mercury (Finger): Port 79
+ Mercury (PH): Port 105
+ Mercury (PopPass): Port 106
+ Tomcat (AJP/1.3): Port 8009
+ Tomcat (HTTP): Port 8080

+
+ +
Pourquoi XAMPP ne fonctionne-t-il pas sur Vista ?
+
+

Contrôle des comptes d'utilisateurs (UAC)

+

Dans le répertoire "C:\\program files", vous n'avez pas les droits d'écriture complets, même en tant qu'Administrateur. Ou bien vous n'avez que des droits limités (par ex. pour ".\\xampp\\htdocs"). Dans ce cas, vous ne pouvez pas éditer un fichier.
+Solution : Augmentez vos droits dans l'explorateur (clic droit / sécurité) ou désactivez le contrôle des comptes d'utilisateurs (UAC).

+

Vous avez installé Apache/MySQL dans "C:\\xampp" comme un service Windows Mais vous ne pouvez démarrer/arrêter les services avec le "panneau de contrôle XAMPP" ou vous ne pouvez pas les désinstaller.

+Solution : Utilisez la console de gestion des services de Windows ou désactivez l'UAC.

+

Désactivation du Contrôle de Compte d'Utilisateur (UAC)

+

Pour désactiver l'UAC, utilisez le programme "msconfig". Dans "msconfig", allez dans "Outils", sélectionnez "désactiver le contrôle de compte d'utilisateur" et vérifiez votre sélection. Vous devez redémarrer Windows. Dans le même temps, vous pouvez réactiver l'UAC.

+
+ +
Comment vérifié-je l'empreinte md5 ?
+
+

Pour comparer les fichiers, des empreintes sont souvent utilisées. Une norme pour créer cette empreinte md5 (Message Digest Algorithm 5).

+

Avec cette empreinte md5 vous pouvez vérifier si votre paquetage XAMPP téléchargé est correct. Bien sûr vous devez disposer d'un programme de création de telles empreintes. Pour Windows, vous pouvez utiliser un outil de Microsoft :

+

Disponibilité et description de l'utilitaire de vérification de l'intégrité de l'empreinte

+

Il est aussi possible d'utiliser n'importe quel autre programme qui peut générer une empreinte md5, comme le GNU md5sum.

+

Comme vous avez installé un tel programme (par ex. fciv.exe), vous pouvez suivre les étapes suivantes :

+

+

    +
  • Téléchargez XAMPP (par ex. xampp-win32-1.8.2-0.exe)
  • +
  • Générez l'empreinte avec :
    + fciv.exe xampp-win32-1.8.2-0.exe +
  • +
  • Et maintenant vous pouvez comparer l'empreinte avec celle qui se trouve sur la page d'accueil de XAMPP pour Windows.
  • +
+

+

Si les deux empreintes sont identiques, tout va bien. Sinon, le téléchargement est corrompu ou le fichier a été modifié.

+
+ +
Pourquoi les changements de mon php.ini n'ont ils pas été pris en compte ?
+
+

Si un changement du "php.ini" demeure sans effet, il est possible que PHP en utilise un autre. Vous pouvez le vérifier par phpinfo(). Rendez vous à l'URI http://localhost/xampp/phpinfo.php et recherchez "Fichier de configuration chargé". La valeur vous indique le "php.ini" réellement utilisé.

+

Nota : Après modification de "php.ini" vous devez redémarrer Apache pour que les nouveaux paramètres soient lus.

+
+ +
Au secours ! Il y a un virus dans XAMPP !
+
+

Quelques programmes antivirus prennent à tort XAMPP pour un virus, en pointant généralement le fichier xampp-manager.exe. Ceci est un faux positif, car ce fichier n'est pas un virus. Avant de diffuser toute nouvelle version de XAMPP, nous la scannons avec un logiciel de détection de virus. Actuellement, nous utilisons Kapersky Online Virus Scanner. You can also use the online tool Virus Total for scanning XAMPP or send us an email to security (at) apachefriends (dot) org if you find any issue.

+
+ +
Comment configurer mon antivirus ?
+
+

Nous avons inclus toutes les dépendances et serveurs requis pour exécuter l'application web empaquetée, vous trouverez donc que XAMPP installe un grand nombre de fichiers. Si vous installez une application XAMPP sur une machine Windows avec un antivirus actif, l'installation peut être significativement ralentie et il est possible qu'un des serveurs (serveur web, serveur de base de données) soit bloqué par l'antivirus. Si votre antivirus est activé, vérifiez les paramètres suivants pour exécuter XAMPP sans problème de performance :

+

+

    +
  • Ajoutez des exceptions dans le firewall : pour Apache, MySQL ou tout autre serveur.
  • +
  • Analysez les fichiers lors de l'exécution : si vous avez activé l'analyse antivirus pour tous les fichiers, les fichiers exécutables pour les serveurs peuvent ralentir.
  • +
  • Analysez le trafic pour différentes URL : Si vous développez avec XAMPP sur votre propre machine, vous pouvez exclure le trafic "localhost" des paramètres de l'antivirus.
  • +
+

+
+ +
Pourquoi le serveur Apache ne démarre-t-il pas sur mon système ?
+
+

Ce problème peut avoir plusieurs causes :

+

+

    +
  • Vous avez lancé plus d'un serveur HTTP (IIS, Sambar, ZEUS et autres). Un seul serveur peut utiliser le port 80. Le message d'erreur indique le problème :
    +(OS 10048)... make_sock: could not bind to adress 0.0.0.0:80 +no listening sockets available, shutting down
  • +
  • Vous avez un autre logiciel, comme le téléphone par internet "Skype" qui bloque également le port 80. Si le problème est "Skype", vous pouvez aller dans Skype jusqu'à Actions --> Options --> Correction --> décocher la case "utiliser le port 80 comme port alternatif" avant de redémarrer Skype. Maintenant ça devrait fonctionner.
  • +
  • Votre firewall bloque le port Apache. Tous les firewalls ne sont pas compatibles avec Apache, et parfois la désactivation du firewall ne suffit pas et vous devez le désinstaller. Ce message d'erreur signale un firewall :
    +(OS 10038)Socket operation on non-socket: make_sock: for address 0.0.0.0:80, +apr_socket_opt_set: (SO_KEEPALIVE)
  • +
+

Si Apache démarre, mais que votre navigateur ne peut pas s'y connecter, cela peut avoir l'une des causes suivantes :

+
    +
  • Certains scanners de virus peuvent le provoquer de la même manière que les firewalls peuvent interférer.
  • +
  • Vous avez XP Professionnel sans le Service Pack 1. Vous devez au moins disposer de SP1 pour XAMPP.
  • +
+

+

Astuce : Si vous avez des problèmes avec les ports utilisés, vous pouvez utiliser l'outil "xampp-portcheck.exe". Cela vous aidera peut être.

+
+ +
Pourquoi ma charge CPU pour Apache atteint elle presque 99% ?
+
+

L'un des deux scenarios est en jeu ici. Soit votre CPU plafonne, soit votre navigateur se connecte au serveur, mais ne voit rien (le système essaie sans succès de charger la page). Dans les deux cas, vous pouvez trouver le message suivant dans le fichier journal d'Apache :

+

Child: Encountered too many AcceptEx faults accepting client connections. +winnt_mpm: falling back to 'AcceptFilter none'.

+

Le MPM a recours à une implémentation plus sûre, mais certaines requêtes de clients n'ont pas été traitées correctement. Pour éviter cette erreur, utilisez "AcceptFilter" avec l'option "aucun" dans le fichier "\\xampp\\apache\\conf\\extra\\httpd-mpm.conf".

+
+ +
Pourquoi les images et les feuilles de style ne s'affichent elles pas ?
+
+

Quelquefois il y a des problèmes avec l'affichage des images et des feuilles de style. Surtout si ces fichiers sont situés sur un périphérique réseau. Dans ce cas, vous pouvez activer (ou ajouter) l'une des lignes suivantes dans le fichier "\\xampp\\apache\\conf\\httpd.conf" :

+

EnableSendfile off
+EnableMMAP off

+

Ce problème peut aussi être causé par des programmes de régulation de la bande passante, tels que NetLimiter.

+
+ +
How do I send email with XAMPP?
+
+

To configure XAMPP to use the included sendmail.exe binary for email delivery, follow these steps:

+
    +
  • Edit the XAMPP "php.ini" file. Within this file, find the [mail function] section and replace it with the following directives. Change the XAMPP installation path if needed. + + sendmail_path = "\"C:\xampp\sendmail\sendmail.exe\" -t" + +
  • +
  • Edit the XAMPP "sendmail.ini" file. Within this file, find the [sendmail] section and replace it with the following directives: + + smtp_server=smtp.gmail.com + smtp_port=465 + smtp_ssl=auto + error_logfile=error.log + auth_username=your-gmail-username@gmail.com + auth_password=your-gmail-password + +

    Remember to replace the dummy values shown with your actual Gmail address and account password. If you don't plan to use Gmail's SMTP server, replace the SMTP host details with appropriate values for your organization or ISP's SMTP server.

    +
  • +
  • Restart the Apache server using the XAMPP control panel. +
  • +
+

You can now use PHP's mail() function to send email from your application.

+
+ +
Comment puis je attribuer un mot de passe à root dans MySQL ?
+
+

Configure it with the "XAMPP Shell" (command prompt). Open the shell from the XAMPP control pane and execute this command:mysqladmin.exe -u root password secretThis sets the root password to 'secret'.

+
+ +
Puis-je utiliser mon propre serveur MySQL ?
+
+

Oui. Il suffit de ne pas lancer MySQL à partir du paquetage XAMPP. Notez que deux serveurs ne peuvent pas être démarrés sur le même port. Si vous avez attribué un mot de passe à "root", n'oubliez pas de modifier le fichier "\\xampp\\phpMyAdmin\\config.inc.php".

+
+ +
Comment restreindre l'accès à phpMyAdmin depuis l'extérieur ?
+
+

In the basic configuration of XAMPP, phpMyAdmin is accessible only from the same host that XAMPP is running on, at http://127.0.0.1 or http://localhost.

+

Avant de vous laisser accéder au serveur MySQL, phpMyAdmin vous demandera un nom d'utilisateur et un mot de passe. N'oubliez pas en premier d'attribuer un mot de passe à l'utilisateur "root".

+
+ +
How do I enable access to phpMyAdmin from the outside?
+
+

In the basic configuration of XAMPP, phpMyAdmin is accessible only from the same host that XAMPP is running on, at http://127.0.0.1 or http://localhost.

+

IMPORTANT: Enabling external access for phpMyAdmin in production environments is a significant security risk. You are strongly advised to only allow access from localhost. A remote attacker could take advantage of any existing vulnerability for executing code or for modifying your data.

+

To enable remote access to phpMyAdmin, follow these steps:

+
    +
  • Edit the apache\conf\extra\httpd-xampp.conf file in your XAMPP installation directory.
  • +
  • Within this file, find the lines below. +

    + Alias /phpmyadmin "C:/xampp/phpMyAdmin/" + <Directory "C:/xampp/phpMyAdmin"> + AllowOverride AuthConfig + Require local +

    +
  • +
  • Then replace 'Require local' with 'Require all granted'.
  • +

    + Alias /phpmyadmin "C:/xampp/phpMyAdmin/" + <Directory "C:/xampp/phpMyAdmin"> + AllowOverride AuthConfig + Require all granted +

    +
  • Restart the Apache server using the XAMPP control panel.
  • +
+
+ +
Où est le support IMAP de PHP ?
+
+

A défaut, le support IMAP de PHP est désactivé dans XAMPP en raison d"erreurs mystérieuses d'initialisation avec certaines versions familiales comme Windows 98. Si vous travaillez avec les systèmes NT, vous pouvez ouvrir le fichier "\\xampp\\php\\php.ini" pour activer l'extension php en supprimant le point-virgule au début de la ligne ";extension=php_imap.dll". Ca devrait être :
+extension=php_imap.dll

+

Redémarrez Apache et IMAP devrait fonctionner. Vous pouvez suivre les mêmes étapes pour chaque extension qui n'est pas activée dans la configuration par défaut.

+
+ +
Pourquoi certaines applications php libres ne fonctionnent elles pas avec XAMPP sous Windows ?
+
+

Un grand nombre d'applications ou d'extensions PHP écrites pour Linux n'ont pas été portées sous Windows.

+
+ +
Puis-je supprimer le répertoire "install' après l'installation ?
+
+

Il ne vaut mieux pas. Les scripts qu'il contient restent nécessaires aux paquetages additionnels (add-ons) et aux mises à jour de XAMPP.

+
+ +
Comment activé-je l'eaccelerator ?
+
+

Comme d'autres extensions (Zend), vous pouvez l'activer dans "php.ini". Dans ce fichier, activez la ligne ";zend_extension = "\\xampp\\php\\ext\\php_eaccelerator.dll"". Ce devrait être :
+zend_extension = "\xampp\php\ext\php_eaccelerator.dll"

+
+ +
Comment puis-je corriger une erreur de connexion à mon serveur MS SQL ?
+
+

Si l'extension mssql a été chargée dans le php.ini, des problèmes peuvent apparaître quand seul TCP/IP est utilisé. Vous pouvez corriger ce problème avec un nouveau "ntwdblib.dll" de Microsoft. Remplacez l'ancien fichier dans "\\xampp\\apache\\bin" et dans "\\xampp\\php" par le nouveau. En raison de la licence, nous ne pouvons pas empaqueter une nouvelle version de ce fichier dans XAMPP.

+
+ +
Comment fais-je pour travailler avec l'extension mcrypt de PHP ?
+
+

Pour cela, nous avons ouvert un sujet dans le forum avec des exemples et des solutions possibles : Sujet MCrypt

+
+ +
Do Microsoft Active Server Pages (ASP) work with XAMPP?
+
+

Non. Et Apache::ASP avec le complément Perl n'est pas pareil. Apache::ASP ne connaît que le Perl-Script, mais ASP de Internet Information Server (IIS) connaît aussi le VBScript normal. Mais pour ASP .NET, un module Apache tiers est disponible.

+
+ +
How can I get XAMPP working on port 80 under Windows 10?
+
+

By default, Windows 10 starts Microsoft IIS on port 80, which is the same default port used by Apache in XAMPP. As a result, Apache cannot bind to port 80.

+

To disable IIS from running on port 80, follow these steps:

+
    +
  • Open the Services panel in Computer Management.
  • +
  • Search for the 'World Wide Web Publishing Service' and select it.
  • +
  • Click the link to 'Stop the service'.
  • +
  • Double-click the service name.
  • +
  • In the 'Startup type' field, change the startup type to 'Disabled'.
  • +
  • Click 'OK' to save your changes.
  • +
+

You should now be able to start Apache in XAMPP on port 80.

+

For more information, refer to the 'Troubleshoot Apache Startup Problems' guide included with XAMPP or this forum post.

+
+ +
How can I use Microsoft Edge to access local addresses under Windows 10?
+
+

If your local machine has the host name 'myhost', you will not be able to access URLs such as http://myhost in Microsoft Edge. To resolve this, you should instead use the addresses http://127.0.0.1 or http://localhost.

+
+ +
Where are the main XAMPP configuration files?
+
+

The main XAMPP configuration files are located as follows:

+
    +
  • Apache configuration file: \xampp\apache\conf\httpd.conf, \xampp\apache\conf\extra\httpd-xampp.conf
  • +
  • PHP configuration file: \xampp\php\php.ini
  • +
  • MySQL configuration file: \xampp\mysql\bin\my.ini
  • +
  • FileZilla Server configuration file: \xampp\FileZillaFTP\FileZilla Server.xml
  • +
  • Apache Tomcat configuration file: \xampp\tomcat\conf\server.xml
  • +
  • Apache Tomcat configuration file: \xampp\sendmail\sendmail.ini
  • +
  • Mercury Mail configuration file: \xampp\MercuryMail\MERCURY.INI
  • +
+
+ +
+
+
+ +
+ + + + + + + + diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/fr/howto.html b/TE2/Proyecto Teknovate/htdocs/dashboard/fr/howto.html new file mode 100644 index 0000000..c3c6c1e --- /dev/null +++ b/TE2/Proyecto Teknovate/htdocs/dashboard/fr/howto.html @@ -0,0 +1,131 @@ + + + + + + + + + + + XAMPP howto guides + + + + + + + + + + + + + + + + +
+ +
+ +
+ +
+
+
+
+

Windows HOW-TO Guides

+
+
+
+
+ +
+ +
+ + + + + + + + diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/fr/howto_platform_links.html b/TE2/Proyecto Teknovate/htdocs/dashboard/fr/howto_platform_links.html new file mode 100644 index 0000000..05293c1 --- /dev/null +++ b/TE2/Proyecto Teknovate/htdocs/dashboard/fr/howto_platform_links.html @@ -0,0 +1,101 @@ + + + + + + + + + + + Apache Friends + + + + + + + + + + + + + + + + +
+ +
+ +
+ +
+
Use a Different PHP Version
+
Run PHP under FastCGI
+
Configure and Use Apache Tomcat
+ +
+ + + + + + + + diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/fr/howto_shared_links.html b/TE2/Proyecto Teknovate/htdocs/dashboard/fr/howto_shared_links.html new file mode 100644 index 0000000..9e7f5d0 --- /dev/null +++ b/TE2/Proyecto Teknovate/htdocs/dashboard/fr/howto_shared_links.html @@ -0,0 +1,115 @@ + + + + + + + + + + + Apache Friends + + + + + + + + + + + + + + + + +
+ +
+ +
+ +
+
Backup and Restore MySQL/MariaDB Databases
+
Configure FTP Access
+
Configure Virtual Hosts
+
Configure Wildcard-Based Subdomains
+
Deploy an Application Using Git
+
Get Started Quickly with WordPress
+
Reset the MySQL/MariaDB Root Password
+
Send Mail with PHP
+
Use SQLite with PHP
+
Activate and Use Xdebug
+
Start a New Zend Framework 1.x Project
+
Start a New Zend Framework 2.x Project
+
Troubleshoot Apache Startup Problems
+
Change the MySQL Temporary Files Directory
+
Increase the PHP File Upload Limit
+
Enable Remote Access to phpMyAdmin
+
Auto-Start XAMPP
+ +
+ + + + + + + + diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/fr/index.html b/TE2/Proyecto Teknovate/htdocs/dashboard/fr/index.html new file mode 100644 index 0000000..bb76ffb --- /dev/null +++ b/TE2/Proyecto Teknovate/htdocs/dashboard/fr/index.html @@ -0,0 +1,167 @@ + + + + + + + + + + + Welcome to XAMPP + + + + + + + + + + + + + + + + +
+ +
+ +
+ +
+
+
+
+

XAMPP Apache + MariaDB + PHP + Perl

+
+
+
+
+
+

Welcome to XAMPP for Windows 8.0.0

+
+
+
+
+

+ You have successfully installed XAMPP on this system! Now you can start using Apache, MariaDB, PHP and other components. + You can find more info in the Questions fréquentes section or check the HOW-TO Guides for getting started with PHP applications. +

+

+ XAMPP is meant only for development purposes. It has certain configuration settings that make it easy to develop locally but that are insecure if you want to have your installation accessible to others. + If you want have your XAMPP accessible from the internet, make sure you understand the implications and you checked the Questions fréquentes to learn how to protect your site. Alternatively you can use WAMP, MAMP or LAMP which are similar packages which are more suitable for production. +

+

+ Start the XAMPP Control Panel to check the server status. +

+
+
+
+
+

Communauté

+
+
+
+
+

+ XAMPP existe depuis plus de 10 ans – une énorme communauté l'appuie. Vous pouvez en faire partie en rejoignant nos Forums, en vous ajoutant à la Liste de diffusion, en nous appréciant sur Facebook, en suivant nos exploits sur Twitter, ou en nous ajoutant dans vos cercles Google+. +

+
+
+
+
+

Participez à la traduction de XAMPP à translate.apachefriends.org.

+
+
+
+
+

+ Pouvez-vous nous aider à traduire XAMPP pour les autres membres de la communauté ? Nous avons besoin de votre aide pour traduire XAMPP dans différentes langues. Nous avons mis en place un site,translate.apachefriends.org, où les utilisateurs peuvent nous proposer leurs traductions. +

+
+
+
+
+

Install applications on XAMPP using Bitnami

+
+
+
+
+

+ Apache Friends and Bitnami are cooperating to make dozens of open source applications available on XAMPP, for free. Bitnami-packaged applications include Wordpress, Drupal, Joomla! and dozens of others and can be deployed with one-click installers. + Visit the Bitnami XAMPP page for details on the currently available apps. +

+
+
+
+
+ Bitnami XAMPP page +
+
+ +
+ + + + + + + + diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/howto.html b/TE2/Proyecto Teknovate/htdocs/dashboard/howto.html new file mode 100644 index 0000000..72ba92b --- /dev/null +++ b/TE2/Proyecto Teknovate/htdocs/dashboard/howto.html @@ -0,0 +1,131 @@ + + + + + + + + + + + XAMPP howto guides + + + + + + + + + + + + + + + + +
+ +
+ +
+ +
+
+
+
+

Windows HOW-TO Guides

+
+
+
+
+ +
+ +
+ + + + + + + + diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/howto_platform_links.html b/TE2/Proyecto Teknovate/htdocs/dashboard/howto_platform_links.html new file mode 100644 index 0000000..0a85946 --- /dev/null +++ b/TE2/Proyecto Teknovate/htdocs/dashboard/howto_platform_links.html @@ -0,0 +1,101 @@ + + + + + + + + + + + Apache Friends + + + + + + + + + + + + + + + + +
+ +
+ +
+ +
+
Use a Different PHP Version
+
Run PHP under FastCGI
+
Configure and Use Apache Tomcat
+ +
+ + + + + + + + diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/howto_shared_links.html b/TE2/Proyecto Teknovate/htdocs/dashboard/howto_shared_links.html new file mode 100644 index 0000000..0f2d0b2 --- /dev/null +++ b/TE2/Proyecto Teknovate/htdocs/dashboard/howto_shared_links.html @@ -0,0 +1,115 @@ + + + + + + + + + + + Apache Friends + + + + + + + + + + + + + + + + +
+ +
+ +
+ +
+
Backup and Restore MySQL/MariaDB Databases
+
Configure FTP Access
+
Configure Virtual Hosts
+
Configure Wildcard-Based Subdomains
+
Deploy an Application Using Git
+
Get Started Quickly with WordPress
+
Reset the MySQL/MariaDB Root Password
+
Send Mail with PHP
+
Use SQLite with PHP
+
Activate and Use Xdebug
+
Start a New Zend Framework 1.x Project
+
Start a New Zend Framework 2.x Project
+
Troubleshoot Apache Startup Problems
+
Change the MySQL Temporary Files Directory
+
Increase the PHP File Upload Limit
+
Enable Remote Access to phpMyAdmin
+
Auto-Start XAMPP
+ +
+ + + + + + + + diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/hu/faq.html b/TE2/Proyecto Teknovate/htdocs/dashboard/hu/faq.html new file mode 100644 index 0000000..17c9036 --- /dev/null +++ b/TE2/Proyecto Teknovate/htdocs/dashboard/hu/faq.html @@ -0,0 +1,523 @@ + + + + + + + + + + + XAMPP FAQs for Windows + + + + + + + + + + + + + + + + +
+ +
+ +
+ +
+
+
+
+

Windows Gyakran ismételt kérdések

+
+
+
+
+
+
+
Hogyan telepítsem a XAMPP-ot?
+
+

A XAMPP Windows változata három különböző formában létezik:

+

Telepítő:
+ Valószínűleg a legegyszerűbb módja a XAMPP telepítésének.

+

ZIP:
+ Puristáknak: a XAMPP szokásos ZIP archívumként.

+

7zip:
+ Puristáknak kis sávszélességgel: a XAMPP 7zip archívumként.

+

Megjegyzés: A fájlok kibontásakor előfordulhatnak hamis pozitív vírusriasztások.

+

A telepítő használata:

+

+

Használja a Xampp vezérlőpultot az Apache, MySQL, FileZillaés a Mercury szolgáltatások elindításához és leállításához vagy a server szolgáltatások telepítéséhez.

+

Telepítés ZIP-ből

+

Bontsa ki a zip archívumokat a választott mappába. A XAMPP a „C:\\xampp” alkönyvtárba kerül kibontásra a választott célkönyvtár alá. Most indítsa el a „setup_xampp.bat” fájlt, hogy elvégezze a XAMPP beállítását a rendszeréhez.

+

Ha a „C:\\” gyökérkönyvtárat válassza célnak, akkor nem szabad a „setup_xampp.bat” fájlt futtatnia.

+

Mint a telepítő verzióban, most már használhatja a „XAMPP vezérlőpultot” a további feladatokhoz.

+
+
Does XAMPP include MySQL or MariaDB?
+
+

Since XAMPP 5.5.30 and 5.6.14, XAMPP ships MariaDB instead of MySQL. The commands and tools are the same for both.

+
+
Hogyan indíthatom a XAMPP programot beállítás nélkül?
+
+

Ha a XAMPP programot egy felsőszintű mappába bontotta ki, mint például „C:\\” vagy „D:\\”, akkor a legtöbb szolgáltatást - úgymint Apache vagy MySQL - közvetlenül is el tudja indítani a „setup_xampp.bat” fájl futtatása nélkül.

+

Nem javasolt a beállító parancsfájl használata, vagy relatív elérési utak kiválasztása a beállító parancsfájlban, ha a XAMPP programot USB-meghajtóra telepítette. Ennek oka, hogy minden PC más meghajtóbetűt rendelhet a meghajtónak. Bármikor átválthat abszolút útvonalakról relatívakra a beállító parancsfájllal.

+

A Letöltések oldalról elérhető telepítő használata a legegyszerűbb módja a XAMPP telepítésének. A telepítés befejezése után a Start | Programok | XAMPP helyen fogja megtalálni a XAMPP programot. A XAMPP vezérlőpultot használhatja az összes kiszolgáló indításához és leállításához, valamint szolgáltatások telepítéséhez és eltávolításához.

+

Használja a Xampp vezérlőpultot az Apache, MySQL, FileZillaés a Mercury szolgáltatások elindításához és leállításához vagy a server szolgáltatások telepítéséhez.

+
+
Hogyan indíthatom el és állíthatom le a XAMPP-ot?
+
+

Az egyetemes vezérlőpult a „XAMPP vezérlőpult” (köszönet: www.nat32.com). Az alábbi módon indítható:

+

\xampp\xampp-control.exe

+

Használhat néhány kötegfájlt is a kiszolgálók indításához és leállításához:

+

+

    +
  • Apache és MySQL indítás: + \xampp\xampp_start.exe
  • +
  • Apache és MySQL leállítás: + \xampp\xampp_stop.exe
  • +
  • Apache indítás: + \xampp\apache_start.bat
  • +
  • Apache leállítás: + \xampp\apache_stop.bat
  • +
  • MySQL indítás: + \xampp\mysql_start.bat
  • +
  • MySQL leállítás: + \xampp\mysql_stop.bat
  • +
  • Mercury levelezőkiszolgáló indítás: + \xampp\mercury_start.bat
  • +
  • Mercury levelezőkiszolgáló leállítás: + \xampp\mercury_stop.bat
  • +
  • FileZilla kiszolgáló indítás: + \xampp\filezilla_start.bat
  • +
  • FileZilla kiszolgáló leállítás: + \xampp\filezilla_stop.bat

+

+
+
Hogyan ellenőrizhetem, hogy minden működik-e?
+
+

Gépelje be a következő URL-t a kedvenc webböngészőjébe:

+

http://localhost/ vagy http://127.0.0.1/

+

You should see the XAMPP start page, as shown below.

+ +
+
Hogyan tudok egy kiszolgálót szolgáltatásként telepíteni?
+
+

A XAMPP minden kiszolgálója Windows szolgáltatásként is telepíthető. Ezt is a XAMPP vezérlőpultból tudja telepíteni. Ebben az esetben a parancsfájlok vagy a vezérlőpult futtatása rendszergazdai jogosultságokkal szükséges.

+

Apache szolgáltatás telepítés: \\xampp\\apache\\apache_installservice.bat

+

Apache szolgáltatás eltávolítás: \\xampp\\apache\\apache_uninstallservice.bat

+

MySQL szolgáltatás telepítés: \\xampp\\mysql\\mysql_installservice.bat

+

MySQL szolgáltatás eltávolítás: \\xampp\\mysql\\mysql_uninstallservice.bat

+

FileZilla szolgáltatás telepítés és eltávolítás: \\xampp\\filezilla_setup.bat

+

Mercury: nem érhető el szolgáltatás telepítés

+
+
A XAMPP készen áll a munkához?
+
+

A XAMPP nem a produktív használatot jelenti, ez csak egy fejlesztői környezet. A XAMPP oly módon lett beállítva, hogy annyira nyitott legyen, amennyire csak lehetséges, hogy lehetővé tegyen a fejlesztőknek bármit, amit szeretnének. Ez nagyszerű egy fejlesztői környezethez, de produktív környezetben végzetes lehet.

+

Itt egy lista a XAMPP hiányzó biztonsági dolgairól:

+
    +
  1. A MySQL adminisztrátornak (root) nincs jelszava.
  2. +
  3. A MySQL démon elérhető a hálózaton keresztül.
  4. +
  5. A ProFTPD a „lampp” jelszót használja a „daemon” felhasználóhoz.
  6. +
  7. A Mercury és FileZilla alapértelmezett felhasználói ismertek.
  8. +
+

Minden pont hatalmas biztonsági kockázat lehet. Különösen akkor, ha a XAMPP elérhető a hálózaton keresztül és a LAN-on kívüli emberek számára. Segíthet azonban egy tűzfal vagy egy router (NAT) használata. Egy router vagy egy tűzfal esetén a PC normális esetben nem érhető el a hálózaton keresztül. Öntől függ, hogy kijavítja-e ezeket a hibákat. Egy kis segítségként létezik egy „XAMPP biztonsági konzol”.

+

Kérjük tegye biztonságossá a XAMPP programot, mielőtt bármit közzétenne online. Egy tűzfal vagy egy külső router csak alacsony szintű biztonsághoz elegendő. A valamivel nagyobb biztonság érdekében futtassa a „XAMPP biztonsági konzolt” és rendeljen hozzá jelszavakat.

+

Ha elérhetővé szeretné tenni a XAMPP programot az interneten, akkor látogassa meg a következő URI-t, amely kijavíthat néhány problémát:

+

http://localhost/security/

+

A biztonsági konzollal beállíthatja a MySQL „root” felhasználó és a phpMyAdmin jelszavát. Továbbá bekapcsolhatja a hitelesítést a XAMPP bemutató oldalakhoz.

+

Ez a webalapú eszköz nem javít ki semmilyen egyéb biztonsági problémát! Különösen a FileZilla FTP-kiszolgáló és a Mercury levelezőkiszolgáló biztonságáról kell önnek gondoskodnia.

+
Hogyan távolíthatom el a XAMPP-ot?
+
+

Amennyiben a telepítős verzióval telepítette a XAMPP programot, használja az eltávolítót. Az eltávolító el fog távolítani minden XAMPP bejegyzést a rendszerleíró adatbázisból, illetve el fogja távolítani a XAMPP részeként telepített szolgáltatásokat. Erősen ajánljuk, hogy az eltávolító használatával távolítsa el a telepítős verziójú XAMPP telepítést. Készítsen biztonsági mentést a XAMPP eltávolítása előtt minden olyan adatról, amelyet meg szeretne tartani.

+

Amennyiben a ZIP és a 7zip verziókkal telepítette a XAMPP programot, állítson le minden XAMPP kiszolgálót és lépjen ki minden panelből. Ha telepített valamilyen szolgáltatást, távolítsa el és állítsa le azokat is. Most egyszerűen törölje az egész mappát, ahova a XAMPP programot telepítette. Nincsenek törlendő rendszerleíró adatbázis bejegyzések és nincsenek törlendő környezeti változók.

+
+
Mi a XAMPP „lite” verziója?
+
+

A XAMPP Lite (amely „könnyűt” jelent, úgymint „könnyűsúlyú”) a XAMPP komponensek kisebb csomagja, amely kizárólag PHP és MySQL használatával történő gyors munkavégzéshez ajánlott. Néhány kiszolgáló vagy eszköz, mint például a Mercury levelező és a FileZilla FTP hiányoznak a Lite verzióból.

+
+
Hová tegyem a webes tartalmakat?
+
+

Minden WWW dokumentum fő könyvtára a \\xampp\\htdocs. Ha ebbe a könyvtárba teszi a „teszt.html” fájlt, akkor a „http://localhost/teszt.html” URI segítségével férhet hozzá.

+

És a „teszt.php”? Csak használja a „http://localhost/teszt.php” hivatkozást. Egy egyszerű teszt-parancsfájl lehet:

+

<?php
+ echo 'Hello world';
+ ?>

+

Egy új alkönyvtár a webhez? Csak hozzon létre egy új könyvtárat (például „valami”) a „\\xampp\\htdocs” könyvtáron belül (a legjobb szóközök nélkül és csak ASCII karakterekkel), hozzon létre egy tesztfájlt ebben a könyvtárban és elérheti a „http://localhost/valami/teszt.php” címen.

+

További specifikációk

+

HTML:
+ Programfájl: \xampp\htdocs
+ Engedélyezett végződések: .html .htm
+ => alap csomag

+

SSI:
+ Programfájl: \xampp\htdocs
+ Engedélyezett végződések: .shtml
+ => alap csomag

+

CGI:
+ Programfájl: \xampp\htdocs and \xampp\cgi-bin
+ Engedélyezett végződések: .cgi
+ => alap csomag

+

PHP:
+ Programfájl: \xampp\htdocs and \xampp\cgi-bin
+ Engedélyezett végződések: .php
+ => alap csomag

+

Perl:
+ Programfájl: \xampp\htdocs and \xampp\cgi-bin
+ Engedélyezett végződések: .pl
+ => alap csomag

+

Apache::ASP Perl:
+ Programfájl: \xampp\htdocs
+ Engedélyezett végződések: .asp
+ => alap csomag

+

JSP Java:
+ Programfájl: \xampp\tomcat\webapps\java (e.g.)
+ Engedélyezett végződések: .jsp
+ => Tomcat add-on

+

Servlets Java:
+ Programfájl: \xampp\tomcat\webapps\java (e.g.)
+ Engedélyezett végződések: .html (u.a)
+ => Tomcat add-on

+
+
Áthelyezhetem a XAMPP telepítését?
+
+

Igen. A XAMPP könyvtár áthelyezése után le kell futtatnia a „setup_xampp.bat” parancsfájlt. A beállítófájlban lévő elérési út ehhez a lépéshez lesz igazítva.

+

Amennyiben valamilyen kiszolgálót Windows szolgáltatásként telepített, akkor először el kell távolítania a Windows szolgáltatást, majd az áthelyezés után ismét telepítheti azt.

+

Figyelem: a saját parancsfájljaiban lévő beállítófájlok, mint például PHP alkalmazások, nem lesznek hozzáigazítva. De lehetséges egy „bővítmény” írása a telepítőhöz. Egy ilyen bővítménnyel a telepítő ezeket a fájlokat is hozzá tudja igazítani.

+
+
Mik az „Automatikus nyitóoldalak” a WWW könyvtárakhoz?
+
+

A szabványos fájlnév a „DirectoryIndex” Apache függvényhez „index.html” vagy „index.php”. Minden esetben, amikor rátallóz egy mappára (például „http://localhost/xampp/”), és az Apache talál egy ilyen fájlt, akkor az Apache ezt a fájlt jeleníti meg a könyvtár listázása helyett.

+
+
Hol tudom megváltoztatni a beállításokat?
+
+

A XAMPP majdnem minden beállítása megváltoztatható beállítófájlokkal. Csak nyissa meg a fájlt egy szövegszerkesztővel és változtassa meg azt a beállítást, amelyet szeretne. Csak a FileZilla és a Mercury beállítását kell az alkalmazásbeállító eszközzel elvégezni.

+
+ +
Miért nem működik a XAMPP Windows XP SP2 alatt?
+
+

A Microsoft egy jobb tűzfalat szállított a 2. javítócsomaggal (SP2), amely automatikusan elindul. Ez a tűzfal már blokkolja a szükséges 80-as (http) és 443-as (https) portokat, és az Apache nem tud elindulni.

+

A gyors megoldás:

+

Tiltsa le a Microsoft tűzfalat az eszköztárral, és próbálja meg még egyszer elindítani a XAMPP programot. A jobb megoldás egy kivétel meghatározása a biztonsági központon belül.

+

A következő portok vannak használatban az alap működéshez:

+

Apache (HTTP): Port 80
+ Apache (WebDAV): Port 81
+ Apache (HTTPS): Port 443
+ MySQL: Port 3306
+ FileZilla (FTP): Port 21
+ FileZilla (Admin): Port 14147
+ Mercury (SMTP): Port 25
+ Mercury (POP3): Port 110
+ Mercury (IMAP): Port 143
+ Mercury (HTTP): Port 2224
+ Mercury (Finger): Port 79
+ Mercury (PH): Port 105
+ Mercury (PopPass): Port 106
+ Tomcat (AJP/1.3): Port 8009
+ Tomcat (HTTP): Port 8080

+
+ +
Miért nem működik a XAMPP Vistán?
+
+

Felhasználói fiókok felügyelete (UAC)

+

A „C:\\Program files” könyvtárra nincs teljes írási jogosultsága, kivéve rendszergazdaként. Vagy csak korlátozott jogosultságai vannak (például a „.\\xampp\\htdocs” mappára). Ebben az esetben nem tudja szerkeszteni a fájlt.
+Megoldás: Emelje meg a jogosultságait az exploreren belül (jobb kattintás / biztonság), vagy tiltsa le a felhasználói fiókok felügyeletét (UAC).

+

Az Apache/MySQL kiszolgálókat a „C:\\xampp” helyre telepítette Windows szolgáltatásként. De nem tudja elindítani vagy leállítani a szolgáltatásokat a „XAMPP vezérlőpulttal”, vagy nem tudja eltávolítani azokat.

+Megoldás: Használja a Windows szolgáltatáskezelő konzolját vagy tiltsa le az UAC-ot.

+

A felhasználói fiókok felügyeletének (UAC) letiltása

+

Az UAC letiltásához használja az „msconfig” programot. Az „msconfig” programban menjen az „Eszközökre”, válassza a „felhasználói fiókok felügyeletének letiltása” lehetőséget, és erősítse meg a választását. Ezután újra kell indítania a Windowst. Ezzel egy időben ismét engedélyezheti az UAC-ot.

+
+ +
Hogyan ellenőrizhetem az MD5 ellenőrzőösszeget?
+
+

Fájlok összehasonlításához gyakran ellenőrzőösszegeket használnak. A szabvány az MD5 (Message Digest Algorithm 5) ellenőrzőösszeg létrehozása.

+

Ezzel az MD5 ellenőrzőösszeggel tesztelheti, hogy a XAMPP csomag letöltése helyes volt-e vagy sem. Természetesen szüksége van egy olyan programra, amely elő tudja állítani ezeket az ellenőrzőösszegeket. A Windowsnál használhatja a Microsoft eszközét:

+

Elérhetőség és fájl ellenőrzőösszeg integritás leírása ellenőrző segédprogram

+

Lehetséges bármely más olyan program használata is, amely létre tud hozni MD5 ellenőrzőösszegeket, úgymint a GNU md5sum.

+

Ha telepített egy ilyen programot (például fciv.exe), végezze el a következő lépéseket:

+

+

    +
  • Töltse le a XAMPP csomagot (például xampp-win32-1.8.2-0.exe)
  • +
  • Hozza létre az ellenőrzőösszeget ezzel:
    + fciv.exe xampp-win32-1.8.2-0.exe +
  • +
  • És most már össze tudja hasonlítani ezt az ellenőrzőösszeget azzal, amelyet a Windows rendszerre készített XAMPP honlapján talál.
  • +
+

+

Ha mindkét ellenőrzőösszeg azonos, akkor minden rendben van. Ha nem, akkor a letöltött fájl sérült vagy a fájl módosult.

+
+ +
Miért nem érvényesülnek a php.ini fájlban elvégzett módosítások?
+
+

Ha a „php.ini” fájlban elvégzett módosításnak nincs hatása, lehetséges, hogy a PHP egy másikat használ. Ezt a phpinfo() függvénnyel ellenőrizheti. Látogassa meg a http://localhost/xampp/phpinfo.php oldalt, és keressen rá a „Loaded Configuration File” kifejezésre. Ez az érték jeleníti meg azt a „php.ini” fájlt, amelyet a PHP igazából használ.

+

Megjegyzés: A „php.ini” módosítása után újra kell indítania az Apache webkiszolgálót, hogy az Apache/PHP be tudja olvasni az új beállításokat.

+
+ +
Segítség! Vírusos a XAMPP!
+
+

Néhány vírusirtó program hibásan vírusnak érzékeli a XAMPP-ot, tipikusan a xampp-manager.exe fájlt megjelölve. Ez egy vakriasztás, amely azt jelenti, hogy a vírusirtó tévesen vírusként azonosítja, miközben nem az. A XAMPP minden egyes új verziójának kiadása előtt lefuttatunk egy víruskereső programot. Jelenleg ezt használjuk: Kapersky Online Virus Scanner. You can also use the online tool Virus Total for scanning XAMPP or send us an email to security (at) apachefriends (dot) org if you find any issue.

+
+ +
Hogyan állítsam be a vírusirtó alkalmazásomat?
+
+

Minden függőséget és kiszolgálót mellékelünk, amely a csomagolt webalkalmazás futtatásához szükséges, így a XAMPP telepítésben nagy számú fájlt fog találni. Amennyiben a XAMPP alkalmazást egy olyan Windowst futtató számítógépre telepíti, amelyen bekapcsolt vírusirtó alkalmazás van, akkor ez jelentősen lelassíthatja a telepítést, és megvan az esély arra, hogy a kiszolgálók egyikét (webkiszolgáló, adatbázis-kiszolgáló) blokkolja a vírusirtó program. Ha engedélyezve van egy vírusirtó eszköz, ellenőrizze a következő beállításokat a XAMPP teljesítményproblémák nélküli futtatásához:

+

+

    +
  • Kivételek hozzáadása a tűzfalhoz: az Apache, a MySQL vagy bármely más kiszolgálóhoz.
  • +
  • Fájlok vizsgálata végrehajtáskor: ha engedélyezve van a vírusirtó vizsgálata minden fájlra, a kiszolgálók végrehajtható fájljait lelassíthatja.
  • +
  • A forgalom vizsgálata különböző URL-eknél: ha a saját gépén fejleszt a XAMPP programmal, zárja ki a „localhost” forgalmát a vírusirtó beállításaiban.
  • +
+

+
+ +
Miért nem indul az Apache kiszolgáló a rendszeremen?
+
+

Ennek a problémának számos oka lehet:

+

+

    +
  • Egynél több HTTP kiszolgálót indított el (IIS, Sambar, ZEUS, stb.). Csak egyetlen kiszolgáló használhatja a 80-as portot. Ez a hibaüzenet jelzi a problémát:
    +(OS 10048)... make_sock: could not bind to adress 0.0.0.0:80 +no listening sockets available, shutting down
  • +
  • Más szoftverei is vannak, mint például a „Skype” internettelefon, amely szintén blokkolja a 80-as portot. Ha a „Skype” a probléma, menjen a Skype programban a Műveletek --> Beállítások --> Kapcsolat menüpontra, és távolítsa el a pipát a „80-as port használata tartalék portként” lehetőségből, majd indítsa újra a Skype programot. Ezután működnie kellene.
  • +
  • Tűzfala van, amely blokkolja az Apache portját. Nem minden tűzfal kompatibilis az Apache kiszolgálóval, és néha a tűzfal kikapcsolása nem elegendő, el kell távolítania azt. Ez a hibaüzenet jelzi a tűzfalat:
    +(OS 10038)Socket operation on non-socket: make_sock: for address 0.0.0.0:80, +apr_socket_opt_set: (SO_KEEPALIVE)
  • +
+

Ha az Apache el tud ugyan indulni, de a böngésző nem tud csatlakozni hozzá, akkor ez a következők egyike miatt lehet:

+
    +
  • Néhány vírusirtó okozhatja ezt ugyanolyan módon, ahogy a tűzfalak zavarhatják.
  • +
  • XP Professional rendszere van 1. javítócsomag nélkül. Legalább SP1 szükséges a XAMPP programhoz.
  • +
+

+

Tipp: Ha problémái vannak a portok használatával, megpróbálhatja a „xampp-portcheck.exe” eszközt. Talán segíthet.

+
+ +
Miért van majdnem 99%-os CPU terhelés az Apache használatakor?
+
+

Két forgatókönyv játszhat itt szerepet. Vagy a CPU van maximálisan kihasználva, vagy a böngésző képes ugyan csatlakozni a kiszolgálóhoz, de nem lát semmit (a rendszer sikertelenül próbálja betölteni az oldalt). Mindkét esetben a következő üzenetet láthatja az Apache naplófájljában:

+

Child: Encountered too many AcceptEx faults accepting client connections. +winnt_mpm: falling back to 'AcceptFilter none'.

+

Az MPM visszaáll egy biztonságosabb megvalósításra, de néhány klienskérés nem lett helyesen feldolgozva. Ezen hiba elkerülésének érdekében használja az „AcceptFilter” beállítást a „none” elfogadásszűrővel a „\\xampp\\apache\\conf\\extra\\httpd-mpm.conf” fájlban.

+
+ +
Miért nem jelennek meg a képek és a stíluslapok?
+
+

Néha problémák vannak a képek és a stíluslapok megjelenítésével. Különösen akkor, ha ezek a fájlok egy hálózati eszközön találhatók. Ebben az esetben engedélyezhet (vagy hozzáadhat) egyet, ha a következő sorok a „\\xampp\\apache\\conf\\httpd.conf” fájlban vannak:

+

EnableSendfile off
+EnableMMAP off

+

Ezt a hibát okozhatják sávszélesség-szabályzó programok is, mint például a NetLimiter.

+
+ +
How do I send email with XAMPP?
+
+

To configure XAMPP to use the included sendmail.exe binary for email delivery, follow these steps:

+
    +
  • Edit the XAMPP "php.ini" file. Within this file, find the [mail function] section and replace it with the following directives. Change the XAMPP installation path if needed. + + sendmail_path = "\"C:\xampp\sendmail\sendmail.exe\" -t" + +
  • +
  • Edit the XAMPP "sendmail.ini" file. Within this file, find the [sendmail] section and replace it with the following directives: + + smtp_server=smtp.gmail.com + smtp_port=465 + smtp_ssl=auto + error_logfile=error.log + auth_username=your-gmail-username@gmail.com + auth_password=your-gmail-password + +

    Remember to replace the dummy values shown with your actual Gmail address and account password. If you don't plan to use Gmail's SMTP server, replace the SMTP host details with appropriate values for your organization or ISP's SMTP server.

    +
  • +
  • Restart the Apache server using the XAMPP control panel. +
  • +
+

You can now use PHP's mail() function to send email from your application.

+
+ +
Hogyan állíthatok be rendszergazda jelszót a MySQL-ben?
+
+

Configure it with the "XAMPP Shell" (command prompt). Open the shell from the XAMPP control pane and execute this command:mysqladmin.exe -u root password secretThis sets the root password to 'secret'.

+
+ +
Használhatom a saját MySQL kiszolgálómat?
+
+

Igen. Egyszerűen ne indítsa el a MySQL kiszolgálót a XAMPP csomagból. Vegye figyelembe, hogy nem lehet két kiszolgálót elindítani ugyanazon a porton. Ha a „root” felhasználónak állított be jelszót, ne felejtse el szerkeszteni a „\\xampp\\phpMyAdmin\\config.inc.php” fájlt.

+
+ +
Hogyan tudom korlátozni a phpMyAdmin kívülről való hozzáférését?
+
+

In the basic configuration of XAMPP, phpMyAdmin is accessible only from the same host that XAMPP is running on, at http://127.0.0.1 or http://localhost.

+

Mielőtt hozzáférne a MySQL kiszolgálóhoz, a phpMyAdmin kérni fog Öntől egy felhasználónevet és egy jelszót. Ne felejtsen el először beállítani jelszót a „root” felhasználónak.

+
+ +
How do I enable access to phpMyAdmin from the outside?
+
+

In the basic configuration of XAMPP, phpMyAdmin is accessible only from the same host that XAMPP is running on, at http://127.0.0.1 or http://localhost.

+

IMPORTANT: Enabling external access for phpMyAdmin in production environments is a significant security risk. You are strongly advised to only allow access from localhost. A remote attacker could take advantage of any existing vulnerability for executing code or for modifying your data.

+

To enable remote access to phpMyAdmin, follow these steps:

+
    +
  • Edit the apache\conf\extra\httpd-xampp.conf file in your XAMPP installation directory.
  • +
  • Within this file, find the lines below. +

    + Alias /phpmyadmin "C:/xampp/phpMyAdmin/" + <Directory "C:/xampp/phpMyAdmin"> + AllowOverride AuthConfig + Require local +

    +
  • +
  • Then replace 'Require local' with 'Require all granted'.
  • +

    + Alias /phpmyadmin "C:/xampp/phpMyAdmin/" + <Directory "C:/xampp/phpMyAdmin"> + AllowOverride AuthConfig + Require all granted +

    +
  • Restart the Apache server using the XAMPP control panel.
  • +
+
+ +
Hol van az IMAP támogatás a PHP-hoz?
+
+

Alapértelmezetten az IMAP támogatás nincs aktiválva a PHP-hoz az XAMPP programban néhány megmagyarázhatatlan előkészítési hiba miatt egy-két otthoni verzióban, mint például a Windows 98-ban. Ha NT rendszerekkel dolgozik, megnyithatja a „\\xampp\\php\\php.ini” fájlt a PHP-kiterjesztés aktiválásához a kezdő pontosvessző eltávolításával a „;extension=php_imap.dll” sor elejéről. Ilyennek kell lennie:
+extension=php_imap.dll

+

Most indítsa újra az Apache kiszolgálót és az IMAP működni fog. Ugyanezeket a lépéseket használhatja minden olyan kiterjesztésnél, amely nincs engedélyezve az alapértelmezett beállításban.

+
+ +
Miért nem működik néhány nyílt forrású PHP alkalmazás a XAMPP programmal Windowson?
+
+

Számos Linuxhoz írt PHP alkalmazást vagy kiterjesztést még nem írtak át Windowsra.

+
+ +
Törölhetem az „install” könyvtárat a telepítés után?
+
+

Jobban tenné, ha nem. Az itt lévő parancsfájlok még szükségesek a XAMPP minden további csomagjához (kiegészítőkhöz) és frissítéséhez.

+
+ +
Hogyan aktiválhatom az eAccelerator kiterjesztést?
+
+

Mint a többi (Zend) kiterjesztést, a „php.ini” fájlban aktiválhatja. Ebben a fájlban engedélyezze a „;zend_extension = "\\xampp\\php\\ext\\php_eaccelerator.dll"” sort. Ilyennek kell lennie:
+zend_extension = "\xampp\php\ext\php_eaccelerator.dll"

+
+ +
Hogyan tudom javítani a csatlakozási hibát az MS SQL kiszolgálómhoz?
+
+

Ha az mssql kiterjesztés be lett töltve a php.ini fájlban, néha probléma jelentkezik, amikor kizárólag TCP/IP van használva. Kijavíthatja ezt a hibát a Microsoft által közzétett újabb „ntwdblib.dll” fájllal. Cserélje le a régebbi fájlt a „\\xampp\\apache\\bin” és a „\\xampp\\php” könyvtárban az újra. A licenc miatt nem csomagolhatjuk a XAMPP-hoz ennek a fájlnak az újabb verzióját.

+
+ +
Hogyan dolgozhatok a PHP mcrypt kiterjesztéssel?
+
+

Ehhez nyitottunk egy témát a fórumban példákkal és lehetséges megoldásokkal: MCrypt téma

+
+ +
Működik a Microsoft Active Server Pages (ASP) XAMPP-on?
+
+

Nem. És az Apache::ASP a Perl kiegészítővel nem ugyanaz. Az Apache::ASP csak ismeri a Perl-parancsfájlokat, de az Internet Information Server (IIS) által tartalmazott ASP szintén ismeri a normál VBScriptet. Azonban az ASP .NET-hez elérhető harmadik fél által készített Apache-modul.

+
+ +
How can I get XAMPP working on port 80 under Windows 10?
+
+

By default, Windows 10 starts Microsoft IIS on port 80, which is the same default port used by Apache in XAMPP. As a result, Apache cannot bind to port 80.

+

To disable IIS from running on port 80, follow these steps:

+
    +
  • Open the Services panel in Computer Management.
  • +
  • Search for the 'World Wide Web Publishing Service' and select it.
  • +
  • Click the link to 'Stop the service'.
  • +
  • Double-click the service name.
  • +
  • In the 'Startup type' field, change the startup type to 'Disabled'.
  • +
  • Click 'OK' to save your changes.
  • +
+

You should now be able to start Apache in XAMPP on port 80.

+

For more information, refer to the 'Troubleshoot Apache Startup Problems' guide included with XAMPP or this forum post.

+
+ +
How can I use Microsoft Edge to access local addresses under Windows 10?
+
+

If your local machine has the host name 'myhost', you will not be able to access URLs such as http://myhost in Microsoft Edge. To resolve this, you should instead use the addresses http://127.0.0.1 or http://localhost.

+
+ +
Where are the main XAMPP configuration files?
+
+

The main XAMPP configuration files are located as follows:

+
    +
  • Apache configuration file: \xampp\apache\conf\httpd.conf, \xampp\apache\conf\extra\httpd-xampp.conf
  • +
  • PHP configuration file: \xampp\php\php.ini
  • +
  • MySQL configuration file: \xampp\mysql\bin\my.ini
  • +
  • FileZilla Server configuration file: \xampp\FileZillaFTP\FileZilla Server.xml
  • +
  • Apache Tomcat configuration file: \xampp\tomcat\conf\server.xml
  • +
  • Apache Tomcat configuration file: \xampp\sendmail\sendmail.ini
  • +
  • Mercury Mail configuration file: \xampp\MercuryMail\MERCURY.INI
  • +
+
+ +
+
+
+ +
+ + + + + + + + diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/hu/howto.html b/TE2/Proyecto Teknovate/htdocs/dashboard/hu/howto.html new file mode 100644 index 0000000..c200b70 --- /dev/null +++ b/TE2/Proyecto Teknovate/htdocs/dashboard/hu/howto.html @@ -0,0 +1,131 @@ + + + + + + + + + + + XAMPP howto guides + + + + + + + + + + + + + + + + +
+ +
+ +
+ +
+
+
+
+

Windows HOW-TO Guides

+
+
+
+
+ +
+ +
+ + + + + + + + diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/hu/howto_platform_links.html b/TE2/Proyecto Teknovate/htdocs/dashboard/hu/howto_platform_links.html new file mode 100644 index 0000000..5b0b238 --- /dev/null +++ b/TE2/Proyecto Teknovate/htdocs/dashboard/hu/howto_platform_links.html @@ -0,0 +1,101 @@ + + + + + + + + + + + Apache Friends + + + + + + + + + + + + + + + + +
+ +
+ +
+ +
+
Use a Different PHP Version
+
Run PHP under FastCGI
+
Configure and Use Apache Tomcat
+ +
+ + + + + + + + diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/hu/howto_shared_links.html b/TE2/Proyecto Teknovate/htdocs/dashboard/hu/howto_shared_links.html new file mode 100644 index 0000000..05ced50 --- /dev/null +++ b/TE2/Proyecto Teknovate/htdocs/dashboard/hu/howto_shared_links.html @@ -0,0 +1,115 @@ + + + + + + + + + + + Apache Friends + + + + + + + + + + + + + + + + +
+ +
+ +
+ +
+
Backup and Restore MySQL/MariaDB Databases
+
Configure FTP Access
+
Configure Virtual Hosts
+
Configure Wildcard-Based Subdomains
+
Deploy an Application Using Git
+
Get Started Quickly with WordPress
+
Reset the MySQL/MariaDB Root Password
+
Send Mail with PHP
+
Use SQLite with PHP
+
Activate and Use Xdebug
+
Start a New Zend Framework 1.x Project
+
Start a New Zend Framework 2.x Project
+
Troubleshoot Apache Startup Problems
+
Change the MySQL Temporary Files Directory
+
Increase the PHP File Upload Limit
+
Enable Remote Access to phpMyAdmin
+
Auto-Start XAMPP
+ +
+ + + + + + + + diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/hu/index.html b/TE2/Proyecto Teknovate/htdocs/dashboard/hu/index.html new file mode 100644 index 0000000..5bb18e0 --- /dev/null +++ b/TE2/Proyecto Teknovate/htdocs/dashboard/hu/index.html @@ -0,0 +1,167 @@ + + + + + + + + + + + Welcome to XAMPP + + + + + + + + + + + + + + + + +
+ +
+ +
+ +
+
+
+
+

XAMPP Apache + MariaDB + PHP + Perl

+
+
+
+
+
+

Welcome to XAMPP for Windows 8.0.0

+
+
+
+
+

+ You have successfully installed XAMPP on this system! Now you can start using Apache, MariaDB, PHP and other components. + You can find more info in the Gyakori kérdések section or check the HOW-TO Guides for getting started with PHP applications. +

+

+ XAMPP is meant only for development purposes. It has certain configuration settings that make it easy to develop locally but that are insecure if you want to have your installation accessible to others. + If you want have your XAMPP accessible from the internet, make sure you understand the implications and you checked the Gyakori kérdések to learn how to protect your site. Alternatively you can use WAMP, MAMP or LAMP which are similar packages which are more suitable for production. +

+

+ Start the XAMPP Control Panel to check the server status. +

+
+
+
+
+

Közösség

+
+
+
+
+

+ A XAMPP már több mint 10 éves – egy hatalmas közösség áll mögötte. Részt vehet benne, ha csatlakozik és igénybe veszi a Fórumok szolgáltatását, a Levelezőlista tagja lesz és lájkol minket a Facebook közösségi oldalán, követi a közzétételeinket a Twitter oldalon vagy hozzáad minket a Google+ köreihez. +

+
+
+
+
+

Közreműködés a XAMPP fordításában a translate.apachefriends.org oldalon.

+
+
+
+
+

+ Tudna segíteni a XAMPP fordításában a közösség többi tagja számára? Szükségünk van a segítségére a XAMPP különböző nyelvekre való fordításában. Felállítottunk egy oldalt a translate.apachefriends.org címen, ahol a felhasználók közreműködhetnek a fordításban. +

+
+
+
+
+

Install applications on XAMPP using Bitnami

+
+
+
+
+

+ Apache Friends and Bitnami are cooperating to make dozens of open source applications available on XAMPP, for free. Bitnami-packaged applications include Wordpress, Drupal, Joomla! and dozens of others and can be deployed with one-click installers. + Visit the Bitnami XAMPP page for details on the currently available apps. +

+
+
+
+
+ Bitnami XAMPP page +
+
+ +
+ + + + + + + + diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/images/addons-video-thumb.png b/TE2/Proyecto Teknovate/htdocs/dashboard/images/addons-video-thumb.png new file mode 100644 index 0000000..3bd17c9 Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/images/addons-video-thumb.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/images/addons/beetailer-icon.png b/TE2/Proyecto Teknovate/htdocs/dashboard/images/addons/beetailer-icon.png new file mode 100644 index 0000000..b6d9535 Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/images/addons/beetailer-icon.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/images/addons/elegantthemes-icon.png b/TE2/Proyecto Teknovate/htdocs/dashboard/images/addons/elegantthemes-icon.png new file mode 100644 index 0000000..f21f942 Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/images/addons/elegantthemes-icon.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/images/addons/rockettheme-icon.png b/TE2/Proyecto Teknovate/htdocs/dashboard/images/addons/rockettheme-icon.png new file mode 100644 index 0000000..a2bb17a Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/images/addons/rockettheme-icon.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/images/addons/sugaroutfitters-icon.png b/TE2/Proyecto Teknovate/htdocs/dashboard/images/addons/sugaroutfitters-icon.png new file mode 100644 index 0000000..0404993 Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/images/addons/sugaroutfitters-icon.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/images/addons/templatemonster-icon.png b/TE2/Proyecto Teknovate/htdocs/dashboard/images/addons/templatemonster-icon.png new file mode 100644 index 0000000..34b9731 Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/images/addons/templatemonster-icon.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/images/addons/themeforest-icon.png b/TE2/Proyecto Teknovate/htdocs/dashboard/images/addons/themeforest-icon.png new file mode 100644 index 0000000..b286297 Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/images/addons/themeforest-icon.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/images/addons/woothemes-icon.png b/TE2/Proyecto Teknovate/htdocs/dashboard/images/addons/woothemes-icon.png new file mode 100644 index 0000000..e6d9621 Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/images/addons/woothemes-icon.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/images/addons/wpmu-icon.png b/TE2/Proyecto Teknovate/htdocs/dashboard/images/addons/wpmu-icon.png new file mode 100644 index 0000000..b8549de Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/images/addons/wpmu-icon.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/images/apple-logo.png b/TE2/Proyecto Teknovate/htdocs/dashboard/images/apple-logo.png new file mode 100644 index 0000000..fb77fb8 Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/images/apple-logo.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/images/background.png b/TE2/Proyecto Teknovate/htdocs/dashboard/images/background.png new file mode 100644 index 0000000..8681d44 Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/images/background.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/images/bitnami-xampp.png b/TE2/Proyecto Teknovate/htdocs/dashboard/images/bitnami-xampp.png new file mode 100644 index 0000000..7cffade Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/images/bitnami-xampp.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/images/bitnami-xampp/image1.png b/TE2/Proyecto Teknovate/htdocs/dashboard/images/bitnami-xampp/image1.png new file mode 100644 index 0000000..4574f10 Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/images/bitnami-xampp/image1.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/images/bitnami-xampp/image2.png b/TE2/Proyecto Teknovate/htdocs/dashboard/images/bitnami-xampp/image2.png new file mode 100644 index 0000000..ce0e88b Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/images/bitnami-xampp/image2.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/images/bitnami-xampp/image3.png b/TE2/Proyecto Teknovate/htdocs/dashboard/images/bitnami-xampp/image3.png new file mode 100644 index 0000000..d7c3d58 Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/images/bitnami-xampp/image3.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/images/bitnami-xampp/image4.png b/TE2/Proyecto Teknovate/htdocs/dashboard/images/bitnami-xampp/image4.png new file mode 100644 index 0000000..7b31f5e Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/images/bitnami-xampp/image4.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/images/bitnami-xampp/image5.png b/TE2/Proyecto Teknovate/htdocs/dashboard/images/bitnami-xampp/image5.png new file mode 100644 index 0000000..cc102a0 Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/images/bitnami-xampp/image5.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/images/bitnami-xampp/image6.png b/TE2/Proyecto Teknovate/htdocs/dashboard/images/bitnami-xampp/image6.png new file mode 100644 index 0000000..540bc3f Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/images/bitnami-xampp/image6.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/images/bitnami-xampp/image7.png b/TE2/Proyecto Teknovate/htdocs/dashboard/images/bitnami-xampp/image7.png new file mode 100644 index 0000000..cfea9d3 Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/images/bitnami-xampp/image7.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/images/blog/download-xampp-vm.png b/TE2/Proyecto Teknovate/htdocs/dashboard/images/blog/download-xampp-vm.png new file mode 100644 index 0000000..280ce06 Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/images/blog/download-xampp-vm.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/images/blog/heartbleed-affected-osx.png b/TE2/Proyecto Teknovate/htdocs/dashboard/images/blog/heartbleed-affected-osx.png new file mode 100644 index 0000000..8e03321 Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/images/blog/heartbleed-affected-osx.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/images/blog/heartbleed-affected.png b/TE2/Proyecto Teknovate/htdocs/dashboard/images/blog/heartbleed-affected.png new file mode 100644 index 0000000..4651b4c Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/images/blog/heartbleed-affected.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/images/blog/heartbleed-fixed.png b/TE2/Proyecto Teknovate/htdocs/dashboard/images/blog/heartbleed-fixed.png new file mode 100644 index 0000000..5e52958 Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/images/blog/heartbleed-fixed.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/images/blog/phpinfo-section-1.png b/TE2/Proyecto Teknovate/htdocs/dashboard/images/blog/phpinfo-section-1.png new file mode 100644 index 0000000..c2bace1 Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/images/blog/phpinfo-section-1.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/images/blog/phpinfo-section-2.png b/TE2/Proyecto Teknovate/htdocs/dashboard/images/blog/phpinfo-section-2.png new file mode 100644 index 0000000..b5bd36e Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/images/blog/phpinfo-section-2.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/images/blog/xampp-vm-cakephp-1.png b/TE2/Proyecto Teknovate/htdocs/dashboard/images/blog/xampp-vm-cakephp-1.png new file mode 100644 index 0000000..aa47217 Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/images/blog/xampp-vm-cakephp-1.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/images/blog/xampp-vm-cakephp-10.png b/TE2/Proyecto Teknovate/htdocs/dashboard/images/blog/xampp-vm-cakephp-10.png new file mode 100644 index 0000000..5ae4db0 Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/images/blog/xampp-vm-cakephp-10.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/images/blog/xampp-vm-cakephp-11.png b/TE2/Proyecto Teknovate/htdocs/dashboard/images/blog/xampp-vm-cakephp-11.png new file mode 100644 index 0000000..e2f975b Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/images/blog/xampp-vm-cakephp-11.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/images/blog/xampp-vm-cakephp-2.png b/TE2/Proyecto Teknovate/htdocs/dashboard/images/blog/xampp-vm-cakephp-2.png new file mode 100644 index 0000000..1f545a2 Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/images/blog/xampp-vm-cakephp-2.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/images/blog/xampp-vm-cakephp-3.png b/TE2/Proyecto Teknovate/htdocs/dashboard/images/blog/xampp-vm-cakephp-3.png new file mode 100644 index 0000000..a6225cd Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/images/blog/xampp-vm-cakephp-3.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/images/blog/xampp-vm-cakephp-4.png b/TE2/Proyecto Teknovate/htdocs/dashboard/images/blog/xampp-vm-cakephp-4.png new file mode 100644 index 0000000..abdf37e Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/images/blog/xampp-vm-cakephp-4.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/images/blog/xampp-vm-cakephp-5.png b/TE2/Proyecto Teknovate/htdocs/dashboard/images/blog/xampp-vm-cakephp-5.png new file mode 100644 index 0000000..f808f33 Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/images/blog/xampp-vm-cakephp-5.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/images/blog/xampp-vm-cakephp-6.png b/TE2/Proyecto Teknovate/htdocs/dashboard/images/blog/xampp-vm-cakephp-6.png new file mode 100644 index 0000000..92f9bf2 Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/images/blog/xampp-vm-cakephp-6.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/images/blog/xampp-vm-cakephp-7.png b/TE2/Proyecto Teknovate/htdocs/dashboard/images/blog/xampp-vm-cakephp-7.png new file mode 100644 index 0000000..a4ec4b3 Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/images/blog/xampp-vm-cakephp-7.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/images/blog/xampp-vm-cakephp-8.png b/TE2/Proyecto Teknovate/htdocs/dashboard/images/blog/xampp-vm-cakephp-8.png new file mode 100644 index 0000000..6b81928 Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/images/blog/xampp-vm-cakephp-8.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/images/blog/xampp-vm-cakephp-9.png b/TE2/Proyecto Teknovate/htdocs/dashboard/images/blog/xampp-vm-cakephp-9.png new file mode 100644 index 0000000..5242002 Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/images/blog/xampp-vm-cakephp-9.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/images/blog/xampp-vm-general.png b/TE2/Proyecto Teknovate/htdocs/dashboard/images/blog/xampp-vm-general.png new file mode 100644 index 0000000..23344c3 Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/images/blog/xampp-vm-general.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/images/blog/xampp-vm-manager.png b/TE2/Proyecto Teknovate/htdocs/dashboard/images/blog/xampp-vm-manager.png new file mode 100644 index 0000000..564daea Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/images/blog/xampp-vm-manager.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/images/blog/xampp-vm-network.png b/TE2/Proyecto Teknovate/htdocs/dashboard/images/blog/xampp-vm-network.png new file mode 100644 index 0000000..56db529 Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/images/blog/xampp-vm-network.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/images/blog/xampp-vm-php-finder.png b/TE2/Proyecto Teknovate/htdocs/dashboard/images/blog/xampp-vm-php-finder.png new file mode 100644 index 0000000..fcabfd4 Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/images/blog/xampp-vm-php-finder.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/images/blog/xampp-vm-php-output.png b/TE2/Proyecto Teknovate/htdocs/dashboard/images/blog/xampp-vm-php-output.png new file mode 100644 index 0000000..6d34c48 Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/images/blog/xampp-vm-php-output.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/images/blog/xampp-vm-tray.png b/TE2/Proyecto Teknovate/htdocs/dashboard/images/blog/xampp-vm-tray.png new file mode 100644 index 0000000..e99b6fa Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/images/blog/xampp-vm-tray.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/images/blog/xampp-vm-volumes.png b/TE2/Proyecto Teknovate/htdocs/dashboard/images/blog/xampp-vm-volumes.png new file mode 100644 index 0000000..6cc35e0 Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/images/blog/xampp-vm-volumes.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/images/fastly-logo.png b/TE2/Proyecto Teknovate/htdocs/dashboard/images/fastly-logo.png new file mode 100644 index 0000000..9e553b0 Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/images/fastly-logo.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/images/fastly-logo@2x.png b/TE2/Proyecto Teknovate/htdocs/dashboard/images/fastly-logo@2x.png new file mode 100644 index 0000000..dc6e553 Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/images/fastly-logo@2x.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/images/favicon.png b/TE2/Proyecto Teknovate/htdocs/dashboard/images/favicon.png new file mode 100644 index 0000000..33ca9bb Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/images/favicon.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/images/flags/cn.png b/TE2/Proyecto Teknovate/htdocs/dashboard/images/flags/cn.png new file mode 100644 index 0000000..8914414 Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/images/flags/cn.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/images/flags/de.png b/TE2/Proyecto Teknovate/htdocs/dashboard/images/flags/de.png new file mode 100644 index 0000000..ac4a977 Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/images/flags/de.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/images/flags/en.png b/TE2/Proyecto Teknovate/htdocs/dashboard/images/flags/en.png new file mode 100644 index 0000000..10f451f Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/images/flags/en.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/images/flags/es.png b/TE2/Proyecto Teknovate/htdocs/dashboard/images/flags/es.png new file mode 100644 index 0000000..c2de2d7 Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/images/flags/es.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/images/flags/fr.png b/TE2/Proyecto Teknovate/htdocs/dashboard/images/flags/fr.png new file mode 100644 index 0000000..8332c4e Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/images/flags/fr.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/images/flags/hu.png b/TE2/Proyecto Teknovate/htdocs/dashboard/images/flags/hu.png new file mode 100644 index 0000000..7baafe4 Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/images/flags/hu.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/images/flags/it.png b/TE2/Proyecto Teknovate/htdocs/dashboard/images/flags/it.png new file mode 100644 index 0000000..89692f7 Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/images/flags/it.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/images/flags/jp.png b/TE2/Proyecto Teknovate/htdocs/dashboard/images/flags/jp.png new file mode 100644 index 0000000..325fbad Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/images/flags/jp.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/images/flags/pl.png b/TE2/Proyecto Teknovate/htdocs/dashboard/images/flags/pl.png new file mode 100644 index 0000000..d413d01 Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/images/flags/pl.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/images/flags/pt.png b/TE2/Proyecto Teknovate/htdocs/dashboard/images/flags/pt.png new file mode 100644 index 0000000..ece7980 Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/images/flags/pt.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/images/flags/pt_br.png b/TE2/Proyecto Teknovate/htdocs/dashboard/images/flags/pt_br.png new file mode 100644 index 0000000..3ebdf67 Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/images/flags/pt_br.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/images/flags/ro.png b/TE2/Proyecto Teknovate/htdocs/dashboard/images/flags/ro.png new file mode 100644 index 0000000..57e74a6 Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/images/flags/ro.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/images/flags/ru.png b/TE2/Proyecto Teknovate/htdocs/dashboard/images/flags/ru.png new file mode 100644 index 0000000..47da421 Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/images/flags/ru.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/images/flags/tr.png b/TE2/Proyecto Teknovate/htdocs/dashboard/images/flags/tr.png new file mode 100644 index 0000000..be32f77 Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/images/flags/tr.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/images/flags/ur.png b/TE2/Proyecto Teknovate/htdocs/dashboard/images/flags/ur.png new file mode 100644 index 0000000..e9df70c Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/images/flags/ur.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/images/flags/zh_cn.png b/TE2/Proyecto Teknovate/htdocs/dashboard/images/flags/zh_cn.png new file mode 100644 index 0000000..8914414 Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/images/flags/zh_cn.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/images/flags/zh_tw.png b/TE2/Proyecto Teknovate/htdocs/dashboard/images/flags/zh_tw.png new file mode 100644 index 0000000..f31c654 Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/images/flags/zh_tw.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/images/linux-logo.png b/TE2/Proyecto Teknovate/htdocs/dashboard/images/linux-logo.png new file mode 100644 index 0000000..67eeb1c Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/images/linux-logo.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/images/middleman.png b/TE2/Proyecto Teknovate/htdocs/dashboard/images/middleman.png new file mode 100644 index 0000000..c685e56 Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/images/middleman.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/images/pdf-icon.png b/TE2/Proyecto Teknovate/htdocs/dashboard/images/pdf-icon.png new file mode 100644 index 0000000..6f73c74 Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/images/pdf-icon.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/images/screenshots/xampp-linux-start.jpg b/TE2/Proyecto Teknovate/htdocs/dashboard/images/screenshots/xampp-linux-start.jpg new file mode 100644 index 0000000..8e2f981 Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/images/screenshots/xampp-linux-start.jpg differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/images/screenshots/xampp-macosx-download-installer.jpg b/TE2/Proyecto Teknovate/htdocs/dashboard/images/screenshots/xampp-macosx-download-installer.jpg new file mode 100644 index 0000000..aece62e Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/images/screenshots/xampp-macosx-download-installer.jpg differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/images/screenshots/xampp-macosx-launch-credentials.jpg b/TE2/Proyecto Teknovate/htdocs/dashboard/images/screenshots/xampp-macosx-launch-credentials.jpg new file mode 100644 index 0000000..032f1e3 Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/images/screenshots/xampp-macosx-launch-credentials.jpg differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/images/screenshots/xampp-macosx-run-installer.jpg b/TE2/Proyecto Teknovate/htdocs/dashboard/images/screenshots/xampp-macosx-run-installer.jpg new file mode 100644 index 0000000..df52ef5 Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/images/screenshots/xampp-macosx-run-installer.jpg differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/images/screenshots/xampp-macosx-stack-manager-general.jpg b/TE2/Proyecto Teknovate/htdocs/dashboard/images/screenshots/xampp-macosx-stack-manager-general.jpg new file mode 100644 index 0000000..ba4ab55 Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/images/screenshots/xampp-macosx-stack-manager-general.jpg differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/images/screenshots/xampp-macosx-stack-manager-network.jpg b/TE2/Proyecto Teknovate/htdocs/dashboard/images/screenshots/xampp-macosx-stack-manager-network.jpg new file mode 100644 index 0000000..2153dfa Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/images/screenshots/xampp-macosx-stack-manager-network.jpg differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/images/screenshots/xampp-macosx-stack-manager-services.jpg b/TE2/Proyecto Teknovate/htdocs/dashboard/images/screenshots/xampp-macosx-stack-manager-services.jpg new file mode 100644 index 0000000..95a1ed5 Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/images/screenshots/xampp-macosx-stack-manager-services.jpg differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/images/screenshots/xampp-macosx-stack-manager-volumes.jpg b/TE2/Proyecto Teknovate/htdocs/dashboard/images/screenshots/xampp-macosx-stack-manager-volumes.jpg new file mode 100644 index 0000000..4584ddc Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/images/screenshots/xampp-macosx-stack-manager-volumes.jpg differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/images/screenshots/xampp-macosx-stack-manager.jpg b/TE2/Proyecto Teknovate/htdocs/dashboard/images/screenshots/xampp-macosx-stack-manager.jpg new file mode 100644 index 0000000..d13ec2e Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/images/screenshots/xampp-macosx-stack-manager.jpg differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/images/screenshots/xampp-macosx-start.jpg b/TE2/Proyecto Teknovate/htdocs/dashboard/images/screenshots/xampp-macosx-start.jpg new file mode 100644 index 0000000..8126cec Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/images/screenshots/xampp-macosx-start.jpg differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/images/screenshots/xampp-macosx-wordpress.jpg b/TE2/Proyecto Teknovate/htdocs/dashboard/images/screenshots/xampp-macosx-wordpress.jpg new file mode 100644 index 0000000..6935092 Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/images/screenshots/xampp-macosx-wordpress.jpg differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/images/screenshots/xampp-windows-start.jpg b/TE2/Proyecto Teknovate/htdocs/dashboard/images/screenshots/xampp-windows-start.jpg new file mode 100644 index 0000000..2b65e98 Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/images/screenshots/xampp-windows-start.jpg differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/images/social-icons-large.png b/TE2/Proyecto Teknovate/htdocs/dashboard/images/social-icons-large.png new file mode 100644 index 0000000..2aebf21 Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/images/social-icons-large.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/images/social-icons-large@2x.png b/TE2/Proyecto Teknovate/htdocs/dashboard/images/social-icons-large@2x.png new file mode 100644 index 0000000..84cc9db Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/images/social-icons-large@2x.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/images/social-icons.png b/TE2/Proyecto Teknovate/htdocs/dashboard/images/social-icons.png new file mode 100644 index 0000000..59509da Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/images/social-icons.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/images/social-icons@2x.png b/TE2/Proyecto Teknovate/htdocs/dashboard/images/social-icons@2x.png new file mode 100644 index 0000000..f2e0917 Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/images/social-icons@2x.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/images/sourceforge-logo.png b/TE2/Proyecto Teknovate/htdocs/dashboard/images/sourceforge-logo.png new file mode 100644 index 0000000..447ad38 Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/images/sourceforge-logo.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/images/sourceforge-logo@2x.png b/TE2/Proyecto Teknovate/htdocs/dashboard/images/sourceforge-logo@2x.png new file mode 100644 index 0000000..0d9666c Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/images/sourceforge-logo@2x.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/images/stack-icons.png b/TE2/Proyecto Teknovate/htdocs/dashboard/images/stack-icons.png new file mode 100644 index 0000000..cf4764b Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/images/stack-icons.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/images/stack-icons@2x.png b/TE2/Proyecto Teknovate/htdocs/dashboard/images/stack-icons@2x.png new file mode 100644 index 0000000..5d434b1 Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/images/stack-icons@2x.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/images/stamps/stamp-173x38.gif b/TE2/Proyecto Teknovate/htdocs/dashboard/images/stamps/stamp-173x38.gif new file mode 100644 index 0000000..26fb575 Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/images/stamps/stamp-173x38.gif differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/images/stamps/stamp-80x15.gif b/TE2/Proyecto Teknovate/htdocs/dashboard/images/stamps/stamp-80x15.gif new file mode 100644 index 0000000..061cb2e Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/images/stamps/stamp-80x15.gif differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/images/stamps/stamp-88x31.gif b/TE2/Proyecto Teknovate/htdocs/dashboard/images/stamps/stamp-88x31.gif new file mode 100644 index 0000000..ea79b52 Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/images/stamps/stamp-88x31.gif differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/images/team/beltran-rueda.png b/TE2/Proyecto Teknovate/htdocs/dashboard/images/team/beltran-rueda.png new file mode 100644 index 0000000..e525fc7 Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/images/team/beltran-rueda.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/images/team/daniel-lopez.png b/TE2/Proyecto Teknovate/htdocs/dashboard/images/team/daniel-lopez.png new file mode 100644 index 0000000..9e76ffc Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/images/team/daniel-lopez.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/images/team/kai-seidler.jpg b/TE2/Proyecto Teknovate/htdocs/dashboard/images/team/kai-seidler.jpg new file mode 100644 index 0000000..b5010f4 Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/images/team/kai-seidler.jpg differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/images/team/kay-vogelgesang.jpg b/TE2/Proyecto Teknovate/htdocs/dashboard/images/team/kay-vogelgesang.jpg new file mode 100644 index 0000000..c1bb74c Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/images/team/kay-vogelgesang.jpg differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/images/team/paul-hinz.jpg b/TE2/Proyecto Teknovate/htdocs/dashboard/images/team/paul-hinz.jpg new file mode 100644 index 0000000..c247cd8 Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/images/team/paul-hinz.jpg differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/images/twitter-bird.png b/TE2/Proyecto Teknovate/htdocs/dashboard/images/twitter-bird.png new file mode 100644 index 0000000..f4aa8f2 Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/images/twitter-bird.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/images/windows-logo.png b/TE2/Proyecto Teknovate/htdocs/dashboard/images/windows-logo.png new file mode 100644 index 0000000..0573aac Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/images/windows-logo.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/images/xampp-cloud.png b/TE2/Proyecto Teknovate/htdocs/dashboard/images/xampp-cloud.png new file mode 100644 index 0000000..bc7209a Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/images/xampp-cloud.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/images/xampp-cloud@2x.png b/TE2/Proyecto Teknovate/htdocs/dashboard/images/xampp-cloud@2x.png new file mode 100644 index 0000000..0089606 Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/images/xampp-cloud@2x.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/images/xampp-logo.svg b/TE2/Proyecto Teknovate/htdocs/dashboard/images/xampp-logo.svg new file mode 100644 index 0000000..f0d38c1 --- /dev/null +++ b/TE2/Proyecto Teknovate/htdocs/dashboard/images/xampp-logo.svg @@ -0,0 +1,50 @@ + + + + + + + + + diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/images/xampp-newsletter-logo.png b/TE2/Proyecto Teknovate/htdocs/dashboard/images/xampp-newsletter-logo.png new file mode 100644 index 0000000..c4ae2ff Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/dashboard/images/xampp-newsletter-logo.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/index.html b/TE2/Proyecto Teknovate/htdocs/dashboard/index.html new file mode 100644 index 0000000..cc62fe1 --- /dev/null +++ b/TE2/Proyecto Teknovate/htdocs/dashboard/index.html @@ -0,0 +1,167 @@ + + + + + + + + + + + Welcome to XAMPP + + + + + + + + + + + + + + + + +
+ +
+ +
+ +
+
+
+
+

XAMPP Apache + MariaDB + PHP + Perl

+
+
+
+
+
+

Welcome to XAMPP for Windows 8.0.0

+
+
+
+
+

+ You have successfully installed XAMPP on this system! Now you can start using Apache, MariaDB, PHP and other components. + You can find more info in the FAQs section or check the HOW-TO Guides for getting started with PHP applications. +

+

+ XAMPP is meant only for development purposes. It has certain configuration settings that make it easy to develop locally but that are insecure if you want to have your installation accessible to others. + If you want have your XAMPP accessible from the internet, make sure you understand the implications and you checked the FAQs to learn how to protect your site. Alternatively you can use WAMP, MAMP or LAMP which are similar packages which are more suitable for production. +

+

+ Start the XAMPP Control Panel to check the server status. +

+
+
+
+
+

Community

+
+
+
+
+

+ XAMPP has been around for more than 10 years – there is a huge community behind it. You can get involved by joining our Forums, adding yourself to the Mailing List, and liking us on Facebook, following our exploits on Twitter, or adding us to your Google+ circles. +

+
+
+
+
+

Contribute to XAMPP translation at translate.apachefriends.org.

+
+
+
+
+

+ Can you help translate XAMPP for other community members? We need your help to translate XAMPP into different languages. We have set up a site, translate.apachefriends.org, where users can contribute translations. +

+
+
+
+
+

Install applications on XAMPP using Bitnami

+
+
+
+
+

+ Apache Friends and Bitnami are cooperating to make dozens of open source applications available on XAMPP, for free. Bitnami-packaged applications include Wordpress, Drupal, Joomla! and dozens of others and can be deployed with one-click installers. + Visit the Bitnami XAMPP page for details on the currently available apps. +

+
+
+
+
+ Bitnami XAMPP page +
+
+ +
+ + + + + + + + diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/it/faq.html b/TE2/Proyecto Teknovate/htdocs/dashboard/it/faq.html new file mode 100644 index 0000000..d37a6c1 --- /dev/null +++ b/TE2/Proyecto Teknovate/htdocs/dashboard/it/faq.html @@ -0,0 +1,523 @@ + + + + + + + + + + + XAMPP FAQs for Windows + + + + + + + + + + + + + + + + +
+ +
+ +
+ +
+
+
+
+

Windows Domande frequenti

+
+
+
+
+
+
+
Come faccio ad installare XAMPP?
+
+

XAMPP per Windows esiste in tre diversi modelli:

+

Installatore
+ Probabilmente il modo più semplice per installare XAMPP.

+

ZIP:
+ Il pannello di controllo XAMPP per avviare ed interrompere Apache, MySQL, FileZilla & Mercury o per installare questi server come servizi.

+

7zip:
+ Per i puristi con bassa larghezza di banda XAMPP e disponibile come archivio 7zip.

+

Nota: se avete estratto i file, possono essere presenti degli avvisi di virus falsi-positivi.

+

Utilizzare il programma di installazione:

+

+

Il pannello di controllo di XAMPP per avviare ed interrompere Apache, MySQL, FileZilla & Mercury od installare questi server come servizi.

+

Installazione da file ZIP

+

Decomprimere gli archivi zip nella cartella di vostra scelta. XAMPP verrà estratto nella sottodirectory "C:\\xampp" sotto la directory di destinazione selezionata. Ora avviare il file "setup_xampp.bat", per regolare la configurazione XAMPP al vostro sistema.

+

Se si sceglie una radice directory 'C \\ ' come obbietivo, non devi avviare 'setup_xampp.bat'.

+

Come con la versione installer, è ora possibile utilizzare il 'Pannello di controllo di XAMPP' per ulteriori compiti.

+
+
Does XAMPP include MySQL or MariaDB?
+
+

Since XAMPP 5.5.30 and 5.6.14, XAMPP ships MariaDB instead of MySQL. The commands and tools are the same for both.

+
+
Come posso avviare XAMPP senza installazione?
+
+

Se si estrae XAMPP in una cartella di livello superiore come 'C \\ ' o 'D \\ ', è possibile avviare la maggior parte dei server come Apache o MySQL direttamente senza l'esecuzione del file 'setup_xampp.bat'.

+

Non usando lo script di installazione, oppure selezionando i percorsi relativi nello script di setup, è preferibile se si sta installando XAMPP su un drive usb. Perché su ogni pc una tale unità possa avere un'altra lettera di unità. È possibile passare da assoluto a percorsi relativi in ​​ogni momento con lo script di installazione.

+

Utilizzando il programma di installazione dalla nostra pagina di download è il modo più semplice per installare XAMPP.Dopo aver completato l'installazione, troverete XAMPP sotto Start | Programmi | XAMPP. È possibile utilizzare il Pannello di controllo di XAMPP per avviare / arrestare tutti i server e anche installare / disinstallare servizi.

+

Il pannello di controllo di XAMPP per avviare ed interrompere Apache, MySQL, FileZilla & Mercury od installare questi server come servizi.

+
+
Come faccio ad avviare o stoppare XAMPP?
+
+

Il centro di controllo universale è il 'Pannello di XAMPP Control' (grazie www.nat32.com). Si è iniziato con:

+

\xampp\xampp-control.exe

+

È inoltre possibile utilizzare alcuni batchfiles per avviare/arrestare i server:

+

+

    +
  • Avvio Apache & MySQL: + \xampp\xampp_start.exe
  • +
  • Apache & MySQL stop: + \xampp\xampp_stop.exe
  • +
  • Avvia Apache: + \xampp\apache_start.bat
  • +
  • Ferma Apache: + \xampp\apache_stop.bat
  • +
  • Avvia Mysql: + \xampp\mysql_start.bat
  • +
  • Ferma MySQL: + \xampp\mysql_stop.bat
  • +
  • Avvia Mercury Mailserve: + \xampp\mercury_start.bat
  • +
  • Ferma Mercury Mailserver: + \xampp\mercury_stop.bat
  • +
  • Avvia FileZilla Server: + \xampp\filezilla_start.bat
  • +
  • Ferma FileZilla Server: + \xampp\filezilla_stop.bat

+

+
+
Come posso verificare che tutto funzioni?
+
+

Digitare il seguente URL sul vostro browser web preferito:

+

http://localhost/ oppure http://127.0.0.1/

+

You should see the XAMPP start page, as shown below.

+ +
+
Come posso installare un server come servizio?
+
+

Per ogni server XAMPP è possibile installare come servizio di Windows. È inoltre possibile installare dal pannello di controllo di XAMPP. In questo caso è necessario eseguire gli script o il pannello di controllo con privilegi di amministratore.

+

Installare il servizio Apache:\\xampp\\apache\\apache_installservice.bat

+

Disinstallazione del servizio Apache:\\xampp\\apache\\apache_uninstallservice.bat

+

Installazione del servizio MySQL: \\xampp\\mysql\\mysql_installservice.bat

+

Disinstallazione sel servizio MySQL: \\xampp\\mysql\\mysql_uninstallservice.bat

+

FileZilla (Server FTP) installazione/disinstallazione del servizio: \\xampp\\filezilla_setup.bat

+

Mercury Nessuna installazione disponibile per il servizio

+
+
Il prodotto XAMPP e' pronto?
+
+

XAMPP non è inteso per la produzione ma solo per ambienti di sviluppo. Il modo in cui XAMPP è configurato è quello di essere più aperto possibile per permettere allo sviluppatore lui/lei di personalizzarlo. Per ambienti di sviluppo questo è ottimo ma in un ambiente di produzione potrebbe essere pericoloso.

+

Ecco una lista delle impostazioni di sicurezza mancanti in XAMPP:

+
    +
  1. L'amministratore di MySQL (root) non ha password.
  2. +
  3. Il demone MySQL è accessibile via rete.
  4. +
  5. ProFTPD usa come password "lampp" e come user "daemon".
  6. +
  7. L'impostazione predefinita, gli utenti di Mercury e FileZilla sono noti.
  8. +
+

Tutti i punti possono essere un enorme rischio per la sicurezza. Soprattutto se XAMPP è accessibile tramite la rete e le persone al di fuori della LAN. Può inoltre essere utile per utilizzare un firewall o un router NAT (Network Address Translation). In caso di un router o un firewall, il PC è normalmente non accessibili tramite la rete. A voi il compito di risolvere questi problemi. Come un piccolo aiuto c'è il "XAMPP Security console".

+

Mettere in sicurezza XAMPP prima di pubblicare qualcosa online. UN firewall o un router esterno sono sufficienti solo per bassi livelli di sicurezza. Per più sicurezza, è possibile eseguire il "XAMPP Security console' e assegnare le password.

+

Se volete avere il vostro XAMPP accessibili da Internet, si dovrebbe andare al seguente URI che può risolvere alcuni problemi

+

http://localhost/security/

+

Con la console di sicurezza è possibile impostare una password per l'utente 'root' MySQL e phpMyAdmin. È inoltre possibile attivare l'autenticazione per i demopages XAMPP.

+

Questo strumento web-based non risolve tutti i problemi di sicurezza aggiuntivi! Soprattutto il server FileZilla FTP e il server di posta Mercury è necessario proteggerti.

+
Come faccio a disinstallare XAMPP?
+
+

Se avete installato XAMPP utilizzando la versione installer, si prega di utilizzare il programma di disinstallazione. Il programma di disinstallazione cancella tutte le voci di XAMPP dal registro di sistema e disinstallera' alcuni servizi installati con XAMPP. Consigliamo vivamente di utilizzare il programma di disinstallazione per rimuovere le installazioni di XAMPP . Effettuate un backup del Installer version.Per salvare tutti i dati che si desidera conservare prima di disinstallare XAMPP.

+

Se avete installato XAMPP utilizzando le versioni ZIP e 7zip, arrestare tutti i server XAMPP e chiudere tutti i pannelli. Se avete installato tutti i servizi, disinstallare e farli chiudere.Ora basta eliminare l'intera cartella dove è installato XAMPP.Non ci sono voci di registro e non variabili d'ambiente da ripulire.

+
+
Qual è la versione 'lite' di XAMPP?
+
+

XAMPP Lite (significa 'luce', come in 'leggero') è un insieme minore di componenti XAMPP, che è raccomandato per un lavoro veloce usando solo PHP e MySQL. Alcuni server o strumenti come Mercury Mail e FileZilla FTP mancano nella versione Lite

+
+
Dove devo inserire i miei contenuti web?
+
+

La directory principale per tutti i documenti WWW è \\xampp\\htdocs. Se inserisci un file "test.html" in questa directory, è possibile consultarlo con l'URI "http://localhost/test.html".

+

E "test.php"? Basta usare "http://localhost/test.php". Un semplice script di test può essere:

+

<?php
+ echo 'Hello world';
+ ?>

+

Una nuova sottodirectory per il web? Basta fare una nuova directory (p.e. "nuova") all'interno della directory "\\xampp\\htdocs" (meglio senza spazi vuoti e solo ASCII), creare un file di prova in questa directory e accedervi con "http://localhost/nuova/test.php".

+

Ulteriori specifiche

+

HTML:
+ Eseguibile: \xampp\htdocs
+ Ammessi finali: .html .htm
+ => Pacchetto basico

+

SSI:
+ Eseguibile: \xampp\htdocs
+ Ammessi finali: .shtml
+ => Pacchetto basico

+

CGI:
+ Eseguibile: \xampp\htdocs and \xampp\cgi-bin
+ Ammessi finali: .cgi
+ => Pacchetto basico

+

PHP:
+ Eseguibile: \xampp\htdocs and \xampp\cgi-bin
+ Ammessi finali: .php
+ => Pacchetto basico

+

Perl:
+ Eseguibile: \xampp\htdocs and \xampp\cgi-bin
+ Ammessi finali: .pl
+ => Pacchetto basico

+

Apache::ASP Perl:
+ Eseguibile: \xampp\htdocs
+ Ammessi finali: .asp
+ => Pacchetto basico

+

JSP Java:
+ Eseguibile: \xampp\tomcat\webapps\java (e.g.)
+ Ammessi finali: .jsp
+ => Tomcat add-on

+

Servlets Java:
+ Eseguibile: \xampp\tomcat\webapps\java (e.g.)
+ Ammessi finali: .html (u.a)
+ => Tomcat add-on

+
+
Posso spostare l'installazione di XAMPP?
+
+

Sì. Dopo lo spostamento della directory XAMPP, è necessario eseguire 'setup_xampp.bat'. I percorsi dei file di configurazione verranno regolati con questo passo.

+

Se avete installato un server come servizio di Windows, è necessario prima rimuovere il servizio Windows, e dopo lo spostamento è possibile installare nuovamente il servizio.

+

Attenzione I file di configurazione dei tuoi script, come le applicazioni PHP, non sono adeguati. Ma è possibile scrivere un 'plug-in' per l'installatore. Con tale plug-in, l'installatore può regolare tali file.

+
+
Quali sono le 'pagine avvio automatico »per le directory WWW?
+
+

Il nome del file standard per la funzione di Apache 'DirectoryIndex' è 'index.html' o 'index.php'. Ogni volta che si sta solo navigando in una cartella (ad esempio 'http / / localhost / xampp /'), e Apache può trovare un file, Apache sta visualizzando questo file invece di un elenco di directory.

+
+
Come posso cambiare la configurazione?
+
+

Quasi tutte le impostazioni di XAMPP si possono modificare dal file di configurazione. Basta aprire il file in TextEdit e modificare l'impostazione che si desidera. Solo FileZilla e Mercurio devono essere configurati con lo strumento di configurazione dell'applicazione.

+
+ +
Perché non è possibile che XAMPP funzioni su Windows XP SP2?
+
+

Microsoft con Service Pack 2 (SP2), offre un firewall migliore che si avvia automaticamente. Questo firewall blocca le porte necessarie 80 (http) e 443 (https) e Apache non può avviarsi.

+

La soluzione piu veloce:

+

Disattivare il firewall di Microsoft dalla barra degli strumenti e tentare di avviare XAMPP un altra volta. La soluzione migliore è quella di definire un'eccezione all'interno del centro di sicurezza.

+

Le seguenti porte sono utilizzate per le funzionalità di base:

+

Apache (HTTP): Port 80
+ Apache (WebDAV): Port 81
+ Apache (HTTPS): Port 443
+ MySQL: Port 3306
+ FileZilla (FTP): Port 21
+ FileZilla (Admin): Port 14147
+ Mercury (SMTP): Port 25
+ Mercury (POP3): Port 110
+ Mercury (IMAP): Port 143
+ Mercury (HTTP): Port 2224
+ Mercury (Finger): Port 79
+ Mercury (PH): Port 105
+ Mercury (PopPass): Port 106
+ Tomcat (AJP/1.3): Port 8009
+ Tomcat (HTTP): Port 8080

+
+ +
Perché XAMPP non funziona su Vista?
+
+

Controllo dell'account utente (UAC)

+

Nella directory "C: \\program files" non avete i privilegi di scrittura, anche come Admin. O hai solo privilegi limitati (ad esempio per i ' .\\xampp\\htdocs" ). In questo caso non è possibile modificare un file.
+Soluzione: Elevare i tuoi privilegi in explorer (clic tasto destro/protezione) e disattivare il controllo dell'account utente (UAC).

+

È stato installato Apache/MySQL in "C:\\xampp" come servizio di Windows. Ma non è possibile avviare/arrestare i servizi con il "Pannello di controllo di XAMPP" o non è possibile disinstallarli.

+Soluzione: Utilizzate la console di gestione del servizio da Windows o disabilitare UAC.

+

Disabilitare il controllo account utente (UAC)

+

Per disabilitare l'UAC, utilizzare il programma 'msconfig'. In 'msconfig' vai a 'Strumenti', selezionare 'controllo dell'account utente disabilita' e verificare la selezione. Ora è necessario riavviare Windows. Allo stesso tempo, è possibile attivare nuovamente l'UAC.

+
+ +
Come faccio a controllare il checksum MD5?
+
+

Per confrontare i file, vengono utilizzati spesso i checksum. Uno standard per creare questa checksum MD5 (Message Digest Algorithm 5).

+

Con questo md5 checksum è possibile verificare se il download del pacchetto XAMPP è corretta o meno. Naturalmente è necessario un programma che può creare questi checksum. Per Windows è possibile utilizzare uno strumento di Microsoft:

+

La disponibilità e la descrizione del File Integrità Checksum Verifica utility

+

È anche possibile utilizzare qualsiasi altro programma che può creare md5 checksum, come la GNU md5sum.

+

Come avete installato un programma del genere (per esempio fciv.exe), si può fare seguendo i passaggi:

+

+

    +
  • Scarica XAMPP (f.e. xampp-win32-1.8.2-0.exe)
  • +
  • Creare il checksum con:
    + fciv.exe xampp-win32-1.8.2-0.exe +
  • +
  • E ora si può paragonare questo checksum con quello lo puoi trovare su XAMPP per homepage di Windows.
  • +
+

+

Se entrambi i checksum sono uguali, tutto è ok. In caso contrario, il download è dannegiato o il file è stato modificato.

+
+ +
Perché i cambiamenti del mio php.ini non hanno avuto effetto?
+
+

Se una variazione del "php.ini" non ha alcun effetto, è possibile che PHP ne stia utilizzando uno differente. È possibile verificarlo con phpinfo(). Vai alla URI http://localhost/xampp/phpinfo.php e cercare"Loaded Configuration File". Questo valore indica il "php.ini" realmente utilizzato da PHP.

+

Note: Dopo aver modificato la 'php.ini' si deve riavviare Apache in modo che Apache/PHP possa leggere le nuove impostazioni.

+
+ +
Aiuto! C'è un virus in XAMPP!
+
+

Alcuni programmi antivirus scambiano XAMPP per un virus, in genere segnalando il file xampp-manager.exe Questo è un significativo falso positivo che l'antivirus erroneamente identificato come un virus, quando non lo è. Prima di rilasciare ogni nuova versione di XAMPP testiamo attraverso software antivirus. Al momento stiamo utilizzando Kapersky Online Virus Scanner. Puoi utilizzare anche lo strumento in linea Virus Total for scanning XAMPP or send us an email to security (at) apachefriends (dot) org if you find any issue.

+
+ +
Come faccio a configurare il mio antivirus?
+
+

Abbiamo incluso tutte le dipendenze ei server necessari per l'esecuzione di applicazioni web in bundle, quindi troveremo che XAMPP installa un gran numero di file. Se si installa un'applicazione XAMPP su una macchina Windows con un app antivirus abilitato, puo 'rallentare l'installazione in modo significativo, e c'è anche la possibilità che uno dei server (web server, database server) possono essere bloccati dal software antivirus .Se si dispone di uno strumento antivirus attivato, controllare le seguenti impostazioni per l'esecuzione XAMPP senza problemi di prestazioni:

+

+

    +
  • Aggiungere eccezioni nel firewall per Apache, MySQL o qualsiasi altro server.
  • +
  • Eseguire la scansione dei file durante l'esecuzione Se è stata attivata la scansione antivirus di tutti i file, e i file eseguibili per i server si potranno rallentare.
  • +
  • Eseguire la scansione del traffico per URL diversi Se si sta sviluppando con XAMPP sulla propria macchina, è possibile escludere 'localhost' traffico nelle impostazioni antivirus.
  • +
+

+
+ +
Perché il server Apache non si avvia sul mio sistema?
+
+

Il problema potrebbe essere uno dei seguenti motivi:

+

+

    +
  • È stato avviato più di un Server HTTP (IIS, Sambar, ZEUS e così via). Solo un Server può utilizzare la porta 80. Questo messaggio di errore di indica il problema:
    +(OS 10048)... make_sock: could not bind to adress 0.0.0.0:80 +no listening sockets available, shutting down
  • +
  • Se hai altri software, come Internet Telephone 'Skype', che blocca anche la porta 80. Se il problema è 'Skype', si può andare in Skype per Azioni -> Opzioni -> Connessione -> togliere il segno di spunta alla porta 80 per l'uso di una porta alternativa' e riavviare Skype. Ora dovrebbe funzionare.
  • +
  • Se si dispone di un firewall che blocca la porta di Apache. Non tutti i firewall sono compatibili con Apache, e, talvolta, disattivare il firewall non è sufficiente ed è necessario disinstallare esso. Questo messaggio di errore indica un firewall:
    +(OS 10038)Socket operation on non-socket: make_sock: for address 0.0.0.0:80, +apr_socket_opt_set: (SO_KEEPALIVE)
  • +
+

Anche se Apache e' avviato , ma il vostro browser non riesce a connettersi ad esso potrebbe essere dovuto ad uno dei seguenti casi:

+
    +
  • Alcuni antivirus possono causare quest' errore nello stesso modo del interferenza dei firewall.
  • +
  • Hai XP Professional senza service pack 1. È necessario avere almeno SP1 per XAMPP.
  • +
+

+

Suggerimenti: Se hai problemi con le porte usate, puoi provare lo strumento "xampp-portcheck.exe". Forse ti può essere d'aiuto.

+
+ +
Perché il carico della CPU per Apache e quasi al 99%?
+
+

C'è uno dei due scenari in gioco. Sia la CPU non più sufficienti, o browser è possibile collegarsi al server, ma non vedo nulla (il sistema tenta unsucessfully per caricare la pagina).In entrambi i casi è possibile trovare il messaggio seguente nel file log di Apache:

+

Child: Encountered too many AcceptEx faults accepting client connections. +winnt_mpm: falling back to 'AcceptFilter none'.

+

MPM lavora per salvaguardia su un'implementazione più sicura, ma alcune richieste client non sono state elaborate correttamente. Per evitare questo errore, usa "AcceptFilter" con il filtro di accesso "none" nel file "\\xampp\\apache\\conf\\extra\\httpd-mpm.conf".

+
+ +
Perché le immagini e i fogli di stile non vengono visualizzati?
+
+

A volte ci sono problemi con la visualizzazione di immagini e fogli di stile. Soprattutto se questi file si trovano su un'unità di rete. In questo caso è possibile attivare (o aggiungere) uno se le seguenti righe nel file '\\xampp\\apache\\conf\\httpd.conf'

+

EnableSendfile off
+EnableMMAP off

+

Questo problema può essere causato anche da programmi per la regolazione della larghezza di banda, come NetLimiter.

+
+ +
How do I send email with XAMPP?
+
+

To configure XAMPP to use the included sendmail.exe binary for email delivery, follow these steps:

+
    +
  • Edit the XAMPP "php.ini" file. Within this file, find the [mail function] section and replace it with the following directives. Change the XAMPP installation path if needed. + + sendmail_path = "\"C:\xampp\sendmail\sendmail.exe\" -t" + +
  • +
  • Edit the XAMPP "sendmail.ini" file. Within this file, find the [sendmail] section and replace it with the following directives: + + smtp_server=smtp.gmail.com + smtp_port=465 + smtp_ssl=auto + error_logfile=error.log + auth_username=your-gmail-username@gmail.com + auth_password=your-gmail-password + +

    Remember to replace the dummy values shown with your actual Gmail address and account password. If you don't plan to use Gmail's SMTP server, replace the SMTP host details with appropriate values for your organization or ISP's SMTP server.

    +
  • +
  • Restart the Apache server using the XAMPP control panel. +
  • +
+

You can now use PHP's mail() function to send email from your application.

+
+ +
Come posso impostare una password di root in MySQL?
+
+

Configure it with the "XAMPP Shell" (command prompt). Open the shell from the XAMPP control pane and execute this command:mysqladmin.exe -u root password secretThis sets the root password to 'secret'.

+
+ +
Posso utilizzare il mio server MySQL?
+
+

Sì. Semplicemente non avviare il MySQL dal pacchetto XAMPP. Si prega di notare che due server non possono essere avviati sulla stessa porta. Se è stata impostata una password per 'root', si prega di non dimenticare di modificare il file '\\xampp\\phpMyAdmin\\config.inc.ph".

+
+ +
Come faccio a limitare l'accesso a phpMyAdmin dall'esterno?
+
+

In the basic configuration of XAMPP, phpMyAdmin is accessible only from the same host that XAMPP is running on, at http://127.0.0.1 or http://localhost.

+

Prima di poter accedere al server MySQL, phpMyAdmin vi chiederà un nome utente e una password. Non dimenticare di impostare una password per l'utente 'root' prima.

+
+ +
How do I enable access to phpMyAdmin from the outside?
+
+

In the basic configuration of XAMPP, phpMyAdmin is accessible only from the same host that XAMPP is running on, at http://127.0.0.1 or http://localhost.

+

IMPORTANT: Enabling external access for phpMyAdmin in production environments is a significant security risk. You are strongly advised to only allow access from localhost. A remote attacker could take advantage of any existing vulnerability for executing code or for modifying your data.

+

To enable remote access to phpMyAdmin, follow these steps:

+
    +
  • Edit the apache\conf\extra\httpd-xampp.conf file in your XAMPP installation directory.
  • +
  • Within this file, find the lines below. +

    + Alias /phpmyadmin "C:/xampp/phpMyAdmin/" + <Directory "C:/xampp/phpMyAdmin"> + AllowOverride AuthConfig + Require local +

    +
  • +
  • Then replace 'Require local' with 'Require all granted'.
  • +

    + Alias /phpmyadmin "C:/xampp/phpMyAdmin/" + <Directory "C:/xampp/phpMyAdmin"> + AllowOverride AuthConfig + Require all granted +

    +
  • Restart the Apache server using the XAMPP control panel.
  • +
+
+ +
Dove si trova il supporto IMAP per PHP?
+
+

Come impostazione predefinita, il supporto IMAP per PHP è disattivato in XAMPP a causa di alcuni errori di inizializzazione misteriosi con alcune versioni home come Windows 98. Se si lavora con sistemi NT, è possibile aprire il file '\\xampp\\php\\php.ini'. Per attivare la exstension php rimuovendo il punto e virgola a partire dalla linea '; estensione php_imap.dll'. Dovrebbe essere:
+extension=php_imap.dll

+

Ora riavviate Apache e IMAP dovrebbe funzionare. È possibile utilizzare la stessa procedura per ogni estensione, che non è abilitata nella configurazione predefinita.

+
+ +
Perché alcune applicazioni open source PHP non lavorano con XAMPP su Windows?
+
+

Molte applicazioni PHP o estensioni che sono state scritte per Linux non sono state portate su di Windows

+
+ +
Eliminare la cartellla "install" dopo l'installazione?
+
+

E 'meglio non farlo. Sono ancora necessari gli script per tutti i pacchetti aggiuntivi (add-on) e aggiornamenti di XAMPP.

+
+ +
Come faccio ad attivare la eAccelerator?
+
+

Come altri (Zend), le estensioni, è possibile attivarlo in 'php.ini'. In questo file, abilitare la riga '; zend_extension' \\xampp\\php\\ext\\php_eaccelerator.dll''. Dovrebbe essere:
+zend_extension = "\xampp\php\ext\php_eaccelerator.dll"

+
+ +
Come posso risolvere un errore di connessione al mio server MS SQL?
+
+

Se l'estensione mssql è stato caricato nel php.ini, talvolta problemi solo quando viene utilizzato il protocollo TCP/IP. È possibile risolvere il problema con un nuovo 'ntwdblib.dll" di Microsoft. Sostituire il vecchio file in '\\xampp\\apache\\bin' e '\\xampp\\php" con quello nuovo. A causa della licenza, non vi e un pacchetto di una versione più recente del file con XAMPP.

+
+ +
Come faccio a lavorare con il PHP mcrypt è per lo più una estensione?
+
+

Per questo, abbiamo aperto una discussione nel forum con gli esempi e le possibili soluzioni: % {mcrypt è per lo più una}

+
+ +
Do Microsoft Active Server Pages (ASP) work with XAMPP?
+
+

No, e Apache::ASP con il Perl Add-on non e uguale.Apache::ASP conosce solo Perl-Script,ma ASP da Internet Information Server (IIS) conosce anche il normale VBScript.Ma per ASP .NET c'è un modulo di 3rd party Apache disponibile.

+
+ +
How can I get XAMPP working on port 80 under Windows 10?
+
+

By default, Windows 10 starts Microsoft IIS on port 80, which is the same default port used by Apache in XAMPP. As a result, Apache cannot bind to port 80.

+

To disable IIS from running on port 80, follow these steps:

+
    +
  • Open the Services panel in Computer Management.
  • +
  • Search for the 'World Wide Web Publishing Service' and select it.
  • +
  • Click the link to 'Stop the service'.
  • +
  • Double-click the service name.
  • +
  • In the 'Startup type' field, change the startup type to 'Disabled'.
  • +
  • Click 'OK' to save your changes.
  • +
+

You should now be able to start Apache in XAMPP on port 80.

+

For more information, refer to the 'Troubleshoot Apache Startup Problems' guide included with XAMPP or this forum post.

+
+ +
How can I use Microsoft Edge to access local addresses under Windows 10?
+
+

If your local machine has the host name 'myhost', you will not be able to access URLs such as http://myhost in Microsoft Edge. To resolve this, you should instead use the addresses http://127.0.0.1 or http://localhost.

+
+ +
Where are the main XAMPP configuration files?
+
+

The main XAMPP configuration files are located as follows:

+
    +
  • Apache configuration file: \xampp\apache\conf\httpd.conf, \xampp\apache\conf\extra\httpd-xampp.conf
  • +
  • PHP configuration file: \xampp\php\php.ini
  • +
  • MySQL configuration file: \xampp\mysql\bin\my.ini
  • +
  • FileZilla Server configuration file: \xampp\FileZillaFTP\FileZilla Server.xml
  • +
  • Apache Tomcat configuration file: \xampp\tomcat\conf\server.xml
  • +
  • Apache Tomcat configuration file: \xampp\sendmail\sendmail.ini
  • +
  • Mercury Mail configuration file: \xampp\MercuryMail\MERCURY.INI
  • +
+
+ +
+
+
+ +
+ + + + + + + + diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/it/howto.html b/TE2/Proyecto Teknovate/htdocs/dashboard/it/howto.html new file mode 100644 index 0000000..74f79c6 --- /dev/null +++ b/TE2/Proyecto Teknovate/htdocs/dashboard/it/howto.html @@ -0,0 +1,131 @@ + + + + + + + + + + + XAMPP howto guides + + + + + + + + + + + + + + + + +
+ +
+ +
+ +
+
+
+
+

Windows HOW-TO Guides

+
+
+
+
+ +
+ +
+ + + + + + + + diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/it/howto_platform_links.html b/TE2/Proyecto Teknovate/htdocs/dashboard/it/howto_platform_links.html new file mode 100644 index 0000000..2ffa481 --- /dev/null +++ b/TE2/Proyecto Teknovate/htdocs/dashboard/it/howto_platform_links.html @@ -0,0 +1,101 @@ + + + + + + + + + + + Apache Friends + + + + + + + + + + + + + + + + +
+ +
+ +
+ +
+
Use a Different PHP Version
+
Run PHP under FastCGI
+
Configure and Use Apache Tomcat
+ +
+ + + + + + + + diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/it/howto_shared_links.html b/TE2/Proyecto Teknovate/htdocs/dashboard/it/howto_shared_links.html new file mode 100644 index 0000000..189e8db --- /dev/null +++ b/TE2/Proyecto Teknovate/htdocs/dashboard/it/howto_shared_links.html @@ -0,0 +1,115 @@ + + + + + + + + + + + Apache Friends + + + + + + + + + + + + + + + + +
+ +
+ +
+ +
+
Backup and Restore MySQL/MariaDB Databases
+
Configure FTP Access
+
Configure Virtual Hosts
+
Configure Wildcard-Based Subdomains
+
Deploy an Application Using Git
+
Get Started Quickly with WordPress
+
Reset the MySQL/MariaDB Root Password
+
Send Mail with PHP
+
Use SQLite with PHP
+
Activate and Use Xdebug
+
Start a New Zend Framework 1.x Project
+
Start a New Zend Framework 2.x Project
+
Troubleshoot Apache Startup Problems
+
Change the MySQL Temporary Files Directory
+
Increase the PHP File Upload Limit
+
Enable Remote Access to phpMyAdmin
+
Auto-Start XAMPP
+ +
+ + + + + + + + diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/it/index.html b/TE2/Proyecto Teknovate/htdocs/dashboard/it/index.html new file mode 100644 index 0000000..0170dd5 --- /dev/null +++ b/TE2/Proyecto Teknovate/htdocs/dashboard/it/index.html @@ -0,0 +1,167 @@ + + + + + + + + + + + Welcome to XAMPP + + + + + + + + + + + + + + + + +
+ +
+ +
+ +
+
+
+
+

XAMPP Apache + MariaDB + PHP + Perl

+
+
+
+
+
+

Welcome to XAMPP for Windows 8.0.0

+
+
+
+
+

+ You have successfully installed XAMPP on this system! Now you can start using Apache, MariaDB, PHP and other components. + You can find more info in the Domande frequenti section or check the HOW-TO Guides for getting started with PHP applications. +

+

+ XAMPP is meant only for development purposes. It has certain configuration settings that make it easy to develop locally but that are insecure if you want to have your installation accessible to others. + If you want have your XAMPP accessible from the internet, make sure you understand the implications and you checked the Domande frequenti to learn how to protect your site. Alternatively you can use WAMP, MAMP or LAMP which are similar packages which are more suitable for production. +

+

+ Start the XAMPP Control Panel to check the server status. +

+
+
+
+
+

Comunità

+
+
+
+
+

+ XAMPP è in uso da circa 10 anni ed ha alle sue spalle un'enorme community. Anche tu puoi farne parte partecipando ai nostri Forum, iscrivendoti alla Mailing List, cliccando mi piace nella nostra pagina Facebook, seguendo i nostri post su Twitter, oppure aggiungendoci alle tue cerchia Google+. +

+
+
+
+
+

Contribuisci a tradurre XAMPP su translate.apachefriends.org.

+
+
+
+
+

+ Puoi aiutarci a tradurre XAMPP per altri membri della comunità? Abbiamo bisogno del tuo aiuto per tradurre XAMPP in diverse lingue. Abbiamo allestito un sito, translate.apachefriends.org, dove gli utenti possono contribuire alle traduzioni. +

+
+
+
+
+

Install applications on XAMPP using Bitnami

+
+
+
+
+

+ Apache Friends and Bitnami are cooperating to make dozens of open source applications available on XAMPP, for free. Bitnami-packaged applications include Wordpress, Drupal, Joomla! and dozens of others and can be deployed with one-click installers. + Visit the Bitnami XAMPP page for details on the currently available apps. +

+
+
+
+
+ Bitnami XAMPP page +
+
+ +
+ + + + + + + + diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/javascripts/all.js b/TE2/Proyecto Teknovate/htdocs/dashboard/javascripts/all.js new file mode 100644 index 0000000..5e30b7a --- /dev/null +++ b/TE2/Proyecto Teknovate/htdocs/dashboard/javascripts/all.js @@ -0,0 +1,5523 @@ +/* + * Foundation Responsive Library + * http://foundation.zurb.com + * Copyright 2013, ZURB + * Free to use under the MIT license. + * http://www.opensource.org/licenses/mit-license.php +*/ + + +(function ($, window, document, undefined) { + 'use strict'; + + // Used to retrieve Foundation media queries from CSS. + if($('head').has('.foundation-mq-small').length === 0) { + $('head').append(''); + } + + if($('head').has('.foundation-mq-medium').length === 0) { + $('head').append(''); + } + + if($('head').has('.foundation-mq-large').length === 0) { + $('head').append(''); + } + + if($('head').has('.foundation-mq-xlarge').length === 0) { + $('head').append(''); + } + + if($('head').has('.foundation-mq-xxlarge').length === 0) { + $('head').append(''); + } + + // Embed FastClick (this should be removed later) + function FastClick(layer){'use strict';var oldOnClick,self=this;this.trackingClick=false;this.trackingClickStart=0;this.targetElement=null;this.touchStartX=0;this.touchStartY=0;this.lastTouchIdentifier=0;this.touchBoundary=10;this.layer=layer;if(!layer||!layer.nodeType){throw new TypeError('Layer must be a document node');}this.onClick=function(){return FastClick.prototype.onClick.apply(self,arguments)};this.onMouse=function(){return FastClick.prototype.onMouse.apply(self,arguments)};this.onTouchStart=function(){return FastClick.prototype.onTouchStart.apply(self,arguments)};this.onTouchMove=function(){return FastClick.prototype.onTouchMove.apply(self,arguments)};this.onTouchEnd=function(){return FastClick.prototype.onTouchEnd.apply(self,arguments)};this.onTouchCancel=function(){return FastClick.prototype.onTouchCancel.apply(self,arguments)};if(FastClick.notNeeded(layer)){return}if(this.deviceIsAndroid){layer.addEventListener('mouseover',this.onMouse,true);layer.addEventListener('mousedown',this.onMouse,true);layer.addEventListener('mouseup',this.onMouse,true)}layer.addEventListener('click',this.onClick,true);layer.addEventListener('touchstart',this.onTouchStart,false);layer.addEventListener('touchmove',this.onTouchMove,false);layer.addEventListener('touchend',this.onTouchEnd,false);layer.addEventListener('touchcancel',this.onTouchCancel,false);if(!Event.prototype.stopImmediatePropagation){layer.removeEventListener=function(type,callback,capture){var rmv=Node.prototype.removeEventListener;if(type==='click'){rmv.call(layer,type,callback.hijacked||callback,capture)}else{rmv.call(layer,type,callback,capture)}};layer.addEventListener=function(type,callback,capture){var adv=Node.prototype.addEventListener;if(type==='click'){adv.call(layer,type,callback.hijacked||(callback.hijacked=function(event){if(!event.propagationStopped){callback(event)}}),capture)}else{adv.call(layer,type,callback,capture)}}}if(typeof layer.onclick==='function'){oldOnClick=layer.onclick;layer.addEventListener('click',function(event){oldOnClick(event)},false);layer.onclick=null}}FastClick.prototype.deviceIsAndroid=navigator.userAgent.indexOf('Android')>0;FastClick.prototype.deviceIsIOS=/iP(ad|hone|od)/.test(navigator.userAgent);FastClick.prototype.deviceIsIOS4=FastClick.prototype.deviceIsIOS&&(/OS 4_\d(_\d)?/).test(navigator.userAgent);FastClick.prototype.deviceIsIOSWithBadTarget=FastClick.prototype.deviceIsIOS&&(/OS ([6-9]|\d{2})_\d/).test(navigator.userAgent);FastClick.prototype.needsClick=function(target){'use strict';switch(target.nodeName.toLowerCase()){case'button':case'select':case'textarea':if(target.disabled){return true}break;case'input':if((this.deviceIsIOS&&target.type==='file')||target.disabled){return true}break;case'label':case'video':return true}return(/\bneedsclick\b/).test(target.className)};FastClick.prototype.needsFocus=function(target){'use strict';switch(target.nodeName.toLowerCase()){case'textarea':case'select':return true;case'input':switch(target.type){case'button':case'checkbox':case'file':case'image':case'radio':case'submit':return false}return!target.disabled&&!target.readOnly;default:return(/\bneedsfocus\b/).test(target.className)}};FastClick.prototype.sendClick=function(targetElement,event){'use strict';var clickEvent,touch;if(document.activeElement&&document.activeElement!==targetElement){document.activeElement.blur()}touch=event.changedTouches[0];clickEvent=document.createEvent('MouseEvents');clickEvent.initMouseEvent('click',true,true,window,1,touch.screenX,touch.screenY,touch.clientX,touch.clientY,false,false,false,false,0,null);clickEvent.forwardedTouchEvent=true;targetElement.dispatchEvent(clickEvent)};FastClick.prototype.focus=function(targetElement){'use strict';var length;if(this.deviceIsIOS&&targetElement.setSelectionRange){length=targetElement.value.length;targetElement.setSelectionRange(length,length)}else{targetElement.focus()}};FastClick.prototype.updateScrollParent=function(targetElement){'use strict';var scrollParent,parentElement;scrollParent=targetElement.fastClickScrollParent;if(!scrollParent||!scrollParent.contains(targetElement)){parentElement=targetElement;do{if(parentElement.scrollHeight>parentElement.offsetHeight){scrollParent=parentElement;targetElement.fastClickScrollParent=parentElement;break}parentElement=parentElement.parentElement}while(parentElement)}if(scrollParent){scrollParent.fastClickLastScrollTop=scrollParent.scrollTop}};FastClick.prototype.getTargetElementFromEventTarget=function(eventTarget){'use strict';if(eventTarget.nodeType===Node.TEXT_NODE){return eventTarget.parentNode}return eventTarget};FastClick.prototype.onTouchStart=function(event){'use strict';var targetElement,touch,selection;if(event.targetTouches.length>1){return true}targetElement=this.getTargetElementFromEventTarget(event.target);touch=event.targetTouches[0];if(this.deviceIsIOS){selection=window.getSelection();if(selection.rangeCount&&!selection.isCollapsed){return true}if(!this.deviceIsIOS4){if(touch.identifier===this.lastTouchIdentifier){event.preventDefault();return false}this.lastTouchIdentifier=touch.identifier;this.updateScrollParent(targetElement)}}this.trackingClick=true;this.trackingClickStart=event.timeStamp;this.targetElement=targetElement;this.touchStartX=touch.pageX;this.touchStartY=touch.pageY;if((event.timeStamp-this.lastClickTime)<200){event.preventDefault()}return true};FastClick.prototype.touchHasMoved=function(event){'use strict';var touch=event.changedTouches[0],boundary=this.touchBoundary;if(Math.abs(touch.pageX-this.touchStartX)>boundary||Math.abs(touch.pageY-this.touchStartY)>boundary){return true}return false};FastClick.prototype.onTouchMove=function(event){'use strict';if(!this.trackingClick){return true}if(this.targetElement!==this.getTargetElementFromEventTarget(event.target)||this.touchHasMoved(event)){this.trackingClick=false;this.targetElement=null}return true};FastClick.prototype.findControl=function(labelElement){'use strict';if(labelElement.control!==undefined){return labelElement.control}if(labelElement.htmlFor){return document.getElementById(labelElement.htmlFor)}return labelElement.querySelector('button, input:not([type=hidden]), keygen, meter, output, progress, select, textarea')};FastClick.prototype.onTouchEnd=function(event){'use strict';var forElement,trackingClickStart,targetTagName,scrollParent,touch,targetElement=this.targetElement;if(!this.trackingClick){return true}if((event.timeStamp-this.lastClickTime)<200){this.cancelNextClick=true;return true}this.lastClickTime=event.timeStamp;trackingClickStart=this.trackingClickStart;this.trackingClick=false;this.trackingClickStart=0;if(this.deviceIsIOSWithBadTarget){touch=event.changedTouches[0];targetElement=document.elementFromPoint(touch.pageX-window.pageXOffset,touch.pageY-window.pageYOffset)||targetElement;targetElement.fastClickScrollParent=this.targetElement.fastClickScrollParent}targetTagName=targetElement.tagName.toLowerCase();if(targetTagName==='label'){forElement=this.findControl(targetElement);if(forElement){this.focus(targetElement);if(this.deviceIsAndroid){return false}targetElement=forElement}}else if(this.needsFocus(targetElement)){if((event.timeStamp-trackingClickStart)>100||(this.deviceIsIOS&&window.top!==window&&targetTagName==='input')){this.targetElement=null;return false}this.focus(targetElement);if(!this.deviceIsIOS4||targetTagName!=='select'){this.targetElement=null;event.preventDefault()}return false}if(this.deviceIsIOS&&!this.deviceIsIOS4){scrollParent=targetElement.fastClickScrollParent;if(scrollParent&&scrollParent.fastClickLastScrollTop!==scrollParent.scrollTop){return true}}if(!this.needsClick(targetElement)){event.preventDefault();this.sendClick(targetElement,event)}return false};FastClick.prototype.onTouchCancel=function(){'use strict';this.trackingClick=false;this.targetElement=null};FastClick.prototype.onMouse=function(event){'use strict';if(!this.targetElement){return true}if(event.forwardedTouchEvent){return true}if(!event.cancelable){return true}if(!this.needsClick(this.targetElement)||this.cancelNextClick){if(event.stopImmediatePropagation){event.stopImmediatePropagation()}else{event.propagationStopped=true}event.stopPropagation();event.preventDefault();return false}return true};FastClick.prototype.onClick=function(event){'use strict';var permitted;if(this.trackingClick){this.targetElement=null;this.trackingClick=false;return true}if(event.target.type==='submit'&&event.detail===0){return true}permitted=this.onMouse(event);if(!permitted){this.targetElement=null}return permitted};FastClick.prototype.destroy=function(){'use strict';var layer=this.layer;if(this.deviceIsAndroid){layer.removeEventListener('mouseover',this.onMouse,true);layer.removeEventListener('mousedown',this.onMouse,true);layer.removeEventListener('mouseup',this.onMouse,true)}layer.removeEventListener('click',this.onClick,true);layer.removeEventListener('touchstart',this.onTouchStart,false);layer.removeEventListener('touchmove',this.onTouchMove,false);layer.removeEventListener('touchend',this.onTouchEnd,false);layer.removeEventListener('touchcancel',this.onTouchCancel,false)};FastClick.notNeeded=function(layer){'use strict';var metaViewport;if(typeof window.ontouchstart==='undefined'){return true}if((/Chrome\/[0-9]+/).test(navigator.userAgent)){if(FastClick.prototype.deviceIsAndroid){metaViewport=document.querySelector('meta[name=viewport]');if(metaViewport&&metaViewport.content.indexOf('user-scalable=no')!==-1){return true}}else{return true}}if(layer.style.msTouchAction==='none'){return true}return false};FastClick.attach=function(layer){'use strict';return new FastClick(layer)};if(typeof define!=='undefined'&&define.amd){define(function(){'use strict';return FastClick})}else if(typeof module!=='undefined'&&module.exports){module.exports=FastClick.attach;module.exports.FastClick=FastClick}else{window.FastClick=FastClick} + + + // Enable FastClick + if(typeof FastClick !== 'undefined') { + FastClick.attach(document.body); + } + + // private Fast Selector wrapper, + // returns jQuery object. Only use where + // getElementById is not available. + var S = function (selector, context) { + if (typeof selector === 'string') { + if (context) { + return $(context.querySelectorAll(selector)); + } + + return $(document.querySelectorAll(selector)); + } + + return $(selector, context); + }; + + /* + https://github.com/paulirish/matchMedia.js + */ + + window.matchMedia = window.matchMedia || (function( doc, undefined ) { + + "use strict"; + + var bool, + docElem = doc.documentElement, + refNode = docElem.firstElementChild || docElem.firstChild, + // fakeBody required for + fakeBody = doc.createElement( "body" ), + div = doc.createElement( "div" ); + + div.id = "mq-test-1"; + div.style.cssText = "position:absolute;top:-100em"; + fakeBody.style.background = "none"; + fakeBody.appendChild(div); + + return function(q){ + + div.innerHTML = "­"; + + docElem.insertBefore( fakeBody, refNode ); + bool = div.offsetWidth === 42; + docElem.removeChild( fakeBody ); + + return { + matches: bool, + media: q + }; + + }; + + }( document )); + + /* + * jquery.requestAnimationFrame + * https://github.com/gnarf37/jquery-requestAnimationFrame + * Requires jQuery 1.8+ + * + * Copyright (c) 2012 Corey Frang + * Licensed under the MIT license. + */ + + (function( $ ) { + + // requestAnimationFrame polyfill adapted from Erik Möller + // fixes from Paul Irish and Tino Zijdel + // http://paulirish.com/2011/requestanimationframe-for-smart-animating/ + // http://my.opera.com/emoller/blog/2011/12/20/requestanimationframe-for-smart-er-animating + + + var animating, + lastTime = 0, + vendors = ['webkit', 'moz'], + requestAnimationFrame = window.requestAnimationFrame, + cancelAnimationFrame = window.cancelAnimationFrame; + + for(; lastTime < vendors.length && !requestAnimationFrame; lastTime++) { + requestAnimationFrame = window[ vendors[lastTime] + "RequestAnimationFrame" ]; + cancelAnimationFrame = cancelAnimationFrame || + window[ vendors[lastTime] + "CancelAnimationFrame" ] || + window[ vendors[lastTime] + "CancelRequestAnimationFrame" ]; + } + + function raf() { + if ( animating ) { + requestAnimationFrame( raf ); + jQuery.fx.tick(); + } + } + + if ( requestAnimationFrame ) { + // use rAF + window.requestAnimationFrame = requestAnimationFrame; + window.cancelAnimationFrame = cancelAnimationFrame; + jQuery.fx.timer = function( timer ) { + if ( timer() && jQuery.timers.push( timer ) && !animating ) { + animating = true; + raf(); + } + }; + + jQuery.fx.stop = function() { + animating = false; + }; + } else { + // polyfill + window.requestAnimationFrame = function( callback, element ) { + var currTime = new Date().getTime(), + timeToCall = Math.max( 0, 16 - ( currTime - lastTime ) ), + id = window.setTimeout( function() { + callback( currTime + timeToCall ); + }, timeToCall ); + lastTime = currTime + timeToCall; + return id; + }; + + window.cancelAnimationFrame = function(id) { + clearTimeout(id); + }; + + } + + }( jQuery )); + + + function removeQuotes (string) { + if (typeof string === 'string' || string instanceof String) { + string = string.replace(/^[\\/'"]+|(;\s?})+|[\\/'"]+$/g, ''); + } + + return string; + } + + window.Foundation = { + name : 'Foundation', + + version : '5.0.0', + + media_queries : { + small : S('.foundation-mq-small').css('font-family').replace(/^[\/\\'"]+|(;\s?})+|[\/\\'"]+$/g, ''), + medium : S('.foundation-mq-medium').css('font-family').replace(/^[\/\\'"]+|(;\s?})+|[\/\\'"]+$/g, ''), + large : S('.foundation-mq-large').css('font-family').replace(/^[\/\\'"]+|(;\s?})+|[\/\\'"]+$/g, ''), + xlarge: S('.foundation-mq-xlarge').css('font-family').replace(/^[\/\\'"]+|(;\s?})+|[\/\\'"]+$/g, ''), + xxlarge: S('.foundation-mq-xxlarge').css('font-family').replace(/^[\/\\'"]+|(;\s?})+|[\/\\'"]+$/g, '') + }, + + stylesheet : $('').appendTo('head')[0].sheet, + + init : function (scope, libraries, method, options, response) { + var library_arr, + args = [scope, method, options, response], + responses = []; + + // check RTL + this.rtl = /rtl/i.test(S('html').attr('dir')); + + // set foundation global scope + this.scope = scope || this.scope; + + if (libraries && typeof libraries === 'string' && !/reflow/i.test(libraries)) { + if (this.libs.hasOwnProperty(libraries)) { + responses.push(this.init_lib(libraries, args)); + } + } else { + for (var lib in this.libs) { + responses.push(this.init_lib(lib, libraries)); + } + } + + return scope; + }, + + init_lib : function (lib, args) { + if (this.libs.hasOwnProperty(lib)) { + this.patch(this.libs[lib]); + + if (args && args.hasOwnProperty(lib)) { + return this.libs[lib].init.apply(this.libs[lib], [this.scope, args[lib]]); + } + + return this.libs[lib].init.apply(this.libs[lib], args); + } + + return function () {}; + }, + + patch : function (lib) { + lib.scope = this.scope; + lib['data_options'] = this.lib_methods.data_options; + lib['bindings'] = this.lib_methods.bindings; + lib['S'] = S; + lib.rtl = this.rtl; + }, + + inherit : function (scope, methods) { + var methods_arr = methods.split(' '); + + for (var i = methods_arr.length - 1; i >= 0; i--) { + if (this.lib_methods.hasOwnProperty(methods_arr[i])) { + this.libs[scope.name][methods_arr[i]] = this.lib_methods[methods_arr[i]]; + } + } + }, + + random_str : function (length) { + var chars = '0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz'.split(''); + + if (!length) { + length = Math.floor(Math.random() * chars.length); + } + + var str = ''; + for (var i = 0; i < length; i++) { + str += chars[Math.floor(Math.random() * chars.length)]; + } + return str; + }, + + libs : {}, + + // methods that can be inherited in libraries + lib_methods : { + throttle : function(fun, delay) { + var timer = null; + + return function () { + var context = this, args = arguments; + + clearTimeout(timer); + timer = setTimeout(function () { + fun.apply(context, args); + }, delay); + }; + }, + + // parses data-options attribute + data_options : function (el) { + var opts = {}, ii, p, opts_arr, opts_len, + data_options = el.data('options'); + + if (typeof data_options === 'object') { + return data_options; + } + + opts_arr = (data_options || ':').split(';'), + opts_len = opts_arr.length; + + function isNumber (o) { + return ! isNaN (o-0) && o !== null && o !== "" && o !== false && o !== true; + } + + function trim(str) { + if (typeof str === 'string') return $.trim(str); + return str; + } + + // parse options + for (ii = opts_len - 1; ii >= 0; ii--) { + p = opts_arr[ii].split(':'); + + if (/true/i.test(p[1])) p[1] = true; + if (/false/i.test(p[1])) p[1] = false; + if (isNumber(p[1])) p[1] = parseInt(p[1], 10); + + if (p.length === 2 && p[0].length > 0) { + opts[trim(p[0])] = trim(p[1]); + } + } + + return opts; + }, + + delay : function (fun, delay) { + return setTimeout(fun, delay); + }, + + // test for empty object or array + empty : function (obj) { + if (obj.length && obj.length > 0) return false; + if (obj.length && obj.length === 0) return true; + + for (var key in obj) { + if (hasOwnProperty.call(obj, key)) return false; + } + + return true; + }, + + register_media : function(media, media_class) { + if(Foundation.media_queries[media] === undefined) { + $('head').append(''); + Foundation.media_queries[media] = removeQuotes($('.' + media_class).css('font-family')); + } + }, + + addCustomRule : function(rule, media) { + if(media === undefined) { + Foundation.stylesheet.insertRule(rule, Foundation.stylesheet.cssRules.length); + } else { + var query = Foundation.media_queries[media]; + if(query !== undefined) { + Foundation.stylesheet.insertRule('@media ' + + Foundation.media_queries[media] + '{ ' + rule + ' }'); + } + } + }, + + loaded : function (image, callback) { + function loaded () { + callback(image[0]); + } + + function bindLoad () { + this.one('load', loaded); + + if (/MSIE (\d+\.\d+);/.test(navigator.userAgent)) { + var src = this.attr( 'src' ), + param = src.match( /\?/ ) ? '&' : '?'; + + param += 'random=' + (new Date()).getTime(); + this.attr('src', src + param); + } + } + + if (!image.attr('src')) { + loaded(); + return; + } + + if (image[0].complete || image[0].readyState === 4) { + loaded(); + } else { + bindLoad.call(image); + } + }, + + bindings : function (method, options) { + var self = this, + should_bind_events = !S(this).data(this.name + '-init'); + + if (typeof method === 'string') { + return this[method].call(this); + } + + if (S(this.scope).is('[data-' + this.name +']')) { + S(this.scope).data(this.name + '-init', $.extend({}, this.settings, (options || method), this.data_options(S(this.scope)))); + + if (should_bind_events) { + this.events(this.scope); + } + + } else { + S('[data-' + this.name + ']', this.scope).each(function () { + var should_bind_events = !S(this).data(self.name + '-init'); + + S(this).data(self.name + '-init', $.extend({}, self.settings, (options || method), self.data_options(S(this)))); + + if (should_bind_events) { + self.events(this); + } + }); + } + } + } + }; + + $.fn.foundation = function () { + var args = Array.prototype.slice.call(arguments, 0); + + return this.each(function () { + Foundation.init.apply(Foundation, [this].concat(args)); + return this; + }); + }; + +}(jQuery, this, this.document)); + +;(function ($, window, document, undefined) { + 'use strict'; + + Foundation.libs.abide = { + name : 'abide', + + version : '5.0.0', + + settings : { + focus_on_invalid : true, + timeout : 1000, + patterns : { + alpha: /[a-zA-Z]+/, + alpha_numeric : /[a-zA-Z0-9]+/, + integer: /-?\d+/, + number: /-?(?:\d+|\d{1,3}(?:,\d{3})+)?(?:\.\d+)?/, + + // generic password: upper-case, lower-case, number/special character, and min 8 characters + password : /(?=^.{8,}$)((?=.*\d)|(?=.*\W+))(?![.\n])(?=.*[A-Z])(?=.*[a-z]).*$/, + + // amex, visa, diners + card : /^(?:4[0-9]{12}(?:[0-9]{3})?|5[1-5][0-9]{14}|6(?:011|5[0-9][0-9])[0-9]{12}|3[47][0-9]{13}|3(?:0[0-5]|[68][0-9])[0-9]{11}|(?:2131|1800|35\d{3})\d{11})$/, + cvv : /^([0-9]){3,4}$/, + + // http://www.whatwg.org/specs/web-apps/current-work/multipage/states-of-the-type-attribute.html#valid-e-mail-address + email : /^[a-zA-Z0-9.!#$%&'*+\/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$/, + + url: /(https?|ftp|file|ssh):\/\/(((([a-zA-Z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:)*@)?(((\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5])\.(\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5])\.(\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5])\.(\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5]))|((([a-zA-Z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-zA-Z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-zA-Z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-zA-Z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.)+(([a-zA-Z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-zA-Z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-zA-Z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-zA-Z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.?)(:\d*)?)(\/((([a-zA-Z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)+(\/(([a-zA-Z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)*)*)?)?(\?((([a-zA-Z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)|[\uE000-\uF8FF]|\/|\?)*)?(\#((([a-zA-Z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)|\/|\?)*)?/, + // abc.de + domain: /^([a-zA-Z0-9]([a-zA-Z0-9\-]{0,61}[a-zA-Z0-9])?\.)+[a-zA-Z]{2,6}$/, + + datetime: /([0-2][0-9]{3})\-([0-1][0-9])\-([0-3][0-9])T([0-5][0-9])\:([0-5][0-9])\:([0-5][0-9])(Z|([\-\+]([0-1][0-9])\:00))/, + // YYYY-MM-DD + date: /(?:19|20)[0-9]{2}-(?:(?:0[1-9]|1[0-2])-(?:0[1-9]|1[0-9]|2[0-9])|(?:(?!02)(?:0[1-9]|1[0-2])-(?:30))|(?:(?:0[13578]|1[02])-31))/, + // HH:MM:SS + time : /(0[0-9]|1[0-9]|2[0-3])(:[0-5][0-9]){2}/, + dateISO: /\d{4}[\/\-]\d{1,2}[\/\-]\d{1,2}/, + // MM/DD/YYYY + month_day_year : /(0[1-9]|1[012])[- \/.](0[1-9]|[12][0-9]|3[01])[- \/.](19|20)\d\d/, + + // #FFF or #FFFFFF + color: /^#?([a-fA-F0-9]{6}|[a-fA-F0-9]{3})$/ + } + }, + + timer : null, + + init : function (scope, method, options) { + this.bindings(method, options); + }, + + events : function (scope) { + var self = this, + form = $(scope).attr('novalidate', 'novalidate'), + settings = form.data('abide-init'); + + form + .off('.abide') + .on('submit.fndtn.abide validate.fndtn.abide', function (e) { + var is_ajax = /ajax/i.test($(this).attr('data-abide')); + return self.validate($(this).find('input, textarea, select').get(), e, is_ajax); + }) + .find('input, textarea, select') + .off('.abide') + .on('blur.fndtn.abide change.fndtn.abide', function (e) { + self.validate([this], e); + }) + .on('keydown.fndtn.abide', function (e) { + var settings = $(this).closest('form').data('abide-init'); + clearTimeout(self.timer); + self.timer = setTimeout(function () { + self.validate([this], e); + }.bind(this), settings.timeout); + }); + }, + + validate : function (els, e, is_ajax) { + var validations = this.parse_patterns(els), + validation_count = validations.length, + form = $(els[0]).closest('form'), + submit_event = /submit/.test(e.type); + + for (var i=0; i < validation_count; i++) { + if (!validations[i] && (submit_event || is_ajax)) { + if (this.settings.focus_on_invalid) els[i].focus(); + form.trigger('invalid'); + $(els[i]).closest('form').attr('data-invalid', ''); + return false; + } + } + + if (submit_event || is_ajax) { + form.trigger('valid'); + } + + form.removeAttr('data-invalid'); + + if (is_ajax) return false; + + return true; + }, + + parse_patterns : function (els) { + var count = els.length, + el_patterns = []; + + for (var i = count - 1; i >= 0; i--) { + el_patterns.push(this.pattern(els[i])); + } + + return this.check_validation_and_apply_styles(el_patterns); + }, + + pattern : function (el) { + var type = el.getAttribute('type'), + required = typeof el.getAttribute('required') === 'string'; + + if (this.settings.patterns.hasOwnProperty(type)) { + return [el, this.settings.patterns[type], required]; + } + + var pattern = el.getAttribute('pattern') || ''; + + if (this.settings.patterns.hasOwnProperty(pattern) && pattern.length > 0) { + return [el, this.settings.patterns[pattern], required]; + } else if (pattern.length > 0) { + return [el, new RegExp(pattern), required]; + } + + pattern = /.*/; + + return [el, pattern, required]; + }, + + check_validation_and_apply_styles : function (el_patterns) { + var count = el_patterns.length, + validations = []; + + for (var i = count - 1; i >= 0; i--) { + var el = el_patterns[i][0], + required = el_patterns[i][2], + value = el.value, + is_equal = el.getAttribute('data-equalto'), + is_radio = el.type === "radio", + valid_length = (required) ? (el.value.length > 0) : true; + + if (is_radio && required) { + validations.push(this.valid_radio(el, required)); + } else if (is_equal && required) { + validations.push(this.valid_equal(el, required)); + } else { + if (el_patterns[i][1].test(value) && valid_length || + !required && el.value.length < 1) { + $(el).removeAttr('data-invalid').parent().removeClass('error'); + validations.push(true); + } else { + $(el).attr('data-invalid', '').parent().addClass('error'); + validations.push(false); + } + } + } + + return validations; + }, + + valid_radio : function (el, required) { + var name = el.getAttribute('name'), + group = document.getElementsByName(name), + count = group.length, + valid = false; + + for (var i=0; i < count; i++) { + if (group[i].checked) valid = true; + } + + for (var i=0; i < count; i++) { + if (valid) { + $(group[i]).removeAttr('data-invalid').parent().removeClass('error'); + } else { + $(group[i]).attr('data-invalid', '').parent().addClass('error'); + } + } + + return valid; + }, + + valid_equal: function(el, required) { + var from = document.getElementById(el.getAttribute('data-equalto')).value, + to = el.value, + valid = (from === to); + + if (valid) { + $(el).removeAttr('data-invalid').parent().removeClass('error'); + } else { + $(el).attr('data-invalid', '').parent().addClass('error'); + } + + return valid; + } + }; +}(jQuery, this, this.document)); +;(function ($, window, document, undefined) { + 'use strict'; + + Foundation.libs.accordion = { + name : 'accordion', + + version : '5.0.1', + + settings : { + active_class: 'active', + toggleable: true + }, + + init : function (scope, method, options) { + this.bindings(method, options); + }, + + events : function () { + $(this.scope).off('.accordion').on('click.fndtn.accordion', '[data-accordion] > dd > a', function (e) { + var accordion = $(this).parent(), + target = $('#' + this.href.split('#')[1]), + siblings = $('> dd > .content', target.closest('[data-accordion]')), + settings = accordion.parent().data('accordion-init'), + active = $('> dd > .content.' + settings.active_class, accordion.parent()); + + e.preventDefault(); + + if (active[0] == target[0] && settings.toggleable) { + return target.toggleClass(settings.active_class); + } + + siblings.removeClass(settings.active_class); + target.addClass(settings.active_class); + }); + }, + + off : function () {}, + + reflow : function () {} + }; +}(jQuery, this, this.document)); + +;(function ($, window, document, undefined) { + 'use strict'; + + Foundation.libs.alert = { + name : 'alert', + + version : '5.0.0', + + settings : { + animation: 'fadeOut', + speed: 300, // fade out speed + callback: function (){} + }, + + init : function (scope, method, options) { + this.bindings(method, options); + }, + + events : function () { + $(this.scope).off('.alert').on('click.fndtn.alert', '[data-alert] a.close', function (e) { + var alertBox = $(this).closest("[data-alert]"), + settings = alertBox.data('alert-init'); + + e.preventDefault(); + alertBox[settings.animation](settings.speed, function () { + $(this).trigger('closed').remove(); + settings.callback(); + }); + }); + }, + + reflow : function () {} + }; +}(jQuery, this, this.document)); +;(function ($, window, document, undefined) { + 'use strict'; + + Foundation.libs.clearing = { + name : 'clearing', + + version: '5.0.0', + + settings : { + templates : { + viewing : '×' + + '' + }, + + // comma delimited list of selectors that, on click, will close clearing, + // add 'div.clearing-blackout, div.visible-img' to close on background click + close_selectors : '.clearing-close', + + // event initializers and locks + init : false, + locked : false + }, + + init : function (scope, method, options) { + var self = this; + Foundation.inherit(this, 'throttle loaded'); + + this.bindings(method, options); + + if ($(this.scope).is('[data-clearing]')) { + this.assemble($('li', this.scope)); + } else { + $('[data-clearing]', this.scope).each(function () { + self.assemble($('li', this)); + }); + } + }, + + events : function (scope) { + var self = this; + + $(this.scope) + .off('.clearing') + .on('click.fndtn.clearing', 'ul[data-clearing] li', + function (e, current, target) { + var current = current || $(this), + target = target || current, + next = current.next('li'), + settings = current.closest('[data-clearing]').data('clearing-init'), + image = $(e.target); + + e.preventDefault(); + + if (!settings) { + self.init(); + settings = current.closest('[data-clearing]').data('clearing-init'); + } + + // if clearing is open and the current image is + // clicked, go to the next image in sequence + if (target.hasClass('visible') && + current[0] === target[0] && + next.length > 0 && self.is_open(current)) { + target = next; + image = $('img', target); + } + + // set current and target to the clicked li if not otherwise defined. + self.open(image, current, target); + self.update_paddles(target); + }) + + .on('click.fndtn.clearing', '.clearing-main-next', + function (e) { self.nav(e, 'next') }) + .on('click.fndtn.clearing', '.clearing-main-prev', + function (e) { self.nav(e, 'prev') }) + .on('click.fndtn.clearing', this.settings.close_selectors, + function (e) { Foundation.libs.clearing.close(e, this) }) + .on('keydown.fndtn.clearing', + function (e) { self.keydown(e) }); + + $(window).off('.clearing').on('resize.fndtn.clearing', + function () { self.resize() }); + + this.swipe_events(scope); + }, + + swipe_events : function (scope) { + var self = this; + + $(this.scope) + .on('touchstart.fndtn.clearing', '.visible-img', function(e) { + if (!e.touches) { e = e.originalEvent; } + var data = { + start_page_x: e.touches[0].pageX, + start_page_y: e.touches[0].pageY, + start_time: (new Date()).getTime(), + delta_x: 0, + is_scrolling: undefined + }; + + $(this).data('swipe-transition', data); + e.stopPropagation(); + }) + .on('touchmove.fndtn.clearing', '.visible-img', function(e) { + if (!e.touches) { e = e.originalEvent; } + // Ignore pinch/zoom events + if(e.touches.length > 1 || e.scale && e.scale !== 1) return; + + var data = $(this).data('swipe-transition'); + + if (typeof data === 'undefined') { + data = {}; + } + + data.delta_x = e.touches[0].pageX - data.start_page_x; + + if ( typeof data.is_scrolling === 'undefined') { + data.is_scrolling = !!( data.is_scrolling || Math.abs(data.delta_x) < Math.abs(e.touches[0].pageY - data.start_page_y) ); + } + + if (!data.is_scrolling && !data.active) { + e.preventDefault(); + var direction = (data.delta_x < 0) ? 'next' : 'prev'; + data.active = true; + self.nav(e, direction); + } + }) + .on('touchend.fndtn.clearing', '.visible-img', function(e) { + $(this).data('swipe-transition', {}); + e.stopPropagation(); + }); + }, + + assemble : function ($li) { + var $el = $li.parent(); + + if ($el.parent().hasClass('carousel')) return; + $el.after('
'); + + var holder = $('#foundationClearingHolder'), + settings = $el.data('clearing-init'), + grid = $el.detach(), + data = { + grid: '', + viewing: settings.templates.viewing + }, + wrapper = '
' + data.viewing + + data.grid + '
'; + + return holder.after(wrapper).remove(); + }, + + open : function ($image, current, target) { + var root = target.closest('.clearing-assembled'), + container = $('div', root).first(), + visible_image = $('.visible-img', container), + image = $('img', visible_image).not($image); + + if (!this.locked()) { + // set the image to the selected thumbnail + image + .attr('src', this.load($image)) + .css('visibility', 'hidden'); + + this.loaded(image, function () { + image.css('visibility', 'visible'); + // toggle the gallery + root.addClass('clearing-blackout'); + container.addClass('clearing-container'); + visible_image.show(); + this.fix_height(target) + .caption($('.clearing-caption', visible_image), $image) + .center(image) + .shift(current, target, function () { + target.siblings().removeClass('visible'); + target.addClass('visible'); + }); + }.bind(this)); + } + }, + + close : function (e, el) { + e.preventDefault(); + + var root = (function (target) { + if (/blackout/.test(target.selector)) { + return target; + } else { + return target.closest('.clearing-blackout'); + } + }($(el))), container, visible_image; + + if (el === e.target && root) { + container = $('div', root).first(); + visible_image = $('.visible-img', container); + this.settings.prev_index = 0; + $('ul[data-clearing]', root) + .attr('style', '').closest('.clearing-blackout') + .removeClass('clearing-blackout'); + container.removeClass('clearing-container'); + visible_image.hide(); + } + + return false; + }, + + is_open : function (current) { + return current.parent().prop('style').length > 0; + }, + + keydown : function (e) { + var clearing = $('ul[data-clearing]', '.clearing-blackout'); + + if (e.which === 39) this.go(clearing, 'next'); + if (e.which === 37) this.go(clearing, 'prev'); + if (e.which === 27) $('a.clearing-close').trigger('click'); + }, + + nav : function (e, direction) { + var clearing = $('ul[data-clearing]', '.clearing-blackout'); + + e.preventDefault(); + this.go(clearing, direction); + }, + + resize : function () { + var image = $('img', '.clearing-blackout .visible-img'); + + if (image.length) { + this.center(image); + } + }, + + // visual adjustments + fix_height : function (target) { + var lis = target.parent().children(), + self = this; + + lis.each(function () { + var li = $(this), + image = li.find('img'); + + if (li.height() > image.outerHeight()) { + li.addClass('fix-height'); + } + }) + .closest('ul') + .width(lis.length * 100 + '%'); + + return this; + }, + + update_paddles : function (target) { + var visible_image = target + .closest('.carousel') + .siblings('.visible-img'); + + if (target.next().length > 0) { + $('.clearing-main-next', visible_image) + .removeClass('disabled'); + } else { + $('.clearing-main-next', visible_image) + .addClass('disabled'); + } + + if (target.prev().length > 0) { + $('.clearing-main-prev', visible_image) + .removeClass('disabled'); + } else { + $('.clearing-main-prev', visible_image) + .addClass('disabled'); + } + }, + + center : function (target) { + if (!this.rtl) { + target.css({ + marginLeft : -(target.outerWidth() / 2), + marginTop : -(target.outerHeight() / 2) + }); + } else { + target.css({ + marginRight : -(target.outerWidth() / 2), + marginTop : -(target.outerHeight() / 2) + }); + } + return this; + }, + + // image loading and preloading + + load : function ($image) { + if ($image[0].nodeName === "A") { + var href = $image.attr('href'); + } else { + var href = $image.parent().attr('href'); + } + + this.preload($image); + + if (href) return href; + return $image.attr('src'); + }, + + preload : function ($image) { + this + .img($image.closest('li').next()) + .img($image.closest('li').prev()); + }, + + img : function (img) { + if (img.length) { + var new_img = new Image(), + new_a = $('a', img); + + if (new_a.length) { + new_img.src = new_a.attr('href'); + } else { + new_img.src = $('img', img).attr('src'); + } + } + return this; + }, + + // image caption + + caption : function (container, $image) { + var caption = $image.data('caption'); + + if (caption) { + container + .html(caption) + .show(); + } else { + container + .text('') + .hide(); + } + return this; + }, + + // directional methods + + go : function ($ul, direction) { + var current = $('.visible', $ul), + target = current[direction](); + + if (target.length) { + $('img', target) + .trigger('click', [current, target]); + } + }, + + shift : function (current, target, callback) { + var clearing = target.parent(), + old_index = this.settings.prev_index || target.index(), + direction = this.direction(clearing, current, target), + left = parseInt(clearing.css('left'), 10), + width = target.outerWidth(), + skip_shift; + + // we use jQuery animate instead of CSS transitions because we + // need a callback to unlock the next animation + if (target.index() !== old_index && !/skip/.test(direction)){ + if (/left/.test(direction)) { + this.lock(); + clearing.animate({left : left + width}, 300, this.unlock()); + } else if (/right/.test(direction)) { + this.lock(); + clearing.animate({left : left - width}, 300, this.unlock()); + } + } else if (/skip/.test(direction)) { + // the target image is not adjacent to the current image, so + // do we scroll right or not + skip_shift = target.index() - this.settings.up_count; + this.lock(); + + if (skip_shift > 0) { + clearing.animate({left : -(skip_shift * width)}, 300, this.unlock()); + } else { + clearing.animate({left : 0}, 300, this.unlock()); + } + } + + callback(); + }, + + direction : function ($el, current, target) { + var lis = $('li', $el), + li_width = lis.outerWidth() + (lis.outerWidth() / 4), + up_count = Math.floor($('.clearing-container').outerWidth() / li_width) - 1, + target_index = lis.index(target), + response; + + this.settings.up_count = up_count; + + if (this.adjacent(this.settings.prev_index, target_index)) { + if ((target_index > up_count) + && target_index > this.settings.prev_index) { + response = 'right'; + } else if ((target_index > up_count - 1) + && target_index <= this.settings.prev_index) { + response = 'left'; + } else { + response = false; + } + } else { + response = 'skip'; + } + + this.settings.prev_index = target_index; + + return response; + }, + + adjacent : function (current_index, target_index) { + for (var i = target_index + 1; i >= target_index - 1; i--) { + if (i === current_index) return true; + } + return false; + }, + + // lock management + + lock : function () { + this.settings.locked = true; + }, + + unlock : function () { + this.settings.locked = false; + }, + + locked : function () { + return this.settings.locked; + }, + + off : function () { + $(this.scope).off('.fndtn.clearing'); + $(window).off('.fndtn.clearing'); + }, + + reflow : function () { + this.init(); + } + }; + +}(jQuery, this, this.document)); + +;(function ($, window, document, undefined) { + 'use strict'; + + Foundation.libs.dropdown = { + name : 'dropdown', + + version : '5.0.0', + + settings : { + active_class: 'open', + is_hover: false, + opened: function(){}, + closed: function(){} + }, + + init : function (scope, method, options) { + Foundation.inherit(this, 'throttle'); + + this.bindings(method, options); + }, + + events : function (scope) { + var self = this; + + $(this.scope) + .off('.dropdown') + .on('click.fndtn.dropdown', '[data-dropdown]', function (e) { + var settings = $(this).data('dropdown-init'); + e.preventDefault(); + + if (!settings.is_hover || Modernizr.touch) self.toggle($(this)); + }) + .on('mouseenter.fndtn.dropdown', '[data-dropdown], [data-dropdown-content]', function (e) { + var $this = $(this); + clearTimeout(self.timeout); + + if ($this.data('dropdown')) { + var dropdown = $('#' + $this.data('dropdown')), + target = $this; + } else { + var dropdown = $this; + target = $("[data-dropdown='" + dropdown.attr('id') + "']"); + } + + var settings = target.data('dropdown-init'); + if (settings.is_hover) self.open.apply(self, [dropdown, target]); + }) + .on('mouseleave.fndtn.dropdown', '[data-dropdown], [data-dropdown-content]', function (e) { + var $this = $(this); + self.timeout = setTimeout(function () { + if ($this.data('dropdown')) { + var settings = $this.data('dropdown-init'); + if (settings.is_hover) self.close.call(self, $('#' + $this.data('dropdown'))); + } else { + var target = $('[data-dropdown="' + $(this).attr('id') + '"]'), + settings = target.data('dropdown-init'); + if (settings.is_hover) self.close.call(self, $this); + } + }.bind(this), 150); + }) + .on('click.fndtn.dropdown', function (e) { + var parent = $(e.target).closest('[data-dropdown-content]'); + + if ($(e.target).data('dropdown') || $(e.target).parent().data('dropdown')) { + return; + } + if (!($(e.target).data('revealId')) && + (parent.length > 0 && ($(e.target).is('[data-dropdown-content]') || + $.contains(parent.first()[0], e.target)))) { + e.stopPropagation(); + return; + } + + self.close.call(self, $('[data-dropdown-content]')); + }) + .on('opened.fndtn.dropdown', '[data-dropdown-content]', this.settings.opened) + .on('closed.fndtn.dropdown', '[data-dropdown-content]', this.settings.closed); + + $(window) + .off('.dropdown') + .on('resize.fndtn.dropdown', self.throttle(function () { + self.resize.call(self); + }, 50)).trigger('resize'); + }, + + close: function (dropdown) { + var self = this; + dropdown.each(function () { + if ($(this).hasClass(self.settings.active_class)) { + $(this) + .css(Foundation.rtl ? 'right':'left', '-99999px') + .removeClass(self.settings.active_class); + $(this).trigger('closed'); + } + }); + }, + + open: function (dropdown, target) { + this + .css(dropdown + .addClass(this.settings.active_class), target); + dropdown.trigger('opened'); + }, + + toggle : function (target) { + var dropdown = $('#' + target.data('dropdown')); + if (dropdown.length === 0) { + // No dropdown found, not continuing + return; + } + + this.close.call(this, $('[data-dropdown-content]').not(dropdown)); + + if (dropdown.hasClass(this.settings.active_class)) { + this.close.call(this, dropdown); + } else { + this.close.call(this, $('[data-dropdown-content]')) + this.open.call(this, dropdown, target); + } + }, + + resize : function () { + var dropdown = $('[data-dropdown-content].open'), + target = $("[data-dropdown='" + dropdown.attr('id') + "']"); + + if (dropdown.length && target.length) { + this.css(dropdown, target); + } + }, + + css : function (dropdown, target) { + var offset_parent = dropdown.offsetParent(), + position = target.offset(); + + position.top -= offset_parent.offset().top; + position.left -= offset_parent.offset().left; + + if (this.small()) { + dropdown.css({ + position : 'absolute', + width: '95%', + 'max-width': 'none', + top: position.top + target.outerHeight() + }); + dropdown.css(Foundation.rtl ? 'right':'left', '2.5%'); + } else { + if (!Foundation.rtl && $(window).width() > dropdown.outerWidth() + target.offset().left) { + var left = position.left; + if (dropdown.hasClass('right')) { + dropdown.removeClass('right'); + } + } else { + if (!dropdown.hasClass('right')) { + dropdown.addClass('right'); + } + var left = position.left - (dropdown.outerWidth() - target.outerWidth()); + } + + dropdown.attr('style', '').css({ + position : 'absolute', + top: position.top + target.outerHeight(), + left: left + }); + } + + return dropdown; + }, + + small : function () { + return matchMedia(Foundation.media_queries.small).matches && + !matchMedia(Foundation.media_queries.medium).matches; + }, + + off: function () { + $(this.scope).off('.fndtn.dropdown'); + $('html, body').off('.fndtn.dropdown'); + $(window).off('.fndtn.dropdown'); + $('[data-dropdown-content]').off('.fndtn.dropdown'); + this.settings.init = false; + }, + + reflow : function () {} + }; +}(jQuery, this, this.document)); + +;(function ($, window, document, undefined) { + 'use strict'; + + Foundation.libs.interchange = { + name : 'interchange', + + version : '5.0.0', + + cache : {}, + + images_loaded : false, + nodes_loaded : false, + + settings : { + load_attr : 'interchange', + + named_queries : { + 'default' : Foundation.media_queries.small, + small : Foundation.media_queries.small, + medium : Foundation.media_queries.medium, + large : Foundation.media_queries.large, + xlarge : Foundation.media_queries.xlarge, + xxlarge: Foundation.media_queries.xxlarge, + landscape : 'only screen and (orientation: landscape)', + portrait : 'only screen and (orientation: portrait)', + retina : 'only screen and (-webkit-min-device-pixel-ratio: 2),' + + 'only screen and (min--moz-device-pixel-ratio: 2),' + + 'only screen and (-o-min-device-pixel-ratio: 2/1),' + + 'only screen and (min-device-pixel-ratio: 2),' + + 'only screen and (min-resolution: 192dpi),' + + 'only screen and (min-resolution: 2dppx)' + }, + + directives : { + replace: function (el, path, trigger) { + // The trigger argument, if called within the directive, fires + // an event named after the directive on the element, passing + // any parameters along to the event that you pass to trigger. + // + // ex. trigger(), trigger([a, b, c]), or trigger(a, b, c) + // + // This allows you to bind a callback like so: + // $('#interchangeContainer').on('replace', function (e, a, b, c) { + // console.log($(this).html(), a, b, c); + // }); + + if (/IMG/.test(el[0].nodeName)) { + var orig_path = el[0].src; + + if (new RegExp(path, 'i').test(orig_path)) return; + + el[0].src = path; + + return trigger(el[0].src); + } + var last_path = el.data('interchange-last-path'); + + if (last_path == path) return; + + return $.get(path, function (response) { + el.html(response); + el.data('interchange-last-path', path); + trigger(); + }); + + } + } + }, + + init : function (scope, method, options) { + Foundation.inherit(this, 'throttle'); + + this.data_attr = 'data-' + this.settings.load_attr; + + this.bindings(method, options); + this.load('images'); + this.load('nodes'); + }, + + events : function () { + var self = this; + + $(window) + .off('.interchange') + .on('resize.fndtn.interchange', self.throttle(function () { + self.resize.call(self); + }, 50)); + + return this; + }, + + resize : function () { + var cache = this.cache; + + if(!this.images_loaded || !this.nodes_loaded) { + setTimeout($.proxy(this.resize, this), 50); + return; + } + + for (var uuid in cache) { + if (cache.hasOwnProperty(uuid)) { + var passed = this.results(uuid, cache[uuid]); + + if (passed) { + this.settings.directives[passed + .scenario[1]](passed.el, passed.scenario[0], function () { + if (arguments[0] instanceof Array) { + var args = arguments[0]; + } else { + var args = Array.prototype.slice.call(arguments, 0); + } + + passed.el.trigger(passed.scenario[1], args); + }); + } + } + } + + }, + + results : function (uuid, scenarios) { + var count = scenarios.length; + + if (count > 0) { + var el = this.S('[data-uuid="' + uuid + '"]'); + + for (var i = count - 1; i >= 0; i--) { + var mq, rule = scenarios[i][2]; + if (this.settings.named_queries.hasOwnProperty(rule)) { + mq = matchMedia(this.settings.named_queries[rule]); + } else { + mq = matchMedia(rule); + } + if (mq.matches) { + return {el: el, scenario: scenarios[i]}; + } + } + } + + return false; + }, + + load : function (type, force_update) { + if (typeof this['cached_' + type] === 'undefined' || force_update) { + this['update_' + type](); + } + + return this['cached_' + type]; + }, + + update_images : function () { + var images = this.S('img[' + this.data_attr + ']'), + count = images.length, + loaded_count = 0, + data_attr = this.data_attr; + + this.cache = {}; + this.cached_images = []; + this.images_loaded = (count === 0); + + for (var i = count - 1; i >= 0; i--) { + loaded_count++; + if (images[i]) { + var str = images[i].getAttribute(data_attr) || ''; + + if (str.length > 0) { + this.cached_images.push(images[i]); + } + } + + if(loaded_count === count) { + this.images_loaded = true; + this.enhance('images'); + } + } + + return this; + }, + + update_nodes : function () { + var nodes = this.S('[' + this.data_attr + ']:not(img)'), + count = nodes.length, + loaded_count = 0, + data_attr = this.data_attr; + + this.cached_nodes = []; + // Set nodes_loaded to true if there are no nodes + // this.nodes_loaded = false; + this.nodes_loaded = (count === 0); + + + for (var i = count - 1; i >= 0; i--) { + loaded_count++; + var str = nodes[i].getAttribute(data_attr) || ''; + + if (str.length > 0) { + this.cached_nodes.push(nodes[i]); + } + + if(loaded_count === count) { + this.nodes_loaded = true; + this.enhance('nodes'); + } + } + + return this; + }, + + enhance : function (type) { + var count = this['cached_' + type].length; + + for (var i = count - 1; i >= 0; i--) { + this.object($(this['cached_' + type][i])); + } + + return $(window).trigger('resize'); + }, + + parse_params : function (path, directive, mq) { + return [this.trim(path), this.convert_directive(directive), this.trim(mq)]; + }, + + convert_directive : function (directive) { + var trimmed = this.trim(directive); + + if (trimmed.length > 0) { + return trimmed; + } + + return 'replace'; + }, + + object : function(el) { + var raw_arr = this.parse_data_attr(el), + scenarios = [], count = raw_arr.length; + + if (count > 0) { + for (var i = count - 1; i >= 0; i--) { + var split = raw_arr[i].split(/\((.*?)(\))$/); + + if (split.length > 1) { + var cached_split = split[0].split(','), + params = this.parse_params(cached_split[0], + cached_split[1], split[1]); + + scenarios.push(params); + } + } + } + + return this.store(el, scenarios); + }, + + uuid : function (separator) { + var delim = separator || "-"; + + function S4() { + return (((1 + Math.random()) * 0x10000) | 0).toString(16).substring(1); + } + + return (S4() + S4() + delim + S4() + delim + S4() + + delim + S4() + delim + S4() + S4() + S4()); + }, + + store : function (el, scenarios) { + var uuid = this.uuid(), + current_uuid = el.data('uuid'); + + if (current_uuid) return this.cache[current_uuid]; + + el.attr('data-uuid', uuid); + + return this.cache[uuid] = scenarios; + }, + + trim : function(str) { + if (typeof str === 'string') { + return $.trim(str); + } + + return str; + }, + + parse_data_attr : function (el) { + var raw = el.data(this.settings.load_attr).split(/\[(.*?)\]/), + count = raw.length, output = []; + + for (var i = count - 1; i >= 0; i--) { + if (raw[i].replace(/[\W\d]+/, '').length > 4) { + output.push(raw[i]); + } + } + + return output; + }, + + reflow : function () { + this.load('images', true); + this.load('nodes', true); + } + + }; + +}(jQuery, this, this.document)); +;(function ($, window, document, undefined) { + 'use strict'; + + var Modernizr = Modernizr || false; + + Foundation.libs.joyride = { + name : 'joyride', + + version : '5.0.0', + + defaults : { + expose : false, // turn on or off the expose feature + modal : true, // Whether to cover page with modal during the tour + tip_location : 'bottom', // 'top' or 'bottom' in relation to parent + nub_position : 'auto', // override on a per tooltip bases + scroll_speed : 1500, // Page scrolling speed in milliseconds, 0 = no scroll animation + scroll_animation : 'linear', // supports 'swing' and 'linear', extend with jQuery UI. + timer : 0, // 0 = no timer , all other numbers = timer in milliseconds + start_timer_on_click : true, // true or false - true requires clicking the first button start the timer + start_offset : 0, // the index of the tooltip you want to start on (index of the li) + next_button : true, // true or false to control whether a next button is used + tip_animation : 'fade', // 'pop' or 'fade' in each tip + pause_after : [], // array of indexes where to pause the tour after + exposed : [], // array of expose elements + tip_animation_fade_speed: 300, // when tipAnimation = 'fade' this is speed in milliseconds for the transition + cookie_monster : false, // true or false to control whether cookies are used + cookie_name : 'joyride', // Name the cookie you'll use + cookie_domain : false, // Will this cookie be attached to a domain, ie. '.notableapp.com' + cookie_expires : 365, // set when you would like the cookie to expire. + tip_container : 'body', // Where will the tip be attached + tip_location_patterns : { + top: ['bottom'], + bottom: [], // bottom should not need to be repositioned + left: ['right', 'top', 'bottom'], + right: ['left', 'top', 'bottom'] + }, + post_ride_callback : function (){}, // A method to call once the tour closes (canceled or complete) + post_step_callback : function (){}, // A method to call after each step + pre_step_callback : function (){}, // A method to call before each step + pre_ride_callback : function (){}, // A method to call before the tour starts (passed index, tip, and cloned exposed element) + post_expose_callback : function (){}, // A method to call after an element has been exposed + template : { // HTML segments for tip layout + link : '×', + timer : '
', + tip : '
', + wrapper : '
', + button : '', + modal : '
', + expose : '
', + expose_cover: '
' + }, + expose_add_class : '' // One or more space-separated class names to be added to exposed element + }, + + init : function (scope, method, options) { + Foundation.inherit(this, 'throttle delay'); + + this.settings = this.defaults; + + this.bindings(method, options) + }, + + events : function () { + var self = this; + + $(this.scope) + .off('.joyride') + .on('click.fndtn.joyride', '.joyride-next-tip, .joyride-modal-bg', function (e) { + e.preventDefault(); + + if (this.settings.$li.next().length < 1) { + this.end(); + } else if (this.settings.timer > 0) { + clearTimeout(this.settings.automate); + this.hide(); + this.show(); + this.startTimer(); + } else { + this.hide(); + this.show(); + } + + }.bind(this)) + + .on('click.fndtn.joyride', '.joyride-close-tip', function (e) { + e.preventDefault(); + this.end(); + }.bind(this)); + + $(window) + .off('.joyride') + .on('resize.fndtn.joyride', self.throttle(function () { + if ($('[data-joyride]').length > 0 && self.settings.$next_tip) { + if (self.settings.exposed.length > 0) { + var $els = $(self.settings.exposed); + + $els.each(function () { + var $this = $(this); + self.un_expose($this); + self.expose($this); + }); + } + + if (self.is_phone()) { + self.pos_phone(); + } else { + self.pos_default(false, true); + } + } + }, 100)); + }, + + start : function () { + var self = this, + $this = $('[data-joyride]', this.scope), + integer_settings = ['timer', 'scrollSpeed', 'startOffset', 'tipAnimationFadeSpeed', 'cookieExpires'], + int_settings_count = integer_settings.length; + + if (!$this.length > 0) return; + + if (!this.settings.init) this.events(); + + this.settings = $this.data('joyride-init'); + + // non configureable settings + this.settings.$content_el = $this; + this.settings.$body = $(this.settings.tip_container); + this.settings.body_offset = $(this.settings.tip_container).position(); + this.settings.$tip_content = this.settings.$content_el.find('> li'); + this.settings.paused = false; + this.settings.attempts = 0; + + // can we create cookies? + if (typeof $.cookie !== 'function') { + this.settings.cookie_monster = false; + } + + // generate the tips and insert into dom. + if (!this.settings.cookie_monster || this.settings.cookie_monster && $.cookie(this.settings.cookie_name) === null) { + this.settings.$tip_content.each(function (index) { + var $this = $(this); + this.settings = $.extend({}, self.defaults, self.data_options($this)) + + // Make sure that settings parsed from data_options are integers where necessary + for (var i = int_settings_count - 1; i >= 0; i--) { + self.settings[integer_settings[i]] = parseInt(self.settings[integer_settings[i]], 10); + } + self.create({$li : $this, index : index}); + }); + + // show first tip + if (!this.settings.start_timer_on_click && this.settings.timer > 0) { + this.show('init'); + this.startTimer(); + } else { + this.show('init'); + } + + } + }, + + resume : function () { + this.set_li(); + this.show(); + }, + + tip_template : function (opts) { + var $blank, content; + + opts.tip_class = opts.tip_class || ''; + + $blank = $(this.settings.template.tip).addClass(opts.tip_class); + content = $.trim($(opts.li).html()) + + this.button_text(opts.button_text) + + this.settings.template.link + + this.timer_instance(opts.index); + + $blank.append($(this.settings.template.wrapper)); + $blank.first().attr('data-index', opts.index); + $('.joyride-content-wrapper', $blank).append(content); + + return $blank[0]; + }, + + timer_instance : function (index) { + var txt; + + if ((index === 0 && this.settings.start_timer_on_click && this.settings.timer > 0) || this.settings.timer === 0) { + txt = ''; + } else { + txt = $(this.settings.template.timer)[0].outerHTML; + } + return txt; + }, + + button_text : function (txt) { + if (this.settings.next_button) { + txt = $.trim(txt) || 'Next'; + txt = $(this.settings.template.button).append(txt)[0].outerHTML; + } else { + txt = ''; + } + return txt; + }, + + create : function (opts) { + var buttonText = opts.$li.attr('data-button') || opts.$li.attr('data-text'), + tipClass = opts.$li.attr('class'), + $tip_content = $(this.tip_template({ + tip_class : tipClass, + index : opts.index, + button_text : buttonText, + li : opts.$li + })); + + $(this.settings.tip_container).append($tip_content); + }, + + show : function (init) { + var $timer = null; + + // are we paused? + if (this.settings.$li === undefined + || ($.inArray(this.settings.$li.index(), this.settings.pause_after) === -1)) { + + // don't go to the next li if the tour was paused + if (this.settings.paused) { + this.settings.paused = false; + } else { + this.set_li(init); + } + + this.settings.attempts = 0; + + if (this.settings.$li.length && this.settings.$target.length > 0) { + if (init) { //run when we first start + this.settings.pre_ride_callback(this.settings.$li.index(), this.settings.$next_tip); + if (this.settings.modal) { + this.show_modal(); + } + } + + this.settings.pre_step_callback(this.settings.$li.index(), this.settings.$next_tip); + + if (this.settings.modal && this.settings.expose) { + this.expose(); + } + + this.settings.tip_settings = $.extend({}, this.settings, this.data_options(this.settings.$li)); + + this.settings.timer = parseInt(this.settings.timer, 10); + + this.settings.tip_settings.tip_location_pattern = this.settings.tip_location_patterns[this.settings.tip_settings.tip_location]; + + // scroll if not modal + if (!/body/i.test(this.settings.$target.selector)) { + this.scroll_to(); + } + + if (this.is_phone()) { + this.pos_phone(true); + } else { + this.pos_default(true); + } + + $timer = this.settings.$next_tip.find('.joyride-timer-indicator'); + + if (/pop/i.test(this.settings.tip_animation)) { + + $timer.width(0); + + if (this.settings.timer > 0) { + + this.settings.$next_tip.show(); + + this.delay(function () { + $timer.animate({ + width: $timer.parent().width() + }, this.settings.timer, 'linear'); + }.bind(this), this.settings.tip_animation_fade_speed); + + } else { + this.settings.$next_tip.show(); + + } + + + } else if (/fade/i.test(this.settings.tip_animation)) { + + $timer.width(0); + + if (this.settings.timer > 0) { + + this.settings.$next_tip + .fadeIn(this.settings.tip_animation_fade_speed) + .show(); + + this.delay(function () { + $timer.animate({ + width: $timer.parent().width() + }, this.settings.timer, 'linear'); + }.bind(this), this.settings.tip_animation_fadeSpeed); + + } else { + this.settings.$next_tip.fadeIn(this.settings.tip_animation_fade_speed); + } + } + + this.settings.$current_tip = this.settings.$next_tip; + + // skip non-existant targets + } else if (this.settings.$li && this.settings.$target.length < 1) { + + this.show(); + + } else { + + this.end(); + + } + } else { + + this.settings.paused = true; + + } + + }, + + is_phone : function () { + return matchMedia(Foundation.media_queries.small).matches && + !matchMedia(Foundation.media_queries.medium).matches; + }, + + hide : function () { + if (this.settings.modal && this.settings.expose) { + this.un_expose(); + } + + if (!this.settings.modal) { + $('.joyride-modal-bg').hide(); + } + + // Prevent scroll bouncing...wait to remove from layout + this.settings.$current_tip.css('visibility', 'hidden'); + setTimeout($.proxy(function() { + this.hide(); + this.css('visibility', 'visible'); + }, this.settings.$current_tip), 0); + this.settings.post_step_callback(this.settings.$li.index(), + this.settings.$current_tip); + }, + + set_li : function (init) { + if (init) { + this.settings.$li = this.settings.$tip_content.eq(this.settings.start_offset); + this.set_next_tip(); + this.settings.$current_tip = this.settings.$next_tip; + } else { + this.settings.$li = this.settings.$li.next(); + this.set_next_tip(); + } + + this.set_target(); + }, + + set_next_tip : function () { + this.settings.$next_tip = $(".joyride-tip-guide").eq(this.settings.$li.index()); + this.settings.$next_tip.data('closed', ''); + }, + + set_target : function () { + var cl = this.settings.$li.attr('data-class'), + id = this.settings.$li.attr('data-id'), + $sel = function () { + if (id) { + return $(document.getElementById(id)); + } else if (cl) { + return $('.' + cl).first(); + } else { + return $('body'); + } + }; + + this.settings.$target = $sel(); + }, + + scroll_to : function () { + var window_half, tipOffset; + + window_half = $(window).height() / 2; + tipOffset = Math.ceil(this.settings.$target.offset().top - window_half + this.settings.$next_tip.outerHeight()); + + if (tipOffset > 0) { + $('html, body').animate({ + scrollTop: tipOffset + }, this.settings.scroll_speed, 'swing'); + } + }, + + paused : function () { + return ($.inArray((this.settings.$li.index() + 1), this.settings.pause_after) === -1); + }, + + restart : function () { + this.hide(); + this.settings.$li = undefined; + this.show('init'); + }, + + pos_default : function (init, resizing) { + var half_fold = Math.ceil($(window).height() / 2), + tip_position = this.settings.$next_tip.offset(), + $nub = this.settings.$next_tip.find('.joyride-nub'), + nub_width = Math.ceil($nub.outerWidth() / 2), + nub_height = Math.ceil($nub.outerHeight() / 2), + toggle = init || false; + + // tip must not be "display: none" to calculate position + if (toggle) { + this.settings.$next_tip.css('visibility', 'hidden'); + this.settings.$next_tip.show(); + } + + if (typeof resizing === 'undefined') { + resizing = false; + } + + if (!/body/i.test(this.settings.$target.selector)) { + + if (this.bottom()) { + var leftOffset = this.settings.$target.offset().left; + if (Foundation.rtl) { + leftOffset = this.settings.$target.offset().width - this.settings.$next_tip.width() + leftOffset; + } + this.settings.$next_tip.css({ + top: (this.settings.$target.offset().top + nub_height + this.settings.$target.outerHeight()), + left: leftOffset}); + + this.nub_position($nub, this.settings.tip_settings.nub_position, 'top'); + + } else if (this.top()) { + var leftOffset = this.settings.$target.offset().left; + if (Foundation.rtl) { + leftOffset = this.settings.$target.offset().width - this.settings.$next_tip.width() + leftOffset; + } + this.settings.$next_tip.css({ + top: (this.settings.$target.offset().top - this.settings.$next_tip.outerHeight() - nub_height), + left: leftOffset}); + + this.nub_position($nub, this.settings.tip_settings.nub_position, 'bottom'); + + } else if (this.right()) { + + this.settings.$next_tip.css({ + top: this.settings.$target.offset().top, + left: (this.outerWidth(this.settings.$target) + this.settings.$target.offset().left + nub_width)}); + + this.nub_position($nub, this.settings.tip_settings.nub_position, 'left'); + + } else if (this.left()) { + + this.settings.$next_tip.css({ + top: this.settings.$target.offset().top, + left: (this.settings.$target.offset().left - this.outerWidth(this.settings.$next_tip) - nub_width)}); + + this.nub_position($nub, this.settings.tip_settings.nub_position, 'right'); + + } + + if (!this.visible(this.corners(this.settings.$next_tip)) && this.settings.attempts < this.settings.tip_settings.tip_location_pattern.length) { + + $nub.removeClass('bottom') + .removeClass('top') + .removeClass('right') + .removeClass('left'); + + this.settings.tip_settings.tip_location = this.settings.tip_settings.tip_location_pattern[this.settings.attempts]; + + this.settings.attempts++; + + this.pos_default(); + + } + + } else if (this.settings.$li.length) { + + this.pos_modal($nub); + + } + + if (toggle) { + this.settings.$next_tip.hide(); + this.settings.$next_tip.css('visibility', 'visible'); + } + + }, + + pos_phone : function (init) { + var tip_height = this.settings.$next_tip.outerHeight(), + tip_offset = this.settings.$next_tip.offset(), + target_height = this.settings.$target.outerHeight(), + $nub = $('.joyride-nub', this.settings.$next_tip), + nub_height = Math.ceil($nub.outerHeight() / 2), + toggle = init || false; + + $nub.removeClass('bottom') + .removeClass('top') + .removeClass('right') + .removeClass('left'); + + if (toggle) { + this.settings.$next_tip.css('visibility', 'hidden'); + this.settings.$next_tip.show(); + } + + if (!/body/i.test(this.settings.$target.selector)) { + + if (this.top()) { + + this.settings.$next_tip.offset({top: this.settings.$target.offset().top - tip_height - nub_height}); + $nub.addClass('bottom'); + + } else { + + this.settings.$next_tip.offset({top: this.settings.$target.offset().top + target_height + nub_height}); + $nub.addClass('top'); + + } + + } else if (this.settings.$li.length) { + this.pos_modal($nub); + } + + if (toggle) { + this.settings.$next_tip.hide(); + this.settings.$next_tip.css('visibility', 'visible'); + } + }, + + pos_modal : function ($nub) { + this.center(); + $nub.hide(); + + this.show_modal(); + }, + + show_modal : function () { + if (!this.settings.$next_tip.data('closed')) { + var joyridemodalbg = $('.joyride-modal-bg'); + if (joyridemodalbg.length < 1) { + $('body').append(this.settings.template.modal).show(); + } + + if (/pop/i.test(this.settings.tip_animation)) { + joyridemodalbg.show(); + } else { + joyridemodalbg.fadeIn(this.settings.tip_animation_fade_speed); + } + } + }, + + expose : function () { + var expose, + exposeCover, + el, + origCSS, + origClasses, + randId = 'expose-'+Math.floor(Math.random()*10000); + + if (arguments.length > 0 && arguments[0] instanceof $) { + el = arguments[0]; + } else if(this.settings.$target && !/body/i.test(this.settings.$target.selector)){ + el = this.settings.$target; + } else { + return false; + } + + if(el.length < 1){ + if(window.console){ + console.error('element not valid', el); + } + return false; + } + + expose = $(this.settings.template.expose); + this.settings.$body.append(expose); + expose.css({ + top: el.offset().top, + left: el.offset().left, + width: el.outerWidth(true), + height: el.outerHeight(true) + }); + + exposeCover = $(this.settings.template.expose_cover); + + origCSS = { + zIndex: el.css('z-index'), + position: el.css('position') + }; + + origClasses = el.attr('class') == null ? '' : el.attr('class'); + + el.css('z-index',parseInt(expose.css('z-index'))+1); + + if (origCSS.position == 'static') { + el.css('position','relative'); + } + + el.data('expose-css',origCSS); + el.data('orig-class', origClasses); + el.attr('class', origClasses + ' ' + this.settings.expose_add_class); + + exposeCover.css({ + top: el.offset().top, + left: el.offset().left, + width: el.outerWidth(true), + height: el.outerHeight(true) + }); + + if (this.settings.modal) this.show_modal(); + + this.settings.$body.append(exposeCover); + expose.addClass(randId); + exposeCover.addClass(randId); + el.data('expose', randId); + this.settings.post_expose_callback(this.settings.$li.index(), this.settings.$next_tip, el); + this.add_exposed(el); + }, + + un_expose : function () { + var exposeId, + el, + expose , + origCSS, + origClasses, + clearAll = false; + + if (arguments.length > 0 && arguments[0] instanceof $) { + el = arguments[0]; + } else if(this.settings.$target && !/body/i.test(this.settings.$target.selector)){ + el = this.settings.$target; + } else { + return false; + } + + if(el.length < 1){ + if (window.console) { + console.error('element not valid', el); + } + return false; + } + + exposeId = el.data('expose'); + expose = $('.' + exposeId); + + if (arguments.length > 1) { + clearAll = arguments[1]; + } + + if (clearAll === true) { + $('.joyride-expose-wrapper,.joyride-expose-cover').remove(); + } else { + expose.remove(); + } + + origCSS = el.data('expose-css'); + + if (origCSS.zIndex == 'auto') { + el.css('z-index', ''); + } else { + el.css('z-index', origCSS.zIndex); + } + + if (origCSS.position != el.css('position')) { + if(origCSS.position == 'static') {// this is default, no need to set it. + el.css('position', ''); + } else { + el.css('position', origCSS.position); + } + } + + origClasses = el.data('orig-class'); + el.attr('class', origClasses); + el.removeData('orig-classes'); + + el.removeData('expose'); + el.removeData('expose-z-index'); + this.remove_exposed(el); + }, + + add_exposed: function(el){ + this.settings.exposed = this.settings.exposed || []; + if (el instanceof $ || typeof el === 'object') { + this.settings.exposed.push(el[0]); + } else if (typeof el == 'string') { + this.settings.exposed.push(el); + } + }, + + remove_exposed: function(el){ + var search, count; + if (el instanceof $) { + search = el[0] + } else if (typeof el == 'string'){ + search = el; + } + + this.settings.exposed = this.settings.exposed || []; + count = this.settings.exposed.length; + + for (var i=0; i < count; i++) { + if (this.settings.exposed[i] == search) { + this.settings.exposed.splice(i, 1); + return; + } + } + }, + + center : function () { + var $w = $(window); + + this.settings.$next_tip.css({ + top : ((($w.height() - this.settings.$next_tip.outerHeight()) / 2) + $w.scrollTop()), + left : ((($w.width() - this.settings.$next_tip.outerWidth()) / 2) + $w.scrollLeft()) + }); + + return true; + }, + + bottom : function () { + return /bottom/i.test(this.settings.tip_settings.tip_location); + }, + + top : function () { + return /top/i.test(this.settings.tip_settings.tip_location); + }, + + right : function () { + return /right/i.test(this.settings.tip_settings.tip_location); + }, + + left : function () { + return /left/i.test(this.settings.tip_settings.tip_location); + }, + + corners : function (el) { + var w = $(window), + window_half = w.height() / 2, + //using this to calculate since scroll may not have finished yet. + tipOffset = Math.ceil(this.settings.$target.offset().top - window_half + this.settings.$next_tip.outerHeight()), + right = w.width() + w.scrollLeft(), + offsetBottom = w.height() + tipOffset, + bottom = w.height() + w.scrollTop(), + top = w.scrollTop(); + + if (tipOffset < top) { + if (tipOffset < 0) { + top = 0; + } else { + top = tipOffset; + } + } + + if (offsetBottom > bottom) { + bottom = offsetBottom; + } + + return [ + el.offset().top < top, + right < el.offset().left + el.outerWidth(), + bottom < el.offset().top + el.outerHeight(), + w.scrollLeft() > el.offset().left + ]; + }, + + visible : function (hidden_corners) { + var i = hidden_corners.length; + + while (i--) { + if (hidden_corners[i]) return false; + } + + return true; + }, + + nub_position : function (nub, pos, def) { + if (pos === 'auto') { + nub.addClass(def); + } else { + nub.addClass(pos); + } + }, + + startTimer : function () { + if (this.settings.$li.length) { + this.settings.automate = setTimeout(function () { + this.hide(); + this.show(); + this.startTimer(); + }.bind(this), this.settings.timer); + } else { + clearTimeout(this.settings.automate); + } + }, + + end : function () { + if (this.settings.cookie_monster) { + $.cookie(this.settings.cookie_name, 'ridden', { expires: this.settings.cookie_expires, domain: this.settings.cookie_domain }); + } + + if (this.settings.timer > 0) { + clearTimeout(this.settings.automate); + } + + if (this.settings.modal && this.settings.expose) { + this.un_expose(); + } + + this.settings.$next_tip.data('closed', true); + + $('.joyride-modal-bg').hide(); + this.settings.$current_tip.hide(); + this.settings.post_step_callback(this.settings.$li.index(), this.settings.$current_tip); + this.settings.post_ride_callback(this.settings.$li.index(), this.settings.$current_tip); + $('.joyride-tip-guide').remove(); + }, + + off : function () { + $(this.scope).off('.joyride'); + $(window).off('.joyride'); + $('.joyride-close-tip, .joyride-next-tip, .joyride-modal-bg').off('.joyride'); + $('.joyride-tip-guide, .joyride-modal-bg').remove(); + clearTimeout(this.settings.automate); + this.settings = {}; + }, + + reflow : function () {} + }; +}(jQuery, this, this.document)); + +;(function ($, window, document, undefined) { + 'use strict'; + + Foundation.libs.magellan = { + name : 'magellan', + + version : '5.0.0', + + settings : { + active_class: 'active', + threshold: 0 + }, + + init : function (scope, method, options) { + this.fixed_magellan = $("[data-magellan-expedition]"); + this.set_threshold(); + this.last_destination = $('[data-magellan-destination]').last(); + this.events(); + }, + + events : function () { + var self = this; + + $(this.scope) + .off('.magellan') + .on('arrival.fndtn.magellan', '[data-magellan-arrival]', function (e) { + var $destination = $(this), + $expedition = $destination.closest('[data-magellan-expedition]'), + active_class = $expedition.attr('data-magellan-active-class') + || self.settings.active_class; + + $destination + .closest('[data-magellan-expedition]') + .find('[data-magellan-arrival]') + .not($destination) + .removeClass(active_class); + $destination.addClass(active_class); + }); + + this.fixed_magellan + .off('.magellan') + .on('update-position.fndtn.magellan', function() { + var $el = $(this); + }) + .trigger('update-position'); + + $(window) + .off('.magellan') + .on('resize.fndtn.magellan', function() { + this.fixed_magellan.trigger('update-position'); + }.bind(this)) + .on('scroll.fndtn.magellan', function() { + var windowScrollTop = $(window).scrollTop(); + self.fixed_magellan.each(function() { + var $expedition = $(this); + if (typeof $expedition.data('magellan-top-offset') === 'undefined') { + $expedition.data('magellan-top-offset', $expedition.offset().top); + } + if (typeof $expedition.data('magellan-fixed-position') === 'undefined') { + $expedition.data('magellan-fixed-position', false); + } + var fixed_position = (windowScrollTop + self.settings.threshold) > $expedition.data("magellan-top-offset"); + var attr = $expedition.attr('data-magellan-top-offset'); + + if ($expedition.data("magellan-fixed-position") != fixed_position) { + $expedition.data("magellan-fixed-position", fixed_position); + if (fixed_position) { + $expedition.addClass('fixed'); + $expedition.css({position:"fixed", top:0}); + } else { + $expedition.removeClass('fixed'); + $expedition.css({position:"", top:""}); + } + if (fixed_position && typeof attr != 'undefined' && attr != false) { + $expedition.css({position:"fixed", top:attr + "px"}); + } + } + }); + }); + + + if (this.last_destination.length > 0) { + $(window).on('scroll.fndtn.magellan', function (e) { + var windowScrollTop = $(window).scrollTop(), + scrolltopPlusHeight = windowScrollTop + $(window).height(), + lastDestinationTop = Math.ceil(self.last_destination.offset().top); + + $('[data-magellan-destination]').each(function () { + var $destination = $(this), + destination_name = $destination.attr('data-magellan-destination'), + topOffset = $destination.offset().top - $destination.outerHeight(true) - windowScrollTop; + if (topOffset <= self.settings.threshold) { + $("[data-magellan-arrival='" + destination_name + "']").trigger('arrival'); + } + // In large screens we may hit the bottom of the page and dont reach the top of the last magellan-destination, so lets force it + if (scrolltopPlusHeight >= $(self.scope).height() && lastDestinationTop > windowScrollTop && lastDestinationTop < scrolltopPlusHeight) { + $('[data-magellan-arrival]').last().trigger('arrival'); + } + }); + }); + } + }, + + set_threshold : function () { + if (typeof this.settings.threshold !== 'number') { + this.settings.threshold = (this.fixed_magellan.length > 0) ? + this.fixed_magellan.outerHeight(true) : 0; + } + }, + + off : function () { + $(this.scope).off('.fndtn.magellan'); + $(window).off('.fndtn.magellan'); + }, + + reflow : function () {} + }; +}(jQuery, this, this.document)); + +;(function ($, window, document, undefined) { + 'use strict'; + + Foundation.libs.offcanvas = { + name : 'offcanvas', + + version : '5.0.0', + + settings : {}, + + init : function (scope, method, options) { + this.events(); + }, + + events : function () { + $(this.scope).off('.offcanvas') + .on('click.fndtn.offcanvas', '.left-off-canvas-toggle', function (e) { + e.preventDefault(); + $(this).closest('.off-canvas-wrap').toggleClass('move-right'); + }) + .on('click.fndtn.offcanvas', '.exit-off-canvas', function (e) { + e.preventDefault(); + $(".off-canvas-wrap").removeClass("move-right"); + }) + .on('click.fndtn.offcanvas', '.right-off-canvas-toggle', function (e) { + e.preventDefault(); + $(this).closest(".off-canvas-wrap").toggleClass("move-left"); + }) + .on('click.fndtn.offcanvas', '.exit-off-canvas', function (e) { + e.preventDefault(); + $(".off-canvas-wrap").removeClass("move-left"); + }); + }, + + reflow : function () {} + }; +}(jQuery, this, this.document)); +;(function ($, window, document, undefined) { + 'use strict'; + + var noop = function() {}; + + var Orbit = function(el, settings) { + // Don't reinitialize plugin + if (el.hasClass(settings.slides_container_class)) { + return this; + } + + var self = this, + container, + slides_container = el, + number_container, + bullets_container, + timer_container, + idx = 0, + animate, + timer, + locked = false, + adjust_height_after = false; + + slides_container.children().first().addClass(settings.active_slide_class); + + self.update_slide_number = function(index) { + if (settings.slide_number) { + number_container.find('span:first').text(parseInt(index)+1); + number_container.find('span:last').text(slides_container.children().length); + } + if (settings.bullets) { + bullets_container.children().removeClass(settings.bullets_active_class); + $(bullets_container.children().get(index)).addClass(settings.bullets_active_class); + } + }; + + self.update_active_link = function(index) { + var link = $('a[data-orbit-link="'+slides_container.children().eq(index).attr('data-orbit-slide')+'"]'); + link.parents('ul').find('[data-orbit-link]').removeClass(settings.bullets_active_class); + link.addClass(settings.bullets_active_class); + }; + + self.build_markup = function() { + slides_container.wrap('
'); + container = slides_container.parent(); + slides_container.addClass(settings.slides_container_class); + + if (settings.navigation_arrows) { + container.append($('').addClass(settings.prev_class)); + container.append($('').addClass(settings.next_class)); + } + + if (settings.timer) { + timer_container = $('
').addClass(settings.timer_container_class); + timer_container.append(''); + timer_container.append($('
').addClass(settings.timer_progress_class)); + timer_container.addClass(settings.timer_paused_class); + container.append(timer_container); + } + + if (settings.slide_number) { + number_container = $('
').addClass(settings.slide_number_class); + number_container.append(' ' + settings.slide_number_text + ' '); + container.append(number_container); + } + + if (settings.bullets) { + bullets_container = $('
    ').addClass(settings.bullets_container_class); + container.append(bullets_container); + bullets_container.wrap('
    '); + slides_container.children().each(function(idx, el) { + var bullet = $('
  1. ').attr('data-orbit-slide', idx); + bullets_container.append(bullet); + }); + } + + if (settings.stack_on_small) { + container.addClass(settings.stack_on_small_class); + } + + self.update_slide_number(0); + self.update_active_link(0); + }; + + self._goto = function(next_idx, start_timer) { + // if (locked) {return false;} + if (next_idx === idx) {return false;} + if (typeof timer === 'object') {timer.restart();} + var slides = slides_container.children(); + + var dir = 'next'; + locked = true; + if (next_idx < idx) {dir = 'prev';} + if (next_idx >= slides.length) {next_idx = 0;} + else if (next_idx < 0) {next_idx = slides.length - 1;} + + var current = $(slides.get(idx)); + var next = $(slides.get(next_idx)); + + current.css('zIndex', 2); + current.removeClass(settings.active_slide_class); + next.css('zIndex', 4).addClass(settings.active_slide_class); + + slides_container.trigger('before-slide-change.fndtn.orbit'); + settings.before_slide_change(); + self.update_active_link(next_idx); + + var callback = function() { + var unlock = function() { + idx = next_idx; + locked = false; + if (start_timer === true) {timer = self.create_timer(); timer.start();} + self.update_slide_number(idx); + slides_container.trigger('after-slide-change.fndtn.orbit',[{slide_number: idx, total_slides: slides.length}]); + settings.after_slide_change(idx, slides.length); + }; + if (slides_container.height() != next.height() && settings.variable_height) { + slides_container.animate({'height': next.height()}, 250, 'linear', unlock); + } else { + unlock(); + } + }; + + if (slides.length === 1) {callback(); return false;} + + var start_animation = function() { + if (dir === 'next') {animate.next(current, next, callback);} + if (dir === 'prev') {animate.prev(current, next, callback);} + }; + + if (next.height() > slides_container.height() && settings.variable_height) { + slides_container.animate({'height': next.height()}, 250, 'linear', start_animation); + } else { + start_animation(); + } + }; + + self.next = function(e) { + e.stopImmediatePropagation(); + e.preventDefault(); + self._goto(idx + 1); + }; + + self.prev = function(e) { + e.stopImmediatePropagation(); + e.preventDefault(); + self._goto(idx - 1); + }; + + self.link_custom = function(e) { + e.preventDefault(); + var link = $(this).attr('data-orbit-link'); + if ((typeof link === 'string') && (link = $.trim(link)) != "") { + var slide = container.find('[data-orbit-slide='+link+']'); + if (slide.index() != -1) {self._goto(slide.index());} + } + }; + + self.link_bullet = function(e) { + var index = $(this).attr('data-orbit-slide'); + if ((typeof index === 'string') && (index = $.trim(index)) != "") { + self._goto(parseInt(index)); + } + } + + self.timer_callback = function() { + self._goto(idx + 1, true); + } + + self.compute_dimensions = function() { + var current = $(slides_container.children().get(idx)); + var h = current.height(); + if (!settings.variable_height) { + slides_container.children().each(function(){ + if ($(this).height() > h) { h = $(this).height(); } + }); + } + slides_container.height(h); + }; + + self.create_timer = function() { + var t = new Timer( + container.find('.'+settings.timer_container_class), + settings, + self.timer_callback + ); + return t; + }; + + self.stop_timer = function() { + if (typeof timer === 'object') timer.stop(); + }; + + self.toggle_timer = function() { + var t = container.find('.'+settings.timer_container_class); + if (t.hasClass(settings.timer_paused_class)) { + if (typeof timer === 'undefined') {timer = self.create_timer();} + timer.start(); + } + else { + if (typeof timer === 'object') {timer.stop();} + } + }; + + self.init = function() { + self.build_markup(); + if (settings.timer) {timer = self.create_timer(); timer.start();} + animate = new FadeAnimation(settings, slides_container); + if (settings.animation === 'slide') + animate = new SlideAnimation(settings, slides_container); + container.on('click', '.'+settings.next_class, self.next); + container.on('click', '.'+settings.prev_class, self.prev); + container.on('click', '[data-orbit-slide]', self.link_bullet); + container.on('click', self.toggle_timer); + if (settings.swipe) { + container.on('touchstart.fndtn.orbit', function(e) { + if (!e.touches) {e = e.originalEvent;} + var data = { + start_page_x: e.touches[0].pageX, + start_page_y: e.touches[0].pageY, + start_time: (new Date()).getTime(), + delta_x: 0, + is_scrolling: undefined + }; + container.data('swipe-transition', data); + e.stopPropagation(); + }) + .on('touchmove.fndtn.orbit', function(e) { + if (!e.touches) { e = e.originalEvent; } + // Ignore pinch/zoom events + if(e.touches.length > 1 || e.scale && e.scale !== 1) return; + + var data = container.data('swipe-transition'); + if (typeof data === 'undefined') {data = {};} + + data.delta_x = e.touches[0].pageX - data.start_page_x; + + if ( typeof data.is_scrolling === 'undefined') { + data.is_scrolling = !!( data.is_scrolling || Math.abs(data.delta_x) < Math.abs(e.touches[0].pageY - data.start_page_y) ); + } + + if (!data.is_scrolling && !data.active) { + e.preventDefault(); + var direction = (data.delta_x < 0) ? (idx+1) : (idx-1); + data.active = true; + self._goto(direction); + } + }) + .on('touchend.fndtn.orbit', function(e) { + container.data('swipe-transition', {}); + e.stopPropagation(); + }) + } + container.on('mouseenter.fndtn.orbit', function(e) { + if (settings.timer && settings.pause_on_hover) { + self.stop_timer(); + } + }) + .on('mouseleave.fndtn.orbit', function(e) { + if (settings.timer && settings.resume_on_mouseout) { + timer.start(); + } + }); + + $(document).on('click', '[data-orbit-link]', self.link_custom); + $(window).on('resize', self.compute_dimensions); + $(window).on('load', self.compute_dimensions); + $(window).on('load', function(){ + container.prev('.preloader').css('display', 'none'); + }); + slides_container.trigger('ready.fndtn.orbit'); + }; + + self.init(); + }; + + var Timer = function(el, settings, callback) { + var self = this, + duration = settings.timer_speed, + progress = el.find('.'+settings.timer_progress_class), + start, + timeout, + left = -1; + + this.update_progress = function(w) { + var new_progress = progress.clone(); + new_progress.attr('style', ''); + new_progress.css('width', w+'%'); + progress.replaceWith(new_progress); + progress = new_progress; + }; + + this.restart = function() { + clearTimeout(timeout); + el.addClass(settings.timer_paused_class); + left = -1; + self.update_progress(0); + }; + + this.start = function() { + if (!el.hasClass(settings.timer_paused_class)) {return true;} + left = (left === -1) ? duration : left; + el.removeClass(settings.timer_paused_class); + start = new Date().getTime(); + progress.animate({'width': '100%'}, left, 'linear'); + timeout = setTimeout(function() { + self.restart(); + callback(); + }, left); + el.trigger('timer-started.fndtn.orbit') + }; + + this.stop = function() { + if (el.hasClass(settings.timer_paused_class)) {return true;} + clearTimeout(timeout); + el.addClass(settings.timer_paused_class); + var end = new Date().getTime(); + left = left - (end - start); + var w = 100 - ((left / duration) * 100); + self.update_progress(w); + el.trigger('timer-stopped.fndtn.orbit'); + }; + }; + + var SlideAnimation = function(settings, container) { + var duration = settings.animation_speed; + var is_rtl = ($('html[dir=rtl]').length === 1); + var margin = is_rtl ? 'marginRight' : 'marginLeft'; + var animMargin = {}; + animMargin[margin] = '0%'; + + this.next = function(current, next, callback) { + current.animate({marginLeft:'-100%'}, duration); + next.animate(animMargin, duration, function() { + current.css(margin, '100%'); + callback(); + }); + }; + + this.prev = function(current, prev, callback) { + current.animate({marginLeft:'100%'}, duration); + prev.css(margin, '-100%'); + prev.animate(animMargin, duration, function() { + current.css(margin, '100%'); + callback(); + }); + }; + }; + + var FadeAnimation = function(settings, container) { + var duration = settings.animation_speed; + var is_rtl = ($('html[dir=rtl]').length === 1); + var margin = is_rtl ? 'marginRight' : 'marginLeft'; + + this.next = function(current, next, callback) { + next.css({'margin':'0%', 'opacity':'0.01'}); + next.animate({'opacity':'1'}, duration, 'linear', function() { + current.css('margin', '100%'); + callback(); + }); + }; + + this.prev = function(current, prev, callback) { + prev.css({'margin':'0%', 'opacity':'0.01'}); + prev.animate({'opacity':'1'}, duration, 'linear', function() { + current.css('margin', '100%'); + callback(); + }); + }; + }; + + + Foundation.libs = Foundation.libs || {}; + + Foundation.libs.orbit = { + name: 'orbit', + + version: '5.0.0', + + settings: { + animation: 'slide', + timer_speed: 10000, + pause_on_hover: true, + resume_on_mouseout: false, + animation_speed: 500, + stack_on_small: false, + navigation_arrows: true, + slide_number: true, + slide_number_text: 'of', + container_class: 'orbit-container', + stack_on_small_class: 'orbit-stack-on-small', + next_class: 'orbit-next', + prev_class: 'orbit-prev', + timer_container_class: 'orbit-timer', + timer_paused_class: 'paused', + timer_progress_class: 'orbit-progress', + slides_container_class: 'orbit-slides-container', + bullets_container_class: 'orbit-bullets', + bullets_active_class: 'active', + slide_number_class: 'orbit-slide-number', + caption_class: 'orbit-caption', + active_slide_class: 'active', + orbit_transition_class: 'orbit-transitioning', + bullets: true, + timer: true, + variable_height: false, + swipe: true, + before_slide_change: noop, + after_slide_change: noop + }, + + init: function (scope, method, options) { + var self = this; + + if (typeof method === 'object') { + $.extend(true, self.settings, method); + } + + if ($(scope).is('[data-orbit]')) { + var $el = $(scope); + var opts = self.data_options($el); + new Orbit($el, $.extend({},self.settings, opts)); + } + + $('[data-orbit]', scope).each(function(idx, el) { + var $el = $(el); + var opts = self.data_options($el); + new Orbit($el, $.extend({},self.settings, opts)); + }); + } + }; + + +}(jQuery, this, this.document)); + +;(function ($, window, document, undefined) { + 'use strict'; + + Foundation.libs.reveal = { + name : 'reveal', + + version : '5.0.0', + + locked : false, + + settings : { + animation: 'fadeAndPop', + animation_speed: 250, + close_on_background_click: true, + close_on_esc: true, + dismiss_modal_class: 'close-reveal-modal', + bg_class: 'reveal-modal-bg', + open: function(){}, + opened: function(){}, + close: function(){}, + closed: function(){}, + bg : $('.reveal-modal-bg'), + css : { + open : { + 'opacity': 0, + 'visibility': 'visible', + 'display' : 'block' + }, + close : { + 'opacity': 1, + 'visibility': 'hidden', + 'display': 'none' + } + } + }, + + init : function (scope, method, options) { + Foundation.inherit(this, 'delay'); + + this.bindings(method, options); + }, + + events : function (scope) { + var self = this; + + $('[data-reveal-id]', this.scope) + .off('.reveal') + .on('click.fndtn.reveal', function (e) { + e.preventDefault(); + + if (!self.locked) { + var element = $(this), + ajax = element.data('reveal-ajax'); + + self.locked = true; + + if (typeof ajax === 'undefined') { + self.open.call(self, element); + } else { + var url = ajax === true ? element.attr('href') : ajax; + + self.open.call(self, element, {url: url}); + } + } + }); + + $(this.scope) + .off('.reveal') + .on('click.fndtn.reveal', this.close_targets(), function (e) { + + e.preventDefault(); + + if (!self.locked) { + var settings = $('[data-reveal].open').data('reveal-init'), + bg_clicked = $(e.target)[0] === $('.' + settings.bg_class)[0]; + + if (bg_clicked && !settings.close_on_background_click) { + return; + } + + self.locked = true; + self.close.call(self, bg_clicked ? $('[data-reveal].open') : $(this).closest('[data-reveal]')); + } + }); + + if($('[data-reveal]', this.scope).length > 0) { + $(this.scope) + // .off('.reveal') + .on('open.fndtn.reveal', this.settings.open) + .on('opened.fndtn.reveal', this.settings.opened) + .on('opened.fndtn.reveal', this.open_video) + .on('close.fndtn.reveal', this.settings.close) + .on('closed.fndtn.reveal', this.settings.closed) + .on('closed.fndtn.reveal', this.close_video); + } else { + $(this.scope) + // .off('.reveal') + .on('open.fndtn.reveal', '[data-reveal]', this.settings.open) + .on('opened.fndtn.reveal', '[data-reveal]', this.settings.opened) + .on('opened.fndtn.reveal', '[data-reveal]', this.open_video) + .on('close.fndtn.reveal', '[data-reveal]', this.settings.close) + .on('closed.fndtn.reveal', '[data-reveal]', this.settings.closed) + .on('closed.fndtn.reveal', '[data-reveal]', this.close_video); + } + + $('body').on('keyup.fndtn.reveal', function ( event ) { + var open_modal = $('[data-reveal].open'), + settings = open_modal.data('reveal-init'); + if ( event.which === 27 && settings.close_on_esc) { // 27 is the keycode for the Escape key + open_modal.foundation('reveal', 'close'); + } + }); + + return true; + }, + + open : function (target, ajax_settings) { + if (target) { + if (typeof target.selector !== 'undefined') { + var modal = $('#' + target.data('reveal-id')); + } else { + var modal = $(this.scope); + + ajax_settings = target; + } + } else { + var modal = $(this.scope); + } + + if (!modal.hasClass('open')) { + var open_modal = $('[data-reveal].open'); + + if (typeof modal.data('css-top') === 'undefined') { + modal.data('css-top', parseInt(modal.css('top'), 10)) + .data('offset', this.cache_offset(modal)); + } + + modal.trigger('open'); + + if (open_modal.length < 1) { + this.toggle_bg(); + } + + if (typeof ajax_settings === 'undefined' || !ajax_settings.url) { + this.hide(open_modal, this.settings.css.close); + this.show(modal, this.settings.css.open); + } else { + var self = this, + old_success = typeof ajax_settings.success !== 'undefined' ? ajax_settings.success : null; + + $.extend(ajax_settings, { + success: function (data, textStatus, jqXHR) { + if ( $.isFunction(old_success) ) { + old_success(data, textStatus, jqXHR); + } + + modal.html(data); + $(modal).foundation('section', 'reflow'); + + self.hide(open_modal, self.settings.css.close); + self.show(modal, self.settings.css.open); + } + }); + + $.ajax(ajax_settings); + } + } + }, + + close : function (modal) { + + var modal = modal && modal.length ? modal : $(this.scope), + open_modals = $('[data-reveal].open'); + + if (open_modals.length > 0) { + this.locked = true; + modal.trigger('close'); + this.toggle_bg(); + this.hide(open_modals, this.settings.css.close); + } + }, + + close_targets : function () { + var base = '.' + this.settings.dismiss_modal_class; + + if (this.settings.close_on_background_click) { + return base + ', .' + this.settings.bg_class; + } + + return base; + }, + + toggle_bg : function () { + if ($('.' + this.settings.bg_class).length === 0) { + this.settings.bg = $('
    ', {'class': this.settings.bg_class}) + .appendTo('body'); + } + + if (this.settings.bg.filter(':visible').length > 0) { + this.hide(this.settings.bg); + } else { + this.show(this.settings.bg); + } + }, + + show : function (el, css) { + // is modal + if (css) { + if (el.parent('body').length === 0) { + var placeholder = el.wrap('
    ').parent(); + el.on('closed.fndtn.reveal.wrapped', function() { + el.detach().appendTo(placeholder); + el.unwrap().unbind('closed.fndtn.reveal.wrapped'); + }); + + el.detach().appendTo('body'); + } + + if (/pop/i.test(this.settings.animation)) { + css.top = $(window).scrollTop() - el.data('offset') + 'px'; + var end_css = { + top: $(window).scrollTop() + el.data('css-top') + 'px', + opacity: 1 + }; + + return this.delay(function () { + return el + .css(css) + .animate(end_css, this.settings.animation_speed, 'linear', function () { + this.locked = false; + el.trigger('opened'); + }.bind(this)) + .addClass('open'); + }.bind(this), this.settings.animation_speed / 2); + } + + if (/fade/i.test(this.settings.animation)) { + var end_css = {opacity: 1}; + + return this.delay(function () { + return el + .css(css) + .animate(end_css, this.settings.animation_speed, 'linear', function () { + this.locked = false; + el.trigger('opened'); + }.bind(this)) + .addClass('open'); + }.bind(this), this.settings.animation_speed / 2); + } + + return el.css(css).show().css({opacity: 1}).addClass('open').trigger('opened'); + } + + // should we animate the background? + if (/fade/i.test(this.settings.animation)) { + return el.fadeIn(this.settings.animation_speed / 2); + } + + return el.show(); + }, + + hide : function (el, css) { + // is modal + if (css) { + if (/pop/i.test(this.settings.animation)) { + var end_css = { + top: - $(window).scrollTop() - el.data('offset') + 'px', + opacity: 0 + }; + + return this.delay(function () { + return el + .animate(end_css, this.settings.animation_speed, 'linear', function () { + this.locked = false; + el.css(css).trigger('closed'); + }.bind(this)) + .removeClass('open'); + }.bind(this), this.settings.animation_speed / 2); + } + + if (/fade/i.test(this.settings.animation)) { + var end_css = {opacity: 0}; + + return this.delay(function () { + return el + .animate(end_css, this.settings.animation_speed, 'linear', function () { + this.locked = false; + el.css(css).trigger('closed'); + }.bind(this)) + .removeClass('open'); + }.bind(this), this.settings.animation_speed / 2); + } + + return el.hide().css(css).removeClass('open').trigger('closed'); + } + + // should we animate the background? + if (/fade/i.test(this.settings.animation)) { + return el.fadeOut(this.settings.animation_speed / 2); + } + + return el.hide(); + }, + + close_video : function (e) { + var video = $(this).find('.flex-video'), + iframe = video.find('iframe'); + + if (iframe.length > 0) { + iframe.attr('data-src', iframe[0].src); + iframe.attr('src', 'about:blank'); + video.hide(); + } + }, + + open_video : function (e) { + var video = $(this).find('.flex-video'), + iframe = video.find('iframe'); + + if (iframe.length > 0) { + var data_src = iframe.attr('data-src'); + if (typeof data_src === 'string') { + iframe[0].src = iframe.attr('data-src'); + } else { + var src = iframe[0].src; + iframe[0].src = undefined; + iframe[0].src = src; + } + video.show(); + } + }, + + cache_offset : function (modal) { + var offset = modal.show().height() + parseInt(modal.css('top'), 10); + + modal.hide(); + + return offset; + }, + + off : function () { + $(this.scope).off('.fndtn.reveal'); + }, + + reflow : function () {} + }; +}(jQuery, this, this.document)); + +/*jslint unparam: true, browser: true, indent: 2 */ +;(function ($, window, document, undefined) { + 'use strict'; + + Foundation.libs.tab = { + name : 'tab', + + version : '5.0.1', + + settings : { + active_class: 'active' + }, + + init : function (scope, method, options) { + this.bindings(method, options); + }, + + events : function () { + $(this.scope).off('.tab').on('click.fndtn.tab', '[data-tab] > dd > a', function (e) { + e.preventDefault(); + + var tab = $(this).parent(), + target = $('#' + this.href.split('#')[1]), + siblings = tab.siblings(), + settings = tab.closest('[data-tab]').data('tab-init'); + + tab.addClass(settings.active_class); + siblings.removeClass(settings.active_class); + target.siblings().removeClass(settings.active_class).end().addClass(settings.active_class); + }); + }, + + off : function () {}, + + reflow : function () {} + }; +}(jQuery, this, this.document)); + +;(function ($, window, document, undefined) { + 'use strict'; + + Foundation.libs.tooltip = { + name : 'tooltip', + + version : '5.0.0', + + settings : { + additional_inheritable_classes : [], + tooltip_class : '.tooltip', + append_to: 'body', + touch_close_text: 'Tap To Close', + disable_for_touch: false, + tip_template : function (selector, content) { + return '' + content + ''; + } + }, + + cache : {}, + + init : function (scope, method, options) { + this.bindings(method, options); + }, + + events : function () { + var self = this; + + if (Modernizr.touch) { + $(this.scope) + .off('.tooltip') + .on('click.fndtn.tooltip touchstart.fndtn.tooltip touchend.fndtn.tooltip', + '[data-tooltip]', function (e) { + var settings = $.extend({}, self.settings, self.data_options($(this))); + if (!settings.disable_for_touch) { + e.preventDefault(); + $(settings.tooltip_class).hide(); + self.showOrCreateTip($(this)); + } + }) + .on('click.fndtn.tooltip touchstart.fndtn.tooltip touchend.fndtn.tooltip', + this.settings.tooltip_class, function (e) { + e.preventDefault(); + $(this).fadeOut(150); + }); + } else { + $(this.scope) + .off('.tooltip') + .on('mouseenter.fndtn.tooltip mouseleave.fndtn.tooltip', + '[data-tooltip]', function (e) { + var $this = $(this); + + if (/enter|over/i.test(e.type)) { + self.showOrCreateTip($this); + } else if (e.type === 'mouseout' || e.type === 'mouseleave') { + self.hide($this); + } + }); + } + }, + + showOrCreateTip : function ($target) { + var $tip = this.getTip($target); + + if ($tip && $tip.length > 0) { + return this.show($target); + } + + return this.create($target); + }, + + getTip : function ($target) { + var selector = this.selector($target), + tip = null; + + if (selector) { + tip = $('span[data-selector="' + selector + '"]' + this.settings.tooltip_class); + } + + return (typeof tip === 'object') ? tip : false; + }, + + selector : function ($target) { + var id = $target.attr('id'), + dataSelector = $target.attr('data-tooltip') || $target.attr('data-selector'); + + if ((id && id.length < 1 || !id) && typeof dataSelector != 'string') { + dataSelector = 'tooltip' + Math.random().toString(36).substring(7); + $target.attr('data-selector', dataSelector); + } + + return (id && id.length > 0) ? id : dataSelector; + }, + + create : function ($target) { + var $tip = $(this.settings.tip_template(this.selector($target), $('
    ').html($target.attr('title')).html())), + classes = this.inheritable_classes($target); + + $tip.addClass(classes).appendTo(this.settings.append_to); + if (Modernizr.touch) { + $tip.append(''+this.settings.touch_close_text+''); + } + $target.removeAttr('title').attr('title',''); + this.show($target); + }, + + reposition : function (target, tip, classes) { + var width, nub, nubHeight, nubWidth, column, objPos; + + tip.css('visibility', 'hidden').show(); + + width = target.data('width'); + nub = tip.children('.nub'); + nubHeight = nub.outerHeight(); + nubWidth = nub.outerHeight(); + + objPos = function (obj, top, right, bottom, left, width) { + return obj.css({ + 'top' : (top) ? top : 'auto', + 'bottom' : (bottom) ? bottom : 'auto', + 'left' : (left) ? left : 'auto', + 'right' : (right) ? right : 'auto', + 'width' : (width) ? width : 'auto' + }).end(); + }; + + objPos(tip, (target.offset().top + target.outerHeight() + 10), 'auto', 'auto', target.offset().left, width); + + if (this.small()) { + objPos(tip, (target.offset().top + target.outerHeight() + 10), 'auto', 'auto', 12.5, $(this.scope).width()); + tip.addClass('tip-override'); + objPos(nub, -nubHeight, 'auto', 'auto', target.offset().left); + } else { + var left = target.offset().left; + if (Foundation.rtl) { + left = target.offset().left + target.offset().width - tip.outerWidth(); + } + objPos(tip, (target.offset().top + target.outerHeight() + 10), 'auto', 'auto', left, width); + tip.removeClass('tip-override'); + if (classes && classes.indexOf('tip-top') > -1) { + objPos(tip, (target.offset().top - tip.outerHeight()), 'auto', 'auto', left, width) + .removeClass('tip-override'); + } else if (classes && classes.indexOf('tip-left') > -1) { + objPos(tip, (target.offset().top + (target.outerHeight() / 2) - nubHeight*2.5), 'auto', 'auto', (target.offset().left - tip.outerWidth() - nubHeight), width) + .removeClass('tip-override'); + } else if (classes && classes.indexOf('tip-right') > -1) { + objPos(tip, (target.offset().top + (target.outerHeight() / 2) - nubHeight*2.5), 'auto', 'auto', (target.offset().left + target.outerWidth() + nubHeight), width) + .removeClass('tip-override'); + } + } + + tip.css('visibility', 'visible').hide(); + }, + + small : function () { + return matchMedia(Foundation.media_queries.small).matches; + }, + + inheritable_classes : function (target) { + var inheritables = ['tip-top', 'tip-left', 'tip-bottom', 'tip-right', 'noradius'].concat(this.settings.additional_inheritable_classes), + classes = target.attr('class'), + filtered = classes ? $.map(classes.split(' '), function (el, i) { + if ($.inArray(el, inheritables) !== -1) { + return el; + } + }).join(' ') : ''; + + return $.trim(filtered); + }, + + show : function ($target) { + var $tip = this.getTip($target); + + this.reposition($target, $tip, $target.attr('class')); + $tip.fadeIn(150); + }, + + hide : function ($target) { + var $tip = this.getTip($target); + + $tip.fadeOut(150); + }, + + // deprecate reload + reload : function () { + var $self = $(this); + + return ($self.data('fndtn-tooltips')) ? $self.foundationTooltips('destroy').foundationTooltips('init') : $self.foundationTooltips('init'); + }, + + off : function () { + $(this.scope).off('.fndtn.tooltip'); + $(this.settings.tooltip_class).each(function (i) { + $('[data-tooltip]').get(i).attr('title', $(this).text()); + }).remove(); + }, + + reflow : function () {} + }; +}(jQuery, this, this.document)); + +;(function ($, window, document, undefined) { + 'use strict'; + + Foundation.libs.topbar = { + name : 'topbar', + + version: '5.0.1', + + settings : { + index : 0, + sticky_class : 'sticky', + custom_back_text: true, + back_text: 'Back', + is_hover: true, + mobile_show_parent_link: false, + scrolltop : true // jump to top when sticky nav menu toggle is clicked + }, + + init : function (section, method, options) { + Foundation.inherit(this, 'addCustomRule register_media throttle'); + var self = this; + + self.register_media('topbar', 'foundation-mq-topbar'); + + this.bindings(method, options); + + $('[data-topbar]', this.scope).each(function () { + var topbar = $(this), + settings = topbar.data('topbar-init'), + section = $('section', this), + titlebar = $('> ul', this).first(); + + topbar.data('index', 0); + + var topbarContainer = topbar.parent(); + if(topbarContainer.hasClass('fixed') || topbarContainer.hasClass(settings.sticky_class)) { + self.settings.sticky_class = settings.sticky_class; + self.settings.stick_topbar = topbar; + topbar.data('height', topbarContainer.outerHeight()); + topbar.data('stickyoffset', topbarContainer.offset().top); + } else { + topbar.data('height', topbar.outerHeight()); + } + + if (!settings.assembled) self.assemble(topbar); + + if (settings.is_hover) { + $('.has-dropdown', topbar).addClass('not-click'); + } else { + $('.has-dropdown', topbar).removeClass('not-click'); + } + + // Pad body when sticky (scrolled) or fixed. + self.addCustomRule('.f-topbar-fixed { padding-top: ' + topbar.data('height') + 'px }'); + + if (topbarContainer.hasClass('fixed')) { + $('body').addClass('f-topbar-fixed'); + } + }); + + }, + + toggle: function (toggleEl) { + var self = this; + + if (toggleEl) { + var topbar = $(toggleEl).closest('[data-topbar]'); + } else { + var topbar = $('[data-topbar]'); + } + + var settings = topbar.data('topbar-init'); + + var section = $('section, .section', topbar); + + if (self.breakpoint()) { + if (!self.rtl) { + section.css({left: '0%'}); + $('>.name', section).css({left: '100%'}); + } else { + section.css({right: '0%'}); + $('>.name', section).css({right: '100%'}); + } + + $('li.moved', section).removeClass('moved'); + topbar.data('index', 0); + + topbar + .toggleClass('expanded') + .css('height', ''); + } + + if (settings.scrolltop) { + if (!topbar.hasClass('expanded')) { + if (topbar.hasClass('fixed')) { + topbar.parent().addClass('fixed'); + topbar.removeClass('fixed'); + $('body').addClass('f-topbar-fixed'); + } + } else if (topbar.parent().hasClass('fixed')) { + if (settings.scrolltop) { + topbar.parent().removeClass('fixed'); + topbar.addClass('fixed'); + $('body').removeClass('f-topbar-fixed'); + + window.scrollTo(0,0); + } else { + topbar.parent().removeClass('expanded'); + } + } + } else { + if(topbar.parent().hasClass(self.settings.sticky_class)) { + topbar.parent().addClass('fixed'); + } + + if(topbar.parent().hasClass('fixed')) { + if (!topbar.hasClass('expanded')) { + topbar.removeClass('fixed'); + topbar.parent().removeClass('expanded'); + self.update_sticky_positioning(); + } else { + topbar.addClass('fixed'); + topbar.parent().addClass('expanded'); + } + } + } + }, + + timer : null, + + events : function (bar) { + var self = this; + $(this.scope) + .off('.topbar') + .on('click.fndtn.topbar', '[data-topbar] .toggle-topbar', function (e) { + e.preventDefault(); + self.toggle(this); + }) + .on('click.fndtn.topbar', '[data-topbar] li.has-dropdown', function (e) { + var li = $(this), + target = $(e.target), + topbar = li.closest('[data-topbar]'), + settings = topbar.data('topbar-init'); + + if(target.data('revealId')) { + self.toggle(); + return; + } + + if (self.breakpoint()) return; + if (settings.is_hover && !Modernizr.touch) return; + + e.stopImmediatePropagation(); + + if (li.hasClass('hover')) { + li + .removeClass('hover') + .find('li') + .removeClass('hover'); + + li.parents('li.hover') + .removeClass('hover'); + } else { + li.addClass('hover'); + + if (target[0].nodeName === 'A' && target.parent().hasClass('has-dropdown')) { + e.preventDefault(); + } + } + }) + .on('click.fndtn.topbar', '[data-topbar] .has-dropdown>a', function (e) { + if (self.breakpoint()) { + + e.preventDefault(); + + var $this = $(this), + topbar = $this.closest('[data-topbar]'), + section = topbar.find('section, .section'), + dropdownHeight = $this.next('.dropdown').outerHeight(), + $selectedLi = $this.closest('li'); + + topbar.data('index', topbar.data('index') + 1); + $selectedLi.addClass('moved'); + + if (!self.rtl) { + section.css({left: -(100 * topbar.data('index')) + '%'}); + section.find('>.name').css({left: 100 * topbar.data('index') + '%'}); + } else { + section.css({right: -(100 * topbar.data('index')) + '%'}); + section.find('>.name').css({right: 100 * topbar.data('index') + '%'}); + } + + topbar.css('height', $this.siblings('ul').outerHeight(true) + topbar.data('height')); + } + }); + + $(window).off('.topbar').on('resize.fndtn.topbar', self.throttle(function () { + self.resize.call(self); + }, 50)).trigger('resize'); + + $('body').off('.topbar').on('click.fndtn.topbar touchstart.fndtn.topbar', function (e) { + var parent = $(e.target).closest('li').closest('li.hover'); + + if (parent.length > 0) { + return; + } + + $('[data-topbar] li').removeClass('hover'); + }); + + // Go up a level on Click + $(this.scope).on('click.fndtn.topbar', '[data-topbar] .has-dropdown .back', function (e) { + e.preventDefault(); + + var $this = $(this), + topbar = $this.closest('[data-topbar]'), + section = topbar.find('section, .section'), + settings = topbar.data('topbar-init'), + $movedLi = $this.closest('li.moved'), + $previousLevelUl = $movedLi.parent(); + + topbar.data('index', topbar.data('index') - 1); + + if (!self.rtl) { + section.css({left: -(100 * topbar.data('index')) + '%'}); + section.find('>.name').css({left: 100 * topbar.data('index') + '%'}); + } else { + section.css({right: -(100 * topbar.data('index')) + '%'}); + section.find('>.name').css({right: 100 * topbar.data('index') + '%'}); + } + + if (topbar.data('index') === 0) { + topbar.css('height', ''); + } else { + topbar.css('height', $previousLevelUl.outerHeight(true) + topbar.data('height')); + } + + setTimeout(function () { + $movedLi.removeClass('moved'); + }, 300); + }); + }, + + resize : function () { + var self = this; + $('[data-topbar]').each(function () { + var topbar = $(this), + settings = topbar.data('topbar-init'); + + var stickyContainer = topbar.parent('.' + self.settings.sticky_class); + var stickyOffset; + + if (!self.breakpoint()) { + var doToggle = topbar.hasClass('expanded'); + topbar + .css('height', '') + .removeClass('expanded') + .find('li') + .removeClass('hover'); + + if(doToggle) { + self.toggle(topbar); + } + } + + if(stickyContainer.length > 0) { + if(stickyContainer.hasClass('fixed')) { + // Remove the fixed to allow for correct calculation of the offset. + stickyContainer.removeClass('fixed'); + + stickyOffset = stickyContainer.offset().top; + if($(document.body).hasClass('f-topbar-fixed')) { + stickyOffset -= topbar.data('height'); + } + + topbar.data('stickyoffset', stickyOffset); + stickyContainer.addClass('fixed'); + } else { + stickyOffset = stickyContainer.offset().top; + topbar.data('stickyoffset', stickyOffset); + } + } + + }); + }, + + breakpoint : function () { + return !matchMedia(Foundation.media_queries['topbar']).matches; + }, + + assemble : function (topbar) { + var self = this, + settings = topbar.data('topbar-init'), + section = $('section', topbar), + titlebar = $('> ul', topbar).first(); + + // Pull element out of the DOM for manipulation + section.detach(); + + $('.has-dropdown>a', section).each(function () { + var $link = $(this), + $dropdown = $link.siblings('.dropdown'), + url = $link.attr('href'); + + if (settings.mobile_show_parent_link && url && url.length > 1) { + var $titleLi = $('
  2. ' + $link.text() +'
  3. '); + } else { + var $titleLi = $('
  4. '); + } + + // Copy link to subnav + if (settings.custom_back_text == true) { + $('h5>a', $titleLi).html(settings.back_text); + } else { + $('h5>a', $titleLi).html('« ' + $link.html()); + } + $dropdown.prepend($titleLi); + }); + + // Put element back in the DOM + section.appendTo(topbar); + + // check for sticky + this.sticky(); + + this.assembled(topbar); + }, + + assembled : function (topbar) { + topbar.data('topbar-init', $.extend({}, topbar.data('topbar-init'), {assembled: true})); + }, + + height : function (ul) { + var total = 0, + self = this; + + $('> li', ul).each(function () { total += $(this).outerHeight(true); }); + + return total; + }, + + sticky : function () { + var $window = $(window), + self = this; + + $(window).on('scroll', function() { + self.update_sticky_positioning(); + }); + }, + + update_sticky_positioning: function() { + var klass = '.' + this.settings.sticky_class; + var $window = $(window); + + if ($(klass).length > 0) { + var distance = this.settings.sticky_topbar.data('stickyoffset'); + if (!$(klass).hasClass('expanded')) { + if ($window.scrollTop() > (distance)) { + if (!$(klass).hasClass('fixed')) { + $(klass).addClass('fixed'); + $('body').addClass('f-topbar-fixed'); + } + } else if ($window.scrollTop() <= distance) { + if ($(klass).hasClass('fixed')) { + $(klass).removeClass('fixed'); + $('body').removeClass('f-topbar-fixed'); + } + } + } + } + }, + + off : function () { + $(this.scope).off('.fndtn.topbar'); + $(window).off('.fndtn.topbar'); + }, + + reflow : function () {} + }; +}(jQuery, this, this.document)); +/*! + * Modernizr v2.7.1 + * www.modernizr.com + * + * Copyright (c) Faruk Ates, Paul Irish, Alex Sexton + * Available under the BSD and MIT licenses: www.modernizr.com/license/ + */ + +/* + * Modernizr tests which native CSS3 and HTML5 features are available in + * the current UA and makes the results available to you in two ways: + * as properties on a global Modernizr object, and as classes on the + * element. This information allows you to progressively enhance + * your pages with a granular level of control over the experience. + * + * Modernizr has an optional (not included) conditional resource loader + * called Modernizr.load(), based on Yepnope.js (yepnopejs.com). + * To get a build that includes Modernizr.load(), as well as choosing + * which tests to include, go to www.modernizr.com/download/ + * + * Authors Faruk Ates, Paul Irish, Alex Sexton + * Contributors Ryan Seddon, Ben Alman + */ + + +window.Modernizr = (function( window, document, undefined ) { + + var version = '2.7.1', + + Modernizr = {}, + + /*>>cssclasses*/ + // option for enabling the HTML classes to be added + enableClasses = true, + /*>>cssclasses*/ + + docElement = document.documentElement, + + /** + * Create our "modernizr" element that we do most feature tests on. + */ + mod = 'modernizr', + modElem = document.createElement(mod), + mStyle = modElem.style, + + /** + * Create the input element for various Web Forms feature tests. + */ + inputElem /*>>inputelem*/ = document.createElement('input') /*>>inputelem*/ , + + /*>>smile*/ + smile = ':)', + /*>>smile*/ + + toString = {}.toString, + + // TODO :: make the prefixes more granular + /*>>prefixes*/ + // List of property values to set for css tests. See ticket #21 + prefixes = ' -webkit- -moz- -o- -ms- '.split(' '), + /*>>prefixes*/ + + /*>>domprefixes*/ + // Following spec is to expose vendor-specific style properties as: + // elem.style.WebkitBorderRadius + // and the following would be incorrect: + // elem.style.webkitBorderRadius + + // Webkit ghosts their properties in lowercase but Opera & Moz do not. + // Microsoft uses a lowercase `ms` instead of the correct `Ms` in IE8+ + // erik.eae.net/archives/2008/03/10/21.48.10/ + + // More here: github.com/Modernizr/Modernizr/issues/issue/21 + omPrefixes = 'Webkit Moz O ms', + + cssomPrefixes = omPrefixes.split(' '), + + domPrefixes = omPrefixes.toLowerCase().split(' '), + /*>>domprefixes*/ + + /*>>ns*/ + ns = {'svg': 'http://www.w3.org/2000/svg'}, + /*>>ns*/ + + tests = {}, + inputs = {}, + attrs = {}, + + classes = [], + + slice = classes.slice, + + featureName, // used in testing loop + + + /*>>teststyles*/ + // Inject element with style element and some CSS rules + injectElementWithStyles = function( rule, callback, nodes, testnames ) { + + var style, ret, node, docOverflow, + div = document.createElement('div'), + // After page load injecting a fake body doesn't work so check if body exists + body = document.body, + // IE6 and 7 won't return offsetWidth or offsetHeight unless it's in the body element, so we fake it. + fakeBody = body || document.createElement('body'); + + if ( parseInt(nodes, 10) ) { + // In order not to give false positives we create a node for each test + // This also allows the method to scale for unspecified uses + while ( nodes-- ) { + node = document.createElement('div'); + node.id = testnames ? testnames[nodes] : mod + (nodes + 1); + div.appendChild(node); + } + } + + // '].join(''); + div.id = mod; + // IE6 will false positive on some tests due to the style element inside the test div somehow interfering offsetHeight, so insert it into body or fakebody. + // Opera will act all quirky when injecting elements in documentElement when page is served as xml, needs fakebody too. #270 + (body ? div : fakeBody).innerHTML += style; + fakeBody.appendChild(div); + if ( !body ) { + //avoid crashing IE8, if background image is used + fakeBody.style.background = ''; + //Safari 5.13/5.1.4 OSX stops loading if ::-webkit-scrollbar is used and scrollbars are visible + fakeBody.style.overflow = 'hidden'; + docOverflow = docElement.style.overflow; + docElement.style.overflow = 'hidden'; + docElement.appendChild(fakeBody); + } + + ret = callback(div, rule); + // If this is done after page load we don't want to remove the body so check if body exists + if ( !body ) { + fakeBody.parentNode.removeChild(fakeBody); + docElement.style.overflow = docOverflow; + } else { + div.parentNode.removeChild(div); + } + + return !!ret; + + }, + /*>>teststyles*/ + + /*>>mq*/ + // adapted from matchMedia polyfill + // by Scott Jehl and Paul Irish + // gist.github.com/786768 + testMediaQuery = function( mq ) { + + var matchMedia = window.matchMedia || window.msMatchMedia; + if ( matchMedia ) { + return matchMedia(mq).matches; + } + + var bool; + + injectElementWithStyles('@media ' + mq + ' { #' + mod + ' { position: absolute; } }', function( node ) { + bool = (window.getComputedStyle ? + getComputedStyle(node, null) : + node.currentStyle)['position'] == 'absolute'; + }); + + return bool; + + }, + /*>>mq*/ + + + /*>>hasevent*/ + // + // isEventSupported determines if a given element supports the given event + // kangax.github.com/iseventsupported/ + // + // The following results are known incorrects: + // Modernizr.hasEvent("webkitTransitionEnd", elem) // false negative + // Modernizr.hasEvent("textInput") // in Webkit. github.com/Modernizr/Modernizr/issues/333 + // ... + isEventSupported = (function() { + + var TAGNAMES = { + 'select': 'input', 'change': 'input', + 'submit': 'form', 'reset': 'form', + 'error': 'img', 'load': 'img', 'abort': 'img' + }; + + function isEventSupported( eventName, element ) { + + element = element || document.createElement(TAGNAMES[eventName] || 'div'); + eventName = 'on' + eventName; + + // When using `setAttribute`, IE skips "unload", WebKit skips "unload" and "resize", whereas `in` "catches" those + var isSupported = eventName in element; + + if ( !isSupported ) { + // If it has no `setAttribute` (i.e. doesn't implement Node interface), try generic element + if ( !element.setAttribute ) { + element = document.createElement('div'); + } + if ( element.setAttribute && element.removeAttribute ) { + element.setAttribute(eventName, ''); + isSupported = is(element[eventName], 'function'); + + // If property was created, "remove it" (by setting value to `undefined`) + if ( !is(element[eventName], 'undefined') ) { + element[eventName] = undefined; + } + element.removeAttribute(eventName); + } + } + + element = null; + return isSupported; + } + return isEventSupported; + })(), + /*>>hasevent*/ + + // TODO :: Add flag for hasownprop ? didn't last time + + // hasOwnProperty shim by kangax needed for Safari 2.0 support + _hasOwnProperty = ({}).hasOwnProperty, hasOwnProp; + + if ( !is(_hasOwnProperty, 'undefined') && !is(_hasOwnProperty.call, 'undefined') ) { + hasOwnProp = function (object, property) { + return _hasOwnProperty.call(object, property); + }; + } + else { + hasOwnProp = function (object, property) { /* yes, this can give false positives/negatives, but most of the time we don't care about those */ + return ((property in object) && is(object.constructor.prototype[property], 'undefined')); + }; + } + + // Adapted from ES5-shim https://github.com/kriskowal/es5-shim/blob/master/es5-shim.js + // es5.github.com/#x15.3.4.5 + + if (!Function.prototype.bind) { + Function.prototype.bind = function bind(that) { + + var target = this; + + if (typeof target != "function") { + throw new TypeError(); + } + + var args = slice.call(arguments, 1), + bound = function () { + + if (this instanceof bound) { + + var F = function(){}; + F.prototype = target.prototype; + var self = new F(); + + var result = target.apply( + self, + args.concat(slice.call(arguments)) + ); + if (Object(result) === result) { + return result; + } + return self; + + } else { + + return target.apply( + that, + args.concat(slice.call(arguments)) + ); + + } + + }; + + return bound; + }; + } + + /** + * setCss applies given styles to the Modernizr DOM node. + */ + function setCss( str ) { + mStyle.cssText = str; + } + + /** + * setCssAll extrapolates all vendor-specific css strings. + */ + function setCssAll( str1, str2 ) { + return setCss(prefixes.join(str1 + ';') + ( str2 || '' )); + } + + /** + * is returns a boolean for if typeof obj is exactly type. + */ + function is( obj, type ) { + return typeof obj === type; + } + + /** + * contains returns a boolean for if substr is found within str. + */ + function contains( str, substr ) { + return !!~('' + str).indexOf(substr); + } + + /*>>testprop*/ + + // testProps is a generic CSS / DOM property test. + + // In testing support for a given CSS property, it's legit to test: + // `elem.style[styleName] !== undefined` + // If the property is supported it will return an empty string, + // if unsupported it will return undefined. + + // We'll take advantage of this quick test and skip setting a style + // on our modernizr element, but instead just testing undefined vs + // empty string. + + // Because the testing of the CSS property names (with "-", as + // opposed to the camelCase DOM properties) is non-portable and + // non-standard but works in WebKit and IE (but not Gecko or Opera), + // we explicitly reject properties with dashes so that authors + // developing in WebKit or IE first don't end up with + // browser-specific content by accident. + + function testProps( props, prefixed ) { + for ( var i in props ) { + var prop = props[i]; + if ( !contains(prop, "-") && mStyle[prop] !== undefined ) { + return prefixed == 'pfx' ? prop : true; + } + } + return false; + } + /*>>testprop*/ + + // TODO :: add testDOMProps + /** + * testDOMProps is a generic DOM property test; if a browser supports + * a certain property, it won't return undefined for it. + */ + function testDOMProps( props, obj, elem ) { + for ( var i in props ) { + var item = obj[props[i]]; + if ( item !== undefined) { + + // return the property name as a string + if (elem === false) return props[i]; + + // let's bind a function + if (is(item, 'function')){ + // default to autobind unless override + return item.bind(elem || obj); + } + + // return the unbound function or obj or value + return item; + } + } + return false; + } + + /*>>testallprops*/ + /** + * testPropsAll tests a list of DOM properties we want to check against. + * We specify literally ALL possible (known and/or likely) properties on + * the element including the non-vendor prefixed one, for forward- + * compatibility. + */ + function testPropsAll( prop, prefixed, elem ) { + + var ucProp = prop.charAt(0).toUpperCase() + prop.slice(1), + props = (prop + ' ' + cssomPrefixes.join(ucProp + ' ') + ucProp).split(' '); + + // did they call .prefixed('boxSizing') or are we just testing a prop? + if(is(prefixed, "string") || is(prefixed, "undefined")) { + return testProps(props, prefixed); + + // otherwise, they called .prefixed('requestAnimationFrame', window[, elem]) + } else { + props = (prop + ' ' + (domPrefixes).join(ucProp + ' ') + ucProp).split(' '); + return testDOMProps(props, prefixed, elem); + } + } + /*>>testallprops*/ + + + /** + * Tests + * ----- + */ + + // The *new* flexbox + // dev.w3.org/csswg/css3-flexbox + + tests['flexbox'] = function() { + return testPropsAll('flexWrap'); + }; + + // The *old* flexbox + // www.w3.org/TR/2009/WD-css3-flexbox-20090723/ + + tests['flexboxlegacy'] = function() { + return testPropsAll('boxDirection'); + }; + + // On the S60 and BB Storm, getContext exists, but always returns undefined + // so we actually have to call getContext() to verify + // github.com/Modernizr/Modernizr/issues/issue/97/ + + tests['canvas'] = function() { + var elem = document.createElement('canvas'); + return !!(elem.getContext && elem.getContext('2d')); + }; + + tests['canvastext'] = function() { + return !!(Modernizr['canvas'] && is(document.createElement('canvas').getContext('2d').fillText, 'function')); + }; + + // webk.it/70117 is tracking a legit WebGL feature detect proposal + + // We do a soft detect which may false positive in order to avoid + // an expensive context creation: bugzil.la/732441 + + tests['webgl'] = function() { + return !!window.WebGLRenderingContext; + }; + + /* + * The Modernizr.touch test only indicates if the browser supports + * touch events, which does not necessarily reflect a touchscreen + * device, as evidenced by tablets running Windows 7 or, alas, + * the Palm Pre / WebOS (touch) phones. + * + * Additionally, Chrome (desktop) used to lie about its support on this, + * but that has since been rectified: crbug.com/36415 + * + * We also test for Firefox 4 Multitouch Support. + * + * For more info, see: modernizr.github.com/Modernizr/touch.html + */ + + tests['touch'] = function() { + var bool; + + if(('ontouchstart' in window) || window.DocumentTouch && document instanceof DocumentTouch) { + bool = true; + } else { + injectElementWithStyles(['@media (',prefixes.join('touch-enabled),('),mod,')','{#modernizr{top:9px;position:absolute}}'].join(''), function( node ) { + bool = node.offsetTop === 9; + }); + } + + return bool; + }; + + + // geolocation is often considered a trivial feature detect... + // Turns out, it's quite tricky to get right: + // + // Using !!navigator.geolocation does two things we don't want. It: + // 1. Leaks memory in IE9: github.com/Modernizr/Modernizr/issues/513 + // 2. Disables page caching in WebKit: webk.it/43956 + // + // Meanwhile, in Firefox < 8, an about:config setting could expose + // a false positive that would throw an exception: bugzil.la/688158 + + tests['geolocation'] = function() { + return 'geolocation' in navigator; + }; + + + tests['postmessage'] = function() { + return !!window.postMessage; + }; + + + // Chrome incognito mode used to throw an exception when using openDatabase + // It doesn't anymore. + tests['websqldatabase'] = function() { + return !!window.openDatabase; + }; + + // Vendors had inconsistent prefixing with the experimental Indexed DB: + // - Webkit's implementation is accessible through webkitIndexedDB + // - Firefox shipped moz_indexedDB before FF4b9, but since then has been mozIndexedDB + // For speed, we don't test the legacy (and beta-only) indexedDB + tests['indexedDB'] = function() { + return !!testPropsAll("indexedDB", window); + }; + + // documentMode logic from YUI to filter out IE8 Compat Mode + // which false positives. + tests['hashchange'] = function() { + return isEventSupported('hashchange', window) && (document.documentMode === undefined || document.documentMode > 7); + }; + + // Per 1.6: + // This used to be Modernizr.historymanagement but the longer + // name has been deprecated in favor of a shorter and property-matching one. + // The old API is still available in 1.6, but as of 2.0 will throw a warning, + // and in the first release thereafter disappear entirely. + tests['history'] = function() { + return !!(window.history && history.pushState); + }; + + tests['draganddrop'] = function() { + var div = document.createElement('div'); + return ('draggable' in div) || ('ondragstart' in div && 'ondrop' in div); + }; + + // FF3.6 was EOL'ed on 4/24/12, but the ESR version of FF10 + // will be supported until FF19 (2/12/13), at which time, ESR becomes FF17. + // FF10 still uses prefixes, so check for it until then. + // for more ESR info, see: mozilla.org/en-US/firefox/organizations/faq/ + tests['websockets'] = function() { + return 'WebSocket' in window || 'MozWebSocket' in window; + }; + + + // css-tricks.com/rgba-browser-support/ + tests['rgba'] = function() { + // Set an rgba() color and check the returned value + + setCss('background-color:rgba(150,255,150,.5)'); + + return contains(mStyle.backgroundColor, 'rgba'); + }; + + tests['hsla'] = function() { + // Same as rgba(), in fact, browsers re-map hsla() to rgba() internally, + // except IE9 who retains it as hsla + + setCss('background-color:hsla(120,40%,100%,.5)'); + + return contains(mStyle.backgroundColor, 'rgba') || contains(mStyle.backgroundColor, 'hsla'); + }; + + tests['multiplebgs'] = function() { + // Setting multiple images AND a color on the background shorthand property + // and then querying the style.background property value for the number of + // occurrences of "url(" is a reliable method for detecting ACTUAL support for this! + + setCss('background:url(https://),url(https://),red url(https://)'); + + // If the UA supports multiple backgrounds, there should be three occurrences + // of the string "url(" in the return value for elemStyle.background + + return (/(url\s*\(.*?){3}/).test(mStyle.background); + }; + + + + // this will false positive in Opera Mini + // github.com/Modernizr/Modernizr/issues/396 + + tests['backgroundsize'] = function() { + return testPropsAll('backgroundSize'); + }; + + tests['borderimage'] = function() { + return testPropsAll('borderImage'); + }; + + + // Super comprehensive table about all the unique implementations of + // border-radius: muddledramblings.com/table-of-css3-border-radius-compliance + + tests['borderradius'] = function() { + return testPropsAll('borderRadius'); + }; + + // WebOS unfortunately false positives on this test. + tests['boxshadow'] = function() { + return testPropsAll('boxShadow'); + }; + + // FF3.0 will false positive on this test + tests['textshadow'] = function() { + return document.createElement('div').style.textShadow === ''; + }; + + + tests['opacity'] = function() { + // Browsers that actually have CSS Opacity implemented have done so + // according to spec, which means their return values are within the + // range of [0.0,1.0] - including the leading zero. + + setCssAll('opacity:.55'); + + // The non-literal . in this regex is intentional: + // German Chrome returns this value as 0,55 + // github.com/Modernizr/Modernizr/issues/#issue/59/comment/516632 + return (/^0.55$/).test(mStyle.opacity); + }; + + + // Note, Android < 4 will pass this test, but can only animate + // a single property at a time + // daneden.me/2011/12/putting-up-with-androids-bullshit/ + tests['cssanimations'] = function() { + return testPropsAll('animationName'); + }; + + + tests['csscolumns'] = function() { + return testPropsAll('columnCount'); + }; + + + tests['cssgradients'] = function() { + /** + * For CSS Gradients syntax, please see: + * webkit.org/blog/175/introducing-css-gradients/ + * developer.mozilla.org/en/CSS/-moz-linear-gradient + * developer.mozilla.org/en/CSS/-moz-radial-gradient + * dev.w3.org/csswg/css3-images/#gradients- + */ + + var str1 = 'background-image:', + str2 = 'gradient(linear,left top,right bottom,from(#9f9),to(white));', + str3 = 'linear-gradient(left top,#9f9, white);'; + + setCss( + // legacy webkit syntax (FIXME: remove when syntax not in use anymore) + (str1 + '-webkit- '.split(' ').join(str2 + str1) + + // standard syntax // trailing 'background-image:' + prefixes.join(str3 + str1)).slice(0, -str1.length) + ); + + return contains(mStyle.backgroundImage, 'gradient'); + }; + + + tests['cssreflections'] = function() { + return testPropsAll('boxReflect'); + }; + + + tests['csstransforms'] = function() { + return !!testPropsAll('transform'); + }; + + + tests['csstransforms3d'] = function() { + + var ret = !!testPropsAll('perspective'); + + // Webkit's 3D transforms are passed off to the browser's own graphics renderer. + // It works fine in Safari on Leopard and Snow Leopard, but not in Chrome in + // some conditions. As a result, Webkit typically recognizes the syntax but + // will sometimes throw a false positive, thus we must do a more thorough check: + if ( ret && 'webkitPerspective' in docElement.style ) { + + // Webkit allows this media query to succeed only if the feature is enabled. + // `@media (transform-3d),(-webkit-transform-3d){ ... }` + injectElementWithStyles('@media (transform-3d),(-webkit-transform-3d){#modernizr{left:9px;position:absolute;height:3px;}}', function( node, rule ) { + ret = node.offsetLeft === 9 && node.offsetHeight === 3; + }); + } + return ret; + }; + + + tests['csstransitions'] = function() { + return testPropsAll('transition'); + }; + + + /*>>fontface*/ + // @font-face detection routine by Diego Perini + // javascript.nwbox.com/CSSSupport/ + + // false positives: + // WebOS github.com/Modernizr/Modernizr/issues/342 + // WP7 github.com/Modernizr/Modernizr/issues/538 + tests['fontface'] = function() { + var bool; + + injectElementWithStyles('@font-face {font-family:"font";src:url("https://")}', function( node, rule ) { + var style = document.getElementById('smodernizr'), + sheet = style.sheet || style.styleSheet, + cssText = sheet ? (sheet.cssRules && sheet.cssRules[0] ? sheet.cssRules[0].cssText : sheet.cssText || '') : ''; + + bool = /src/i.test(cssText) && cssText.indexOf(rule.split(' ')[0]) === 0; + }); + + return bool; + }; + /*>>fontface*/ + + // CSS generated content detection + tests['generatedcontent'] = function() { + var bool; + + injectElementWithStyles(['#',mod,'{font:0/0 a}#',mod,':after{content:"',smile,'";visibility:hidden;font:3px/1 a}'].join(''), function( node ) { + bool = node.offsetHeight >= 3; + }); + + return bool; + }; + + + + // These tests evaluate support of the video/audio elements, as well as + // testing what types of content they support. + // + // We're using the Boolean constructor here, so that we can extend the value + // e.g. Modernizr.video // true + // Modernizr.video.ogg // 'probably' + // + // Codec values from : github.com/NielsLeenheer/html5test/blob/9106a8/index.html#L845 + // thx to NielsLeenheer and zcorpan + + // Note: in some older browsers, "no" was a return value instead of empty string. + // It was live in FF3.5.0 and 3.5.1, but fixed in 3.5.2 + // It was also live in Safari 4.0.0 - 4.0.4, but fixed in 4.0.5 + + tests['video'] = function() { + var elem = document.createElement('video'), + bool = false; + + // IE9 Running on Windows Server SKU can cause an exception to be thrown, bug #224 + try { + if ( bool = !!elem.canPlayType ) { + bool = new Boolean(bool); + bool.ogg = elem.canPlayType('video/ogg; codecs="theora"') .replace(/^no$/,''); + + // Without QuickTime, this value will be `undefined`. github.com/Modernizr/Modernizr/issues/546 + bool.h264 = elem.canPlayType('video/mp4; codecs="avc1.42E01E"') .replace(/^no$/,''); + + bool.webm = elem.canPlayType('video/webm; codecs="vp8, vorbis"').replace(/^no$/,''); + } + + } catch(e) { } + + return bool; + }; + + tests['audio'] = function() { + var elem = document.createElement('audio'), + bool = false; + + try { + if ( bool = !!elem.canPlayType ) { + bool = new Boolean(bool); + bool.ogg = elem.canPlayType('audio/ogg; codecs="vorbis"').replace(/^no$/,''); + bool.mp3 = elem.canPlayType('audio/mpeg;') .replace(/^no$/,''); + + // Mimetypes accepted: + // developer.mozilla.org/En/Media_formats_supported_by_the_audio_and_video_elements + // bit.ly/iphoneoscodecs + bool.wav = elem.canPlayType('audio/wav; codecs="1"') .replace(/^no$/,''); + bool.m4a = ( elem.canPlayType('audio/x-m4a;') || + elem.canPlayType('audio/aac;')) .replace(/^no$/,''); + } + } catch(e) { } + + return bool; + }; + + + // In FF4, if disabled, window.localStorage should === null. + + // Normally, we could not test that directly and need to do a + // `('localStorage' in window) && ` test first because otherwise Firefox will + // throw bugzil.la/365772 if cookies are disabled + + // Also in iOS5 Private Browsing mode, attempting to use localStorage.setItem + // will throw the exception: + // QUOTA_EXCEEDED_ERRROR DOM Exception 22. + // Peculiarly, getItem and removeItem calls do not throw. + + // Because we are forced to try/catch this, we'll go aggressive. + + // Just FWIW: IE8 Compat mode supports these features completely: + // www.quirksmode.org/dom/html5.html + // But IE8 doesn't support either with local files + + tests['localstorage'] = function() { + try { + localStorage.setItem(mod, mod); + localStorage.removeItem(mod); + return true; + } catch(e) { + return false; + } + }; + + tests['sessionstorage'] = function() { + try { + sessionStorage.setItem(mod, mod); + sessionStorage.removeItem(mod); + return true; + } catch(e) { + return false; + } + }; + + + tests['webworkers'] = function() { + return !!window.Worker; + }; + + + tests['applicationcache'] = function() { + return !!window.applicationCache; + }; + + + // Thanks to Erik Dahlstrom + tests['svg'] = function() { + return !!document.createElementNS && !!document.createElementNS(ns.svg, 'svg').createSVGRect; + }; + + // specifically for SVG inline in HTML, not within XHTML + // test page: paulirish.com/demo/inline-svg + tests['inlinesvg'] = function() { + var div = document.createElement('div'); + div.innerHTML = ''; + return (div.firstChild && div.firstChild.namespaceURI) == ns.svg; + }; + + // SVG SMIL animation + tests['smil'] = function() { + return !!document.createElementNS && /SVGAnimate/.test(toString.call(document.createElementNS(ns.svg, 'animate'))); + }; + + // This test is only for clip paths in SVG proper, not clip paths on HTML content + // demo: srufaculty.sru.edu/david.dailey/svg/newstuff/clipPath4.svg + + // However read the comments to dig into applying SVG clippaths to HTML content here: + // github.com/Modernizr/Modernizr/issues/213#issuecomment-1149491 + tests['svgclippaths'] = function() { + return !!document.createElementNS && /SVGClipPath/.test(toString.call(document.createElementNS(ns.svg, 'clipPath'))); + }; + + /*>>webforms*/ + // input features and input types go directly onto the ret object, bypassing the tests loop. + // Hold this guy to execute in a moment. + function webforms() { + /*>>input*/ + // Run through HTML5's new input attributes to see if the UA understands any. + // We're using f which is the element created early on + // Mike Taylr has created a comprehensive resource for testing these attributes + // when applied to all input types: + // miketaylr.com/code/input-type-attr.html + // spec: www.whatwg.org/specs/web-apps/current-work/multipage/the-input-element.html#input-type-attr-summary + + // Only input placeholder is tested while textarea's placeholder is not. + // Currently Safari 4 and Opera 11 have support only for the input placeholder + // Both tests are available in feature-detects/forms-placeholder.js + Modernizr['input'] = (function( props ) { + for ( var i = 0, len = props.length; i < len; i++ ) { + attrs[ props[i] ] = !!(props[i] in inputElem); + } + if (attrs.list){ + // safari false positive's on datalist: webk.it/74252 + // see also github.com/Modernizr/Modernizr/issues/146 + attrs.list = !!(document.createElement('datalist') && window.HTMLDataListElement); + } + return attrs; + })('autocomplete autofocus list placeholder max min multiple pattern required step'.split(' ')); + /*>>input*/ + + /*>>inputtypes*/ + // Run through HTML5's new input types to see if the UA understands any. + // This is put behind the tests runloop because it doesn't return a + // true/false like all the other tests; instead, it returns an object + // containing each input type with its corresponding true/false value + + // Big thanks to @miketaylr for the html5 forms expertise. miketaylr.com/ + Modernizr['inputtypes'] = (function(props) { + + for ( var i = 0, bool, inputElemType, defaultView, len = props.length; i < len; i++ ) { + + inputElem.setAttribute('type', inputElemType = props[i]); + bool = inputElem.type !== 'text'; + + // We first check to see if the type we give it sticks.. + // If the type does, we feed it a textual value, which shouldn't be valid. + // If the value doesn't stick, we know there's input sanitization which infers a custom UI + if ( bool ) { + + inputElem.value = smile; + inputElem.style.cssText = 'position:absolute;visibility:hidden;'; + + if ( /^range$/.test(inputElemType) && inputElem.style.WebkitAppearance !== undefined ) { + + docElement.appendChild(inputElem); + defaultView = document.defaultView; + + // Safari 2-4 allows the smiley as a value, despite making a slider + bool = defaultView.getComputedStyle && + defaultView.getComputedStyle(inputElem, null).WebkitAppearance !== 'textfield' && + // Mobile android web browser has false positive, so must + // check the height to see if the widget is actually there. + (inputElem.offsetHeight !== 0); + + docElement.removeChild(inputElem); + + } else if ( /^(search|tel)$/.test(inputElemType) ){ + // Spec doesn't define any special parsing or detectable UI + // behaviors so we pass these through as true + + // Interestingly, opera fails the earlier test, so it doesn't + // even make it here. + + } else if ( /^(url|email)$/.test(inputElemType) ) { + // Real url and email support comes with prebaked validation. + bool = inputElem.checkValidity && inputElem.checkValidity() === false; + + } else { + // If the upgraded input compontent rejects the :) text, we got a winner + bool = inputElem.value != smile; + } + } + + inputs[ props[i] ] = !!bool; + } + return inputs; + })('search tel url email datetime date month week time datetime-local number range color'.split(' ')); + /*>>inputtypes*/ + } + /*>>webforms*/ + + + // End of test definitions + // ----------------------- + + + + // Run through all tests and detect their support in the current UA. + // todo: hypothetically we could be doing an array of tests and use a basic loop here. + for ( var feature in tests ) { + if ( hasOwnProp(tests, feature) ) { + // run the test, throw the return value into the Modernizr, + // then based on that boolean, define an appropriate className + // and push it into an array of classes we'll join later. + featureName = feature.toLowerCase(); + Modernizr[featureName] = tests[feature](); + + classes.push((Modernizr[featureName] ? '' : 'no-') + featureName); + } + } + + /*>>webforms*/ + // input tests need to run. + Modernizr.input || webforms(); + /*>>webforms*/ + + + /** + * addTest allows the user to define their own feature tests + * the result will be added onto the Modernizr object, + * as well as an appropriate className set on the html element + * + * @param feature - String naming the feature + * @param test - Function returning true if feature is supported, false if not + */ + Modernizr.addTest = function ( feature, test ) { + if ( typeof feature == 'object' ) { + for ( var key in feature ) { + if ( hasOwnProp( feature, key ) ) { + Modernizr.addTest( key, feature[ key ] ); + } + } + } else { + + feature = feature.toLowerCase(); + + if ( Modernizr[feature] !== undefined ) { + // we're going to quit if you're trying to overwrite an existing test + // if we were to allow it, we'd do this: + // var re = new RegExp("\\b(no-)?" + feature + "\\b"); + // docElement.className = docElement.className.replace( re, '' ); + // but, no rly, stuff 'em. + return Modernizr; + } + + test = typeof test == 'function' ? test() : test; + + if (typeof enableClasses !== "undefined" && enableClasses) { + docElement.className += ' ' + (test ? '' : 'no-') + feature; + } + Modernizr[feature] = test; + + } + + return Modernizr; // allow chaining. + }; + + + // Reset modElem.cssText to nothing to reduce memory footprint. + setCss(''); + modElem = inputElem = null; + + /*>>shiv*/ + /** + * @preserve HTML5 Shiv prev3.7.1 | @afarkas @jdalton @jon_neal @rem | MIT/GPL2 Licensed + */ + ;(function(window, document) { + /*jshint evil:true */ + /** version */ + var version = '3.7.0'; + + /** Preset options */ + var options = window.html5 || {}; + + /** Used to skip problem elements */ + var reSkip = /^<|^(?:button|map|select|textarea|object|iframe|option|optgroup)$/i; + + /** Not all elements can be cloned in IE **/ + var saveClones = /^(?:a|b|code|div|fieldset|h1|h2|h3|h4|h5|h6|i|label|li|ol|p|q|span|strong|style|table|tbody|td|th|tr|ul)$/i; + + /** Detect whether the browser supports default html5 styles */ + var supportsHtml5Styles; + + /** Name of the expando, to work with multiple documents or to re-shiv one document */ + var expando = '_html5shiv'; + + /** The id for the the documents expando */ + var expanID = 0; + + /** Cached data for each document */ + var expandoData = {}; + + /** Detect whether the browser supports unknown elements */ + var supportsUnknownElements; + + (function() { + try { + var a = document.createElement('a'); + a.innerHTML = ''; + //if the hidden property is implemented we can assume, that the browser supports basic HTML5 Styles + supportsHtml5Styles = ('hidden' in a); + + supportsUnknownElements = a.childNodes.length == 1 || (function() { + // assign a false positive if unable to shiv + (document.createElement)('a'); + var frag = document.createDocumentFragment(); + return ( + typeof frag.cloneNode == 'undefined' || + typeof frag.createDocumentFragment == 'undefined' || + typeof frag.createElement == 'undefined' + ); + }()); + } catch(e) { + // assign a false positive if detection fails => unable to shiv + supportsHtml5Styles = true; + supportsUnknownElements = true; + } + + }()); + + /*--------------------------------------------------------------------------*/ + + /** + * Creates a style sheet with the given CSS text and adds it to the document. + * @private + * @param {Document} ownerDocument The document. + * @param {String} cssText The CSS text. + * @returns {StyleSheet} The style element. + */ + function addStyleSheet(ownerDocument, cssText) { + var p = ownerDocument.createElement('p'), + parent = ownerDocument.getElementsByTagName('head')[0] || ownerDocument.documentElement; + + p.innerHTML = 'x'; + return parent.insertBefore(p.lastChild, parent.firstChild); + } + + /** + * Returns the value of `html5.elements` as an array. + * @private + * @returns {Array} An array of shived element node names. + */ + function getElements() { + var elements = html5.elements; + return typeof elements == 'string' ? elements.split(' ') : elements; + } + + /** + * Returns the data associated to the given document + * @private + * @param {Document} ownerDocument The document. + * @returns {Object} An object of data. + */ + function getExpandoData(ownerDocument) { + var data = expandoData[ownerDocument[expando]]; + if (!data) { + data = {}; + expanID++; + ownerDocument[expando] = expanID; + expandoData[expanID] = data; + } + return data; + } + + /** + * returns a shived element for the given nodeName and document + * @memberOf html5 + * @param {String} nodeName name of the element + * @param {Document} ownerDocument The context document. + * @returns {Object} The shived element. + */ + function createElement(nodeName, ownerDocument, data){ + if (!ownerDocument) { + ownerDocument = document; + } + if(supportsUnknownElements){ + return ownerDocument.createElement(nodeName); + } + if (!data) { + data = getExpandoData(ownerDocument); + } + var node; + + if (data.cache[nodeName]) { + node = data.cache[nodeName].cloneNode(); + } else if (saveClones.test(nodeName)) { + node = (data.cache[nodeName] = data.createElem(nodeName)).cloneNode(); + } else { + node = data.createElem(nodeName); + } + + // Avoid adding some elements to fragments in IE < 9 because + // * Attributes like `name` or `type` cannot be set/changed once an element + // is inserted into a document/fragment + // * Link elements with `src` attributes that are inaccessible, as with + // a 403 response, will cause the tab/window to crash + // * Script elements appended to fragments will execute when their `src` + // or `text` property is set + return node.canHaveChildren && !reSkip.test(nodeName) && !node.tagUrn ? data.frag.appendChild(node) : node; + } + + /** + * returns a shived DocumentFragment for the given document + * @memberOf html5 + * @param {Document} ownerDocument The context document. + * @returns {Object} The shived DocumentFragment. + */ + function createDocumentFragment(ownerDocument, data){ + if (!ownerDocument) { + ownerDocument = document; + } + if(supportsUnknownElements){ + return ownerDocument.createDocumentFragment(); + } + data = data || getExpandoData(ownerDocument); + var clone = data.frag.cloneNode(), + i = 0, + elems = getElements(), + l = elems.length; + for(;i>shiv*/ + + // Assign private properties to the return object with prefix + Modernizr._version = version; + + // expose these for the plugin API. Look in the source for how to join() them against your input + /*>>prefixes*/ + Modernizr._prefixes = prefixes; + /*>>prefixes*/ + /*>>domprefixes*/ + Modernizr._domPrefixes = domPrefixes; + Modernizr._cssomPrefixes = cssomPrefixes; + /*>>domprefixes*/ + + /*>>mq*/ + // Modernizr.mq tests a given media query, live against the current state of the window + // A few important notes: + // * If a browser does not support media queries at all (eg. oldIE) the mq() will always return false + // * A max-width or orientation query will be evaluated against the current state, which may change later. + // * You must specify values. Eg. If you are testing support for the min-width media query use: + // Modernizr.mq('(min-width:0)') + // usage: + // Modernizr.mq('only screen and (max-width:768)') + Modernizr.mq = testMediaQuery; + /*>>mq*/ + + /*>>hasevent*/ + // Modernizr.hasEvent() detects support for a given event, with an optional element to test on + // Modernizr.hasEvent('gesturestart', elem) + Modernizr.hasEvent = isEventSupported; + /*>>hasevent*/ + + /*>>testprop*/ + // Modernizr.testProp() investigates whether a given style property is recognized + // Note that the property names must be provided in the camelCase variant. + // Modernizr.testProp('pointerEvents') + Modernizr.testProp = function(prop){ + return testProps([prop]); + }; + /*>>testprop*/ + + /*>>testallprops*/ + // Modernizr.testAllProps() investigates whether a given style property, + // or any of its vendor-prefixed variants, is recognized + // Note that the property names must be provided in the camelCase variant. + // Modernizr.testAllProps('boxSizing') + Modernizr.testAllProps = testPropsAll; + /*>>testallprops*/ + + + /*>>teststyles*/ + // Modernizr.testStyles() allows you to add custom styles to the document and test an element afterwards + // Modernizr.testStyles('#modernizr { position:absolute }', function(elem, rule){ ... }) + Modernizr.testStyles = injectElementWithStyles; + /*>>teststyles*/ + + + /*>>prefixed*/ + // Modernizr.prefixed() returns the prefixed or nonprefixed property name variant of your input + // Modernizr.prefixed('boxSizing') // 'MozBoxSizing' + + // Properties must be passed as dom-style camelcase, rather than `box-sizing` hypentated style. + // Return values will also be the camelCase variant, if you need to translate that to hypenated style use: + // + // str.replace(/([A-Z])/g, function(str,m1){ return '-' + m1.toLowerCase(); }).replace(/^ms-/,'-ms-'); + + // If you're trying to ascertain which transition end event to bind to, you might do something like... + // + // var transEndEventNames = { + // 'WebkitTransition' : 'webkitTransitionEnd', + // 'MozTransition' : 'transitionend', + // 'OTransition' : 'oTransitionEnd', + // 'msTransition' : 'MSTransitionEnd', + // 'transition' : 'transitionend' + // }, + // transEndEventName = transEndEventNames[ Modernizr.prefixed('transition') ]; + + Modernizr.prefixed = function(prop, obj, elem){ + if(!obj) { + return testPropsAll(prop, 'pfx'); + } else { + // Testing DOM property e.g. Modernizr.prefixed('requestAnimationFrame', window) // 'mozRequestAnimationFrame' + return testPropsAll(prop, obj, elem); + } + }; + /*>>prefixed*/ + + + /*>>cssclasses*/ + // Remove "no-js" class from element, if it exists: + docElement.className = docElement.className.replace(/(^|\s)no-js(\s|$)/, '$1$2') + + + // Add the new classes to the element. + (enableClasses ? ' js ' + classes.join(' ') : ''); + /*>>cssclasses*/ + + return Modernizr; + +})(this, this.document); + + + +$(document).foundation(); + + + // tweet it form + $('form#tweet').submit(function(event) { + window.open($(this).attr('action') + '?' + $(this).serialize(), '_blank', 'scrollbars=no,menubar=no,height=400,width=500,resizable=yes,toolbar=no,status=no'); + event.preventDefault(); + }); + + // substitute @2x images where available + if (window.isRetina()) { + console.log("loading retina images.."); + var replacement; + $('img[data-2x]').each(function(i, img) { + replacement = $(img).clone().attr('src', $(img).data('2x')) || img; + // only replace once the replacement is loaded + replacement.load(function() { + $(img).replaceWith($(this)); + }); + }); + } + + if (window.isLinux64) { + $('a[data-x64-href]').each(function(i) { + $(this).attr('href', $(this).data('x64-href')); + }); + } + + $('a[data-delayed-href]').click(function(event) { + window.open($(this).data('delayed-href'), '_blank'); + window.location = $(this).attr('href'); + event.preventDefault(); + }); + + // FAQ accordions + var panels = $('dl.accordion > dd').hide(); + var draws = $('dl.accordion > dt').css('cursor', 'pointer'); + draws.click(function() { + panels.slideUp(); + var next = $(this).next() + if (next.is(':hidden')) + next.slideDown(); + return false; + }); + + // Show section if anchor provided + var anchor = window.location.hash; + if(anchor !== ''){ + $('dl.accordion > dd' + anchor).show(); + } +}); + +function truncate(text, length) { + length = length || 100; + return $.trim(strip(text)).substring(0, length).trim(this) + "..."; +} + +function strip(html) { + var tmp = document.createElement("DIV"); + tmp.innerHTML = html; + return tmp.textContent || tmp.innerText || ""; +} + +// Retina detection +window.isRetina = function() { + var mediaQuery = "(-webkit-min-device-pixel-ratio: 1.5),\ + (min--moz-device-pixel-ratio: 1.5),\ + (-o-min-device-pixel-ratio: 3/2),\ + (min-resolution: 1.5dppx)"; + + return window.devicePixelRatio > 1 || (window.matchMedia && window.matchMedia(mediaQuery).matches) +} + +// Linux x64 detection +window.isLinux64 = function() { + return window.navigator.platform.substr(0, 5) == "Linux" && window.navigator.platform.substr(-2,2) == "64"; +} +; diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/javascripts/modernizr.js b/TE2/Proyecto Teknovate/htdocs/dashboard/javascripts/modernizr.js new file mode 100644 index 0000000..9369915 --- /dev/null +++ b/TE2/Proyecto Teknovate/htdocs/dashboard/javascripts/modernizr.js @@ -0,0 +1,1407 @@ +/*! + * Modernizr v2.7.1 + * www.modernizr.com + * + * Copyright (c) Faruk Ates, Paul Irish, Alex Sexton + * Available under the BSD and MIT licenses: www.modernizr.com/license/ + */ + +/* + * Modernizr tests which native CSS3 and HTML5 features are available in + * the current UA and makes the results available to you in two ways: + * as properties on a global Modernizr object, and as classes on the + * element. This information allows you to progressively enhance + * your pages with a granular level of control over the experience. + * + * Modernizr has an optional (not included) conditional resource loader + * called Modernizr.load(), based on Yepnope.js (yepnopejs.com). + * To get a build that includes Modernizr.load(), as well as choosing + * which tests to include, go to www.modernizr.com/download/ + * + * Authors Faruk Ates, Paul Irish, Alex Sexton + * Contributors Ryan Seddon, Ben Alman + */ + + +window.Modernizr = (function( window, document, undefined ) { + + var version = '2.7.1', + + Modernizr = {}, + + /*>>cssclasses*/ + // option for enabling the HTML classes to be added + enableClasses = true, + /*>>cssclasses*/ + + docElement = document.documentElement, + + /** + * Create our "modernizr" element that we do most feature tests on. + */ + mod = 'modernizr', + modElem = document.createElement(mod), + mStyle = modElem.style, + + /** + * Create the input element for various Web Forms feature tests. + */ + inputElem /*>>inputelem*/ = document.createElement('input') /*>>inputelem*/ , + + /*>>smile*/ + smile = ':)', + /*>>smile*/ + + toString = {}.toString, + + // TODO :: make the prefixes more granular + /*>>prefixes*/ + // List of property values to set for css tests. See ticket #21 + prefixes = ' -webkit- -moz- -o- -ms- '.split(' '), + /*>>prefixes*/ + + /*>>domprefixes*/ + // Following spec is to expose vendor-specific style properties as: + // elem.style.WebkitBorderRadius + // and the following would be incorrect: + // elem.style.webkitBorderRadius + + // Webkit ghosts their properties in lowercase but Opera & Moz do not. + // Microsoft uses a lowercase `ms` instead of the correct `Ms` in IE8+ + // erik.eae.net/archives/2008/03/10/21.48.10/ + + // More here: github.com/Modernizr/Modernizr/issues/issue/21 + omPrefixes = 'Webkit Moz O ms', + + cssomPrefixes = omPrefixes.split(' '), + + domPrefixes = omPrefixes.toLowerCase().split(' '), + /*>>domprefixes*/ + + /*>>ns*/ + ns = {'svg': 'http://www.w3.org/2000/svg'}, + /*>>ns*/ + + tests = {}, + inputs = {}, + attrs = {}, + + classes = [], + + slice = classes.slice, + + featureName, // used in testing loop + + + /*>>teststyles*/ + // Inject element with style element and some CSS rules + injectElementWithStyles = function( rule, callback, nodes, testnames ) { + + var style, ret, node, docOverflow, + div = document.createElement('div'), + // After page load injecting a fake body doesn't work so check if body exists + body = document.body, + // IE6 and 7 won't return offsetWidth or offsetHeight unless it's in the body element, so we fake it. + fakeBody = body || document.createElement('body'); + + if ( parseInt(nodes, 10) ) { + // In order not to give false positives we create a node for each test + // This also allows the method to scale for unspecified uses + while ( nodes-- ) { + node = document.createElement('div'); + node.id = testnames ? testnames[nodes] : mod + (nodes + 1); + div.appendChild(node); + } + } + + // '].join(''); + div.id = mod; + // IE6 will false positive on some tests due to the style element inside the test div somehow interfering offsetHeight, so insert it into body or fakebody. + // Opera will act all quirky when injecting elements in documentElement when page is served as xml, needs fakebody too. #270 + (body ? div : fakeBody).innerHTML += style; + fakeBody.appendChild(div); + if ( !body ) { + //avoid crashing IE8, if background image is used + fakeBody.style.background = ''; + //Safari 5.13/5.1.4 OSX stops loading if ::-webkit-scrollbar is used and scrollbars are visible + fakeBody.style.overflow = 'hidden'; + docOverflow = docElement.style.overflow; + docElement.style.overflow = 'hidden'; + docElement.appendChild(fakeBody); + } + + ret = callback(div, rule); + // If this is done after page load we don't want to remove the body so check if body exists + if ( !body ) { + fakeBody.parentNode.removeChild(fakeBody); + docElement.style.overflow = docOverflow; + } else { + div.parentNode.removeChild(div); + } + + return !!ret; + + }, + /*>>teststyles*/ + + /*>>mq*/ + // adapted from matchMedia polyfill + // by Scott Jehl and Paul Irish + // gist.github.com/786768 + testMediaQuery = function( mq ) { + + var matchMedia = window.matchMedia || window.msMatchMedia; + if ( matchMedia ) { + return matchMedia(mq).matches; + } + + var bool; + + injectElementWithStyles('@media ' + mq + ' { #' + mod + ' { position: absolute; } }', function( node ) { + bool = (window.getComputedStyle ? + getComputedStyle(node, null) : + node.currentStyle)['position'] == 'absolute'; + }); + + return bool; + + }, + /*>>mq*/ + + + /*>>hasevent*/ + // + // isEventSupported determines if a given element supports the given event + // kangax.github.com/iseventsupported/ + // + // The following results are known incorrects: + // Modernizr.hasEvent("webkitTransitionEnd", elem) // false negative + // Modernizr.hasEvent("textInput") // in Webkit. github.com/Modernizr/Modernizr/issues/333 + // ... + isEventSupported = (function() { + + var TAGNAMES = { + 'select': 'input', 'change': 'input', + 'submit': 'form', 'reset': 'form', + 'error': 'img', 'load': 'img', 'abort': 'img' + }; + + function isEventSupported( eventName, element ) { + + element = element || document.createElement(TAGNAMES[eventName] || 'div'); + eventName = 'on' + eventName; + + // When using `setAttribute`, IE skips "unload", WebKit skips "unload" and "resize", whereas `in` "catches" those + var isSupported = eventName in element; + + if ( !isSupported ) { + // If it has no `setAttribute` (i.e. doesn't implement Node interface), try generic element + if ( !element.setAttribute ) { + element = document.createElement('div'); + } + if ( element.setAttribute && element.removeAttribute ) { + element.setAttribute(eventName, ''); + isSupported = is(element[eventName], 'function'); + + // If property was created, "remove it" (by setting value to `undefined`) + if ( !is(element[eventName], 'undefined') ) { + element[eventName] = undefined; + } + element.removeAttribute(eventName); + } + } + + element = null; + return isSupported; + } + return isEventSupported; + })(), + /*>>hasevent*/ + + // TODO :: Add flag for hasownprop ? didn't last time + + // hasOwnProperty shim by kangax needed for Safari 2.0 support + _hasOwnProperty = ({}).hasOwnProperty, hasOwnProp; + + if ( !is(_hasOwnProperty, 'undefined') && !is(_hasOwnProperty.call, 'undefined') ) { + hasOwnProp = function (object, property) { + return _hasOwnProperty.call(object, property); + }; + } + else { + hasOwnProp = function (object, property) { /* yes, this can give false positives/negatives, but most of the time we don't care about those */ + return ((property in object) && is(object.constructor.prototype[property], 'undefined')); + }; + } + + // Adapted from ES5-shim https://github.com/kriskowal/es5-shim/blob/master/es5-shim.js + // es5.github.com/#x15.3.4.5 + + if (!Function.prototype.bind) { + Function.prototype.bind = function bind(that) { + + var target = this; + + if (typeof target != "function") { + throw new TypeError(); + } + + var args = slice.call(arguments, 1), + bound = function () { + + if (this instanceof bound) { + + var F = function(){}; + F.prototype = target.prototype; + var self = new F(); + + var result = target.apply( + self, + args.concat(slice.call(arguments)) + ); + if (Object(result) === result) { + return result; + } + return self; + + } else { + + return target.apply( + that, + args.concat(slice.call(arguments)) + ); + + } + + }; + + return bound; + }; + } + + /** + * setCss applies given styles to the Modernizr DOM node. + */ + function setCss( str ) { + mStyle.cssText = str; + } + + /** + * setCssAll extrapolates all vendor-specific css strings. + */ + function setCssAll( str1, str2 ) { + return setCss(prefixes.join(str1 + ';') + ( str2 || '' )); + } + + /** + * is returns a boolean for if typeof obj is exactly type. + */ + function is( obj, type ) { + return typeof obj === type; + } + + /** + * contains returns a boolean for if substr is found within str. + */ + function contains( str, substr ) { + return !!~('' + str).indexOf(substr); + } + + /*>>testprop*/ + + // testProps is a generic CSS / DOM property test. + + // In testing support for a given CSS property, it's legit to test: + // `elem.style[styleName] !== undefined` + // If the property is supported it will return an empty string, + // if unsupported it will return undefined. + + // We'll take advantage of this quick test and skip setting a style + // on our modernizr element, but instead just testing undefined vs + // empty string. + + // Because the testing of the CSS property names (with "-", as + // opposed to the camelCase DOM properties) is non-portable and + // non-standard but works in WebKit and IE (but not Gecko or Opera), + // we explicitly reject properties with dashes so that authors + // developing in WebKit or IE first don't end up with + // browser-specific content by accident. + + function testProps( props, prefixed ) { + for ( var i in props ) { + var prop = props[i]; + if ( !contains(prop, "-") && mStyle[prop] !== undefined ) { + return prefixed == 'pfx' ? prop : true; + } + } + return false; + } + /*>>testprop*/ + + // TODO :: add testDOMProps + /** + * testDOMProps is a generic DOM property test; if a browser supports + * a certain property, it won't return undefined for it. + */ + function testDOMProps( props, obj, elem ) { + for ( var i in props ) { + var item = obj[props[i]]; + if ( item !== undefined) { + + // return the property name as a string + if (elem === false) return props[i]; + + // let's bind a function + if (is(item, 'function')){ + // default to autobind unless override + return item.bind(elem || obj); + } + + // return the unbound function or obj or value + return item; + } + } + return false; + } + + /*>>testallprops*/ + /** + * testPropsAll tests a list of DOM properties we want to check against. + * We specify literally ALL possible (known and/or likely) properties on + * the element including the non-vendor prefixed one, for forward- + * compatibility. + */ + function testPropsAll( prop, prefixed, elem ) { + + var ucProp = prop.charAt(0).toUpperCase() + prop.slice(1), + props = (prop + ' ' + cssomPrefixes.join(ucProp + ' ') + ucProp).split(' '); + + // did they call .prefixed('boxSizing') or are we just testing a prop? + if(is(prefixed, "string") || is(prefixed, "undefined")) { + return testProps(props, prefixed); + + // otherwise, they called .prefixed('requestAnimationFrame', window[, elem]) + } else { + props = (prop + ' ' + (domPrefixes).join(ucProp + ' ') + ucProp).split(' '); + return testDOMProps(props, prefixed, elem); + } + } + /*>>testallprops*/ + + + /** + * Tests + * ----- + */ + + // The *new* flexbox + // dev.w3.org/csswg/css3-flexbox + + tests['flexbox'] = function() { + return testPropsAll('flexWrap'); + }; + + // The *old* flexbox + // www.w3.org/TR/2009/WD-css3-flexbox-20090723/ + + tests['flexboxlegacy'] = function() { + return testPropsAll('boxDirection'); + }; + + // On the S60 and BB Storm, getContext exists, but always returns undefined + // so we actually have to call getContext() to verify + // github.com/Modernizr/Modernizr/issues/issue/97/ + + tests['canvas'] = function() { + var elem = document.createElement('canvas'); + return !!(elem.getContext && elem.getContext('2d')); + }; + + tests['canvastext'] = function() { + return !!(Modernizr['canvas'] && is(document.createElement('canvas').getContext('2d').fillText, 'function')); + }; + + // webk.it/70117 is tracking a legit WebGL feature detect proposal + + // We do a soft detect which may false positive in order to avoid + // an expensive context creation: bugzil.la/732441 + + tests['webgl'] = function() { + return !!window.WebGLRenderingContext; + }; + + /* + * The Modernizr.touch test only indicates if the browser supports + * touch events, which does not necessarily reflect a touchscreen + * device, as evidenced by tablets running Windows 7 or, alas, + * the Palm Pre / WebOS (touch) phones. + * + * Additionally, Chrome (desktop) used to lie about its support on this, + * but that has since been rectified: crbug.com/36415 + * + * We also test for Firefox 4 Multitouch Support. + * + * For more info, see: modernizr.github.com/Modernizr/touch.html + */ + + tests['touch'] = function() { + var bool; + + if(('ontouchstart' in window) || window.DocumentTouch && document instanceof DocumentTouch) { + bool = true; + } else { + injectElementWithStyles(['@media (',prefixes.join('touch-enabled),('),mod,')','{#modernizr{top:9px;position:absolute}}'].join(''), function( node ) { + bool = node.offsetTop === 9; + }); + } + + return bool; + }; + + + // geolocation is often considered a trivial feature detect... + // Turns out, it's quite tricky to get right: + // + // Using !!navigator.geolocation does two things we don't want. It: + // 1. Leaks memory in IE9: github.com/Modernizr/Modernizr/issues/513 + // 2. Disables page caching in WebKit: webk.it/43956 + // + // Meanwhile, in Firefox < 8, an about:config setting could expose + // a false positive that would throw an exception: bugzil.la/688158 + + tests['geolocation'] = function() { + return 'geolocation' in navigator; + }; + + + tests['postmessage'] = function() { + return !!window.postMessage; + }; + + + // Chrome incognito mode used to throw an exception when using openDatabase + // It doesn't anymore. + tests['websqldatabase'] = function() { + return !!window.openDatabase; + }; + + // Vendors had inconsistent prefixing with the experimental Indexed DB: + // - Webkit's implementation is accessible through webkitIndexedDB + // - Firefox shipped moz_indexedDB before FF4b9, but since then has been mozIndexedDB + // For speed, we don't test the legacy (and beta-only) indexedDB + tests['indexedDB'] = function() { + return !!testPropsAll("indexedDB", window); + }; + + // documentMode logic from YUI to filter out IE8 Compat Mode + // which false positives. + tests['hashchange'] = function() { + return isEventSupported('hashchange', window) && (document.documentMode === undefined || document.documentMode > 7); + }; + + // Per 1.6: + // This used to be Modernizr.historymanagement but the longer + // name has been deprecated in favor of a shorter and property-matching one. + // The old API is still available in 1.6, but as of 2.0 will throw a warning, + // and in the first release thereafter disappear entirely. + tests['history'] = function() { + return !!(window.history && history.pushState); + }; + + tests['draganddrop'] = function() { + var div = document.createElement('div'); + return ('draggable' in div) || ('ondragstart' in div && 'ondrop' in div); + }; + + // FF3.6 was EOL'ed on 4/24/12, but the ESR version of FF10 + // will be supported until FF19 (2/12/13), at which time, ESR becomes FF17. + // FF10 still uses prefixes, so check for it until then. + // for more ESR info, see: mozilla.org/en-US/firefox/organizations/faq/ + tests['websockets'] = function() { + return 'WebSocket' in window || 'MozWebSocket' in window; + }; + + + // css-tricks.com/rgba-browser-support/ + tests['rgba'] = function() { + // Set an rgba() color and check the returned value + + setCss('background-color:rgba(150,255,150,.5)'); + + return contains(mStyle.backgroundColor, 'rgba'); + }; + + tests['hsla'] = function() { + // Same as rgba(), in fact, browsers re-map hsla() to rgba() internally, + // except IE9 who retains it as hsla + + setCss('background-color:hsla(120,40%,100%,.5)'); + + return contains(mStyle.backgroundColor, 'rgba') || contains(mStyle.backgroundColor, 'hsla'); + }; + + tests['multiplebgs'] = function() { + // Setting multiple images AND a color on the background shorthand property + // and then querying the style.background property value for the number of + // occurrences of "url(" is a reliable method for detecting ACTUAL support for this! + + setCss('background:url(https://),url(https://),red url(https://)'); + + // If the UA supports multiple backgrounds, there should be three occurrences + // of the string "url(" in the return value for elemStyle.background + + return (/(url\s*\(.*?){3}/).test(mStyle.background); + }; + + + + // this will false positive in Opera Mini + // github.com/Modernizr/Modernizr/issues/396 + + tests['backgroundsize'] = function() { + return testPropsAll('backgroundSize'); + }; + + tests['borderimage'] = function() { + return testPropsAll('borderImage'); + }; + + + // Super comprehensive table about all the unique implementations of + // border-radius: muddledramblings.com/table-of-css3-border-radius-compliance + + tests['borderradius'] = function() { + return testPropsAll('borderRadius'); + }; + + // WebOS unfortunately false positives on this test. + tests['boxshadow'] = function() { + return testPropsAll('boxShadow'); + }; + + // FF3.0 will false positive on this test + tests['textshadow'] = function() { + return document.createElement('div').style.textShadow === ''; + }; + + + tests['opacity'] = function() { + // Browsers that actually have CSS Opacity implemented have done so + // according to spec, which means their return values are within the + // range of [0.0,1.0] - including the leading zero. + + setCssAll('opacity:.55'); + + // The non-literal . in this regex is intentional: + // German Chrome returns this value as 0,55 + // github.com/Modernizr/Modernizr/issues/#issue/59/comment/516632 + return (/^0.55$/).test(mStyle.opacity); + }; + + + // Note, Android < 4 will pass this test, but can only animate + // a single property at a time + // daneden.me/2011/12/putting-up-with-androids-bullshit/ + tests['cssanimations'] = function() { + return testPropsAll('animationName'); + }; + + + tests['csscolumns'] = function() { + return testPropsAll('columnCount'); + }; + + + tests['cssgradients'] = function() { + /** + * For CSS Gradients syntax, please see: + * webkit.org/blog/175/introducing-css-gradients/ + * developer.mozilla.org/en/CSS/-moz-linear-gradient + * developer.mozilla.org/en/CSS/-moz-radial-gradient + * dev.w3.org/csswg/css3-images/#gradients- + */ + + var str1 = 'background-image:', + str2 = 'gradient(linear,left top,right bottom,from(#9f9),to(white));', + str3 = 'linear-gradient(left top,#9f9, white);'; + + setCss( + // legacy webkit syntax (FIXME: remove when syntax not in use anymore) + (str1 + '-webkit- '.split(' ').join(str2 + str1) + + // standard syntax // trailing 'background-image:' + prefixes.join(str3 + str1)).slice(0, -str1.length) + ); + + return contains(mStyle.backgroundImage, 'gradient'); + }; + + + tests['cssreflections'] = function() { + return testPropsAll('boxReflect'); + }; + + + tests['csstransforms'] = function() { + return !!testPropsAll('transform'); + }; + + + tests['csstransforms3d'] = function() { + + var ret = !!testPropsAll('perspective'); + + // Webkit's 3D transforms are passed off to the browser's own graphics renderer. + // It works fine in Safari on Leopard and Snow Leopard, but not in Chrome in + // some conditions. As a result, Webkit typically recognizes the syntax but + // will sometimes throw a false positive, thus we must do a more thorough check: + if ( ret && 'webkitPerspective' in docElement.style ) { + + // Webkit allows this media query to succeed only if the feature is enabled. + // `@media (transform-3d),(-webkit-transform-3d){ ... }` + injectElementWithStyles('@media (transform-3d),(-webkit-transform-3d){#modernizr{left:9px;position:absolute;height:3px;}}', function( node, rule ) { + ret = node.offsetLeft === 9 && node.offsetHeight === 3; + }); + } + return ret; + }; + + + tests['csstransitions'] = function() { + return testPropsAll('transition'); + }; + + + /*>>fontface*/ + // @font-face detection routine by Diego Perini + // javascript.nwbox.com/CSSSupport/ + + // false positives: + // WebOS github.com/Modernizr/Modernizr/issues/342 + // WP7 github.com/Modernizr/Modernizr/issues/538 + tests['fontface'] = function() { + var bool; + + injectElementWithStyles('@font-face {font-family:"font";src:url("https://")}', function( node, rule ) { + var style = document.getElementById('smodernizr'), + sheet = style.sheet || style.styleSheet, + cssText = sheet ? (sheet.cssRules && sheet.cssRules[0] ? sheet.cssRules[0].cssText : sheet.cssText || '') : ''; + + bool = /src/i.test(cssText) && cssText.indexOf(rule.split(' ')[0]) === 0; + }); + + return bool; + }; + /*>>fontface*/ + + // CSS generated content detection + tests['generatedcontent'] = function() { + var bool; + + injectElementWithStyles(['#',mod,'{font:0/0 a}#',mod,':after{content:"',smile,'";visibility:hidden;font:3px/1 a}'].join(''), function( node ) { + bool = node.offsetHeight >= 3; + }); + + return bool; + }; + + + + // These tests evaluate support of the video/audio elements, as well as + // testing what types of content they support. + // + // We're using the Boolean constructor here, so that we can extend the value + // e.g. Modernizr.video // true + // Modernizr.video.ogg // 'probably' + // + // Codec values from : github.com/NielsLeenheer/html5test/blob/9106a8/index.html#L845 + // thx to NielsLeenheer and zcorpan + + // Note: in some older browsers, "no" was a return value instead of empty string. + // It was live in FF3.5.0 and 3.5.1, but fixed in 3.5.2 + // It was also live in Safari 4.0.0 - 4.0.4, but fixed in 4.0.5 + + tests['video'] = function() { + var elem = document.createElement('video'), + bool = false; + + // IE9 Running on Windows Server SKU can cause an exception to be thrown, bug #224 + try { + if ( bool = !!elem.canPlayType ) { + bool = new Boolean(bool); + bool.ogg = elem.canPlayType('video/ogg; codecs="theora"') .replace(/^no$/,''); + + // Without QuickTime, this value will be `undefined`. github.com/Modernizr/Modernizr/issues/546 + bool.h264 = elem.canPlayType('video/mp4; codecs="avc1.42E01E"') .replace(/^no$/,''); + + bool.webm = elem.canPlayType('video/webm; codecs="vp8, vorbis"').replace(/^no$/,''); + } + + } catch(e) { } + + return bool; + }; + + tests['audio'] = function() { + var elem = document.createElement('audio'), + bool = false; + + try { + if ( bool = !!elem.canPlayType ) { + bool = new Boolean(bool); + bool.ogg = elem.canPlayType('audio/ogg; codecs="vorbis"').replace(/^no$/,''); + bool.mp3 = elem.canPlayType('audio/mpeg;') .replace(/^no$/,''); + + // Mimetypes accepted: + // developer.mozilla.org/En/Media_formats_supported_by_the_audio_and_video_elements + // bit.ly/iphoneoscodecs + bool.wav = elem.canPlayType('audio/wav; codecs="1"') .replace(/^no$/,''); + bool.m4a = ( elem.canPlayType('audio/x-m4a;') || + elem.canPlayType('audio/aac;')) .replace(/^no$/,''); + } + } catch(e) { } + + return bool; + }; + + + // In FF4, if disabled, window.localStorage should === null. + + // Normally, we could not test that directly and need to do a + // `('localStorage' in window) && ` test first because otherwise Firefox will + // throw bugzil.la/365772 if cookies are disabled + + // Also in iOS5 Private Browsing mode, attempting to use localStorage.setItem + // will throw the exception: + // QUOTA_EXCEEDED_ERRROR DOM Exception 22. + // Peculiarly, getItem and removeItem calls do not throw. + + // Because we are forced to try/catch this, we'll go aggressive. + + // Just FWIW: IE8 Compat mode supports these features completely: + // www.quirksmode.org/dom/html5.html + // But IE8 doesn't support either with local files + + tests['localstorage'] = function() { + try { + localStorage.setItem(mod, mod); + localStorage.removeItem(mod); + return true; + } catch(e) { + return false; + } + }; + + tests['sessionstorage'] = function() { + try { + sessionStorage.setItem(mod, mod); + sessionStorage.removeItem(mod); + return true; + } catch(e) { + return false; + } + }; + + + tests['webworkers'] = function() { + return !!window.Worker; + }; + + + tests['applicationcache'] = function() { + return !!window.applicationCache; + }; + + + // Thanks to Erik Dahlstrom + tests['svg'] = function() { + return !!document.createElementNS && !!document.createElementNS(ns.svg, 'svg').createSVGRect; + }; + + // specifically for SVG inline in HTML, not within XHTML + // test page: paulirish.com/demo/inline-svg + tests['inlinesvg'] = function() { + var div = document.createElement('div'); + div.innerHTML = ''; + return (div.firstChild && div.firstChild.namespaceURI) == ns.svg; + }; + + // SVG SMIL animation + tests['smil'] = function() { + return !!document.createElementNS && /SVGAnimate/.test(toString.call(document.createElementNS(ns.svg, 'animate'))); + }; + + // This test is only for clip paths in SVG proper, not clip paths on HTML content + // demo: srufaculty.sru.edu/david.dailey/svg/newstuff/clipPath4.svg + + // However read the comments to dig into applying SVG clippaths to HTML content here: + // github.com/Modernizr/Modernizr/issues/213#issuecomment-1149491 + tests['svgclippaths'] = function() { + return !!document.createElementNS && /SVGClipPath/.test(toString.call(document.createElementNS(ns.svg, 'clipPath'))); + }; + + /*>>webforms*/ + // input features and input types go directly onto the ret object, bypassing the tests loop. + // Hold this guy to execute in a moment. + function webforms() { + /*>>input*/ + // Run through HTML5's new input attributes to see if the UA understands any. + // We're using f which is the element created early on + // Mike Taylr has created a comprehensive resource for testing these attributes + // when applied to all input types: + // miketaylr.com/code/input-type-attr.html + // spec: www.whatwg.org/specs/web-apps/current-work/multipage/the-input-element.html#input-type-attr-summary + + // Only input placeholder is tested while textarea's placeholder is not. + // Currently Safari 4 and Opera 11 have support only for the input placeholder + // Both tests are available in feature-detects/forms-placeholder.js + Modernizr['input'] = (function( props ) { + for ( var i = 0, len = props.length; i < len; i++ ) { + attrs[ props[i] ] = !!(props[i] in inputElem); + } + if (attrs.list){ + // safari false positive's on datalist: webk.it/74252 + // see also github.com/Modernizr/Modernizr/issues/146 + attrs.list = !!(document.createElement('datalist') && window.HTMLDataListElement); + } + return attrs; + })('autocomplete autofocus list placeholder max min multiple pattern required step'.split(' ')); + /*>>input*/ + + /*>>inputtypes*/ + // Run through HTML5's new input types to see if the UA understands any. + // This is put behind the tests runloop because it doesn't return a + // true/false like all the other tests; instead, it returns an object + // containing each input type with its corresponding true/false value + + // Big thanks to @miketaylr for the html5 forms expertise. miketaylr.com/ + Modernizr['inputtypes'] = (function(props) { + + for ( var i = 0, bool, inputElemType, defaultView, len = props.length; i < len; i++ ) { + + inputElem.setAttribute('type', inputElemType = props[i]); + bool = inputElem.type !== 'text'; + + // We first check to see if the type we give it sticks.. + // If the type does, we feed it a textual value, which shouldn't be valid. + // If the value doesn't stick, we know there's input sanitization which infers a custom UI + if ( bool ) { + + inputElem.value = smile; + inputElem.style.cssText = 'position:absolute;visibility:hidden;'; + + if ( /^range$/.test(inputElemType) && inputElem.style.WebkitAppearance !== undefined ) { + + docElement.appendChild(inputElem); + defaultView = document.defaultView; + + // Safari 2-4 allows the smiley as a value, despite making a slider + bool = defaultView.getComputedStyle && + defaultView.getComputedStyle(inputElem, null).WebkitAppearance !== 'textfield' && + // Mobile android web browser has false positive, so must + // check the height to see if the widget is actually there. + (inputElem.offsetHeight !== 0); + + docElement.removeChild(inputElem); + + } else if ( /^(search|tel)$/.test(inputElemType) ){ + // Spec doesn't define any special parsing or detectable UI + // behaviors so we pass these through as true + + // Interestingly, opera fails the earlier test, so it doesn't + // even make it here. + + } else if ( /^(url|email)$/.test(inputElemType) ) { + // Real url and email support comes with prebaked validation. + bool = inputElem.checkValidity && inputElem.checkValidity() === false; + + } else { + // If the upgraded input compontent rejects the :) text, we got a winner + bool = inputElem.value != smile; + } + } + + inputs[ props[i] ] = !!bool; + } + return inputs; + })('search tel url email datetime date month week time datetime-local number range color'.split(' ')); + /*>>inputtypes*/ + } + /*>>webforms*/ + + + // End of test definitions + // ----------------------- + + + + // Run through all tests and detect their support in the current UA. + // todo: hypothetically we could be doing an array of tests and use a basic loop here. + for ( var feature in tests ) { + if ( hasOwnProp(tests, feature) ) { + // run the test, throw the return value into the Modernizr, + // then based on that boolean, define an appropriate className + // and push it into an array of classes we'll join later. + featureName = feature.toLowerCase(); + Modernizr[featureName] = tests[feature](); + + classes.push((Modernizr[featureName] ? '' : 'no-') + featureName); + } + } + + /*>>webforms*/ + // input tests need to run. + Modernizr.input || webforms(); + /*>>webforms*/ + + + /** + * addTest allows the user to define their own feature tests + * the result will be added onto the Modernizr object, + * as well as an appropriate className set on the html element + * + * @param feature - String naming the feature + * @param test - Function returning true if feature is supported, false if not + */ + Modernizr.addTest = function ( feature, test ) { + if ( typeof feature == 'object' ) { + for ( var key in feature ) { + if ( hasOwnProp( feature, key ) ) { + Modernizr.addTest( key, feature[ key ] ); + } + } + } else { + + feature = feature.toLowerCase(); + + if ( Modernizr[feature] !== undefined ) { + // we're going to quit if you're trying to overwrite an existing test + // if we were to allow it, we'd do this: + // var re = new RegExp("\\b(no-)?" + feature + "\\b"); + // docElement.className = docElement.className.replace( re, '' ); + // but, no rly, stuff 'em. + return Modernizr; + } + + test = typeof test == 'function' ? test() : test; + + if (typeof enableClasses !== "undefined" && enableClasses) { + docElement.className += ' ' + (test ? '' : 'no-') + feature; + } + Modernizr[feature] = test; + + } + + return Modernizr; // allow chaining. + }; + + + // Reset modElem.cssText to nothing to reduce memory footprint. + setCss(''); + modElem = inputElem = null; + + /*>>shiv*/ + /** + * @preserve HTML5 Shiv prev3.7.1 | @afarkas @jdalton @jon_neal @rem | MIT/GPL2 Licensed + */ + ;(function(window, document) { + /*jshint evil:true */ + /** version */ + var version = '3.7.0'; + + /** Preset options */ + var options = window.html5 || {}; + + /** Used to skip problem elements */ + var reSkip = /^<|^(?:button|map|select|textarea|object|iframe|option|optgroup)$/i; + + /** Not all elements can be cloned in IE **/ + var saveClones = /^(?:a|b|code|div|fieldset|h1|h2|h3|h4|h5|h6|i|label|li|ol|p|q|span|strong|style|table|tbody|td|th|tr|ul)$/i; + + /** Detect whether the browser supports default html5 styles */ + var supportsHtml5Styles; + + /** Name of the expando, to work with multiple documents or to re-shiv one document */ + var expando = '_html5shiv'; + + /** The id for the the documents expando */ + var expanID = 0; + + /** Cached data for each document */ + var expandoData = {}; + + /** Detect whether the browser supports unknown elements */ + var supportsUnknownElements; + + (function() { + try { + var a = document.createElement('a'); + a.innerHTML = ''; + //if the hidden property is implemented we can assume, that the browser supports basic HTML5 Styles + supportsHtml5Styles = ('hidden' in a); + + supportsUnknownElements = a.childNodes.length == 1 || (function() { + // assign a false positive if unable to shiv + (document.createElement)('a'); + var frag = document.createDocumentFragment(); + return ( + typeof frag.cloneNode == 'undefined' || + typeof frag.createDocumentFragment == 'undefined' || + typeof frag.createElement == 'undefined' + ); + }()); + } catch(e) { + // assign a false positive if detection fails => unable to shiv + supportsHtml5Styles = true; + supportsUnknownElements = true; + } + + }()); + + /*--------------------------------------------------------------------------*/ + + /** + * Creates a style sheet with the given CSS text and adds it to the document. + * @private + * @param {Document} ownerDocument The document. + * @param {String} cssText The CSS text. + * @returns {StyleSheet} The style element. + */ + function addStyleSheet(ownerDocument, cssText) { + var p = ownerDocument.createElement('p'), + parent = ownerDocument.getElementsByTagName('head')[0] || ownerDocument.documentElement; + + p.innerHTML = 'x'; + return parent.insertBefore(p.lastChild, parent.firstChild); + } + + /** + * Returns the value of `html5.elements` as an array. + * @private + * @returns {Array} An array of shived element node names. + */ + function getElements() { + var elements = html5.elements; + return typeof elements == 'string' ? elements.split(' ') : elements; + } + + /** + * Returns the data associated to the given document + * @private + * @param {Document} ownerDocument The document. + * @returns {Object} An object of data. + */ + function getExpandoData(ownerDocument) { + var data = expandoData[ownerDocument[expando]]; + if (!data) { + data = {}; + expanID++; + ownerDocument[expando] = expanID; + expandoData[expanID] = data; + } + return data; + } + + /** + * returns a shived element for the given nodeName and document + * @memberOf html5 + * @param {String} nodeName name of the element + * @param {Document} ownerDocument The context document. + * @returns {Object} The shived element. + */ + function createElement(nodeName, ownerDocument, data){ + if (!ownerDocument) { + ownerDocument = document; + } + if(supportsUnknownElements){ + return ownerDocument.createElement(nodeName); + } + if (!data) { + data = getExpandoData(ownerDocument); + } + var node; + + if (data.cache[nodeName]) { + node = data.cache[nodeName].cloneNode(); + } else if (saveClones.test(nodeName)) { + node = (data.cache[nodeName] = data.createElem(nodeName)).cloneNode(); + } else { + node = data.createElem(nodeName); + } + + // Avoid adding some elements to fragments in IE < 9 because + // * Attributes like `name` or `type` cannot be set/changed once an element + // is inserted into a document/fragment + // * Link elements with `src` attributes that are inaccessible, as with + // a 403 response, will cause the tab/window to crash + // * Script elements appended to fragments will execute when their `src` + // or `text` property is set + return node.canHaveChildren && !reSkip.test(nodeName) && !node.tagUrn ? data.frag.appendChild(node) : node; + } + + /** + * returns a shived DocumentFragment for the given document + * @memberOf html5 + * @param {Document} ownerDocument The context document. + * @returns {Object} The shived DocumentFragment. + */ + function createDocumentFragment(ownerDocument, data){ + if (!ownerDocument) { + ownerDocument = document; + } + if(supportsUnknownElements){ + return ownerDocument.createDocumentFragment(); + } + data = data || getExpandoData(ownerDocument); + var clone = data.frag.cloneNode(), + i = 0, + elems = getElements(), + l = elems.length; + for(;i>shiv*/ + + // Assign private properties to the return object with prefix + Modernizr._version = version; + + // expose these for the plugin API. Look in the source for how to join() them against your input + /*>>prefixes*/ + Modernizr._prefixes = prefixes; + /*>>prefixes*/ + /*>>domprefixes*/ + Modernizr._domPrefixes = domPrefixes; + Modernizr._cssomPrefixes = cssomPrefixes; + /*>>domprefixes*/ + + /*>>mq*/ + // Modernizr.mq tests a given media query, live against the current state of the window + // A few important notes: + // * If a browser does not support media queries at all (eg. oldIE) the mq() will always return false + // * A max-width or orientation query will be evaluated against the current state, which may change later. + // * You must specify values. Eg. If you are testing support for the min-width media query use: + // Modernizr.mq('(min-width:0)') + // usage: + // Modernizr.mq('only screen and (max-width:768)') + Modernizr.mq = testMediaQuery; + /*>>mq*/ + + /*>>hasevent*/ + // Modernizr.hasEvent() detects support for a given event, with an optional element to test on + // Modernizr.hasEvent('gesturestart', elem) + Modernizr.hasEvent = isEventSupported; + /*>>hasevent*/ + + /*>>testprop*/ + // Modernizr.testProp() investigates whether a given style property is recognized + // Note that the property names must be provided in the camelCase variant. + // Modernizr.testProp('pointerEvents') + Modernizr.testProp = function(prop){ + return testProps([prop]); + }; + /*>>testprop*/ + + /*>>testallprops*/ + // Modernizr.testAllProps() investigates whether a given style property, + // or any of its vendor-prefixed variants, is recognized + // Note that the property names must be provided in the camelCase variant. + // Modernizr.testAllProps('boxSizing') + Modernizr.testAllProps = testPropsAll; + /*>>testallprops*/ + + + /*>>teststyles*/ + // Modernizr.testStyles() allows you to add custom styles to the document and test an element afterwards + // Modernizr.testStyles('#modernizr { position:absolute }', function(elem, rule){ ... }) + Modernizr.testStyles = injectElementWithStyles; + /*>>teststyles*/ + + + /*>>prefixed*/ + // Modernizr.prefixed() returns the prefixed or nonprefixed property name variant of your input + // Modernizr.prefixed('boxSizing') // 'MozBoxSizing' + + // Properties must be passed as dom-style camelcase, rather than `box-sizing` hypentated style. + // Return values will also be the camelCase variant, if you need to translate that to hypenated style use: + // + // str.replace(/([A-Z])/g, function(str,m1){ return '-' + m1.toLowerCase(); }).replace(/^ms-/,'-ms-'); + + // If you're trying to ascertain which transition end event to bind to, you might do something like... + // + // var transEndEventNames = { + // 'WebkitTransition' : 'webkitTransitionEnd', + // 'MozTransition' : 'transitionend', + // 'OTransition' : 'oTransitionEnd', + // 'msTransition' : 'MSTransitionEnd', + // 'transition' : 'transitionend' + // }, + // transEndEventName = transEndEventNames[ Modernizr.prefixed('transition') ]; + + Modernizr.prefixed = function(prop, obj, elem){ + if(!obj) { + return testPropsAll(prop, 'pfx'); + } else { + // Testing DOM property e.g. Modernizr.prefixed('requestAnimationFrame', window) // 'mozRequestAnimationFrame' + return testPropsAll(prop, obj, elem); + } + }; + /*>>prefixed*/ + + + /*>>cssclasses*/ + // Remove "no-js" class from element, if it exists: + docElement.className = docElement.className.replace(/(^|\s)no-js(\s|$)/, '$1$2') + + + // Add the new classes to the element. + (enableClasses ? ' js ' + classes.join(' ') : ''); + /*>>cssclasses*/ + + return Modernizr; + +})(this, this.document); diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/jp/faq.html b/TE2/Proyecto Teknovate/htdocs/dashboard/jp/faq.html new file mode 100644 index 0000000..66d7fc0 --- /dev/null +++ b/TE2/Proyecto Teknovate/htdocs/dashboard/jp/faq.html @@ -0,0 +1,523 @@ + + + + + + + + + + + XAMPP FAQs for Windows + + + + + + + + + + + + + + + + +
    + +
    + +
    + +
    +
    +
    +
    +

    Windows よくある質問

    +
    +
    +
    +
    +
    +
    +
    XAMPP のインストール方法
    +
    +

    Windows用のXAMPPを導入する手段は3つあります。

    +

    インストーラを使う方法:
    + おそらく最も簡単な方法です。

    +

    ZIP:
    + 補足:XAMPP は通常、ZIP形式で圧縮されています。

    +

    7zip:
    + 通信環境が悪い場合:XAMPPの7zip形式の圧縮ファイルを使用してください。

    +

    Note: If you extract the files, there can be false-positives virus warnings.

    +

    Using the installer:

    +

    +

    XAMPPのコントロールパネルからApache、MySQL、FileZillaとMercury の開始/停止、サービス利用のためのサーバーインストールが行えます。

    +

    Installing from ZIP

    +

    Unzip the zip archives into the folder of your choice. XAMPP is extracting to the subdirectory "C:\xampp" below the selected target directory. Now start the file "setup_xampp.bat", to adjust the XAMPP configuration to your system.

    +

    If you choose a root directory "C:\" as target, you must not start "setup_xampp.bat".

    +

    インストーラのバージョンと同様に、追加のタスクについては、「 XAMPPコントロールパネル」を使用することができます。

    +
    +
    Does XAMPP include MySQL or MariaDB?
    +
    +

    Since XAMPP 5.5.30 and 5.6.14, XAMPP ships MariaDB instead of MySQL. The commands and tools are the same for both.

    +
    +
    どうやったらセットアップをすることなくXAMPPを起動することができますか?
    +
    +

    もし上位フォルダ( "C:\\"や"D:\\"など)にXAMPPを展開する場合は、あなたは直接 setup_xampp.bat ファイルを実行することなくApacheやMySQLのようなほとんどのサーバーを起動することができます。

    +

    USBドライブにXAMPPをインストールしているなら、セットアップスクリプトを使わない、もしくは、セットアップスクリプト内の相対パスを選ばない方が良いです。それぞれのPCのドライブにはそれぞれのドライブ記号があります。セットアップスクリプトを使えばいつでも絶対パスから相対パスに変更することは可能です。

    +

    XAMPPをインストールする最も簡単な方法は、私たちのダウンロードページからインストーラを起動することです。インストールが完了したら、 スタート→全てのプログラム→XAMPPの中にXAMPPが格納されます 。あなたはXAMPPコントロールパネルを使用して、全てのサーバーの開始/停止、インストール/アンインストールを行うことができます。

    +

    XAMPPのコントロールパネルからApache、MySQL、FileZillaとMercury の開始/停止、サービス利用のためのサーバーインストールが行えます。

    +
    +
    How do I start and stop XAMPP?
    +
    +

    共通のコントロールセンターは、 「 XAMPPコントロールパネル」 (www.nat32.com)です。以下のように開始されます。

    +

    \xampp\xampp-control.exe

    +

    You can also use some batchfiles to start/stop the servers:

    +

    +

      +
    • Apache &:MySQL の開始: + \xampp\xampp_start.exe
    • +
    • Apache & MySQL stop: + \xampp\xampp_stop.exe
    • +
    • Apache start: + \xampp\apache_start.bat
    • +
    • Apache stop: + \xampp\apache_stop.bat
    • +
    • MySQL start: + \xampp\mysql_start.bat
    • +
    • MySQLの停止: + \xampp\mysql_stop.bat
    • +
    • Mercury メールサーバーの開始: + \xampp\mercury_start.bat
    • +
    • Mercury メールサーバーの停止: + \xampp\mercury_stop.bat
    • +
    • FileZilla サーバーの開始: + \xampp\filezilla_start.bat
    • +
    • FileZilla サーバーの停止: + \xampp\filezilla_stop.bat

    +

    +
    +
    どのようにすれば、システムが正常に動いていることを確認できますか?
    +
    +

    ウェブブラウザで以下のURLにアクセスしてください:

    +

    http://localhost/ または http://127.0.0.1/

    +

    You should see the XAMPP start page, as shown below.

    + +
    +
    How can I install a server as a service?
    +
    +

    XAMPP内の各サーバはWindowsサービスとしてもインストールすることができます。また、 XAMPPコントロールパネルからインストールすることができます。この場合には、管理者権限でスクリプトや[コントロールパネル]を実行する必要があります。

    +

    Apache サービスのインストール:\\xampp\\apache\\apache_installservice.bat

    +

    Apache サービスのアンインストール:\\xampp\\apache\\apache_uninstallservice.bat

    +

    MySQL service install: \xampp\mysql\mysql_installservice.bat

    +

    MySQL service uninstall: \xampp\mysql\mysql_uninstallservice.bat

    +

    FileZilla service (un)install: \xampp\filezilla_setup.bat

    +

    Mercury: No service installation available

    +
    +
    XAMPPを実際の運用で使用することはできますか?
    +
    +

    XAMPPは製品運用の手段ではなく、開発環境です。開発者の思った通りに何でもできるよう可能な限りオープンに設定されているのがXAMPPです。これは開発環境には素晴らしい事ですが、製品としては致命的です。

    +

    XAMPPのセキュリティ上の脆弱性を以下に示します。

    +
      +
    1. MySQL の管理者 ID (root) にパスワードが設定されていません。
    2. +
    3. MySQL デーモンは、ネットワークを介してアクセス可能です。
    4. +
    5. ProFTPD uses the password "lampp" for user "daemon".
    6. +
    7. The default users of Mercury and FileZilla are known.
    8. +
    +

    All points can be a huge security risk. Especially if XAMPP is accessible via network and people outside your LAN. It can also help to use a firewall or a (NAT) router. In case of a router or firewall, your PC is normally not accessible via network. It is up to you to fix these problems. As a small help there is the "XAMPP Security console".

    +

    オンラインで何かを公開する前にXAMPPをセキュリティで保護してください。ファイアウォールまたは外部ルータは、セキュリティのレベルが低いためです。もう少しセキュリティを強化するために、 「 XAMPPセキュリティ・コンソール"を実行し、パスワードを割り当てることができます。

    +

    自分のXAMPPをインターネットからアクセスできるようにさせたいなら、問題を修正できるこのURIへ行って下さい。

    +

    http://localhost/security/

    +

    セキュリティコンソールを使用すると、 MySQLユーザー"root" とphpMyAdminのパスワードを設定することができます。また、 XAMPPのデモページの認証を有効にすることができます。

    +

    このWebベースのツールは、追加のセキュリティ問題を修正しません!特に、 FileZillaのFTPサーバとMercuryメールサーバは、あなた自身でセキュリティ保護する必要があります。

    +
    XAMPPをアンインストールするにはどうしたらよいでしょうか?
    +
    +

    インストーラのバージョンを使用して、 XAMPPをインストールした場合は、アンインストーラを使用してください。アンインストーラは、レジストリからすべてのXAMPPエントリを削除し、それがXAMPPに含まれているいくつかインストールされているサービスをアンインストールします。我々はXAMPPのインストールを除去するためのアンインストールプログラムを使用することを強くお勧めします。XAMPPをアンインストールする前に、保存しておきたいすべてのデータのバックアップを行ってください。

    +

    If you installed XAMPP using the ZIP and 7zip versions, shut down all XAMPP servers and exit all panels. If you installed any services, uninstall and shut them down too. Now simply delete the entire folder where XAMPP is installed. There are no registry entries and no environment variables to clean up.

    +
    +
    What is the "lite" version of XAMPP?
    +
    +

    XAMPP Lite (means "light" as in "light-weight") is a smaller bundle of XAMPP components, which is recommended for quick work using only PHP and MySQL. Some servers or tools such as Mercury Mail and FileZilla FTP are missing in the Lite version.

    +
    +
    Where should I place my web content?
    +
    +

    The main directory for all WWW documents is \xampp\htdocs. If you put a file "test.html" in this directory, you can access it with the URI "http://localhost/test.html".

    +

    And "test.php"? Just use "http://localhost/test.php". A simple testscript can be:

    +

    <?php
    + echo 'Hello world';
    + ?>

    +

    A new subdirectory for your web? Just make a new directory (e.g. "new") inside the directory "\xampp\htdocs" (best without whitespaces and only ASCII), create a test file in this directory and access it with "http://localhost/new/test.php".

    +

    Further specifics

    +

    HTML:
    + Executable: \xampp\htdocs
    + Allowed endings: .html .htm
    + => basic package

    +

    SSI:
    + Executable: \xampp\htdocs
    + Allowed endings: .shtml
    + => basic package

    +

    CGI:
    + Executable: \xampp\htdocs and \xampp\cgi-bin
    + Allowed endings: .cgi
    + => basic package

    +

    PHP:
    + Executable: \xampp\htdocs and \xampp\cgi-bin
    + Allowed endings: .php
    + => basic package

    +

    Perl:
    + Executable: \xampp\htdocs and \xampp\cgi-bin
    + Allowed endings: .pl
    + => basic package

    +

    Apache::ASP Perl:
    + Executable: \xampp\htdocs
    + Allowed endings: .asp
    + => basic package

    +

    JSP Java:
    + Executable: \xampp\tomcat\webapps\java (e.g.)
    + Allowed endings: .jsp
    + => Tomcat add-on

    +

    Servlets Java:
    + Executable: \xampp\tomcat\webapps\java (e.g.)
    + Allowed endings: .html (u.a)
    + => Tomcat add-on

    +
    +
    Can I move the XAMPP installation?
    +
    +

    Yes. After moving of the XAMPP directory, you must execute "setup_xampp.bat". The paths in the configuration files will be adjusted with this step.

    +

    If you have installed any server as Windows service, you must first remove the Windows service, and after the moving you can install the service again.

    +

    WARNING: The configuration files from your own scripts, like PHP applications, are not adjusted. But it's possible to write a "plug-in" for the installer. With such a plug-in, the installer can adjust such files too.

    +
    +
    What are "Automatic start pages" for the WWW directories?
    +
    +

    The standard filename for the Apache function "DirectoryIndex" is "index.html" or "index.php". Every time you are just browsing to a folder (e.g. "http://localhost/xampp/"), and Apache can find such a file, Apache is displaying this file instead of a directory listing.

    +
    +
    Where can I change the configuration?
    +
    +

    Almost all settings in XAMPP you can change with configuration files. Just open the file in a textedit and change the setting you want. Only FileZilla and Mercury should be configured with the application config tool.

    +
    + +
    Why can't XAMPP work on Windows XP SP2?
    +
    +

    Microsoft delivers a better firewall with service pack 2 (SP2), which starts automatically. This firewall now blocks the necessary ports 80 (http) and 443 (https) and Apache can't start.

    +

    The fast solution:

    +

    Disable the Microsoft firewall with the toolbar and try to start XAMPP onces more. The better solution is to define an exception within the security center.

    +

    The following ports are used for basic functionality:

    +

    Apache (HTTP): Port 80
    + Apache (WebDAV): Port 81
    + Apache (HTTPS): Port 443
    + MySQL: Port 3306
    + FileZilla (FTP): Port 21
    + FileZilla (Admin): Port 14147
    + Mercury (SMTP): Port 25
    + Mercury (POP3): Port 110
    + Mercury (IMAP): Port 143
    + Mercury (HTTP): Port 2224
    + Mercury (Finger): Port 79
    + Mercury (PH): Port 105
    + Mercury (PopPass): Port 106
    + Tomcat (AJP/1.3): Port 8009
    + Tomcat (HTTP): Port 8080

    +
    + +
    Why doesn't XAMPP work on Vista?
    +
    +

    User Account Control (UAC)

    +

    In the directory "C:\program files" you don't have full write privileges, even as Admin. Or you have only limited privileges (e.g. for ".\xampp\htdocs"). In this case you can't edit a file.
    +Solution: Raise your privileges within explorer (right click / security) or disable the user account control (UAC).

    +

    You have installed Apache/MySQL in "C:\xampp" as Windows service. But you can't start/stop the services with the "XAMPP Control Panel" or can't uninstall them.

    +Solution: Use the service management console from Windows or disable UAC.

    +

    Disabling the User Account Control (UAC)

    +

    To disable the UAC, use the program "msconfig". In "msconfig" go to "Tools", select "disable user account control" and verify your selection. Now you must restart Windows. At the same time, you can enable the UAC again.

    +
    + +
    How do I check the md5 checksum?
    +
    +

    To compare files, often checksums are used. A standard to create this checksum md5 (Message Digest Algorithm 5).

    +

    With this md5 checksum you can test, if your download of the XAMPP package is correct or not. Of course you need a program which can create these checksums. For Windows you can use a tool from Microsoft:

    +

    Availability and description of the File Checksum Integrity Verifier utility

    +

    It's also possible to use any other program which can create md5 checksums, like the GNU md5sum.

    +

    As you have installed such a program (e.g. fciv.exe), you can do following steps:

    +

    +

      +
    • Download XAMPP (f.e. xampp-win32-1.8.2-0.exe)
    • +
    • Create the checksum with:
      + fciv.exe xampp-win32-1.8.2-0.exe +
    • +
    • And now you can compare this checksum with that one you can find on the XAMPP for Windows homepage.
    • +
    +

    +

    If both checksums equal, all is ok. If not, the download is broken or the file has been changed.

    +
    + +
    Why have changes in my php.ini not taken effect?
    +
    +

    If a change in the "php.ini" has no effect, it's possible PHP is using a different one. You can verify this with phpinfo(). Go to the URI http://localhost/xampp/phpinfo.php and search for "Loaded Configuration File". This value shows you the "php.ini" PHP is really using.

    +

    Note: After changing the "php.ini" you have to restart Apache so that Apache/PHP can read the new settings.

    +
    + +
    Help! There is a virus in XAMPP!
    +
    +

    Some antivirus programs mistake XAMPP for a virus, typically flagging the file xampp-manager.exe This is a false positive meaning that the antivirus erroneously identified it as a virus, when it is not. Before we release each new version of XAMPP we run it through virus scanning software. At the moment we are using Kapersky Online Virus Scanner. You can also use the online tool Virus Total for scanning XAMPP or send us an email to security (at) apachefriends (dot) org if you find any issue.

    +
    + +
    How do I configure my antivirus application?
    +
    +

    We have included all dependences and servers required for running the bundled web application, so you will find that XAMPP installs large numbers of files. If you are installing a XAMPP application on a Windows machine with an antivirus app enabled, this may slow down the installation significantly, and there is also a chance that one of the servers (web server, database server) may be blocked by the antivirus software. If you have an antivirus tool enabled, check the following settings for running XAMPP without performance issues:

    +

    +

      +
    • Add exceptions in the firewall: for Apache, MySQL or any other server.
    • +
    • Scan files when executing: If you have enabled the antivirus scan for all files, the executable files for the servers may slow down.
    • +
    • Scan the traffic for different URLs: If you are developing with XAMPP on your own machine, you can exclude "localhost" traffic in the Antivirus settings.
    • +
    +

    +
    + +
    Why doesn't the Apache server start on my system?
    +
    +

    This problem can be one of several reasons:

    +

    +

      +
    • You have started more then one HTTP Server (IIS, Sambar, ZEUS and so on). Only one Server can use port 80. This error message indicate the problem:
      +(OS 10048)... make_sock: could not bind to adress 0.0.0.0:80 +no listening sockets available, shutting down
    • +
    • You have other software, such as the Internet Telephone "Skype" which also blocks the port 80. If the problem is "Skype", you can go in Skype to Actions --> Options --> Connection --> remove the check mark at "use port 80 for an alternate port" and restart Skype. Now it should work.
    • +
    • You have a firewall which blocks the Apache port. Not all firewalls are compatible with Apache, and sometimes deactivating the firewall is not enough and you must deinstall it. This error message indicates a firewall:
      +(OS 10038)Socket operation on non-socket: make_sock: for address 0.0.0.0:80, +apr_socket_opt_set: (SO_KEEPALIVE)
    • +
    +

    Also if Apache can start, but your browser can't connect to it it could be due to one of the following:

    +
      +
    • Some virus scanners can cause this in the same way that firewalls can interfere.
    • +
    • You have XP Professional without service pack 1. You must have at least SP1 for XAMPP.
    • +
    +

    +

    Tip: If you have problems with used ports, you can try the tool "xampp-portcheck.exe". Maybe it can help.

    +
    + +
    Why is my CPU load for Apache almost 99%?
    +
    +

    There is one of two scenarios at play here. Either your CPU is maxing out, or you can browser connect to the server, but not see anything (the system is trying unsucessfully to load the page). In either case you can find the following message in the Apache log file:

    +

    Child: Encountered too many AcceptEx faults accepting client connections. +winnt_mpm: falling back to 'AcceptFilter none'.

    +

    The MPM falls back to a safer implementation, but some client requests were not processed correctly. In order to avoid this error, use "AcceptFilter" with accept filter "none" in the "\xampp\apache\conf\extra\httpd-mpm.conf" file.

    +
    + +
    Why are pictures and style-sheets not displayed?
    +
    +

    Sometimes there are problems with displaying pictures and style-sheets. Especially if these files are located on a network drive. In this case you can enable (or add) one if the following lines in the file "\xampp\apache\conf\httpd.conf":

    +

    EnableSendfile off
    +EnableMMAP off

    +

    This problem can also be caused by programs for regulating bandwidth, like NetLimiter.

    +
    + +
    How do I send email with XAMPP?
    +
    +

    To configure XAMPP to use the included sendmail.exe binary for email delivery, follow these steps:

    +
      +
    • Edit the XAMPP "php.ini" file. Within this file, find the [mail function] section and replace it with the following directives. Change the XAMPP installation path if needed. + + sendmail_path = "\"C:\xampp\sendmail\sendmail.exe\" -t" + +
    • +
    • Edit the XAMPP "sendmail.ini" file. Within this file, find the [sendmail] section and replace it with the following directives: + + smtp_server=smtp.gmail.com + smtp_port=465 + smtp_ssl=auto + error_logfile=error.log + auth_username=your-gmail-username@gmail.com + auth_password=your-gmail-password + +

      Remember to replace the dummy values shown with your actual Gmail address and account password. If you don't plan to use Gmail's SMTP server, replace the SMTP host details with appropriate values for your organization or ISP's SMTP server.

      +
    • +
    • Restart the Apache server using the XAMPP control panel. +
    • +
    +

    You can now use PHP's mail() function to send email from your application.

    +
    + +
    How can I set a root password in MySQL?
    +
    +

    Configure it with the "XAMPP Shell" (command prompt). Open the shell from the XAMPP control pane and execute this command:mysqladmin.exe -u root password secretThis sets the root password to 'secret'.

    +
    + +
    Can I use my own MySQL server?
    +
    +

    Yes. Simply don't start the MySQL from the XAMPP package. Please note that two servers cannot be started on the same port. If you have set a password for "root", please do not forget to edit the file "\xampp\phpMyAdmin\config.inc.php".

    +
    + +
    How do I restrict access to phpMyAdmin from the outside?
    +
    +

    In the basic configuration of XAMPP, phpMyAdmin is accessible only from the same host that XAMPP is running on, at http://127.0.0.1 or http://localhost.

    +

    Before you can access the MySQL server, phpMyAdmin will prompt you for a user name and password. Don't forget to set a password for the user "root" first.

    +
    + +
    How do I enable access to phpMyAdmin from the outside?
    +
    +

    In the basic configuration of XAMPP, phpMyAdmin is accessible only from the same host that XAMPP is running on, at http://127.0.0.1 or http://localhost.

    +

    IMPORTANT: Enabling external access for phpMyAdmin in production environments is a significant security risk. You are strongly advised to only allow access from localhost. A remote attacker could take advantage of any existing vulnerability for executing code or for modifying your data.

    +

    To enable remote access to phpMyAdmin, follow these steps:

    +
      +
    • Edit the apache\conf\extra\httpd-xampp.conf file in your XAMPP installation directory.
    • +
    • Within this file, find the lines below. +

      + Alias /phpmyadmin "C:/xampp/phpMyAdmin/" + <Directory "C:/xampp/phpMyAdmin"> + AllowOverride AuthConfig + Require local +

      +
    • +
    • Then replace 'Require local' with 'Require all granted'.
    • +

      + Alias /phpmyadmin "C:/xampp/phpMyAdmin/" + <Directory "C:/xampp/phpMyAdmin"> + AllowOverride AuthConfig + Require all granted +

      +
    • Restart the Apache server using the XAMPP control panel.
    • +
    +
    + +
    Where is the IMAP support for PHP?
    +
    +

    As default, the IMAP support for PHP is deactivated in XAMPP due to some mysterious initialization errors with some home versions like Windows 98. If you work with NT systems, you can open the file "\xampp\php\php.ini" to activate the php exstension by removing the beginning semicolon at the line ";extension=php_imap.dll". It should be:
    +extension=php_imap.dll

    +

    Now restart Apache and IMAP should work. You can use the same steps for every extension, which is not enabled in the default configuration.

    +
    + +
    Why don't some PHP open source apps work with XAMPP on Windows?
    +
    +

    A lot of PHP applications or extensions that have been written for Linux haven’t been ported to Windows.

    +
    + +
    Can I delete the "install" directory after installation?
    +
    +

    It's better not to. The scripts here are still needed for all additional packages (add-ons) and upgrades of XAMPP.

    +
    + +
    How do I activate the eaccelerator?
    +
    +

    Like other (Zend) extensions, you can activate it in "php.ini". In this file, enable the line ";zend_extension = "\xampp\php\ext\php_eaccelerator.dll"". It should be:
    +zend_extension = "\xampp\php\ext\php_eaccelerator.dll"

    +
    + +
    How do I fix a connection error to my MS SQL server?
    +
    +

    If the mssql extension was loaded in the php.ini, sometimes problems appear when only TCP/IP is used. You can fix that problem with a newer "ntwdblib.dll" from Microsoft. Please replace the older file in "\xampp\apache\bin" and "\xampp\php" with the new one. Because of the license, we can't package a newer version of this file with XAMPP.

    +
    + +
    How do I work with the PHP mcrypt extension?
    +
    +

    For this, we have opened a topic in the forum with examples and possible solutions: MCrypt topic

    +
    + +
    Do Microsoft Active Server Pages (ASP) work with XAMPP?
    +
    +

    No. And Apache::ASP with the Perl Add-On is not the same. Apache::ASP only knows Perl-Script, but ASP from the Internet Information Server (IIS) also knows the normal VBScript. But for ASP .NET, there is a 3rd party Apache module available.

    +
    + +
    How can I get XAMPP working on port 80 under Windows 10?
    +
    +

    By default, Windows 10 starts Microsoft IIS on port 80, which is the same default port used by Apache in XAMPP. As a result, Apache cannot bind to port 80.

    +

    To disable IIS from running on port 80, follow these steps:

    +
      +
    • Open the Services panel in Computer Management.
    • +
    • Search for the 'World Wide Web Publishing Service' and select it.
    • +
    • Click the link to 'Stop the service'.
    • +
    • Double-click the service name.
    • +
    • In the 'Startup type' field, change the startup type to 'Disabled'.
    • +
    • Click 'OK' to save your changes.
    • +
    +

    You should now be able to start Apache in XAMPP on port 80.

    +

    For more information, refer to the 'Troubleshoot Apache Startup Problems' guide included with XAMPP or this forum post.

    +
    + +
    How can I use Microsoft Edge to access local addresses under Windows 10?
    +
    +

    If your local machine has the host name 'myhost', you will not be able to access URLs such as http://myhost in Microsoft Edge. To resolve this, you should instead use the addresses http://127.0.0.1 or http://localhost.

    +
    + +
    Where are the main XAMPP configuration files?
    +
    +

    The main XAMPP configuration files are located as follows:

    +
      +
    • Apache configuration file: \xampp\apache\conf\httpd.conf, \xampp\apache\conf\extra\httpd-xampp.conf
    • +
    • PHP configuration file: \xampp\php\php.ini
    • +
    • MySQL configuration file: \xampp\mysql\bin\my.ini
    • +
    • FileZilla Server configuration file: \xampp\FileZillaFTP\FileZilla Server.xml
    • +
    • Apache Tomcat configuration file: \xampp\tomcat\conf\server.xml
    • +
    • Apache Tomcat configuration file: \xampp\sendmail\sendmail.ini
    • +
    • Mercury Mail configuration file: \xampp\MercuryMail\MERCURY.INI
    • +
    +
    + +
    +
    +
    + +
    + + + + + + + + diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/jp/howto.html b/TE2/Proyecto Teknovate/htdocs/dashboard/jp/howto.html new file mode 100644 index 0000000..56131c9 --- /dev/null +++ b/TE2/Proyecto Teknovate/htdocs/dashboard/jp/howto.html @@ -0,0 +1,131 @@ + + + + + + + + + + + XAMPP howto guides + + + + + + + + + + + + + + + + +
    + +
    + +
    + + + + + + + + + + diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/jp/howto_platform_links.html b/TE2/Proyecto Teknovate/htdocs/dashboard/jp/howto_platform_links.html new file mode 100644 index 0000000..5d1b340 --- /dev/null +++ b/TE2/Proyecto Teknovate/htdocs/dashboard/jp/howto_platform_links.html @@ -0,0 +1,101 @@ + + + + + + + + + + + Apache Friends + + + + + + + + + + + + + + + + +
    + +
    + +
    + + + + + + + + + + diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/jp/howto_shared_links.html b/TE2/Proyecto Teknovate/htdocs/dashboard/jp/howto_shared_links.html new file mode 100644 index 0000000..e22cbb7 --- /dev/null +++ b/TE2/Proyecto Teknovate/htdocs/dashboard/jp/howto_shared_links.html @@ -0,0 +1,115 @@ + + + + + + + + + + + Apache Friends + + + + + + + + + + + + + + + + +
    + +
    + +
    + + + + + + + + + + diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/jp/index.html b/TE2/Proyecto Teknovate/htdocs/dashboard/jp/index.html new file mode 100644 index 0000000..11047b0 --- /dev/null +++ b/TE2/Proyecto Teknovate/htdocs/dashboard/jp/index.html @@ -0,0 +1,167 @@ + + + + + + + + + + + Welcome to XAMPP + + + + + + + + + + + + + + + + +
    + +
    + +
    + +
    +
    +
    +
    +

    XAMPP Apache + MariaDB + PHP + Perl

    +
    +
    +
    +
    +
    +

    Welcome to XAMPP for Windows 8.0.0

    +
    +
    +
    +
    +

    + You have successfully installed XAMPP on this system! Now you can start using Apache, MariaDB, PHP and other components. + You can find more info in the FAQ section or check the HOW-TO Guides for getting started with PHP applications. +

    +

    + XAMPP is meant only for development purposes. It has certain configuration settings that make it easy to develop locally but that are insecure if you want to have your installation accessible to others. + If you want have your XAMPP accessible from the internet, make sure you understand the implications and you checked the FAQ to learn how to protect your site. Alternatively you can use WAMP, MAMP or LAMP which are similar packages which are more suitable for production. +

    +

    + Start the XAMPP Control Panel to check the server status. +

    +
    +
    +
    +
    +

    コミュニティー

    +
    +
    +
    +
    +

    + XAMPP は10年以上の実績があります – よってその背後には大きなコミュニティーが存在します。弊社の フォーラム に参加、 メールリスト に電子メールアドレスを登録、および Facebook で「いいね」ボタンを押す、Twitter でフォロー、 私どもを Google+ サークルに追加するなどして、このコミュニティーに参加することができます。 +

    +
    +
    +
    +
    +

    translate.apachefriends.org で XAMPP の翻訳にご協力ください。

    +
    +
    +
    +
    +

    + XAMPP を他のコミュニティーメンバーのために翻訳するのをお手伝いいただけませんか?XAMPP を他の言語に翻訳するお手伝いをしてくださる方を探しています。弊社は特別サイト translate.apachefriends.org を設け、ここでユーザーの皆さんに翻訳してもらっています。 +

    +
    +
    +
    +
    +

    Install applications on XAMPP using Bitnami

    +
    +
    +
    +
    +

    + Apache Friends and Bitnami are cooperating to make dozens of open source applications available on XAMPP, for free. Bitnami-packaged applications include Wordpress, Drupal, Joomla! and dozens of others and can be deployed with one-click installers. + Visit the Bitnami XAMPP page for details on the currently available apps. +

    +
    +
    +
    +
    + Bitnami XAMPP page +
    +
    + +
    + + + + + + + + diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/phpinfo.php b/TE2/Proyecto Teknovate/htdocs/dashboard/phpinfo.php new file mode 100644 index 0000000..1d3efd3 --- /dev/null +++ b/TE2/Proyecto Teknovate/htdocs/dashboard/phpinfo.php @@ -0,0 +1,2 @@ + + diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/pl/faq.html b/TE2/Proyecto Teknovate/htdocs/dashboard/pl/faq.html new file mode 100644 index 0000000..7fc901b --- /dev/null +++ b/TE2/Proyecto Teknovate/htdocs/dashboard/pl/faq.html @@ -0,0 +1,523 @@ + + + + + + + + + + + XAMPP FAQs for Windows + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +
    +

    Windows Najczęściej zadawane pytania

    +
    +
    +
    +
    +
    +
    +
    Jak zainstalować XAMPP?
    +
    +

    XAMPP dla Windows występuje w trzech różnych odmianach:

    +

    Instalator:
    + Prawdopodobnie najprostszy sposób na zainstalowanie XAMPP.

    +

    ZIP:
    + Dla purystów: XAMPP jako zwyczajne archiwum ZIP.

    +

    7zip:
    + Dla purystów z niskim transferem internetowym: XAMPP jako archiwum 7zip.

    +

    Uwaga: Jeśli wypakujesz pliki, mogą się pojawić fałszywe ostrzeżenia programów antywirusowych.

    +

    Używając programu instalacyjnego:

    +

    +

    Panel kontrolny XAMPP służy do uruchamiania/zatrzymywania Apache, MySQL, FileZilla & Mercury lub instalacji tych serwerów jako usługi systemowe.

    +

    Instalowanie z pliku ZIP

    +

    Wypakuj archiwum zip do wybranego przez siebie folderu. XAMPP jest domyślnie wypakowywany do katalogu "C:\\xampp". Teraz uruchom plik "setup_xampp.bat" aby dostosować konfigurację XAMPP do twojego systemu.

    +

    Jeżeli wybrałeś katalog docelowy jako C:\\", nie musisz uruchamiać pliku "setup_xampp.bat".

    +

    Tak jak w wersji instalacyjnej, możesz teraz użyć "XAMPP Control Panel" w celu wykonania dodatkowych zadań.

    +
    +
    Does XAMPP include MySQL or MariaDB?
    +
    +

    Since XAMPP 5.5.30 and 5.6.14, XAMPP ships MariaDB instead of MySQL. The commands and tools are the same for both.

    +
    +
    Jak mogę uruchomić XAMPP bez instalacji?
    +
    +

    Jeśli wypakujesz XAMPP do katalogu głównego jak "C:\\" lub "D:\\", możesz uruchomić większość serwerów jak Apache czy MySQL bezpośrednio, bez potrzeby uruchamiania pliku "setup_xampp.bat".

    +

    Należy nie używać skryptu instalacyjnego lub wybrać ścieżki względne w skrypcie instalacyjnym, jest to korzystne w przypadku instalacji XAMPP na dysku USB, ponieważ na każdym komputerze taki napęd może mieć inną literę napędu. Możesz w każdej chwili przełączyć się pomiędzy ścieżkami relatywnymi a absolutnymi w skrypcie instalacyjnym.

    +

    Używając instalatora z naszej strony pobierania, łatwo zainstalujesz pakiet XAMPP. Po instalacji XAMPP znajdziesz w Start => Programy => XAMPP. Możesz użyć Panelu Kontrolnego XAMPP, aby uruchamiać/zatrzymywać wszystkie serwery i także instalować/usuwać usługi.

    +

    Panel kontrolny XAMPP służy do uruchamiania/zatrzymywania Apache, MySQL, FileZilla & Mercury lub instalacji tych serwerów jako usługi systemowe.

    +
    +
    Jak mogę uruchomić i zatrzymać XAMPP?
    +
    +

    Uniwersalne centrum kontroli to "Panel Kontroli XAMPP" (dzięki www.nat32.com). Jest uruchamiane z:

    +

    \xampp\xampp-control.exe

    +

    Możesz też użyć kilku skryptów by uruchomić lub zatrzymać serwery:

    +

    +

      +
    • Uruchomienie Apache & MySQL: + \xampp\xampp_start.exe
    • +
    • Zatrzymywanie Apache & MySQL: + \xampp\xampp_stop.exe
    • +
    • Uruchomienie Apache'a: + \xampp\apache_start.bat
    • +
    • Zatrzymywanie Apache: + \xampp\apache_stop.bat
    • +
    • Uruchamianie MySQL: + \xampp\mysql_start.bat
    • +
    • Zatrzymywanie MySQL: + \xampp\mysql_stop.bat
    • +
    • Uruchomienie serwera mailowego Mercury: + \xampp\mercury_start.bat
    • +
    • Zatrzymywanie serwera mailowego Mercury: + \xampp\mercury_stop.bat
    • +
    • Uruchomienie serwera FileZilla: + \xampp\filezilla_start.bat
    • +
    • Zatrzymanie serwera FileZilla: + \xampp\filezilla_stop.bat

    +

    +
    +
    Jak mogę sprawdzić czy wszystko działa?
    +
    +

    Wprowadź poniższy URL w swojej ulubionej przeglądarce internetowej:

    +

    http://localhost/ lub http://127.0.0.1/

    +

    You should see the XAMPP start page, as shown below.

    + +
    +
    Jak mogę zainstalować serwer jako usługę?
    +
    +

    Każdy serwer w pakiecie XAMPP może być zainstalowany jako usługa Windows. Możesz tego dokonać przez Panel Kontrolny XAMPP. W większości przypadków uruchomienie skryptów lub Panelu Kontrolnego wymaga uprawnień administratora.

    +

    Instalacja usługi Apache: \\xampp\\apache\\apache_installservice.bat

    +

    Deinstalacja usługi Apache: \\xampp\\apache\\apache_uninstallservice.bat

    +

    Instalacja usługi MySQL: \\xampp\\mysql\\mysql_installservice.bat

    +

    Deinstalacja usługi MySQL: \\xampp\\mysql\\mysql_uninstallservice.bat

    +

    (De)instalacja usługi FileZilla: \\xampp\\filezilla_setup.bat

    +

    Mercury: Brak instalacji usługi

    +
    +
    Czy XAMPP jest gotowy do środowiska produkcyjnego?
    +
    +

    XAMPP nie jest przeznaczony do zastosowań produkcyjnych, ale na środowisko deweloperskie. Sposób w jaki XAMPP jest skonfigurowany by być otwartym jak to tylko możliwe umożliwia deweloperom robić co zechcą. Do zastosowań deweloperskich jest to wspaniałe, ale do zastosowań produkcyjnych może być fatalne.

    +

    To jest lista pominiętych zabezpieczeń w XAMPP:

    +
      +
    1. Administrator MySQL (root) nie ma hasła.
    2. +
    3. Usługa MySQL jest dostępna przez sieć.
    4. +
    5. ProFTPD używa hasła "lampp" dla użytkownika "daemon".
    6. +
    7. Domyślni użytkownicy programu Mercury i FileZilla są znani.
    8. +
    +

    Wszystkie punkty mogą być ogromnym zagrożeniem dla bezpieczeństwa. Zwłaszcza jeżeli XAMPP jest dostępny przez sieć i ludzie mają dostęp do niego poza twoją siecią LAN. Także może być pomocne użycie zapory sieciowej lub routera NAT. W przypadku routera lub zapory twój komputer nie jest normalnie dostępny przez sieć. To do ciebie należy zadanie rozwiązania tych problemów. Jako małą pomoc dajemy "konsolę bezpieczeństwa XAMPP".

    +

    Proszę zabezpieczyć XAMPP przed opublikowaniem czegokolwiek w Internecie. Zapora sieciowa lub zewnętrzny router wystarczają tylko na niskim poziomie bezpieczeństwa. Aby wpłynąć na nieco większe bezpieczeństwo, można uruchomić konsolę bezpieczeństwa XAMPP i przypisać hasła.

    +

    Jeżeli chcesz aby twój XAMPP był dostępny przez internet, powinieneś podążyć za poniższym URI, który może naprawić niektóre problemy:

    +

    http://localhost/security/

    +

    Z konsolą bezpieczeństwa możesz ustawić hasło dla administratora MySQL i phpMyAdmina. Możesz także włączyć uwierzytelnianie dla stron z pakietu XAMPP.

    +

    To narzędzie webowe nie potrafi naprawić każdej dodatkowej kwestii odnośnie bezpieczeństwa. W szczególności musisz sam ustawić serwer FileZilla FTP i serwer mailowy Mercury.

    +
    Jak odinstalować XAMPP?
    +
    +

    Jeżeli zainstalowałeś pakiet XAMPP używając instalatora, proszę użyj deinstalatora. Deinstalator skasuje wszystkie wpisy XAMPP z twojego rejestru i także deinstaluje jakieś zainstalowane usługi włączone w pakiecie XAMPP. Bardzo polecamy użycie deinstalatora przy usuwaniu instalacji XAMPP. Proszę zrobić kopię zapasową wszystkich swoich danych przed deinstalacją pakietu XAMPP.

    +

    Jeżeli zainstalowałeś XAMPP używając programu ZIP i 7zip, wyłącz wszystkie serwery XAMPP i wyłącz wszystkie panele. Jeżeli instalowałeś jakieś usługi, odinstaluj je. Teraz możesz usunąć folder gdzie XAMPP został zainstalowany. Nie trzeba czyścić niczego więcej, ponieważ rejestr nie zawiera żadnych wpisów i zmiennych środowiskowych.

    +
    +
    Co to jest wersja "lite" pakietu XAMPP?
    +
    +

    XAMPP Lite (oznacza "lekki" w znaczeniu "lekko ważący") jest mniejszym zestawem komponentów XAMPP, który jest zalecany dla szybszej pracy, używającej tylko PHP i MySQL. Niektóre serwery lub narzędzia tj. Mercury Mail i FileZilla FTP nie występują w wersji lekkiej.

    +
    +
    Gdzie powinienem umieścić pliki z moją aplikacją internetową?
    +
    +

    Główny folder dla wszystkich dokumentów WWW to \\xampp\\htdocs. Jeżeli umieścisz w tym katalogu plik "test.html", będziesz miał do niego dostęp przez URI: "http://localhost/test.html".

    +

    I "test.php"? Wystarczy użyć http://localhost/test.php". Prostym skryptem testowym może być:

    +

    <?php
    + echo 'Hello world';
    + ?>

    +

    Nowy podkatalog dla twojej strony www? Stwórz nowy katalog (np. "nowy") wewnątrz katalogu "\\xampp\\htdocs" (najlepiej bez znaków odstępów i tylko używając znaków ASCII), utwórz plik testowy w tym katalogu i spróbuj uzyskać do niego dostęp przez URL: "http://localhost/nowy/test.php".

    +

    Inne specyfikacje

    +

    HTML:
    + Wykonywalny: \xampp\htdocs
    + Dozwolone zakończenia: .html .htm
    + => pakiet podstawowy

    +

    SSI:
    + Wykonywalny: \xampp\htdocs
    + Dozwolone zakończenia: .shtml
    + => pakiet podstawowy

    +

    CGI:
    + Wykonywalny: \xampp\htdocs and \xampp\cgi-bin
    + Dozwolone zakończenia: .cgi
    + => pakiet podstawowy

    +

    PHP:
    + Wykonywalny: \xampp\htdocs and \xampp\cgi-bin
    + Dozwolone zakończenia: .php
    + => pakiet podstawowy

    +

    Perl:
    + Wykonywalny: \xampp\htdocs and \xampp\cgi-bin
    + Dozwolone zakończenia: .pl
    + => pakiet podstawowy

    +

    Apache::ASP Perl:
    + Wykonywalny: \xampp\htdocs
    + Dozwolone zakończenia: .asp
    + => pakiet podstawowy

    +

    JSP Java:
    + Wykonywalny: \xampp\tomcat\webapps\java (e.g.)
    + Dozwolone zakończenia: .jsp
    + => Tomcat add-on

    +

    Servlets Java:
    + Wykonywalny: \xampp\tomcat\webapps\java (e.g.)
    + Dozwolone zakończenia: .html (u.a)
    + => Tomcat add-on

    +
    +
    Czy mogę przenieść instalację XAMPP?
    +
    +

    Tak. Po przeniesieniu katalogu XAMPP, musisz wykonywać plik setup_xampp.bat". W tym kroku ścieżki w plikach konfiguracyjnych zostaną zaktualizowane.

    +

    Jeżeli masz jakiś serwer zainstalowany jako usługę Windows, musisz najpierw usunąć usługę, a dopiero po przeniesieniu katalogu ponownie zainstalować usługę.

    +

    Ostrzeżenie: Pliki konfiguracji z twoich własnych skryptów, tj. aplikacji PHP, nie są aktualizowane. Ale jest możliwość napisania "wtyczki" dla instalatora. Z tą wtyczką, instalator może też te pliki zaktualizować.

    +
    +
    Co to są "Automatyczne strony startowe" dla katalogów WWW?
    +
    +

    Standardowa nazwa pliku dla funkcji Apache'a "DirectoryIndex" to "index.html" lub "index.php". Za każdym razem kiedy przeglądasz folder (np. "http://localhost/xampp/"), Apache szuka jednego z tych plików, zamiast wyświetlać listę plików z katalogu.

    +
    +
    Gdzie mogę zmienić konfigurację?
    +
    +

    Prawie wszystkie ustawienia w XAMPP możesz zmienić w plikach konfiguracyjnych. Otwórz plik w edytorze pliku i zmień wybrane przez siebie ustawienie. Tylko aplikacje FileZilla i Mercury powinne być skonfigurowane wykorzystując wewnętrzne narzędzie do konfiguracji.

    +
    + +
    Dlaczego XAMPP nie może pracować na Windows XP SP2?
    +
    +

    Microsoft dostarcza lepszą zaporę sieciową z Service Pack 2 (SP2), która uruchamia się automatycznie przy starcie systemu. Ta zapora sieciowa blokuje teraz potrzebne porty 80 (http) i 443 (https) i Apache nie może się uruchomić.

    +

    Szybkie rozwiązanie:

    +

    Wyłącz zaporę sieciową Microsoftu i spróbuj ponownie uruchomić XAMPP. Lepszym rozwiązaniem jest zdefiniowanie wyjątków w centrum zabezpieczeń.

    +

    Poniższe porty są używane dla podstawowej funkcjonalności:

    +

    Apache (HTTP): Port 80
    + Apache (WebDAV): Port 81
    + Apache (HTTPS): Port 443
    + MySQL: Port 3306
    + FileZilla (FTP): Port 21
    + FileZilla (Admin): Port 14147
    + Mercury (SMTP): Port 25
    + Mercury (POP3): Port 110
    + Mercury (IMAP): Port 143
    + Mercury (HTTP): Port 2224
    + Mercury (Finger): Port 79
    + Mercury (PH): Port 105
    + Mercury (PopPass): Port 106
    + Tomcat (AJP/1.3): Port 8009
    + Tomcat (HTTP): Port 8080

    +
    + +
    Dlaczego XAMPP nie pracuje na Microsoft Vista?
    +
    +

    Kontrola konta użytkownika (UAC)

    +

    W katalogu "C:\\program files" nie masz pełnych praw zapisu jako administrator. Lub masz ograniczone uprawnienia (np. dla ".\\xampp\\htdocs"). W tym przypadku nie można edytować pliku.
    +Rozwiązanie: Podnieść swoje uprawnienia w eksploratorze (prawy klik / bezpieczeństwo) lub wyłącz kontrolę konta użytkownika (UAC).

    +

    Masz zainstalowany Apache/MySQL w "C:\\xampp" jako usługi Windows. Ale nie uruchomiłeś/zatrzymałeś usługi przez Panel Kontrolny XAMPP lub ich nie odinstalowałeś.

    +Rozwiązanie: Użyj konsoli zarządzania usługami w Windowsie lub wyłącz UAC.

    +

    Wyłączanie Kontroli Konta Użytkownika (UAC)

    +

    Aby wyłączyć UAC, użyj programu "msconfig". W "msconfig" idź do "Narzędzia", wybierz "wyłącz kontrolę konta użytkownika" i zweryfikuj swój wybór. Restartuj Windows. W każdym czasie możesz ponownie włączyć UAC.

    +
    + +
    Jak mogę sprawdzić sumę kontrolną MD5?
    +
    +

    Aby porównać pliki, najczęściej porównuje się ich sumy kontrolne. Do utworzenia tych sum wystarczy standardowo MD5 (Message Digest Algorithm 5).

    +

    Z sumą kontrolną md5 możesz przetestować czy twoja paczka XAMPP została pobrana prawidłowo czy też nie. Oczywiście potrzebujesz programu, który utworzy te sumy kontrolne. Dla Windows możesz użyć narzędzia z Microsoftu:

    +

    Dostępność i opis narzędzia integracji weryfikacji sumy kontrolnej pliku

    +

    Możliwe jest również użycie innego programu, który potrafi utworzyć sumę kontrolną md5, np. GNU md5sum.

    +

    Jeżeli masz zainstalowany program (np. fciv.exe), wykonaj poniższe kroki:

    +

    +

      +
    • Pobierz XAMPP (np. xampp-win32-1.8.2-0.exe)
    • +
    • Utwórz sumę kontrolną z:
      + fciv.exe xampp-win32-1.8.2-0.exe +
    • +
    • I teraz możesz porównać swoją sumę kontrolną z tą znalezioną na stronie XAMPP dla Windows.
    • +
    +

    +

    Jeżeli obie sumy są równe, wszystko jest w porządku. Jeżeli nie, pobrany plik jest uszkodzony lub został zmieniony.

    +
    + +
    Dlaczego zmiany w php.ini nie przynoszą efektu?
    +
    +

    Jeżeli zmiana w "php.ini" nie przynosi efektu, możliwe że PHP używa innego pliku. Możesz zweryfikować to na podstawie funkcji phpinfo(). Idź do http://localhost/xampp/phpinfo.php i poszukaj "Loaded Configuration File". Ta wartość pokazuje który plik "php.ini" jest przez PHP używany.

    +

    Uwaga: Po zmianach w pliku "php.ini" musisz zrestartować Apache, aby Apache i PHP wczytały nowe ustawienia.

    +
    + +
    Pomocy! W pakiecie XAMPP jest wirus!
    +
    +

    Niektóre programy antywirusowe traktują XAMPP jak wirus, zwykle wskazując na plik xampp-manager.exe. To jest fałszywe powiadomienie ze strony programu antywirusowego, ponieważ pakiet XAMPP nie zawiera wirusów. Przed opublikowaniem nowej wersji XAMPP, przepuszczamy pakiet i pliki przez program antywirusowy. W tym momencie używamy Kapersky Online Virus Scanner. You can also use the online tool Virus Total for scanning XAMPP or send us an email to security (at) apachefriends (dot) org if you find any issue.

    +
    + +
    Jak mogę skonfigurować mój program antywirusowy?
    +
    +

    Włączyliśmy wszystkie zależności i serwery niezbędne do uruchomienia aplikacji internetowej, więc można zauważyć, że XAMPP instaluje dużą liczbę plików. Jeżeli instalujesz XAMPP na Windowsie z włączonym programem antywirusowym, to może znacznie spowolnić instalację, i jest szansa, że jeden z serwerów (serwer www, serwer bazy danych) może zostać zablokowany przez program antywirusowy. Jeżeli masz włączony program antywirusowy, sprawdź następujące ustawienia by mieć XAMPP działający bez problemów związanych z wydajnością:

    +

    +

      +
    • Dodaj wyjątki do swojej zapory sieciowej: dla Apache'a, MySQL i innych serwerów.
    • +
    • Skanuj pliki podczas uruchamiania: Jeśli włączono skanowanie antywirusowe dla wszystkich plików, pliki wykonywalne serwerów mogą być spowalniane.
    • +
    • Skanuj ruch dla różnych adresów URL: jeżeli rozwijasz z pakietem XAMPP na swoim komputerze, możesz wykluczyć ruch z "localhost" (hosta lokalnego) w ustawieniach programu antywirusowego.
    • +
    +

    +
    + +
    Dlaczego Apache nie uruchamia się w moim systemie?
    +
    +

    Ten problem może występować z kilku powodów:

    +

    +

      +
    • Możesz mieć uruchomionych więcej niż jeden serwer HTTP (IIS, Sambar, ZEUS, lub inny). Tylko jeden serwer może korzystać z portu 80. Ten komunikat o błędzie wskazuje problem:
      +(OS 10048)... make_sock: could not bind to adress 0.0.0.0:80 +no listening sockets available, shutting down
    • +
    • Jeżeli masz inne oprogramowanie, tj. telefonię internetową Skype, która też blokuje port 80. Jeżeli problem stwarza Skype, w Skype z menu wybierz Akcje --> Opcje --> Połączenie --> usuń znaczek przy opcji "użyj portu 80 jako portu alternatywnego" i zrestartuj Skype. Teraz serwer powinien pracować poprawnie.
    • +
    • Masz zaporę sieciową, która blokuje port Apache. Nie wszystkie zapory sieciowe są zgodne z Apache, i czasami dezaktywacja zapory nie wystarcza i trzeba ją usunąć. Ten komunikat o błędzie wskazuje zaporę:
      +(OS 10038)Socket operation on non-socket: make_sock: for address 0.0.0.0:80, +apr_socket_opt_set: (SO_KEEPALIVE)
    • +
    +

    Także jeżeli Apache może się uruchomić, ale twoja przeglądarka nie może się połączyć, to może być spowodowane przez:

    +
      +
    • Niektóre skanery antywirusowe mogą powodować problemy w podobny sposób jak to robią zapory sieciowe.
    • +
    • Masz Windows XP Professional bez Service Pack 1. Musisz mieć przynajmniej SP1 dla XAMPP.
    • +
    +

    +

    Porada: Jeżeli masz problemy z użyciem portów, możesz spróbować uruchomić narzędzie "xampp-portcheck.exe". To może pomóc.

    +
    + +
    Dlaczego moje obciążenie dla Apache'a jest bliskie 99%?
    +
    +

    Tutaj może wystąpić jeden z dwóch scenariuszy. Jeżeli twój procesor jest maksymalnie wykorzystywany, lub twoja przeglądarka może połączyć się z serwerem, ale nic nie widzisz (system próbuje nieskutecznie załadować stronę). W każdym przypadku znajdziesz poniższą wiadomość w pliku zdarzeń Apache'a:

    +

    Child: Encountered too many AcceptEx faults accepting client connections. +winnt_mpm: falling back to 'AcceptFilter none'.

    +

    MPM wraca do bezpiecznego wykonania, ale niektóre żądania klientów nie zostały przetworzone w sposób prawidłowy. Aby uniknąć tego błędu, należy użyć "acceptfilter" z akceptacją filtra "none" w pliku "\\xampp\\apache\\conf\\extra\\httpd-mpm.conf".

    +
    + +
    Dlaczego zdjęcia i arkusze stylu nie są wyświetlane?
    +
    +

    Czasami są problemy z wyświetleniem obrazków i arkuszy stylów. Zwłaszcza jeśli te pliki znajdują się na dysku sieciowym. W tym przypadku powinieneś włączyć (lub dodać) jedną z poniższych linii w pliku "\\xampp\\apache\\conf\\httpd.conf":

    +

    EnableSendfile off
    +EnableMMAP off

    +

    Ten problem może być również spowodowany przez programy do regulacji przepustowości pasma, tj. program NetLimiter.

    +
    + +
    How do I send email with XAMPP?
    +
    +

    To configure XAMPP to use the included sendmail.exe binary for email delivery, follow these steps:

    +
      +
    • Edit the XAMPP "php.ini" file. Within this file, find the [mail function] section and replace it with the following directives. Change the XAMPP installation path if needed. + + sendmail_path = "\"C:\xampp\sendmail\sendmail.exe\" -t" + +
    • +
    • Edit the XAMPP "sendmail.ini" file. Within this file, find the [sendmail] section and replace it with the following directives: + + smtp_server=smtp.gmail.com + smtp_port=465 + smtp_ssl=auto + error_logfile=error.log + auth_username=your-gmail-username@gmail.com + auth_password=your-gmail-password + +

      Remember to replace the dummy values shown with your actual Gmail address and account password. If you don't plan to use Gmail's SMTP server, replace the SMTP host details with appropriate values for your organization or ISP's SMTP server.

      +
    • +
    • Restart the Apache server using the XAMPP control panel. +
    • +
    +

    You can now use PHP's mail() function to send email from your application.

    +
    + +
    Jak mogę ustawić hasło administratora w MySQL?
    +
    +

    Configure it with the "XAMPP Shell" (command prompt). Open the shell from the XAMPP control pane and execute this command:mysqladmin.exe -u root password secretThis sets the root password to 'secret'.

    +
    + +
    Czy mogę użyć swojego własnego serwera MySQL?
    +
    +

    Tak. Najprościej nie uruchamiać MySQL z pakietu XAMPP. Proszę zauważyć, że dwa serwery nie mogą być uruchomione na tym samym porcie. Jeżeli masz ustawione hasło dla użytkownika MySQL "root", proszę nie zapomnieć zaktualizować pliku "\\xampp\\phpMyAdmin\\config.inc.php".

    +
    + +
    Jak mogę ograniczyć dostęp do phpMyAdmina z zewnątrz?
    +
    +

    In the basic configuration of XAMPP, phpMyAdmin is accessible only from the same host that XAMPP is running on, at http://127.0.0.1 or http://localhost.

    +

    Przed twoim dostępem do serwera MySQL, phpMyAdmin zapyta cię o nazwę użytkownika i hasło. Nie zapomnij najpierw ustawić hasła dla użytkownika "root".

    +
    + +
    How do I enable access to phpMyAdmin from the outside?
    +
    +

    In the basic configuration of XAMPP, phpMyAdmin is accessible only from the same host that XAMPP is running on, at http://127.0.0.1 or http://localhost.

    +

    IMPORTANT: Enabling external access for phpMyAdmin in production environments is a significant security risk. You are strongly advised to only allow access from localhost. A remote attacker could take advantage of any existing vulnerability for executing code or for modifying your data.

    +

    To enable remote access to phpMyAdmin, follow these steps:

    +
      +
    • Edit the apache\conf\extra\httpd-xampp.conf file in your XAMPP installation directory.
    • +
    • Within this file, find the lines below. +

      + Alias /phpmyadmin "C:/xampp/phpMyAdmin/" + <Directory "C:/xampp/phpMyAdmin"> + AllowOverride AuthConfig + Require local +

      +
    • +
    • Then replace 'Require local' with 'Require all granted'.
    • +

      + Alias /phpmyadmin "C:/xampp/phpMyAdmin/" + <Directory "C:/xampp/phpMyAdmin"> + AllowOverride AuthConfig + Require all granted +

      +
    • Restart the Apache server using the XAMPP control panel.
    • +
    +
    + +
    Gdzie jest wsparcie IMAP dla PHP?
    +
    +

    Domyślnie, wsparcie IMAP dla PHP w XAMPP jest wyłączone, ze względu na jakieś tajemnicze błędy inicjalizacji dla wersji domowych podobnych do Windows 98. Jeżeli pracujesz z systemami NT, możesz otworzyć plik "\\xampp\\php\\php.ini" i aktywować rozszerzenie PHP przez usunięcie średnika na początku linii ";extension=php_imap.dll". To powinno być:
    +extension=php_imap.dll

    +

    Teraz zrestartuj Apache'a i IMAP powinien już pracować. Możesz użyć tych samych kroków dla każdego rozszerzenia, który nie jest domyślnie włączony w konfiguracji.

    +
    + +
    Dlaczego niektóre aplikacje PHP o otwartym kodze źródłowym nie pracują z XAMPP na Windowsie?
    +
    +

    Wiele aplikacji PHP lub rozszerzeń, które powstały na system Linux, nie zostało przepisanych na Windowsa.

    +
    + +
    Czy mogę usunąć katalog "install" po instalacji?
    +
    +

    Lepiej nie. Skrypty tutaj są wciąż potrzebne dla wszystkich pakietów dodatkowych (dodatków) i aktualizacji XAMPP.

    +
    + +
    Jak mogę aktywować eaccelerator?
    +
    +

    Podobnie jak w innych (Zend) rozszerzeniach, musisz aktywować to w pliku php.ini. W tym pliku włącz linię ";zend_extension = "\\xampp\\php\\ext\\php_eaccelerator.dll"". To powinno wyglądać:
    +zend_extension = "\xampp\php\ext\php_eaccelerator.dll"

    +
    + +
    Jak mogę naprawić błędy połączenia do mojego serwera MS SQL?
    +
    +

    Jeżeli rozszerzenie mssql zostało załadowane w pliku php.ini, czasami problemy występują kiedy tylko TCP/IP jest używany. Możesz naprawić ten problem z nową wersją "ntwdblib.dll" ze strony Microsoftu. Zastąp tym nowszym plikiem, plikami znajdującymi się w "\\xampp\\apache\\bin" i "\\xampp\\php". Ze względu na licencję tego pliku, nie możemy spakować jego nowszą wersję z pakietem XAMPP.

    +
    + +
    Jak mogę pracować z rozszerzeniem PHP mcrypt?
    +
    +

    Dla niego otworzyliśmy temat na forum z przykładami i możliwymi rozwiązaniami: Temat MCrypt

    +
    + +
    Czy Microsoft Active Server Pages (ASP) pracuje z XAMPP?
    +
    +

    Nie. Apache::ASP z dodatkiem Perl to nie to samo. Apache::ASP zna tylko skrypty Perl, ale ASP z Internet Information Server (IIS) zna także normalny język VBScript. Ale dla ASP .NET są dostępne moduły Apache firm trzecich.

    +
    + +
    How can I get XAMPP working on port 80 under Windows 10?
    +
    +

    By default, Windows 10 starts Microsoft IIS on port 80, which is the same default port used by Apache in XAMPP. As a result, Apache cannot bind to port 80.

    +

    To disable IIS from running on port 80, follow these steps:

    +
      +
    • Open the Services panel in Computer Management.
    • +
    • Search for the 'World Wide Web Publishing Service' and select it.
    • +
    • Click the link to 'Stop the service'.
    • +
    • Double-click the service name.
    • +
    • In the 'Startup type' field, change the startup type to 'Disabled'.
    • +
    • Click 'OK' to save your changes.
    • +
    +

    You should now be able to start Apache in XAMPP on port 80.

    +

    For more information, refer to the 'Troubleshoot Apache Startup Problems' guide included with XAMPP or this forum post.

    +
    + +
    How can I use Microsoft Edge to access local addresses under Windows 10?
    +
    +

    If your local machine has the host name 'myhost', you will not be able to access URLs such as http://myhost in Microsoft Edge. To resolve this, you should instead use the addresses http://127.0.0.1 or http://localhost.

    +
    + +
    Where are the main XAMPP configuration files?
    +
    +

    The main XAMPP configuration files are located as follows:

    +
      +
    • Apache configuration file: \xampp\apache\conf\httpd.conf, \xampp\apache\conf\extra\httpd-xampp.conf
    • +
    • PHP configuration file: \xampp\php\php.ini
    • +
    • MySQL configuration file: \xampp\mysql\bin\my.ini
    • +
    • FileZilla Server configuration file: \xampp\FileZillaFTP\FileZilla Server.xml
    • +
    • Apache Tomcat configuration file: \xampp\tomcat\conf\server.xml
    • +
    • Apache Tomcat configuration file: \xampp\sendmail\sendmail.ini
    • +
    • Mercury Mail configuration file: \xampp\MercuryMail\MERCURY.INI
    • +
    +
    + +
    +
    +
    + +
    + + + + + + + + diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/pl/howto.html b/TE2/Proyecto Teknovate/htdocs/dashboard/pl/howto.html new file mode 100644 index 0000000..465fe9d --- /dev/null +++ b/TE2/Proyecto Teknovate/htdocs/dashboard/pl/howto.html @@ -0,0 +1,131 @@ + + + + + + + + + + + XAMPP howto guides + + + + + + + + + + + + + + + + +
    + + + + + + + + + + + + diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/pl/howto_platform_links.html b/TE2/Proyecto Teknovate/htdocs/dashboard/pl/howto_platform_links.html new file mode 100644 index 0000000..e68d7d7 --- /dev/null +++ b/TE2/Proyecto Teknovate/htdocs/dashboard/pl/howto_platform_links.html @@ -0,0 +1,101 @@ + + + + + + + + + + + Apache Friends + + + + + + + + + + + + + + + + +
    + + + + + + + + + + + + diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/pl/howto_shared_links.html b/TE2/Proyecto Teknovate/htdocs/dashboard/pl/howto_shared_links.html new file mode 100644 index 0000000..b1474ca --- /dev/null +++ b/TE2/Proyecto Teknovate/htdocs/dashboard/pl/howto_shared_links.html @@ -0,0 +1,115 @@ + + + + + + + + + + + Apache Friends + + + + + + + + + + + + + + + + +
    + + + + + + + + + + + + diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/pl/index.html b/TE2/Proyecto Teknovate/htdocs/dashboard/pl/index.html new file mode 100644 index 0000000..81f58d9 --- /dev/null +++ b/TE2/Proyecto Teknovate/htdocs/dashboard/pl/index.html @@ -0,0 +1,167 @@ + + + + + + + + + + + Welcome to XAMPP + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +
    +

    XAMPP Apache + MariaDB + PHP + Perl

    +
    +
    +
    +
    +
    +

    Welcome to XAMPP for Windows 8.0.0

    +
    +
    +
    +
    +

    + You have successfully installed XAMPP on this system! Now you can start using Apache, MariaDB, PHP and other components. + You can find more info in the Najczęściej zadawane pytania section or check the HOW-TO Guides for getting started with PHP applications. +

    +

    + XAMPP is meant only for development purposes. It has certain configuration settings that make it easy to develop locally but that are insecure if you want to have your installation accessible to others. + If you want have your XAMPP accessible from the internet, make sure you understand the implications and you checked the Najczęściej zadawane pytania to learn how to protect your site. Alternatively you can use WAMP, MAMP or LAMP which are similar packages which are more suitable for production. +

    +

    + Start the XAMPP Control Panel to check the server status. +

    +
    +
    +
    +
    +

    Społeczność

    +
    +
    +
    +
    +

    + XAMPP ma już ponad 10 lat – i posiada ogromną społeczność. Możesz zaangażować się przez dołączenie się do naszego Fora dyskusyjne, dodając siebie do Lista dyskusyjna, i polubiając nas na Facebook, przeglądając nasze wyczyny na Twitter, lub dodając nas do swoich kręgów Google+. +

    +
    +
    +
    +
    +

    Przyczyniaj się do tłumaczenia XAMPP na translate.apachefriends.org.

    +
    +
    +
    +
    +

    + Chcesz pomóc przetłumaczyć XAMPP dostępnego dla innych członków społeczności? Potrzebujemy twojej pomocy w tłumaczeniu XAMPP na inne języki. Utworzyliśmy stronę translate.apachefriends.org, gdzie użytkownicy mogą przyczynić się do tłumaczenia XAMPP. +

    +
    +
    +
    +
    +

    Install applications on XAMPP using Bitnami

    +
    +
    +
    +
    +

    + Apache Friends and Bitnami are cooperating to make dozens of open source applications available on XAMPP, for free. Bitnami-packaged applications include Wordpress, Drupal, Joomla! and dozens of others and can be deployed with one-click installers. + Visit the Bitnami XAMPP page for details on the currently available apps. +

    +
    +
    +
    +
    + Bitnami XAMPP page +
    +
    + +
    + + + + + + + + diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/pt_br/faq.html b/TE2/Proyecto Teknovate/htdocs/dashboard/pt_br/faq.html new file mode 100644 index 0000000..b59c8fd --- /dev/null +++ b/TE2/Proyecto Teknovate/htdocs/dashboard/pt_br/faq.html @@ -0,0 +1,523 @@ + + + + + + + + + + + XAMPP FAQs for Windows + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +
    +

    Windows Perguntas Mais Frequentes

    +
    +
    +
    +
    +
    +
    +
    Como instalo o XAMPP?
    +
    +

    O XAMPP para Windows existe em três diferentes modalidades:

    +

    Instalador:
    + Provavelmente o jeito mais fácil de instalar XAMPP.

    +

    ZIP:
    + Para os puristas: XAMPP como um arquivo ZIP comum.

    +

    7zip:
    + Para os puristas com pouca largura de banda: XAMPP como um arquivo 7zip.

    +

    Nota: Se você descompactar os arquivos, pode ser que receba avisos falso-positivos de vírus.

    +

    Executando o instalador

    +

    +

    Painel de controle do XAMPP para niciar/parar o Apache, MySQL, FileZilla e Mercury ou instalar esses servidores como serviços.

    +

    Instalando a partir de ZIP

    +

    Descompacte os arquivos zip para a pasta de sua escolha. Extraia o XAMPP para o subdiretório "C:\\xampp", abaixo do diretório de destino selecionado. Agora inicie o arquivo "setup_xampp.bat", para ajustar a configuração do XAMPP para seu sistema.

    +

    Se você escolher um diretório raiz "C:\\" como alvo, você não deve começar o "setup_xampp.bat".

    +

    Da mesma forma que a versão do instalador, agora você pode usar o "Painel de Controle" do XAMPP para tarefas adicionais.

    +
    +
    Does XAMPP include MySQL or MariaDB?
    +
    +

    Since XAMPP 5.5.30 and 5.6.14, XAMPP ships MariaDB instead of MySQL. The commands and tools are the same for both.

    +
    +
    Como posso inicializar o XAMPP sem instalação?
    +
    +

    Se você extrair o XAMPP em uma pasta na raiz de qualquer unidade, como "C:\\" ou "D:\\", por exemplo, você pode executar a maioria dos servidores como Apache ou MySQL diretamente sem antes ter de executar o arquivo "setup_xampp.bat".

    +

    Caso esteja instalando o XAMPP em um drive USB, é preferível que você não use o script de instalação e se mesmo assim quiser usá-lo, selecione caminhos relativos no script de instalação. Isto, porque para cada pc o mesmo drive pode ter uma outra letra de unidade, diferente daquela especificada no caminho absoluto. Você poderá trocar os caminhos de relativo para absoluto a qualquer momento com o script de instalação.

    +

    A maneira mais fácil de instalar o XAMPP é usar o instalador de nossa página de Downloads. Ao completar a instalação, você encontrará o XAMPP em Iniciar > Programas > XAMPP. Você pode usar o Painel de Controle do XAMPP para inicializar/interromper todos os servidores e também para instalar/desinstalar os servidores como serviços do sistema.

    +

    Painel de controle do XAMPP para niciar/parar o Apache, MySQL, FileZilla e Mercury ou instalar esses servidores como serviços.

    +
    +
    Como inicio e paro o XAMPP?
    +
    +

    O centro de controle universal é o "Painel de Controle XAMPP" (Obrigado www.nat32.com). Ele é iniciado com:

    +

    \xampp\xampp-control.exe

    +

    Você pode ainda usar alguns batchfiles para Iniciar/Parar os servidores:

    +

    +

      +
    • Iniciar MySQL e Apache: + \xampp\xampp_start.exe
    • +
    • Parar MySQL e Apache: + \xampp\xampp_stop.exe
    • +
    • Iniciar Apache: + \xampp\apache_start.bat
    • +
    • Parar o Apache: + \xampp\apache_stop.bat
    • +
    • Iniciar o MySQL: + \xampp\mysql_start.bat
    • +
    • Parar o MySQL: + \xampp\mysql_stop.bat
    • +
    • Inicializar o Mercury Mailserver: + \xampp\mercury_start.bat
    • +
    • Parar Mercury Mailserver: + \xampp\mercury_stop.bat
    • +
    • Iniciar FileZilla: + \xampp\filezilla_start.bat
    • +
    • Parar FileZilla: + \xampp\filezilla_stop.bat

    +

    +
    +
    Como posso testar se tudo funcionou corretamente?
    +
    +

    Escreva o seguinte URL no seu navegador favorito:

    +

    http://localhost/ ou http://127.0.0.1/

    +

    You should see the XAMPP start page, as shown below.

    + +
    +
    Como posso instalar um servidor como um serviço?
    +
    +

    Cada servidor no XAMPP pode também ser instalado como um serviço do Windows. Você pode, ainda, instala-los pelo Painel de Controle do XAMPP. Nesse caso, é necessário rodar os scripts ou o Painel de Controle com privilégios de Adminstrador.

    +

    Instalação do serviço do Apache: \\xampp\\apache\\apache_installservice.bat

    +

    Desinstalação do serviço do Apache: \\xampp\\apache\\apache_uninstallservice.bat

    +

    Instalação do serviço do MySQL: \\xampp\\mysql\\mysql_installservice.bat

    +

    Desinstalar o MySQL como um serviço do sistema: \\xampp\\mysql\\mysql_uninstallservice.bat

    +

    Instalar/Desinstalar o FileZilla como um serviço do sistema: \\xampp\\filezilla_setup.bat

    +

    Mercury: Instalação como um serviço do sistema indisponível

    +
    +
    XAMPP está pronto para produção?
    +
    +

    XAMPP não é destinado para uso em produção, mas apenas para ambientes de desenvolvimento. O XAMPP é configurado para ser o mais aberto possível para permitir ao desenvolvedor qualquer coisa que ele/ela quiser. Para ambientes de desenvolvimento ele é ótimo, mas em um ambiente de produção , ele pode ser fatal.

    +

    Aqui uma lista de segurança que faltava no XAMPP:

    +
      +
    1. O administrador (root) do MySQL não tem senha.
    2. +
    3. O daemon do MySQL está acessível pela rede.
    4. +
    5. ProFTPD usa a senha "lampp" para o usuário "daemon".
    6. +
    7. Os usuários padrão do Mercury e FileZilla são conhecidos.
    8. +
    +

    Todos os pontos podem ser um grande risco de segurança. Especialmente se o XAMPP está acessível via rede e pessoas fora da sua LAN. Também pode ajudar a usar um firewall ou um roteador (NAT). No caso de um roteador ou firewall, seu PC normalmente não é acessível via rede. É até você para corrigir esses problemas. Como uma pequena ajuda,em "XAMPP Security console".

    +

    Por favor, proteja o XAMPP antes de publicar qualquer coisa on-line. Um firewall ou um roteador externo são apenas suficientes para baixos níveis de segurança. Para um pouco mais de segurança, você pode executar o "XAMPP Security console" e atribuir senhas.

    +

    Se você quiser ter o seu XAMPP acessível a partir da internet, você deve ir para o seguinte URI que pode corrigir alguns problemas:

    +

    http://localhost/security/

    +

    Com o console de segurança, você pode definir uma senha para o usuário MySQL "root" e phpMyAdmin. Você também pode ativar a autenticação para o demopages do XAMPP.

    +

    Essa ferramenta baseada em web não corrige nenhum problema adicional de segurança! O servidor FileZilla FTP e o servidor de mensagens Mercury devem, especialmente, serem protegidos por você.

    +
    Como desinstalo o XAMPP?
    +
    +

    Se você instalou a versão do XAMPP com instalador, por favor use o Desinstalador. O Desinstalador irá apagar todas as entradas do XAMPP dos seus registros e irá desinstalar alguns serviços incluídos com o XAMPP. Nós recomendamos que você utilize o programa desinstalador para remover as instalações de XAMPP feitas pelo instalador. Por favor, faça uma cópia de segurança de toda a informação que você deseja manter antes de desinstalar o XAMPP.

    +

    Se você instalou o XAMPP usando as versões em ZIP ou 7zip, desligue todos os servidores XAMPP e saia de todos os painéis. Se você instalou algum serviço, desinstale-os e desligue-os também. Agora, simplesmente apague todo a pasta onde o XAMPP está instalado. Não há entradas de registro ou variáveis de ambiente para limpar.

    +
    +
    O que é a versão "lite"de XAMPP?
    +
    +

    XAMPP Lite (significa "leve"como em "peso-leve") é um pacote menor de componentes do XAMPP que é recomendado para trabalhos rápidos que usem somente PHP e MySQL. Alguns servidores e ferramentas, tais como o Mercury Mail e o FileZilla FTP, não estão presentes da versão Lite.

    +
    +
    Onde devo colocar meu conteúdo web?
    +
    +

    O diretório principal para todos os documentos WWW é \\xampp\\htdocs. Se você colocar um arquivo "test.html"neste diretório, você poderá acessa-lo com a URI "http://localhost/test.html".

    +

    E "test.php"? Apenas use "http://localhost/test.php". Um script de teste simples pode ser:

    +

    <?php
    + echo 'Hello world';
    + ?>

    +

    Um novo subdiretório para seu web? Basta fazer um novo diretório (por exemplo, "novo") dentro do diretório "\\xampp\\htdocs" (melhor sem os espaços em branco e apenas ASCII), criar um arquivo de teste neste diretório e acessá-lo com "que http://localhost/new/test.php".

    +

    Mais detalhes

    +

    HTML:
    + Executável: \xampp\htdocs
    + Finais permitidos: .html .htm
    + => pacote básico

    +

    SSI:
    + Executável: \xampp\htdocs
    + Finais permitidos: .shtml
    + => pacote básico

    +

    CGI:
    + Executável: \xampp\htdocs and \xampp\cgi-bin
    + Finais permitidos: .cgi
    + => pacote básico

    +

    PHP:
    + Executável: \xampp\htdocs and \xampp\cgi-bin
    + Finais permitidos: .php
    + => pacote básico

    +

    Perl:
    + Executável: \xampp\htdocs and \xampp\cgi-bin
    + Finais permitidos: .pl
    + => pacote básico

    +

    Apache::ASP Perl:
    + Executável: \xampp\htdocs
    + Finais permitidos: .asp
    + => pacote básico

    +

    JSP Java:
    + Executável: \xampp\tomcat\webapps\java (e.g.)
    + Finais permitidos: .jsp
    + => Tomcat add-on

    +

    Servlets Java:
    + Executável: \xampp\tomcat\webapps\java (e.g.)
    + Finais permitidos: .html (u.a)
    + => Tomcat add-on

    +
    +
    Posso mover a instalação do XAMPP?
    +
    +

    Sim. Depois de se mudar do diretório XAMPP, você deve executar "setup_xampp.bat". Os caminhos nos arquivos de configuração será ajustado com este passo.

    +

    Se você tiver instalado qualquer servidor como um serviço do Windows, você deve primeiro remover o serviço do Windows, e depois de mover você pode instalar o serviço novamente.

    +

    Aviso: Os arquivos de configuração dos teus próprios scripts, como aplicativos PHP, não estão ajustados. Mas é possível escrever um "plug-in"para o instalador. Como esse plug-in o instalador pode ajustar esses arquivos também.

    +
    +
    Quais são as "Paginas iniciais automáticas"para os diretórios WWW?
    +
    +

    O nome de arquivo padrão para a função do Apache "DirectoryIndex" é "index. html" ou "index. php". Toda vez que você está apenas navegando para uma pasta ("http://localhost/xampp/", por exemplo), e Apache pode encontrar tal arquivo, o Apache está exibindo este arquivo em vez de uma listagem de diretório.

    +
    +
    Onde posso alterar a configuração?
    +
    +

    Quase todas as configurações do XAMPP, você pode alterar com arquivos de configuração. Basta abrir o arquivo em um editor de texto e alterar a configuração que você quer. Só o FileZilla e o mercúrio devem ser configurado com a ferramenta de configuração do aplicativo.

    +
    + +
    Porque o XAMPP não funciona no Windows XP SP2?
    +
    +

    A Microsoft oferece um melhor firewall com Service Pack 2 (SP2), que inicia automaticamente. Este firewall agora bloqueia as portas necessárias 80 (http) e 443 (https) e Apache não pode iniciar.

    +

    A solução rápida:

    +

    Disabilite o firewall da Microsoft pelo barra de ferramentas e inicie o XAMPP outra vez. COm esta solução será definido uma excessão no centro de segurança.

    +

    As seguintes portas são usadas para a funcionalidade básica:

    +

    Apache (HTTP): Port 80
    + Apache (WebDAV): Port 81
    + Apache (HTTPS): Port 443
    + MySQL: Port 3306
    + FileZilla (FTP): Port 21
    + FileZilla (Admin): Port 14147
    + Mercury (SMTP): Port 25
    + Mercury (POP3): Port 110
    + Mercury (IMAP): Port 143
    + Mercury (HTTP): Port 2224
    + Mercury (Finger): Port 79
    + Mercury (PH): Port 105
    + Mercury (PopPass): Port 106
    + Tomcat (AJP/1.3): Port 8009
    + Tomcat (HTTP): Port 8080

    +
    + +
    Por que o XAMPP não funciona no Windows Vista?
    +
    +

    Controle de Conta de Usuário

    +

    No diretório "C:\\program files" você não tem plenos privilégios de escrita, mesmo como Administrador. Ou tem apenas privilégios limitados (e.g. for ".\\xampp\\htdocs"). Neste caso você não pode editar um arquivo.
    +Solução: Eleve seus privilégios no explorer (botão direito do mouse / segurança) ou desabilite o controle de conta de usuário (UAC).

    +

    Você instalou o Apache/MySQL em "C:\\xampp" como um serviço do sistema mas não consegue inicializar/interromper os serviços com o "Painel de Controle do XAMPP" ou não consegue desinstalá-los.

    +Solução: Use o console de gerenciamento de serviço do Windows ou desabilite o controle de conta de usuário.

    +

    Desabilitando o Controle de Conta de Usuário (UAC)

    +

    Para desabilitar o Controle de Conta de Usuário, use o programa "msconfig" (tecla windows + r, digite "msconfig" e clique em "Ok". No "msconfig" vá para "Ferramentas", selecione "Alterar Configurações de UAC", clique em "Iniciar", arraste o indicador para "Nunca notificar", clique em "Ok" e Reinicie o Windows. Ao mesmo tempo, você pode habilitar o UAC novamente.

    +
    + +
    Como faço para verificar a soma de verificação md5?
    +
    +

    Muitas vezes, as somas de verificação são usadas para comparar arquivos. Um padrão para criar esta soma de verificação md5 (Message Digest Algorithm 5).

    +

    Com esta soma de verificação md5 você pode testar se o seu download do XAMPP está correto ou não, porém, você precisará de um programa especifico capaz de criar estas somas de verificação. Para o Windows, você pode usar esta ferramenta da Microsoft:

    +

    Disponibilidade e descrição do Utilitário de Verificação de Integridade de Checksum de Arquivos

    +

    Também é possível utilizar outros programas capazes de criar somas de verificação md5, como por exemplo, o GNU md5sum.

    +

    Como instalar um programa (por exemplo, fciv.exe), você pode fazer as seguintes etapas:

    +

    +

      +
    • Faça o download do XAMPP (f.e. xampp-win32-1.8.2-0.exe)
    • +
    • Crie a soma de verificação com:
      + fciv.exe xampp-win32-1.8.2-0.exe +
    • +
    • E agora você pode comparar esta soma de verificação com aquele que você pode encontrar na homepage do XAMPP para Windows.
    • +
    +

    +

    Se ambas as somas de verificação forem iguais, tudo ok. Se não, o download está quebrado ou o arquivo foi alterado.

    +
    + +
    Por que as mudanças no meu php.ini não fizeram efeito?
    +
    +

    Se uma mudança no "php. ini" não tem nenhum efeito, é possível que o PHP esteja usando um diferente. Você pode verificar isso com phpinfo ().Vá para o URI http://localhost/xampp/phpinfo.php e procure por "Loaded Configuration File". Este valor mostra o "php.ini" PHP é realmente usando.

    +

    Nota: Depois de alterar o "php.ini" você tem que reiniciar o Apache para que o Apache / PHP possa ler as novas configurações.

    +
    + +
    Socorro! Existe um vírus no XAMPP!
    +
    +

    Alguns programas antivírus pode fazer ocorrer algum erro no XAMPP sinalizando algum vírus, geralmente sinalizam o arquivo xampp-manager.exe Este representa um falso positivo que o antivírus erroneamente identifica como um vírus, quando não é. Antes de liberar cada nova versão do XAMPP o executamos através de um software de detecção de vírus. No momento estamos usando Kapersky Online Virus Scanner. You can also use the online tool Virus Total for scanning XAMPP or send us an email to security (at) apachefriends (dot) org if you find any issue.

    +
    + +
    Como faço para configurar o meu aplicativo de antivírus?
    +
    +

    Incluímos todas as dependências e servidores necessários para executar o aplicativo web empacotado, então você vai achar que o XAMPP instala um grande número de arquivos. Se você estiver instalando um aplicativo XAMPP em uma máquina Windows com um aplicativo de antivírus ativado, isso pode retardar a instalação de forma significativa, e também há uma chance de que um dos servidores (servidor web e/ou servidor de banco de dados) possam ser bloqueados pelo aplicativo de antivírus . Se você tiver uma ferramenta de antivírus ativado, verifique as seguintes configurações para a execução do XAMPP sem problemas de desempenho:

    +

    +

      +
    • Adicionar exceções no firewall: para o Apache, MySQL ou qualquer outro servidor.
    • +
    • Ao executar a varredura de arquivos: se você tiver ativado a verificação antivírus para todos os arquivos, os arquivos executáveis para os servidores podem ficar lentos.
    • +
    • Verifique o tráfego para URLs diferentes: Se você estiver desenvolvendo com o XAMPP em seu próprio computador, você pode excluir o tráfego de "localhost" nas configurações do seu antivírus.
    • +
    +

    +
    + +
    Por que o servidor Apache não inicializa no meu sistema?
    +
    +

    Este problema pode ser uma de várias razões:

    +

    +

      +
    • Você inicializou mais de um Servidor HTTP (IIS, Sambar, ZEUS e assim por diante). Somente um servidor pode usar a porta 80. Esta mensagem de erro indica o problema:
      +(OS 10048)... make_sock: could not bind to adress 0.0.0.0:80 +no listening sockets available, shutting down
    • +
    • Você tem um outro programa, como por exemplo o "Skype", que também bloqueia a porta 80. Se o problema for o Skype, você pode, no Skype, ir para Ações --> Opções --> Conexão --> desmarque "usar porta 80 para uma porta alternativa" e reinicie o Skype. Agora deve funcionar.
    • +
    • Você tem um firewall que bloqueia a porta do Apache. Nem todos os firewalls são compatíveis com o Apache, e as vezes apenas desativá-lo não será o suficiente e você terá de desinstalá-lo. Esta mensagem de erro indica o firewall:
      +(OS 10038)Socket operation on non-socket: make_sock: for address 0.0.0.0:80, +apr_socket_opt_set: (SO_KEEPALIVE)
    • +
    +

    Além disso, se o Apache consegue inicializar, mas o seu navegador não consegue se conectar a ele, pode ser devido a um dos seguintes fatores:

    +
      +
    • Alguns rastreadores de vírus podem causar isto da mesma maneira que os firewalls podem interferir.
    • +
    • Você tem uma cópia do Windows XP Profissional sem o Service Pack 1 instalado. Você precisa ter, no mínimo, o Service Pack 1 instalado para o funcionamento do XAMPP.
    • +
    +

    +

    Dica: Se você tem proplemas com as portas usadas, você pode tentar a ferramenta "xampp-portcheck.exe". Talvez isto possa ajudar.

    +
    + +
    Porque é que a minha carga de CPU para o Apache esta quase 99%?
    +
    +

    Há um dos dois cenários em jogo aqui. Sua CPU é estourar o limite, ou você pode navegador conectar ao servidor, mas não vejo nada (o sistema está tentando insatisfatoriamente carregar a página). Em ambos os casos você pode encontrar a seguinte mensagem no Apache arquivo de log:

    +

    Child: Encountered too many AcceptEx faults accepting client connections. +winnt_mpm: falling back to 'AcceptFilter none'.

    +

    O MPM cai de volta para uma implementação mais segura, mas algumas solicitações de clientes não foram processadas corretamente. Para evitar esse erro, use"AcceptFilter" com filtro de aceitação "none" no arquivo "\\xampp\\apache\\conf\\extra\\httpd-mpm.conf" .

    +
    + +
    Por que imagens e folhas de estilo não são exibidos?
    +
    +

    Às vezes, há problemas com a exibição de imagens e folhas de estilo. Especialmente se esses arquivos estão localizados em uma unidade de rede. Neste caso, você pode ativar (ou adicionar) uma se as seguintes linhas no arquivo "\\xampp\\apache\\conf\\httpd.conf":

    +

    EnableSendfile off
    +EnableMMAP off

    +

    Este problema também pode ser causada por programas de regulação da largura de banda, como NetLimiter.

    +
    + +
    How do I send email with XAMPP?
    +
    +

    To configure XAMPP to use the included sendmail.exe binary for email delivery, follow these steps:

    +
      +
    • Edit the XAMPP "php.ini" file. Within this file, find the [mail function] section and replace it with the following directives. Change the XAMPP installation path if needed. + + sendmail_path = "\"C:\xampp\sendmail\sendmail.exe\" -t" + +
    • +
    • Edit the XAMPP "sendmail.ini" file. Within this file, find the [sendmail] section and replace it with the following directives: + + smtp_server=smtp.gmail.com + smtp_port=465 + smtp_ssl=auto + error_logfile=error.log + auth_username=your-gmail-username@gmail.com + auth_password=your-gmail-password + +

      Remember to replace the dummy values shown with your actual Gmail address and account password. If you don't plan to use Gmail's SMTP server, replace the SMTP host details with appropriate values for your organization or ISP's SMTP server.

      +
    • +
    • Restart the Apache server using the XAMPP control panel. +
    • +
    +

    You can now use PHP's mail() function to send email from your application.

    +
    + +
    Como posso definir uma senha de root no MySQL?
    +
    +

    Configure it with the "XAMPP Shell" (command prompt). Open the shell from the XAMPP control pane and execute this command:mysqladmin.exe -u root password secretThis sets the root password to 'secret'.

    +
    + +
    Posso usar o meu próprio servidor MySQL?
    +
    +

    Sim. Simplesmente não iniciar o MySQL do pacote XAMPP. Por favor, note que os dois servidores não podem ser iniciados na mesma porta. Se você tiver definido uma senha para o "root", por favor não se esqueça de editar o arquivo "\\xampp\\phpMyAdmin\\config.inc.php".

    +
    + +
    Como faço para restringir o acesso ao phpMyAdmin do lado de fora?
    +
    +

    In the basic configuration of XAMPP, phpMyAdmin is accessible only from the same host that XAMPP is running on, at http://127.0.0.1 or http://localhost.

    +

    Antes que você possa acessar o servidor MySQL, phpMyAdmin pedirá um nome de usuário e senha. Não se esqueça de definir uma senha para o usuário "root" em primeiro lugar.

    +
    + +
    How do I enable access to phpMyAdmin from the outside?
    +
    +

    In the basic configuration of XAMPP, phpMyAdmin is accessible only from the same host that XAMPP is running on, at http://127.0.0.1 or http://localhost.

    +

    IMPORTANT: Enabling external access for phpMyAdmin in production environments is a significant security risk. You are strongly advised to only allow access from localhost. A remote attacker could take advantage of any existing vulnerability for executing code or for modifying your data.

    +

    To enable remote access to phpMyAdmin, follow these steps:

    +
      +
    • Edit the apache\conf\extra\httpd-xampp.conf file in your XAMPP installation directory.
    • +
    • Within this file, find the lines below. +

      + Alias /phpmyadmin "C:/xampp/phpMyAdmin/" + <Directory "C:/xampp/phpMyAdmin"> + AllowOverride AuthConfig + Require local +

      +
    • +
    • Then replace 'Require local' with 'Require all granted'.
    • +

      + Alias /phpmyadmin "C:/xampp/phpMyAdmin/" + <Directory "C:/xampp/phpMyAdmin"> + AllowOverride AuthConfig + Require all granted +

      +
    • Restart the Apache server using the XAMPP control panel.
    • +
    +
    + +
    Onde está o suporte IMAP para PHP?
    +
    +

    Como padrão, o suporte a IMAP para PHP está desativado no XAMPP devido a alguns erros de inicialização misteriosos com algumas versões home como o Windows 98. Se você trabalha com sistemas NT, você pode abrir o arquivo "\\xampp\\php\\php.ini" para ativar a extensão php, removendo o ponto e vírgula do começo da linha ";extension=php_imap.dll". Deveria ser:
    +extension=php_imap.dll

    +

    Agora reinicie o Apache e IMAP deve funcionar. Você pode usar as mesmas etapas para cada extensão, que não está habilitada na configuração padrão.

    +
    + +
    Por que não alguns aplicativos de código aberto PHP trabalhar com XAMPP no Windows?
    +
    +

    Um monte de aplicações PHP ou extensões que foram escritas para Linux não foram portadas para o Windows.

    +
    + +
    Posso deletar o diretório de "instalação" depois da instalação?
    +
    +

    Ops, É melhor não. Os scripts aqui ainda são necessários para todos os pacotes adicionais (add-ons) e atualizações do XAMPP.

    +
    + +
    Como faço para ativar o eaccelerator?
    +
    +

    Como outras extensões (Zend), você pode ativá-lo no "php. ini". Neste arquivo, habilitar a linha"; zend_extension ="\\xampp\\php\\ext\\php_eaccelerator.dll"". Deve ser:
    +zend_extension = "\xampp\php\ext\php_eaccelerator.dll"

    +
    + +
    Como faço para corrigir um erro de conexão ao meu servidor MS SQL?
    +
    +

    Se a extensão mssql foi carregada o php. ini, às vezes, problemas aparecem quando apenas TCP/IP é usado. Você pode corrigir esse problema com um "ntwdblib.dll" mais recente da Microsoft. Por favor, substitua o arquivo antigo em "\\xampp\\apache\\bin" e "\\xampp\\php" o novo. Por causa da licença, nós não podemos empacotar uma versão mais recente deste arquivo com XAMPP.

    +
    + +
    Como eu trabalho com a extensão PHP mcrypt?
    +
    +

    Para isso, abrimos um tópico no fórum com exemplos e possíveis soluções: Tópico MCrypt

    +
    + +
    Do Microsoft Active Server Pages (ASP) work with XAMPP?
    +
    +

    N. º E Apache::ASP com o complemento de Perl não é a mesma. Apache::ASP só entende Script em Perl, mas ASP do Internet Information Server (IIS) também conhece o VBScript normal. Mas para ASP-.NET, há um 3o módulo Apache disponível.

    +
    + +
    How can I get XAMPP working on port 80 under Windows 10?
    +
    +

    By default, Windows 10 starts Microsoft IIS on port 80, which is the same default port used by Apache in XAMPP. As a result, Apache cannot bind to port 80.

    +

    To disable IIS from running on port 80, follow these steps:

    +
      +
    • Open the Services panel in Computer Management.
    • +
    • Search for the 'World Wide Web Publishing Service' and select it.
    • +
    • Click the link to 'Stop the service'.
    • +
    • Double-click the service name.
    • +
    • In the 'Startup type' field, change the startup type to 'Disabled'.
    • +
    • Click 'OK' to save your changes.
    • +
    +

    You should now be able to start Apache in XAMPP on port 80.

    +

    For more information, refer to the 'Troubleshoot Apache Startup Problems' guide included with XAMPP or this forum post.

    +
    + +
    How can I use Microsoft Edge to access local addresses under Windows 10?
    +
    +

    If your local machine has the host name 'myhost', you will not be able to access URLs such as http://myhost in Microsoft Edge. To resolve this, you should instead use the addresses http://127.0.0.1 or http://localhost.

    +
    + +
    Where are the main XAMPP configuration files?
    +
    +

    The main XAMPP configuration files are located as follows:

    +
      +
    • Apache configuration file: \xampp\apache\conf\httpd.conf, \xampp\apache\conf\extra\httpd-xampp.conf
    • +
    • PHP configuration file: \xampp\php\php.ini
    • +
    • MySQL configuration file: \xampp\mysql\bin\my.ini
    • +
    • FileZilla Server configuration file: \xampp\FileZillaFTP\FileZilla Server.xml
    • +
    • Apache Tomcat configuration file: \xampp\tomcat\conf\server.xml
    • +
    • Apache Tomcat configuration file: \xampp\sendmail\sendmail.ini
    • +
    • Mercury Mail configuration file: \xampp\MercuryMail\MERCURY.INI
    • +
    +
    + +
    +
    +
    + +
    + + + + + + + + diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/pt_br/howto.html b/TE2/Proyecto Teknovate/htdocs/dashboard/pt_br/howto.html new file mode 100644 index 0000000..01d1918 --- /dev/null +++ b/TE2/Proyecto Teknovate/htdocs/dashboard/pt_br/howto.html @@ -0,0 +1,131 @@ + + + + + + + + + + + XAMPP howto guides + + + + + + + + + + + + + + + + +
    + + + + + + + + + + + + diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/pt_br/howto_platform_links.html b/TE2/Proyecto Teknovate/htdocs/dashboard/pt_br/howto_platform_links.html new file mode 100644 index 0000000..b5842e0 --- /dev/null +++ b/TE2/Proyecto Teknovate/htdocs/dashboard/pt_br/howto_platform_links.html @@ -0,0 +1,101 @@ + + + + + + + + + + + Apache Friends + + + + + + + + + + + + + + + + +
    + + + + + + + + + + + + diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/pt_br/howto_shared_links.html b/TE2/Proyecto Teknovate/htdocs/dashboard/pt_br/howto_shared_links.html new file mode 100644 index 0000000..ad1b19a --- /dev/null +++ b/TE2/Proyecto Teknovate/htdocs/dashboard/pt_br/howto_shared_links.html @@ -0,0 +1,115 @@ + + + + + + + + + + + Apache Friends + + + + + + + + + + + + + + + + +
    + + + + + + + + + + + + diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/pt_br/index.html b/TE2/Proyecto Teknovate/htdocs/dashboard/pt_br/index.html new file mode 100644 index 0000000..ca7ee73 --- /dev/null +++ b/TE2/Proyecto Teknovate/htdocs/dashboard/pt_br/index.html @@ -0,0 +1,167 @@ + + + + + + + + + + + Welcome to XAMPP + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +
    +

    XAMPP Apache + MariaDB + PHP + Perl

    +
    +
    +
    +
    +
    +

    Welcome to XAMPP for Windows 8.0.0

    +
    +
    +
    +
    +

    + You have successfully installed XAMPP on this system! Now you can start using Apache, MariaDB, PHP and other components. + You can find more info in the Perguntas Frequentes section or check the HOW-TO Guides for getting started with PHP applications. +

    +

    + XAMPP is meant only for development purposes. It has certain configuration settings that make it easy to develop locally but that are insecure if you want to have your installation accessible to others. + If you want have your XAMPP accessible from the internet, make sure you understand the implications and you checked the Perguntas Frequentes to learn how to protect your site. Alternatively you can use WAMP, MAMP or LAMP which are similar packages which are more suitable for production. +

    +

    + Start the XAMPP Control Panel to check the server status. +

    +
    +
    +
    +
    +

    Comunidade

    +
    +
    +
    +
    +

    + XAMPP já existe há mais de 10 anos – há uma grande comunidade por trás dele. Você pode se envolver associando-se em nosso Fóruns, adicionando-se ao Lista de e-mail, e curtindo nossa página no Facebook, seguindo nossas façanhas no Twitter ou nos adicionando aos seus círculos no Google+. +

    +
    +
    +
    +
    +

    Contribuir para a tradução do XAMPP em translate.apachefriends.org.

    +
    +
    +
    +
    +

    + Você pode ajudar a traduzir o XAMPP para outros membros da comunidade? Precisamos de sua ajuda para traduzir XAMPP para diferentes idiomas. Criamos um site, translate.apachefriends.org, onde os usuários podem contribuir com traduções. +

    +
    +
    +
    +
    +

    Install applications on XAMPP using Bitnami

    +
    +
    +
    +
    +

    + Apache Friends and Bitnami are cooperating to make dozens of open source applications available on XAMPP, for free. Bitnami-packaged applications include Wordpress, Drupal, Joomla! and dozens of others and can be deployed with one-click installers. + Visit the Bitnami XAMPP page for details on the currently available apps. +

    +
    +
    +
    +
    + Bitnami XAMPP page +
    +
    + +
    + + + + + + + + diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/ro/faq.html b/TE2/Proyecto Teknovate/htdocs/dashboard/ro/faq.html new file mode 100644 index 0000000..7cb39dd --- /dev/null +++ b/TE2/Proyecto Teknovate/htdocs/dashboard/ro/faq.html @@ -0,0 +1,523 @@ + + + + + + + + + + + XAMPP FAQs for Windows + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +
    +

    Windows Întrebări Frecvente - FAQ

    +
    +
    +
    +
    +
    +
    +
    Cum instalez XAMPP?
    +
    +

    Există trei variante de XAMPP pentru Windows:

    +

    Installer:
    + Probabil cea mai uşoară cale de a instala XAMPP.

    +

    ZIP:
    + XAMPP în varianta ZIP obişnuită.

    +

    7zip:
    + În situaţia unei viteze mici de descărcare: XAMPP ca arhivă 7zip.

    +

    Notă: Dacă extrageţi fişierele, puteţi primi un avertisment pozitiv-fals de la antivirus.

    +

    Folosind programul de instalare:

    +

    +

    Panoul de control XAMPP pentru pornirea/oprirea Apache, MySQL, FileZilla & Mercury, sau de instalare a acestor servere drept servicii.

    +

    Instalare din arhivă ZIP

    +

    Dezarhivează arhivele ZIP într-un folder la alegerea ta. XAMPP este extras în subdirectorul "C:\\xampp" sub directorul ţintă selectat. Acum startaţi fişierul "setup_xampp.bat", pentru a potrivi configuraţia XAMPP la sistemul vostru.

    +

    Dacă alegeţi "C:\\" drept ţintă a directorului root , nu trebuie să porniţi "setup_xampp.bat".

    +

    Ca şi cu versiunea de instalare, puteţi folosi acum "Panoul de XAMPP de control" pentru sarcini suplimentare.

    +
    +
    Does XAMPP include MySQL or MariaDB?
    +
    +

    Since XAMPP 5.5.30 and 5.6.14, XAMPP ships MariaDB instead of MySQL. The commands and tools are the same for both.

    +
    +
    Cum pot porni XAMPP fără instalare?
    +
    +

    Dacă extrageţi XAMPP într-un director principal precum "C:\\" sau "D:\\", puteţi porni majoritarea serverelor, cum ar fi Apache sau MySQL, fără executarea fişierului "setup_xampp.bat".

    +

    Nefolosind scriptul de configurare, sau selectând căi relative în script-ul de configurare, este de preferat pentru istalarea XAMPP pe un drive USB. Pentru că pe fiecare PC o astfel de unitate poate avea o altă literă de alocată. Puteți trece de la absolut la relativ în orice moment, cu script-ul de configurare.

    +

    Folosind programul de instalare de pe pagina noastră Download-uri este cel mai simplu mod de a instala XAMPP. După ce instalarea este completă, veţi găsi XAMPP în Start | Programe | XAMPP. Puteţi utiliza panoul de control XAMPP pentru a porni/opri toate serverele şi de asemenea să instalaţi/dezinstalaţi servicii.

    +

    Panoul de control XAMPP pentru pornirea/oprirea Apache, MySQL, FileZilla & Mercury, sau de instalare a acestor servere drept servicii.

    +
    +
    Cum pornesc şi opresc XAMPP?
    +
    +

    Centrul universal de control este "Control Panel XAMPP" (mulţumiri www.nat32.com). Se începe cu:

    +

    \xampp\xampp-control.exe

    +

    Puteţi folosi, de asemenea, unele fişiere stive de comenzi - batch pentru a porni/opri serverele:

    +

    +

      +
    • Apache & MySQL start: + \xampp\xampp_start.exe
    • +
    • Apache & MySQL stop: + \xampp\xampp_stop.exe
    • +
    • Apache start: + \xampp\apache_start.bat
    • +
    • Apache stop: + \xampp\apache_stop.bat
    • +
    • MySQL start: + \xampp\mysql_start.bat
    • +
    • MySQL stop: + \xampp\mysql_stop.bat
    • +
    • Mercury Mailserver start: + \xampp\mercury_start.bat
    • +
    • Mercury Mailserver stop: + \xampp\mercury_stop.bat
    • +
    • FileZilla Server start: + \xampp\filezilla_start.bat
    • +
    • FileZilla Server stop: + \xampp\filezilla_stop.bat

    +

    +
    +
    Com poţi testa dacă totul funcţionază?
    +
    +

    Tastează următoarea adresă URL în browser-ul tău favorit:

    +

    http://localhost/ sau http://127.0.0.1/

    +

    You should see the XAMPP start page, as shown below.

    + +
    +
    Cum pot instala serverul drept serviciu?
    +
    +

    Puteţi instala de asemenea fiecare server din XAMPP drept serviciu Windows. Îl puteţi instala dealtfel din Panoul de Control XAMPP. În această situaţie, este necesar a rula scripturile sau Panoul de Control cu drepturi de Administrator.

    +

    Instalare serviciu Apache: \\xampp\\apache\\apache_installservice.bat

    +

    Dezinstalare serviciu Apache: \\xampp\\apache\\apache_uninstallservice.bat

    +

    Instalare serviciu MySQL: \\xampp\\mysql\\mysql_installservice.bat

    +

    Dezinstalare serviciu MySQL: \\xampp\\mysql\\mysql_uninstallservice.bat

    +

    (Dez)Instalare serviciu FileZilla: \\xampp\\filezilla_setup.bat

    +

    Mercury: Nici o instalare de serviciu disponibilă

    +
    +
    Poate fi folosit în producţie XAMPP?
    +
    +

    XAMPP nu este adecvat utilizării în producţie, ci doar în medii de dezvoltare. El este configurat în modul cel mai deschis, pentru ai permite programatorului tot ce acesta îşi doreşte. Aceasta convine perfect în medii de dezvoltare, dar poate fi un dezastru într-un mediu de producţie.

    +

    Iată o listă de vulnerabilităţi ale XAMPP:

    +
      +
    1. Administratorul MySQL (contul de root) nu are parolă.
    2. +
    3. Se poate accesa în reţea daemon-ul MySQL.
    4. +
    5. ProFTPD uses the password "lampp" for user "daemon".
    6. +
    7. Utilizatorii impliciţi ai Mercury si FileZilla sunt cunoscuţi.
    8. +
    +

    Toate punctele pot reprezenta un imens risc de securitate. Mai ales dacă XAMPP este accesibil prin intermediul reţelei şi persoanelor din afara LAN-ului vostru. De ajutor poate fi de asemenea utilizarea unui firewall sau a unui router (NAT) . Folosind un router sau un firewall, PC-ul vostru este în mod normal inaccesibil în reţea. Rezolvarea acestor probleme, vă revine. De un oarecare ajutor este "Consola de securitate XAMPP".

    +

    Vă rugăm să protejaţi XAMPP înainte de a publica on-line. Un firewall sau un router extern sunt suficiente doar pentru un nivel scăzut de securitate. Pentru mai multă siguranţă, puteți rula "consola XAMPP Security" unde puteţi atribui parole.

    +

    Dacă doriţi să aveţi XAMPP accesibil pe internet, trebuie să mergeţi la următoarea adresă URI care poate rezolva unele probleme:

    +

    http://localhost/security/

    +

    Cu consola de securitate puteţi seta o parolă pentru utilizator "root" MySQL şi phpMyAdmin. Puteţi activa, de asemenea, o autentificare pentru demopages XAMPP.

    +

    Acest instrument bazat pe web nu rezolvă probleme suplimentare de securitate! Mai ales serverul FileZilla FTP şi serverul de mail Mercury securizate de d-voastră.

    +
    Cum instalez XAMPP?
    +
    +

    Dacă aţi instalat XAMPP folosind versiunea de instalare, vă rugăm să utilizaţi programul de dezinstalare. Dezinstalarea va şterge toate intrările XAMPP în regiştrii şi va dezinstala unele servicii incluse cu XAMPP. Vă recomandăm să utilizaţi programul de dezinstalare pentru îndepărtarea instalărilor XAMPP din versiunea kitului de instalare. Vă rugăm să faceţi copii de siguraţă a datelor pe care doriţi să le păstraţi, înainte de dezinstalarea XAMPP.

    +

    Dacă aţi instalat XAMPP folosind versiuni ale ZIP şi 7zip, închideţi toate serverele XAMPP şi ieşiţi din toate panourile. Dacă aţi instalat oricare servicii, opriţi-le şi de asemenea dezinstalaţi-le. Apoi, ştergeţi simplu întregul folder în care s-a instalat XAMPP. Nu există intrări în Registry sau variabile de mediu care să necesite curăţire.

    +
    +
    Ce este versiunea "redusă" a XAMPP?
    +
    +

    XAMPP Lite (însemnând "redus" ca în "greutate redusă") este un pachet mai mic de componente XAMPP, recomandat pentru treburi urgente, folosind doar PHP şi MySQL. Unele servere sau instrumente, cum ar fi Mercury Mail şi FileZilla FTP lipsesc din versiunea Lite.

    +
    +
    Unde ar trebui să plasez conţinutul web-ului meu?
    +
    +

    Directorul principal pentru toate documentele WWW este \\xampp\\htdocs. Dacă în acest director puneţi un fişier "test.html" , îl puteţi accesa cu URI-ul "http://localhost/test.html".

    +

    Şi în cazul "test.php"? Folosiţi simplu "http://localhost/test.php". Un script de test simplu poate fi:

    +

    <?php
    + echo 'Hello world';
    + ?>

    +

    Un subdirector nou pentru web-ul vostru? Trebuie doar să creeaţi un nou director (de ex. "new") în directorul "\\xampp\\htdocs" (cel mai bine fără spaţii albe şi doar ASCII), în acest director creeaţi un fişier de test şi accesaţi-l cu "http://localhost/new/test.php".

    +

    Specificaţii suplimentare

    +

    HTML:
    + Executabil: \xampp\htdocs
    + Terminatori acceptaţi: .html .htm
    + => pachet de bază

    +

    SSI:
    + Executabil: \xampp\htdocs
    + Terminatori acceptaţi: .shtml
    + => pachet de bază

    +

    CGI:
    + Executabil: \xampp\htdocs and \xampp\cgi-bin
    + Terminatori acceptaţi: .cgi
    + => pachet de bază

    +

    PHP:
    + Executabil: \xampp\htdocs and \xampp\cgi-bin
    + Terminatori acceptaţi: .php
    + => pachet de bază

    +

    Perl:
    + Executabil: \xampp\htdocs and \xampp\cgi-bin
    + Terminatori acceptaţi: .pl
    + => pachet de bază

    +

    Apache::ASP Perl:
    + Executabil: \xampp\htdocs
    + Terminatori acceptaţi: .asp
    + => pachet de bază

    +

    JSP Java:
    + Executabil: \xampp\tomcat\webapps\java (e.g.)
    + Terminatori acceptaţi: .jsp
    + => Tomcat add-on

    +

    Servlets Java:
    + Executabil: \xampp\tomcat\webapps\java (e.g.)
    + Terminatori acceptaţi: .html (u.a)
    + => Tomcat add-on

    +
    +
    Pot reloca XAMPP instalat?
    +
    +

    Da. După ce mutaţi directorul XAMPP-ului, trebuie executat "setup_xampp.bat". Cu această ocazie, se vor reconfigura căile în fişierele de configurare.

    +

    Dacă aţi instalat vreun server ca serviciu Windows, mai întâi trebuie să înlăturaţi serviciul, iar după mutare puteţi instala din nou serviciul.

    +

    Atenţiune: Nu sunt modificate fişierele de configurare din scripturile voastre, precum aplicaţiile PHP. Este însă posibilă scrierea unui "plug-in" pentru programul de instalare. Cu un astfel de plug-in, installer-ul poate modifica şi asfel de fişiere.

    +
    +
    Ce sunt "Paginile automate de start" pentru directoarele WWW?
    +
    +

    Numele fişierului standard pentru funcţia Apache "DirectoryIndex" este "index.html" sau "index.php". Oricând navigaţi la un folder (de ex. "http://localhost/xampp/"), iar Apache poate găsi acest fişier, îl va afişa pe acesta, în locul unei listări a directorului.

    +
    +
    De unde pot să schimb configuraţia?
    +
    +

    Din fişierele de configurare puteţi modifica aproape toate setările din XAMPP. Trebuie doar să deschideţi fişierul într-un editor şi să modificaţi setarea pe care o doriţi. Numai pentru a configura FileZilla şi Mercury este necesară utilizarea aplicaţiei de configurare.

    +
    + +
    De ce nu poate funcţiona XAMPP cu Windows XP SP2?
    +
    +

    Odată cu Service Pack 2 (SP2), Microsoft livrează un firewall mai bun, care porneşte automat. Acest firewall blochează acum porturile necesare 80 (http) şi 443 (https) , astfel încât Apache-ul nu poate starta.

    +

    Soluţia rapidă:

    +

    Dezactivaţi firewall-ul Microsoft din bara de unelte şi încercaţi din nou să porniţi XAMPP. O soluţionare mai adecvată o reprezintă definirea unei excepţii, cu ajutorul Centrului de Securitate.

    +

    Pentru o funcţionare de bază sunt utilizate următoarele porturi:

    +

    Apache (HTTP): Port 80
    + Apache (WebDAV): Port 81
    + Apache (HTTPS): Port 443
    + MySQL: Port 3306
    + FileZilla (FTP): Port 21
    + FileZilla (Admin): Port 14147
    + Mercury (SMTP): Port 25
    + Mercury (POP3): Port 110
    + Mercury (IMAP): Port 143
    + Mercury (HTTP): Port 2224
    + Mercury (Finger): Port 79
    + Mercury (PH): Port 105
    + Mercury (PopPass): Port 106
    + Tomcat (AJP/1.3): Port 8009
    + Tomcat (HTTP): Port 8080

    +
    + +
    De ce nu funcţionează XAMPP cu Vista?
    +
    +

    Controlul Contului de Utilizator (UAC)

    +

    În directorul "C:\\Program Files" nu aveţi drepturi depline de scriere, chiar fiind Administrator. Sau aveţi doar drepturi limitate (de ex. pentru ".\\xampp\\htdocs"). În acest caz, nu puteţi edita fişierul.
    +Soluţie: Din Explorer, acordaţi-vă drepturi sporite (clic dreapta / securitate) , sau dezactivaţi Controlul Contului de Utilizator (UAC).

    +

    Aţi instalat Apache/MySQL în "C:\\xampp" ca serviciu Windows. Dar nu puteţi porni/opri serviciile din "Panoul de Control XAMPP" sau nu le puteţi dezinstala.

    +Soluţie: Folosiţi consola Windows de administrare a serviciilor, sau dezactivaţi UAC.

    +

    Dezactivarea Controlului Cont de Utilizator (UAC)

    +

    Pentru dezactivarea UAC, folosiţi programul "msconfig". În "msconfig" mergeţi la "Tools", selectaţi "dezactivare Control al Contului de Utilizator" şi verificaţi selecţia. După aceasta, Windows-ul trebuie restartat. În acelaşi mod se poate reactiva UAC.

    +
    + +
    Cum realizez verificarea sumei de control md5?
    +
    +

    Pentru a compara fişiere, adeseori se folosesc sume de control. Un standard pentru a crea această sumă de control md5 (Algoritmul de Rezumare a Mesajului - Message Digest 5).

    +

    Cu această sumă de control md5 puteţi verifica integritatea pachetului XAMPP descărcat. Aveţi nevoie desigur, de un program care să poată construi aceste sume de control. În cazul Windows-ului, aveţi la dispoziţie utilitarul Microsoft:

    +

    Disponibilitatea şi descrierea utilitarului de Verificare a Integrităţii Sumei de Control a Fişierului

    +

    Desigur, se poate folosi orice alt program care furnizează sume de control md5, precum md5sum de la GNU.

    +

    Odată ce aţi instalat un astfel de program (de ex. fciv.exe), puteţi continua cu următorii paşi:

    +

    +

      +
    • Descarcă XAMPP (de ex. xampp-win32-1.8.2-0.exe)
    • +
    • Pentru obţinerea sumei de control:
      + fciv.exe xampp-win32-1.8.2-0.exe +
    • +
    • Acum puteţi compara această sumă de control, cu cea care se află în pagina gazdă principală a XAMPP pentru Windows.
    • +
    +

    +

    Dacă cele două sume de control sunt egale, este în regulă. Dacă nu, înseamnă fie că descărcarea este invalidată de erori, sau că fişierul a fost modificat.

    +
    + +
    De ce nu au efect modificările aduse fişierului php.ini?
    +
    +

    Dacă o modificare a fişierului "php.ini" nu are efect, probabil că PHP îl foloseşte pe un altul. Puteţi verifica aceasta cu phpinfo(). Introduceţi adresa URI http://localhost/xampp/phpinfo.php şi căutaţi "Fişierul de Configurare Încărcat". Această valoare indică fişierul "php.ini" utilizat de PHP în realitate.

    +

    Observaţie: După modificarea fişierului "php.ini" Apache va trebui restartat, astfel ca Apache/PHP să-şi poată actualiza setările.

    +
    + +
    Ajutor! XAMPP este virusat!
    +
    +

    Este posibil ca programe antivirus să alerteze din greşeală că XAMPP este virusat, marcând de obicei fişierul xampp-manager.exe. Vorbim de un pozitiv fals, însemnând că antivirusul identifică în mod eronat un virus, acolo unde el nu există. Înaintea lansării, scanăm antiviral fiecare nouă versiune de XAMPP. În prezent utilizăm Kapersky Online Virus Scanner. You can also use the online tool Virus Total for scanning XAMPP or send us an email to security (at) apachefriends (dot) org if you find any issue.

    +
    + +
    Cum îmi configurez aplicaţia antivirus?
    +
    +

    Pentru funcţionarea întregului pachet de aplicaţii web, am inclus tot felul de servere şi programe suplimentare, astfel încât instalarea XAMPP se face cu un mare număr de fişiere. Instalarea XAMPP poate fi mult încetinită dacă are loc pe un sistem Windows protejat de un antivirus, acesta putând chiar bloca unele dintre servere (de web, sau de baze de date). Pentru ca XAMPP să funcţioneze fără pierderi de performanţă datorate antivirusului, verificaţi următoarele setări:

    +

    +

      +
    • În firewall, adăugaţi excepţii: pentru Apache, pentru MySQL sau orice alt server.
    • +
    • Scanarea fişierelor la executare: Dacă aţi activat scanarea antivirus pentru toate fişierele, executabilele serverelor pot incetini.
    • +
    • Scanarea traficului pentru diferite URL-uri: Dacă dezvoltaţi cu XAMPP pe propria maşină, puteţi exclude în setările antivirus traficul cu gazda - "localhost".
    • +
    +

    +
    + +
    De ce nu porneşte serverul Apache pe sistemul meu?
    +
    +

    Această problemă poate avea una dintre următoarele cauze:

    +

    +

      +
    • Aveţi pornite mai multe Servere HTTP (IIS, Sambar, ZEUS şi aşa mai departe). Doar un singur server poate folosi portul 80. Această problemă este indicată de mesajul de eroare:
      +(OS 10048)... make_sock: could not bind to adress 0.0.0.0:80 +no listening sockets available, shutting down
    • +
    • Portul 80 este blocat de un alt program, cum ar fi Telefonia de Internet "Skype". În cazul lui "Skype" problema se poate evita, mergând în Skype la Acţiuni -> Opţiuni -> Conexiune -> înlăturarea bifei "foloseşte portul 80 drept port alternativ" şi restartarea Skype. Acum ar trebui să funcţioneze.
    • +
    • Aveţi un firewall care blochează portul asociat Apache. Nu toate firewall-urile sunt compatibile cu Apache, iar uneori simpla dezactivare a firewall-ului nu este suficientă, ci trebuie să-l dezinstalaţi. Firewall-ul este indicat în mesajul de eroare:
      +(OS 10038)Socket operation on non-socket: make_sock: for address 0.0.0.0:80, +apr_socket_opt_set: (SO_KEEPALIVE)
    • +
    +

    De asemenea, dacă Apache porneşte dar nu vă puteţi conecta la el prin browser, cauza poate fi una dintre următoarele:

    +
      +
    • Şi unele programe antivirus pot cauza acest lucru, similar acţiunii unui firewall.
    • +
    • Aveţi un XP Profesional căruia îi lipseşte Pachetul de Service nr. 1. Pentru XAMPP, vă este necesar cel puţin SP1.
    • +
    +

    +

    Sfat: If you have problems with used ports, you can try the tool "xampp-portcheck.exe". Maybe it can help.

    +
    + +
    De ce are CPU o încărcare de sarcină pentru Apache de aproape 99%?
    +
    +

    Există una din următoarele două variante: Fie CPU este la maxim, fie puteţi conecta browser-ul la server, dar nu se vede nimic (sistemul încearcă fără succes să încarce pagina). În ambele situaţii puteţi găsi în fişierul de logare Apache mesajul următor:

    +

    Child: Encountered too many AcceptEx faults accepting client connections. +winnt_mpm: falling back to 'AcceptFilter none'.

    +

    MPM revine la o mai sigură punere în aplicare, dar unele cereri ale clientului nu au fost corect procesate. În scopul evitării acestei erori, în fişierul "\\xampp\\apache\\conf\\extra\\httpd-mpm.conf" utilizaţi "AcceptFilter", cu filtrul de acceptare "none".

    +
    + +
    De ce nu sunt afişate imaginile şi foile-de-stil?
    +
    +

    Uneori apar probleme la afişarea imaginilor şi a paginilor-de-stil. În special dacă aceste fişiere sunt localizate pe un disc de reţea. În această situaţie puteţi activa (sau adăuga) în fişierul "\\xampp\\apache\\conf\\httpd.conf" una dintre următoarele linii:

    +

    EnableSendfile off
    +EnableMMAP off

    +

    Această problemă poate să apară şi de la programele de regularizare a lăţimii de bandă, precum NetLimiter.

    +
    + +
    How do I send email with XAMPP?
    +
    +

    To configure XAMPP to use the included sendmail.exe binary for email delivery, follow these steps:

    +
      +
    • Edit the XAMPP "php.ini" file. Within this file, find the [mail function] section and replace it with the following directives. Change the XAMPP installation path if needed. + + sendmail_path = "\"C:\xampp\sendmail\sendmail.exe\" -t" + +
    • +
    • Edit the XAMPP "sendmail.ini" file. Within this file, find the [sendmail] section and replace it with the following directives: + + smtp_server=smtp.gmail.com + smtp_port=465 + smtp_ssl=auto + error_logfile=error.log + auth_username=your-gmail-username@gmail.com + auth_password=your-gmail-password + +

      Remember to replace the dummy values shown with your actual Gmail address and account password. If you don't plan to use Gmail's SMTP server, replace the SMTP host details with appropriate values for your organization or ISP's SMTP server.

      +
    • +
    • Restart the Apache server using the XAMPP control panel. +
    • +
    +

    You can now use PHP's mail() function to send email from your application.

    +
    + +
    Cum pot seta o parolă de root în MySQL?
    +
    +

    Configure it with the "XAMPP Shell" (command prompt). Open the shell from the XAMPP control pane and execute this command:mysqladmin.exe -u root password secretThis sets the root password to 'secret'.

    +
    + +
    Pot să-mi folosesc propriul server MySQL?
    +
    +

    Da. Pur şi simplu nu porniţi MySQL-ul din pachetul XAMPP. Reţineţi că nu pot fi startate două servere pe un acelaşi port. Dacă aţi setat o parolă de "root", nu uitaţi să editaţi fişierul "\\xampp\\phpMyAdmin\\config.ini.php".

    +
    + +
    Cum restricţionez accesul din exterior la phpMyAdmin?
    +
    +

    In the basic configuration of XAMPP, phpMyAdmin is accessible only from the same host that XAMPP is running on, at http://127.0.0.1 or http://localhost.

    +

    Înainte de a putea accesa serverul MySQL, phpMyAdmin va solicita un nume de utilizator şi o parolă. Nu uitaţi ca mai întâi de toate, să setaţi pentru utilizatorul "root" o parolă.

    +
    + +
    How do I enable access to phpMyAdmin from the outside?
    +
    +

    In the basic configuration of XAMPP, phpMyAdmin is accessible only from the same host that XAMPP is running on, at http://127.0.0.1 or http://localhost.

    +

    IMPORTANT: Enabling external access for phpMyAdmin in production environments is a significant security risk. You are strongly advised to only allow access from localhost. A remote attacker could take advantage of any existing vulnerability for executing code or for modifying your data.

    +

    To enable remote access to phpMyAdmin, follow these steps:

    +
      +
    • Edit the apache\conf\extra\httpd-xampp.conf file in your XAMPP installation directory.
    • +
    • Within this file, find the lines below. +

      + Alias /phpmyadmin "C:/xampp/phpMyAdmin/" + <Directory "C:/xampp/phpMyAdmin"> + AllowOverride AuthConfig + Require local +

      +
    • +
    • Then replace 'Require local' with 'Require all granted'.
    • +

      + Alias /phpmyadmin "C:/xampp/phpMyAdmin/" + <Directory "C:/xampp/phpMyAdmin"> + AllowOverride AuthConfig + Require all granted +

      +
    • Restart the Apache server using the XAMPP control panel.
    • +
    +
    + +
    Unde se află suportul IMAP pentru PHP?
    +
    +

    Iniţial, suportul IMAP pentru PHP este dezactivat în XAMPP din cauza unor misterioase erori de iniţializare cu unele versiuni casnice precum Windows98. Dacă lucraţi cu sisteme NT, puteţi deschide fişierul "\\xampp\\php\\php.ini" pentru activarea extensiei php, prin înlăturarea semnului punct şi virgulă de la începutul liniei ";extension=php_imap.dll". Trebuie să fie:
    +extension=php_imap.dll

    +

    Acum restartaţi Apache, iar IMAP ar trebui să funcţioneze. Puteţi folosi aceiaşi paşi pentru fiecare extensie care nu este validată în configuraţia iniţială.

    +
    + +
    De ce unele aplicaţii PHP open source nu funcţionează cu XAMPP pe Windows?
    +
    +

    O mulţime de aplicaţii PHP sau extensii care au fost scrise pentru Linux, nu au fost portate pe Windows.

    +
    + +
    Pot şterge directorul "install" după instalare?
    +
    +

    E mai bine să nu. Scripturile de aici sunt încă necesare tuturor pachetelor adiţionale (add-onuri) şi upgrade-urilor lui XAMPP.

    +
    + +
    Cum activez eaccelerator-ul?
    +
    +

    Ca şi alte extensii (Zend) le puteţi activa în "php.ini". În acest fişier validaţi linia ";zend_extension = "\\xampp\\php\\ext\\php_eaccelerator.dll"". Ar trebui să fie:
    +zend_extension = "\xampp\php\ext\php_eaccelerator.dll"

    +
    + +
    Cum depăşesc o eroare de conectare la serverul meu MySQL?
    +
    +

    Dacă extensia mssql a fost încărcată în php.ini, uneori apar probleme când este folosit doar TCP/IP. Puteţi rezolva această problemă cu un mai nou "ntwdblib.dll" de la Microsoft. Vă rugăm înlocuiţi vechiul fişier în "\\xampp\\apache\\bin" şi "\\xampp\\php" cu unul nou. Din cauză de licenţă, nu putem împacheta o versiune nouă a acestui fişier cu XAMPP.

    +
    + +
    Cum utilizez extensia PHP mcrypt?
    +
    +

    Pentru aceasta, am deschis un subiect în forum, cu exemple şi soluţii posibile: Subiect MCrypt

    +
    + +
    Do Microsoft Active Server Pages (ASP) work with XAMPP?
    +
    +

    Nu. Iar Apache::ASP nu-i acelaşi lucru cu suplimentul Perl. Apache::ASP recunoaşte doar Perl-Script, pe când ASP din Internet Information Server (IIS) recunoaşte de asemenea VBScript-ul obişnuit. Dar pentru ASP.NET este disponibil un modul Apache de la terţi.

    +
    + +
    How can I get XAMPP working on port 80 under Windows 10?
    +
    +

    By default, Windows 10 starts Microsoft IIS on port 80, which is the same default port used by Apache in XAMPP. As a result, Apache cannot bind to port 80.

    +

    To disable IIS from running on port 80, follow these steps:

    +
      +
    • Open the Services panel in Computer Management.
    • +
    • Search for the 'World Wide Web Publishing Service' and select it.
    • +
    • Click the link to 'Stop the service'.
    • +
    • Double-click the service name.
    • +
    • In the 'Startup type' field, change the startup type to 'Disabled'.
    • +
    • Click 'OK' to save your changes.
    • +
    +

    You should now be able to start Apache in XAMPP on port 80.

    +

    For more information, refer to the 'Troubleshoot Apache Startup Problems' guide included with XAMPP or this forum post.

    +
    + +
    How can I use Microsoft Edge to access local addresses under Windows 10?
    +
    +

    If your local machine has the host name 'myhost', you will not be able to access URLs such as http://myhost in Microsoft Edge. To resolve this, you should instead use the addresses http://127.0.0.1 or http://localhost.

    +
    + +
    Where are the main XAMPP configuration files?
    +
    +

    The main XAMPP configuration files are located as follows:

    +
      +
    • Apache configuration file: \xampp\apache\conf\httpd.conf, \xampp\apache\conf\extra\httpd-xampp.conf
    • +
    • PHP configuration file: \xampp\php\php.ini
    • +
    • MySQL configuration file: \xampp\mysql\bin\my.ini
    • +
    • FileZilla Server configuration file: \xampp\FileZillaFTP\FileZilla Server.xml
    • +
    • Apache Tomcat configuration file: \xampp\tomcat\conf\server.xml
    • +
    • Apache Tomcat configuration file: \xampp\sendmail\sendmail.ini
    • +
    • Mercury Mail configuration file: \xampp\MercuryMail\MERCURY.INI
    • +
    +
    + +
    +
    +
    + +
    + + + + + + + + diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/ro/howto.html b/TE2/Proyecto Teknovate/htdocs/dashboard/ro/howto.html new file mode 100644 index 0000000..b56a5be --- /dev/null +++ b/TE2/Proyecto Teknovate/htdocs/dashboard/ro/howto.html @@ -0,0 +1,131 @@ + + + + + + + + + + + XAMPP howto guides + + + + + + + + + + + + + + + + +
    + + + + + + + + + + + + diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/ro/howto_platform_links.html b/TE2/Proyecto Teknovate/htdocs/dashboard/ro/howto_platform_links.html new file mode 100644 index 0000000..9c2dd2b --- /dev/null +++ b/TE2/Proyecto Teknovate/htdocs/dashboard/ro/howto_platform_links.html @@ -0,0 +1,101 @@ + + + + + + + + + + + Apache Friends + + + + + + + + + + + + + + + + +
    + + + + + + + + + + + + diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/ro/howto_shared_links.html b/TE2/Proyecto Teknovate/htdocs/dashboard/ro/howto_shared_links.html new file mode 100644 index 0000000..7bcc144 --- /dev/null +++ b/TE2/Proyecto Teknovate/htdocs/dashboard/ro/howto_shared_links.html @@ -0,0 +1,115 @@ + + + + + + + + + + + Apache Friends + + + + + + + + + + + + + + + + +
    + + + + + + + + + + + + diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/ro/index.html b/TE2/Proyecto Teknovate/htdocs/dashboard/ro/index.html new file mode 100644 index 0000000..dfca13b --- /dev/null +++ b/TE2/Proyecto Teknovate/htdocs/dashboard/ro/index.html @@ -0,0 +1,167 @@ + + + + + + + + + + + Welcome to XAMPP + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +
    +

    XAMPP Apache + MariaDB + PHP + Perl

    +
    +
    +
    +
    +
    +

    Welcome to XAMPP for Windows 8.0.0

    +
    +
    +
    +
    +

    + You have successfully installed XAMPP on this system! Now you can start using Apache, MariaDB, PHP and other components. + You can find more info in the Întrebări frecvente - FAQs section or check the HOW-TO Guides for getting started with PHP applications. +

    +

    + XAMPP is meant only for development purposes. It has certain configuration settings that make it easy to develop locally but that are insecure if you want to have your installation accessible to others. + If you want have your XAMPP accessible from the internet, make sure you understand the implications and you checked the Întrebări frecvente - FAQs to learn how to protect your site. Alternatively you can use WAMP, MAMP or LAMP which are similar packages which are more suitable for production. +

    +

    + Start the XAMPP Control Panel to check the server status. +

    +
    +
    +
    +
    +

    Comunitate

    +
    +
    +
    +
    +

    + XAMPP este alături de noi de mai bine de 10 ani – există o imensă comunitate în spatele lui. Poţi să te implici alăturându-te Forum-uri noastre, adăugându-te în Listă E-Mail, ţinând legătura cu noi pe Facebook, urmărindu-ne postările pe Twitter, sau adăugându-ne în cercurile tale pe Google+. +

    +
    +
    +
    +
    +

    Contribuie la traducerea XAMPP în translate.apachefriends.org.

    +
    +
    +
    +
    +

    + Ai putea să ne ajuţi să traducem XAMPP pentru ceilalţi membrii din comunitate? Avem nevoie de ajutorul tău pentru a traduce XAMPP în diferite limbi. Am înfiinţat un site, translate.apachefriends.org, unde utilizatorii pot contribui la traducere. +

    +
    +
    +
    +
    +

    Install applications on XAMPP using Bitnami

    +
    +
    +
    +
    +

    + Apache Friends and Bitnami are cooperating to make dozens of open source applications available on XAMPP, for free. Bitnami-packaged applications include Wordpress, Drupal, Joomla! and dozens of others and can be deployed with one-click installers. + Visit the Bitnami XAMPP page for details on the currently available apps. +

    +
    +
    +
    +
    + Bitnami XAMPP page +
    +
    + +
    + + + + + + + + diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/ru/faq.html b/TE2/Proyecto Teknovate/htdocs/dashboard/ru/faq.html new file mode 100644 index 0000000..4ed73cb --- /dev/null +++ b/TE2/Proyecto Teknovate/htdocs/dashboard/ru/faq.html @@ -0,0 +1,523 @@ + + + + + + + + + + + XAMPP FAQs for Windows + + + + + + + + + + + + + + + + +
    + +
    + +
    + +
    +
    +
    +
    +

    Windows Часто задаваемые Вопросы

    +
    +
    +
    +
    +
    +
    +
    Как мне установить XAMPP?
    +
    +

    XAMPP для Windows существует в трёх рахных пакетах:

    +

    Установщик:
    + Вероятно самый простой способ установить XAMPP.

    +

    ZIP:
    + Для пуристов: XAMPP как обычный ZIP архив.

    +

    7zip:
    + Для пуристов с небольшой скоростью интернета: XAMPP как 7zip архив.

    +

    Заметка: Если вы распакуете файлы, возможно ложное срабатывание антивирусной программы.

    +

    Использование установщика:

    +

    +

    Панель управления XAMPP для запуска/остановки Apache, MySQL, FileZilla и Mercury или установки этих серверов в качестве сервисов.

    +

    Установка из ZIP архива

    +

    Распакуйте zip архивы в выбранную вами папку. XAMPP распакуется в суб-каталог "C:\\xampp" под выбранной папкой. Теперь запустите файл "setup_xampp.bat", чтобы настроить конфигурацию XAMPP для вашей системы.

    +

    Если вы выберите корневой каталог "C:\\" как папку назначения, вы не должны запускать "setup_xampp.bat".

    +

    Также как в версии с установщиком, теперь вы можете использовать контрольную панель XAMPP (XAMPP Control Panel) для дополнительных задач.

    +
    +
    Does XAMPP include MySQL or MariaDB?
    +
    +

    Since XAMPP 5.5.30 and 5.6.14, XAMPP ships MariaDB instead of MySQL. The commands and tools are the same for both.

    +
    +
    Как мне запустить XAMPP без установки?
    +
    +

    Если вы распакуете XAMPP в папку верхнего уровня как "C:\\" или "D:\\", вы можете запустить большинство серверов как Apache или MySQL сразу без исполнения файла "setup_xampp.bat".

    +

    Если вы устанавливаете XAMPP на usb носитель желательно не использовать скрипт установки, или выбрать в скрипте установки относительные пути. Так как на каждом ПК такой носитель может иметь разные буквы привода. Вы можете перейти с абсолютных на относительные пути в любой момент с помощью скрипта установки.

    +

    Использование установщика с нашей страницы скачиваний это самый простой способ установить XAMPP. После завершения установки, вы найдёте XAMPP под Пуск | Все программы | XAMPP. Вы можете использовать панель управления XAMPP для запуска или остановки всех серверов и установки или удаления серфисов.

    +

    Панель управления XAMPP для запуска/остановки Apache, MySQL, FileZilla и Mercury или установки этих серверов в качестве сервисов.

    +
    +
    Как мне запустить и остановить XAMPP?
    +
    +

    Универсальный центр управления это "XAMPP Control Panel" (панель управления XAMPP) (благодаря www.nat32.com). Он запускается с помощью:

    +

    \xampp\xampp-control.exe

    +

    Также вы можете использовать некоторые batch (*.bat) файлы чтобы запускать/останавливать сервера.

    +

    +

      +
    • Apache & MySQL запуск: + \xampp\xampp_start.exe
    • +
    • Apache & MySQL остановка: + \xampp\xampp_stop.exe
    • +
    • Apache запуск: + \xampp\apache_start.bat
    • +
    • Остановить Apache: + \xampp\apache_stop.bat
    • +
    • Запустить MySQL: + \xampp\mysql_start.bat
    • +
    • Остановить MySQL: + \xampp\mysql_stop.bat
    • +
    • Запустить Mercury Mailserver: + \xampp\mercury_start.bat
    • +
    • Остановить Mercury Mailserver: + \xampp\mercury_stop.bat
    • +
    • Запустить сервер FileZilla: + \xampp\filezilla_start.bat
    • +
    • Остановить сервер FileZilla: + \xampp\filezilla_stop.bat

    +

    +
    +
    Как я мне проверить что всё сработало?
    +
    +

    Введите следующую URL в ваш любимый браузер:

    +

    http://localhost/ или http://127.0.0.1/

    +

    You should see the XAMPP start page, as shown below.

    + +
    +
    Как мне установить скрвер как сервис?
    +
    +

    Каждый сервер в XAMPP можно установить как сервис Windows. Вы можете сделать это при помощи XAMPP Control Panel (панель управления XAMPP). В таком случае скрипты или контрольная панель обязательно должны быть запущены с привилегиями администратора.

    +

    Установка сервиса Apache: \\xampp\\apache\\apache_installservice.bat

    +

    Удаление сервиса Apache: \\xampp\\apache\\apache_uninstallservice.bat

    +

    Установка сервиса MySQL: \\xampp\\mysql\\mysql_installservice.bat

    +

    Удаление сервиса MySQL: \\xampp\\mysql\\mysql_uninstallservice.bat

    +

    Установка или удаление сервиса FileZilla: \\xampp\\filezilla_setup.bat

    +

    Для Mercury нет доступной установки сервиса

    +
    +
    Готов ли XAMPP к производственному использованию?
    +
    +

    XAMPP не предназначен для производственного использования, а только для сред разработки. XAMPP настроен таким образом чтобы быть как можно более открытым и позволять разработчику всё что он/она захочет. Для сред разработки это прекрасно, но в производственной среде это может быть пагубно.

    +

    Вот список отсутствующих мер безопасности в XAMPP:

    +
      +
    1. MySQL администратор (root) не имеет пароля.
    2. +
    3. MySQL сервер доступен через сеть.
    4. +
    5. ProFTPD uses the password "lampp" for user "daemon".
    6. +
    7. Пользователи по умолчанию Mercury и FileZilla известны.
    8. +
    +

    Всё это может быть обширным риском безопасности. Особенно если XAMPP доступен через сеть и людям снаружи LAN. Использование брандмауэра (межсетевой экран) или (NAT) маршрутизатора может помочь. В случае с маршрутизатором или брандмауэром, ваш ПК обычно недоступен через сеть. Решение этих проблем лежит на вас. Как небольшая помощь есть консоль безопасности XAMPP (XAMPP Security console).

    +

    Пожалуйста обезопасьте XAMPP прежде чем публиковать что-либо в сети. Использование брандмауэра (межсетевой экран) или маршрутизатора достаточно лиш для низких уровней безопасности. Для немного большей безопасности, вы можете запустить консоль безопасности XAMPP (XAMPP Security console) и установить пароли.

    +

    Если вы хотите чтобы ваш XAMPP был доступен через интернет, вам следует посетить следующую URI которая может исправить некоторые проблемы:

    +

    http://localhost/security/

    +

    С помощью консоли безопасности вы можете установить пароль для MySQL пользователя "root" и phpMyAdmin. Вы также можете включить аутентификацию для демонстративных страниц XAMPP.

    +

    Этот инструмент на веб-основе не исправляет какие-либо дополнительные проблемы безопасности! Особенно в случае с FileZilla FTP сервером и Mercury почтовым сервером, их вы должы обезопасить сами.

    +
    Как мне удалить XAMPP?
    +
    +

    Если вы установили XAMPP используя версию с установщиком, пожалуйста используйте деинсталлятор. Деинсталлятор удалит все записи XAMPP из реестра и удалит некоторые установленные сервисы включенные в XAMPP. Мы настойчиво рекомендуем чтобы вы использовали деинсталлятор для удаления установки XAMPP с версией установщика. Пожалуйста сделайте резервное копирование всех данных которые хотите сохранить прежде чем удалять XAMPP.

    +

    Если вы установили XAMPP используя ZIP или 7zip версии, выключите все XAMPP сервера и выйдите из всех панелей. Если вы установили какие-либо сервисы, удалите и отключите их тоже. Теперь просто удалите весь каталог где установлен XAMPP. В данном случае записей в регистре и переменных среды требующих чистку нет.

    +
    +
    Что такое "lite" (лёгкая) версия XAMPP?
    +
    +

    XAMPP Lite (значит "лёгкий" как в "лёгкий вес") это меньший набор XAMPP компонентов, что рекомендуется для быстрой работы где требуется только PHP и MySQL. Некоторые сервера или инструменты как Mercury Mail и FileZilla FTP отсутствуют в Lite версии.

    +
    +
    Где мне следует поместить моё веб содержимое?
    +
    +

    Главный каталог для всех WWW документов это \\xampp\\htdocs. Если вы положите файл "test.html" в этот каталог, вы сможете получить доступ к нему по URI "http://localhost/test.html".

    +

    И "test.php"? Просто используйте "http://localhost/test.php". Простой тест-скритп может быть:

    +

    <?php
    + echo 'Hello world';
    + ?>

    +

    Новая суб-каталог для вашего веб проекта? Просто создайте новый каталог (пример: "new") внутри каталога "\\xampp\\htdocs" (желательно без пробелов и с использованием только ASCII), создайте файл "test.php" в этом каталоге, вы сможете получить доступ к нему по URI "http://localhost/new/test.php".

    +

    Дополнительные особенности

    +

    HTML:
    + Исполняемый файл: \xampp\htdocs
    + Разрешённые окончания: .html .htm
    + => базовый пакет

    +

    SSI:
    + Исполняемый файл: \xampp\htdocs
    + Разрешённые окончания: .shtml
    + => базовый пакет

    +

    CGI:
    + Исполняемый файл: \xampp\htdocs and \xampp\cgi-bin
    + Разрешённые окончания: .cgi
    + => базовый пакет

    +

    PHP:
    + Исполняемый файл: \xampp\htdocs and \xampp\cgi-bin
    + Разрешённые окончания: .php
    + => базовый пакет

    +

    Perl:
    + Исполняемый файл: \xampp\htdocs and \xampp\cgi-bin
    + Разрешённые окончания: .pl
    + => базовый пакет

    +

    Apache::ASP Perl:
    + Исполняемый файл: \xampp\htdocs
    + Разрешённые окончания: .asp
    + => базовый пакет

    +

    JSP Java:
    + Исполняемый файл: \xampp\tomcat\webapps\java (e.g.)
    + Разрешённые окончания: .jsp
    + => Tomcat add-on

    +

    Servlets Java:
    + Исполняемый файл: \xampp\tomcat\webapps\java (e.g.)
    + Разрешённые окончания: .html (u.a)
    + => Tomcat add-on

    +
    +
    Как мне переместить установку XAMPP?
    +
    +

    Да. После перемещения каталога XAMPP, вы должны выполнить "setup_xampp.bat". Пути в файлах конфигурации будут поправлены при выполнении этого шага.

    +

    Если вы установили любой сервер как Windows сервис, сначала вы должны удалить Windows сервис, а после перемещения вы можете снова установить сервис.

    +

    Предупреждение: Файлы конфигурации из ваших скриптов, к примеру PHP приложения, не настроены. Но возможно написать плагин для установщика. С таким плагином установщик может настроить и эти файлы.

    +
    +
    Что такое "Automatic start pages" (страницы автоматического запуска) для WWW каталогов?
    +
    +

    Стандартное имя файла для функции Apache "DirectoryIndex" это "index.html" или "index.php". Каждый раз когда вы открываете в браузере папку (пример: "http://localhost/xampp/"), и Apache сможет найти такой файл, Apache отобразит этот файл вместо списка содержимого каталога.

    +
    +
    Где я могу поменять настройки?
    +
    +

    Почти все настройки в XAMPP вы можете поменять при помощи файлов конфигурации. Просто откройте файл в текстовом редакторе и измените что желаете. Только FileZilla и Mercury должны быть настроены при помощи програмного инструмента конфигурации.

    +
    + +
    Почему XAMPP не может работать на Windows XP SP2?
    +
    +

    Microsoft предоставляет более хороший брандмауэр (межсетевой экран) с сервис паком 2 (SP2), который запускается автоматически. Этот брандмауэр теперь блокирует необходимые порты 80 (http) и 443 (https) и Apache не может запустится.

    +

    Быстрое решение:

    +

    Отключите брандмауэр (межсетевой экран) и попробуйте запустить XAMPP ещё раз. Лучшее решение: указать исключение в центре безопасности.

    +

    Следующие порты используются для базовой функциональности:

    +

    Apache (HTTP): Port 80
    + Apache (WebDAV): Port 81
    + Apache (HTTPS): Port 443
    + MySQL: Port 3306
    + FileZilla (FTP): Port 21
    + FileZilla (Admin): Port 14147
    + Mercury (SMTP): Port 25
    + Mercury (POP3): Port 110
    + Mercury (IMAP): Port 143
    + Mercury (HTTP): Port 2224
    + Mercury (Finger): Port 79
    + Mercury (PH): Port 105
    + Mercury (PopPass): Port 106
    + Tomcat (AJP/1.3): Port 8009
    + Tomcat (HTTP): Port 8080

    +
    + +
    Почету XAMPP не работает на Windows Vista?
    +
    +

    Контроль учётных записей пользователей (UAC)

    +

    Вы не имеете полных привилегий записи в каталоге "C:\\program files", даже как администратор. Или у вас только ограниченные привилегии (к примеру только для ".\\xampp\\htdocs"). В таком случае вы не можете редактировать файл.
    +Решение: Повысьте свои привилегии в проводнике (правый клик / безопасность) или отключите Контроль учётных записей пользователей (UAC).

    +

    Вы установили Apache/MySQL в "C:\\xampp" как Windows сервис. Но вы не можете запускать/останавливать сервисы при помощи панели управления XAMPP (XAMPP Control Panel) или не можете их удалить.

    +Решение: Используйте консоль управления сервисами от Windows или отключите UAC.

    +

    Отключение контроля учётных записей пользователей (UAC)

    +

    Чтобы отключить UAC, используйте программу "msconfig". В "msconfig" заидите в "Tools" (инструменты), выберите "disable user account control" (отключить контроль учётных записей пользователей) и подтвердите свой выбор. Теперь вы должны перезапустить Windows. Вы можете включить UAC снова.

    +
    + +
    Как мне проверить контрольную сумму md5?
    +
    +

    Чтобы сравнить файлы, часто используются контрольные суммы. Стандарт чтобы создать такую контрольную сумму md5 (Message Digest Algorithm 5).

    +

    При помощи контрольной суммы md5 вы можете проверить, соответствует ли оригиналу скачанный вами пакет XAMPP. Естественно вам потребуется программа способная создавать такие контрольные суммы. Для Windows вы можете использовать инструмент от Microsoft:

    +

    Доступность и описание утилиты проверки целостности контрольных сумм файлов

    +

    Также возможно использовать любую другую программу способную создавать md5 контрольные суммы, как GNU md5sum.

    +

    Когда вы установили такую программу (пример: fciv.exe), вы можете выполнить следующие шаги:

    +

    +

      +
    • Скачать XAMPP (f.e. xampp-win32-1.8.2-0.exe)
    • +
    • Создать контрольную сумму с:
      + fciv.exe xampp-win32-1.8.2-0.exe +
    • +
    • Теперь вы можете сравнить эту контрольную сумму с той которую можете найти на домашней странице XAMPP для Windows.
    • +
    +

    +

    Если обе контрольные суммы равны, всё хорошо. Если нет, скачивание обернулось провалом или файл был изменён.

    +
    + +
    Почему изменения в моём php.ini не вступают в действие?
    +
    +

    Если изменеие в "php.ini" не вступило в действие, возможно PHP использует другой файл. Вы можете проверить это при помощи phpinfo(). Последуйте по URI http://localhost/xampp/phpinfo.php и ищите "Loaded Configuration File" (загруженный файл конфигурации). Это значение покажет какой "php.ini" PHP действительно использует.

    +

    Примечание: После изменения "php.ini" вы должны перезапустить Apache чтобы Apache/PHP смогли считать новые настройки.

    +
    + +
    Помогите! В XAMPP есть вирус!
    +
    +

    Некоторые анти-вирусные программы по ошибке принимают XAMPP за вирус, обычно отмечая файл xampp-manager.exe. Это ложная тревога, что означает анти-вирус ошибочно принял за вирус то что им не является. Прежле чем мы публикуем каждую новую версию XAMPP мы сканируем его на вирусы. В данный момент мы используем Kapersky Online Virus Scanner. You can also use the online tool Virus Total for scanning XAMPP or send us an email to security (at) apachefriends (dot) org if you find any issue.

    +
    + +
    Как мне настроить моё анти-вирусное приложение?
    +
    +

    Мы включили все зависимости и сервера тревуемые для работы пакета веб приложения, поэтому XAMPP устанавливает большое количество файлов. Если вы устанавливаете XAMPP на Windows машине со включенным анти-вирусом, это может значительно замедлить установку, и ещё есть шанс что один из серверов (веб сервер, сервер баз данных) может быть заблокирован анти-вирусным ПО. Если ваш есть анти-вирус включён, проверьте следующие настройки для запуска XAMPP без проблем с производительностью:

    +

    +

      +
    • Добавьте исключения в брандмауэр (межсетевой экран): для Apache, MySQL или любого другого сервера.
    • +
    • Сканирование файлов во время рвботы: Если вы включили в анти-вирусном ПО сканирование всех файлов, работа исполнительных файлов серверов может замедлится.
    • +
    • Сканирование трафика для разных URL: Если вы разрабатываете с использованием XAMPP на своей собственной машине, вы можете исключить проверку трафика для "localhost" в настройках вашего анти-вируса.
    • +
    +

    +
    + +
    Почему Apache сервер не запускается на моей системе?
    +
    +

    Это проблема может иметь место по одной из нескольких причин:

    +

    +

      +
    • Вы запустили более одного HTTP Server (IIS, Sambar, ZEUS и так далее). Только один сервер может использовать порт 80. Это сообщение об ошибке указывает на проблему:
      +(OS 10048)... make_sock: could not bind to adress 0.0.0.0:80 +no listening sockets available, shutting down
    • +
    • У вас есть другое ПО, например интернет телефон "Skype" (скайп) которое тоже блокирует порт 80. Если проблема в "Skype", в Skype вы можете открыть Actions (действия) --> Options (опции) --> Connection (соединение) --> убрать галочку рядом с "use port 80 for an alternate port" (использовать порт 80 для альтернативного порта) и перезапустить Skype. Теперь всё должно работать.
    • +
    • У вас есть брандмауэр (межсетевой экран) который блокирует порт Apache. Не каждый брандмауэр совместим с Apache, иногда отключить брандмауэр недостаточно и вам придётся его удалить. Это сообщение об ошибке указывает на брандмауэр:
      +(OS 10038)Socket operation on non-socket: make_sock: for address 0.0.0.0:80, +apr_socket_opt_set: (SO_KEEPALIVE)
    • +
    +

    Также если Apache может запустится, но ваш браузер не может соединится с ним это может быть по одной из следующих причин:

    +
      +
    • Некоторые анти-вирусные программы могут вызвать это, таким же образом как может вмешатся брандмауэр (межсетевой экран).
    • +
    • У вас XP Professional без сервис пака 1. Вы должны иметь как минимум SP1 для XAMPP.
    • +
    +

    +

    Совет: If you have problems with used ports, you can try the tool "xampp-portcheck.exe". Maybe it can help.

    +
    + +
    Почему Apache грузит мой процессор почти на 99%?
    +
    +

    В данном случае действует один из двух сценариев. Либо ваш процессор работает на пределе своих возможностей, или вы можете подсоеденится к серверу через браузер, но ничего не видите (система безуспешно пытается загрузить страницу). В любом случае вы можете найти следующее сообщение в лог файле Apache:

    +

    Child: Encountered too many AcceptEx faults accepting client connections. +winnt_mpm: falling back to 'AcceptFilter none'.

    +

    MPM возвращается к более безопасному выполнению, но некоторые клиентские запросы не обрабатывались корректно. Для того чтобы избежать этой ошибки, используйте "AcceptFilter" с включенным фильтром "none" в файле "\\xampp\\apache\\conf\\extra\\httpd-mpm.conf".

    +
    + +
    Почему картинки и таблицы стилей не отображаются?
    +
    +

    Иногда возникают проблемы с отображением картинок и таблиц стилей. Особенно, если эти файлы находятся на сетевом диске. В этом случае вы можете включить (или добавить) одну из следующих строк в файле "\\xampp\\apache\\conf\\httpd.conf":

    +

    EnableSendfile off
    +EnableMMAP off

    +

    Эта проблема также может быть вызвана программами регулирования полосы пропускания, например, NetLimiter.

    +
    + +
    How do I send email with XAMPP?
    +
    +

    To configure XAMPP to use the included sendmail.exe binary for email delivery, follow these steps:

    +
      +
    • Edit the XAMPP "php.ini" file. Within this file, find the [mail function] section and replace it with the following directives. Change the XAMPP installation path if needed. + + sendmail_path = "\"C:\xampp\sendmail\sendmail.exe\" -t" + +
    • +
    • Edit the XAMPP "sendmail.ini" file. Within this file, find the [sendmail] section and replace it with the following directives: + + smtp_server=smtp.gmail.com + smtp_port=465 + smtp_ssl=auto + error_logfile=error.log + auth_username=your-gmail-username@gmail.com + auth_password=your-gmail-password + +

      Remember to replace the dummy values shown with your actual Gmail address and account password. If you don't plan to use Gmail's SMTP server, replace the SMTP host details with appropriate values for your organization or ISP's SMTP server.

      +
    • +
    • Restart the Apache server using the XAMPP control panel. +
    • +
    +

    You can now use PHP's mail() function to send email from your application.

    +
    + +
    Как я могу установить пароль root'а в MySQL?
    +
    +

    Configure it with the "XAMPP Shell" (command prompt). Open the shell from the XAMPP control pane and execute this command:mysqladmin.exe -u root password secretThis sets the root password to 'secret'.

    +
    + +
    Могу ли я использовать свой собственный MySQL сервер?
    +
    +

    Да. Просто не запускайте MySQL из пакета XAMPP. Обратите внимание, что два сервера не могут быть запущены на том же порту. Если вы установили пароль для "root", пожалуйста, не забудьте отредактировать файл "\\xampp\\phpMyAdmin\\config.inc.php".

    +
    + +
    Как ограничить доступ к PhpMyAdmin извне?
    +
    +

    In the basic configuration of XAMPP, phpMyAdmin is accessible only from the same host that XAMPP is running on, at http://127.0.0.1 or http://localhost.

    +

    Прежде чем вы сможете получить доступ к серверу MySQL, PhpMyAdmin запросит у вас имя пользователя и пароль. Не забудьте установить пароль для "root" пользователя в первую очередь.

    +
    + +
    How do I enable access to phpMyAdmin from the outside?
    +
    +

    In the basic configuration of XAMPP, phpMyAdmin is accessible only from the same host that XAMPP is running on, at http://127.0.0.1 or http://localhost.

    +

    IMPORTANT: Enabling external access for phpMyAdmin in production environments is a significant security risk. You are strongly advised to only allow access from localhost. A remote attacker could take advantage of any existing vulnerability for executing code or for modifying your data.

    +

    To enable remote access to phpMyAdmin, follow these steps:

    +
      +
    • Edit the apache\conf\extra\httpd-xampp.conf file in your XAMPP installation directory.
    • +
    • Within this file, find the lines below. +

      + Alias /phpmyadmin "C:/xampp/phpMyAdmin/" + <Directory "C:/xampp/phpMyAdmin"> + AllowOverride AuthConfig + Require local +

      +
    • +
    • Then replace 'Require local' with 'Require all granted'.
    • +

      + Alias /phpmyadmin "C:/xampp/phpMyAdmin/" + <Directory "C:/xampp/phpMyAdmin"> + AllowOverride AuthConfig + Require all granted +

      +
    • Restart the Apache server using the XAMPP control panel.
    • +
    +
    + +
    Где поддержка IMAP для PHP?
    +
    +

    По умолчанию, поддержка IMAP для PHP отключена в XAMPP из-за некоторых загадочных ошибок инициализации в некоторых домашних версиях, например, Windows 98. Если вы работаете с системами NT, вы можете открыть файл "\\xampp\\php\\php.ini", чтобы активировать php расширение, удалив точку с запятой в строке ";extension=php_imap.dll". Она должна быть:
    +extension=php_imap.dll

    +

    Теперь перезагрузите Apache, и IMAP должен работать. Вы можете использовать те же самые шаги для любого расширения, которое не включено в конфигурации по умолчанию.

    +
    + +
    Почему некоторые PHP приложения с открытым исходным кодом работают с XAMPP на Windows?
    +
    +

    Много PHP приложений или расширений, которые были написаны для Linux не были портированы на Windows.

    +
    + +
    Can I delete the "install" directory after installation?
    +
    +

    Лучше этого не делать. Эти скрипты ещё нужны для всех дополнительных пакетов (дополнений) и обновлений XAMPP.

    +
    + +
    Как мне активировать eaccelerator?
    +
    +

    Как и другие (Zend) разрешения, вы можете активировать его в "php.ini". В этом файле, измените строку ";zend_extension = "\\xampp\\php\\ext\\php_eaccelerator.dll"". Она должна быть:
    +zend_extension = "\xampp\php\ext\php_eaccelerator.dll"

    +
    + +
    Как мне исправить ошибку соединения с моим MS SQL сервером?
    +
    +

    Если mssql расширение было загружено в php.ini, иногда возникают проблемы когда используется только TCP/IP. Вы можете исправить эту проблему при помощи более новой "ntwdblib.dll" от Microsoft. Пожалуйста замените старый файл в "\\xampp\\apache\\bin" и "\\xampp\\php" более новым. Из за условий лицензии, мы не можем включить более новую версию файла в XAMPP.

    +
    + +
    Как мне работать с PHP mcrypt расширением?
    +
    +

    Для этого, мы открыли предмет обсуждения на форуме с примерами и возможными решениями: MCrypt топик

    +
    + +
    Microsoft Active Server Pages (ASP) работают с XAMPP?
    +
    +

    Нет. И Apache::ASP с Perl дополнением не то же самое. Apache::ASP распознаёт только Perl-Script, а ASP из Internet Information Server (IIS) также распознаёт обычный VBScript. Но для ASP .NET, существует сторонний Apache модуль.

    +
    + +
    How can I get XAMPP working on port 80 under Windows 10?
    +
    +

    By default, Windows 10 starts Microsoft IIS on port 80, which is the same default port used by Apache in XAMPP. As a result, Apache cannot bind to port 80.

    +

    To disable IIS from running on port 80, follow these steps:

    +
      +
    • Open the Services panel in Computer Management.
    • +
    • Search for the 'World Wide Web Publishing Service' and select it.
    • +
    • Click the link to 'Stop the service'.
    • +
    • Double-click the service name.
    • +
    • In the 'Startup type' field, change the startup type to 'Disabled'.
    • +
    • Click 'OK' to save your changes.
    • +
    +

    You should now be able to start Apache in XAMPP on port 80.

    +

    For more information, refer to the 'Troubleshoot Apache Startup Problems' guide included with XAMPP or this forum post.

    +
    + +
    How can I use Microsoft Edge to access local addresses under Windows 10?
    +
    +

    If your local machine has the host name 'myhost', you will not be able to access URLs such as http://myhost in Microsoft Edge. To resolve this, you should instead use the addresses http://127.0.0.1 or http://localhost.

    +
    + +
    Where are the main XAMPP configuration files?
    +
    +

    The main XAMPP configuration files are located as follows:

    +
      +
    • Apache configuration file: \xampp\apache\conf\httpd.conf, \xampp\apache\conf\extra\httpd-xampp.conf
    • +
    • PHP configuration file: \xampp\php\php.ini
    • +
    • MySQL configuration file: \xampp\mysql\bin\my.ini
    • +
    • FileZilla Server configuration file: \xampp\FileZillaFTP\FileZilla Server.xml
    • +
    • Apache Tomcat configuration file: \xampp\tomcat\conf\server.xml
    • +
    • Apache Tomcat configuration file: \xampp\sendmail\sendmail.ini
    • +
    • Mercury Mail configuration file: \xampp\MercuryMail\MERCURY.INI
    • +
    +
    + +
    +
    +
    + +
    + + + + + + + + diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/ru/howto.html b/TE2/Proyecto Teknovate/htdocs/dashboard/ru/howto.html new file mode 100644 index 0000000..31efe68 --- /dev/null +++ b/TE2/Proyecto Teknovate/htdocs/dashboard/ru/howto.html @@ -0,0 +1,131 @@ + + + + + + + + + + + XAMPP howto guides + + + + + + + + + + + + + + + + +
    + +
    + +
    + + + + + + + + + + diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/ru/howto_platform_links.html b/TE2/Proyecto Teknovate/htdocs/dashboard/ru/howto_platform_links.html new file mode 100644 index 0000000..9740332 --- /dev/null +++ b/TE2/Proyecto Teknovate/htdocs/dashboard/ru/howto_platform_links.html @@ -0,0 +1,101 @@ + + + + + + + + + + + Apache Friends + + + + + + + + + + + + + + + + +
    + +
    + +
    + + + + + + + + + + diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/ru/howto_shared_links.html b/TE2/Proyecto Teknovate/htdocs/dashboard/ru/howto_shared_links.html new file mode 100644 index 0000000..098dd74 --- /dev/null +++ b/TE2/Proyecto Teknovate/htdocs/dashboard/ru/howto_shared_links.html @@ -0,0 +1,115 @@ + + + + + + + + + + + Apache Friends + + + + + + + + + + + + + + + + +
    + +
    + +
    + + + + + + + + + + diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/ru/index.html b/TE2/Proyecto Teknovate/htdocs/dashboard/ru/index.html new file mode 100644 index 0000000..6a2d328 --- /dev/null +++ b/TE2/Proyecto Teknovate/htdocs/dashboard/ru/index.html @@ -0,0 +1,167 @@ + + + + + + + + + + + Welcome to XAMPP + + + + + + + + + + + + + + + + +
    + +
    + +
    + +
    +
    +
    +
    +

    XAMPP Apache + MariaDB + PHP + Perl

    +
    +
    +
    +
    +
    +

    Welcome to XAMPP for Windows 8.0.0

    +
    +
    +
    +
    +

    + You have successfully installed XAMPP on this system! Now you can start using Apache, MariaDB, PHP and other components. + You can find more info in the ЧаВО section or check the HOW-TO Guides for getting started with PHP applications. +

    +

    + XAMPP is meant only for development purposes. It has certain configuration settings that make it easy to develop locally but that are insecure if you want to have your installation accessible to others. + If you want have your XAMPP accessible from the internet, make sure you understand the implications and you checked the ЧаВО to learn how to protect your site. Alternatively you can use WAMP, MAMP or LAMP which are similar packages which are more suitable for production. +

    +

    + Start the XAMPP Control Panel to check the server status. +

    +
    +
    +
    +
    +

    Сообщество

    +
    +
    +
    +
    +

    + XAMPP существует уже более 10 лет – огромное сообщество работает над ним. Вы можете принять участие, присоединившись к нашему Форумы, добавив себя в Cписок рассылки, и лайкнув нас на Facebook, следуя нашим твитам на Twitter, или добавление нас к вашему Google+ кругам. +

    +
    +
    +
    +
    +

    Поспособствуйте переводу XAMPP на translate.apachefriends.org.

    +
    +
    +
    +
    +

    + Можете помочь перевести XAMPP для других членов сообщества? Нам нужна ваша помощь перевести XAMPP на разные языки. Мы создали сайт, translate.apachefriends.org, где пользователи могут способстововать переводу. +

    +
    +
    +
    +
    +

    Install applications on XAMPP using Bitnami

    +
    +
    +
    +
    +

    + Apache Friends and Bitnami are cooperating to make dozens of open source applications available on XAMPP, for free. Bitnami-packaged applications include Wordpress, Drupal, Joomla! and dozens of others and can be deployed with one-click installers. + Visit the Bitnami XAMPP page for details on the currently available apps. +

    +
    +
    +
    +
    + Bitnami XAMPP page +
    +
    + +
    + + + + + + + + diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/stylesheets/all-rtl.css b/TE2/Proyecto Teknovate/htdocs/dashboard/stylesheets/all-rtl.css new file mode 100644 index 0000000..99c3860 --- /dev/null +++ b/TE2/Proyecto Teknovate/htdocs/dashboard/stylesheets/all-rtl.css @@ -0,0 +1,9147 @@ +/* global */ +/* line 14, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ +#wrapper { + background: #fff; + padding-bottom: 2em; } + +/* line 22, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ +.top-bar .name h1 a { + font-size: 0.8em; } + +/* line 26, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ +ol.no-number { + list-style: none; + margin-left: 0; } + +/* line 31, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ +code { + white-space: pre-line; } + +/* line 37, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ +ol.separate > li, ul.separate > li { + border-bottom: 1px solid #ddd; + margin-bottom: 0.5em; } + +/* Locale selector */ +/* line 46, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ +#locales a img { + margin-right: 0.5em; + vertical-align: baseline; } + +/* line 53, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ +h1 a[name], h2 a[name], h3 a[name], h4 a[name], h5 a[name], h6 a[name] { + color: inherit; + cursor: inherit; + text-decoration: none; } + +/* line 60, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ +h3 + a img, h4 + a img { + margin-bottom: 0.5em; } + +/* line 65, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ +img.margin.right, body[class$="about"] dl dd img.margin { + margin: 0 0 1em 1em; } +/* line 68, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ +img.margin.left { + margin: 0 1em 1em 0; } + +/* line 73, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ +p code { + direction: ltr; + font-size: inherit; + font-weight: normal; + color: #2a5d84; + display: block; + padding: 0.5em 1em !important; } + +/* latest news headling */ +/* line 88, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ +#breaking div:first-child { + display: table; + text-align: center; + margin-bottom: 0.5em; } + /* line 93, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + #breaking div:first-child h4 { + font-size: 2em; + line-height: 1.2em; + display: table-cell; + vertical-align: middle; } + +/* top bar */ +/* line 113, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ +.top-bar-section .dropdown { + border-bottom: 2px solid #eee; } + /* line 116, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + .top-bar-section .dropdown li { + border-bottom: 1px solid #eee; } + /* line 119, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + .top-bar-section .dropdown li:last-child { + border-bottom: 0; } + /* line 122, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + .top-bar-section .dropdown li a:not(.button):hover { + color: #5e8949; } +/* line 128, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ +.top-bar-section li.has-form { + padding-top: 8px; } + +/* line 133, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ +a.download, .hero #download > .columns > a, .hero #stack-list #download > li > a, #stack-list .hero #download > li > a, .hero #theme-list li#download > div > a, #theme-list .hero li#download > div > a, a#forum { + background: #fff; + border: 1px solid #ccc; + box-shadow: inset 0 1px 0 #fff; + margin: 0.5em 0; + padding: 10px; + display: block; + color: #777; } + /* line 144, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + a.download:active, .hero #download > .columns > a:active, .hero #stack-list #download > li > a:active, #stack-list .hero #download > li > a:active, .hero #theme-list li#download > div > a:active, #theme-list .hero li#download > div > a:active, a#forum:active, a.download:visited, .hero #download > .columns > a:visited, .hero #stack-list #download > li > a:visited, #stack-list .hero #download > li > a:visited, .hero #theme-list li#download > div > a:visited, #theme-list .hero li#download > div > a:visited, a#forum:visited { + color: #ccc; } + /* line 148, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + a.download strong, .hero #download > .columns > a strong, .hero #stack-list #download > li > a strong, #stack-list .hero #download > li > a strong, .hero #theme-list li#download > div > a strong, #theme-list .hero li#download > div > a strong, a#forum strong { + color: #555555; } + /* line 152, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + a.download img, .hero #download > .columns > a img, .hero #stack-list #download > li > a img, #stack-list .hero #download > li > a img, .hero #theme-list li#download > div > a img, #theme-list .hero li#download > div > a img, a#forum img { + margin-right: 10px; + vertical-align: text-top; + width: 20px; + height: 20px; } + +/* hero unit */ +/* line 160, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ +.hero { + background: #efeee5; + padding: 1em 0; + margin-bottom: 2em; + /* download bar */ } + /* line 165, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + .hero h1 { + font-weight: bold; + font-size: 3em; + line-height: 1em; + padding: 0.3em 0; } + /* line 172, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + .hero h1 span { + font-weight: normal; + font-size: 0.5em; + display: block; } + /* line 177, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + .hero h1 img { + height: 1em; + margin-left: 0.3em; + vertical-align: bottom; } + /* line 188, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + .hero h2 { + font-size: 1.6em; + font-weight: bold; } + /* line 192, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + .hero h3 { + font-size: 1.4em; } + /* line 196, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + .hero #download { + background: #fff; + border: 1px solid #ccc; + padding: 5px; + margin-top: 1em; } + /* line 203, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + .hero #download > .columns:first-child, .hero #stack-list #download > li:first-child, #stack-list .hero #download > li:first-child, .hero #theme-list li#download > div:first-child, #theme-list .hero li#download > div:first-child { + display: none; + /* overriden by @media query */ + padding-left: 0; } + /* line 208, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + .hero #download > .columns > a, .hero #stack-list #download > li > a, #stack-list .hero #download > li > a, .hero #theme-list li#download > div > a, #theme-list .hero li#download > div > a { + text-align: center; + background: #eee; } + /* line 212, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + .hero #download > .columns > a:active, .hero #stack-list #download > li > a:active, #stack-list .hero #download > li > a:active, .hero #theme-list li#download > div > a:active, #theme-list .hero li#download > div > a:active, .hero #download > .columns > a:visited, .hero #stack-list #download > li > a:visited, #stack-list .hero #download > li > a:visited, .hero #theme-list li#download > div > a:visited, #theme-list .hero li#download > div > a:visited { + color: inherit; } + /* line 216, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + .hero #download > .columns > a span, .hero #stack-list #download > li > a span, #stack-list .hero #download > li > a span, .hero #theme-list li#download > div > a span, #theme-list .hero li#download > div > a span { + display: block; + margin-top: 0.5em; + color: #777; } + /* line 224, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + .hero #download #arrow { + height: 80px; + padding: 10px 20px 0 0; + position: relative; + color: #fff; + background: #5e8949; } + /* line 236, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + .hero #download #arrow:after { + top: 50%; + border: solid transparent; + content: " "; + height: 0; + width: 0; + position: absolute; + pointer-events: none; + right: 100%; + border-right-color: #5e8949; + margin-right: -30px; + border-width: 40px; + margin-top: -40px; + background: #fff; } + /* line 258, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + .hero #download #arrow h2 { + color: inherit; + margin-bottom: 0; + font-weight: normal; + font-size: 1.4em; } + /* line 265, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + .hero #download #arrow a { + font-size: 0.8em; + color: rgba(255, 255, 255, 0.8); } + /* line 269, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + .hero #download #arrow a:hover { + text-decoration: underline; } + +/* line 277, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ +body.index .hero { + padding: 2em 0; } + /* line 280, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + body.index .hero h1 { + text-align: center; + border-top: 2px solid #ccc; + border-bottom: 2px solid #ccc; + margin-bottom: 1em; } + +/* line 289, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ +.panel h1, p code h1, ul#downloads > li h1, .panel h2, p code h2, ul#downloads > li h2, .panel h3, p code h3, ul#downloads > li h3, .panel h4, p code h4, ul#downloads > li h4, .panel p, p code p, ul#downloads > li p { + margin: 0; } + +/* about, documentation & discussions */ +/* line 296, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ +#about h3, #documentation h3, #discussions h3 { + font-size: 1.2em; + font-weight: bold; + margin-bottom: 1em; + border-bottom: 2px solid #eee; + padding-bottom: 0.2em; } + +/* line 307, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ +#documentation dt, #documentation h5, #discussions dt, #discussions h5 { + font-weight: bold; + color: inherit; + font-size: 1em; } +/* line 313, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ +#documentation p, #discussions p { + margin-bottom: 0; } +/* line 317, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ +#documentation li, #documentation dd, #discussions li, #discussions dd { + margin-bottom: 1em; } + +/* footer */ +/* line 323, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ +body > footer { + color: #888; + padding: 1em 0; } + /* line 328, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + body > footer ul.inline-list, body > footer p { + margin-bottom: 0; } + /* line 332, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + body > footer a, body > footer p { + font-size: 0.8em; } + /* line 335, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + body > footer a, body > footer a:hover, body > footer a:active, body > footer a:visited, body > footer p, body > footer p:hover, body > footer p:active, body > footer p:visited { + color: inherit; } + /* line 339, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + body > footer .social, body > footer .inline-list { + float: left; + margin-right: 1em; } + /* line 343, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + body > footer .social { + margin-top: -0.5em; } + +/* sub page layout */ +/* line 349, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ +aside { + padding: 0.5em 1em; + background: #eee; } + /* line 354, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + aside h3:not(:first-child), aside h4:not(:first-child) { + margin: 0.5em 0; } + /* line 358, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + aside > img { + margin: 0.5em 0; } + /* line 361, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + aside .social { + margin-bottom: 1em; } + /* line 364, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + aside ol.sections { + list-style: none; + margin-left: 0; } + /* line 367, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + aside ol.sections li { + margin-bottom: 0.25em; } + /* line 369, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + aside ol.sections li:last-child { + margin-bottom: 0; } + +/* XAMPP stamps table */ +/* line 379, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ +table#stamps td:first-child { + border-right: 1px solid #ddd; + text-align: center; } + +/* social icons */ +/* line 388, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ +.social { + margin-bottom: 0; } + /* line 392, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + .social li { + display: inline-block; + margin-right: 5px; } + /* line 396, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + .social li a { + display: block; + width: 25px; + height: 25px; + text-indent: -9999px; + background-image: url("/dashboard/images/social-icons.png"); } + /* line 403, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + .social li.twitter a { + background-position: 0 0; } + /* line 406, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + .social li.facebook a { + background-position: -25px 0; } + /* line 409, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + .social li.google a { + background-position: -50px 0; } + /* line 414, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + .social.large { + margin-bottom: 1em; } + /* line 418, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + .social.large li a { + width: 70px; + height: 70px; + background-image: url("/dashboard/images/social-icons-large.png"); } + /* line 423, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + .social.large li.twitter a { + background-position: 0 0; } + /* line 426, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + .social.large li.facebook a { + background-position: -70px 0; } + /* line 429, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + .social.large li.google a { + background-position: -140px 0; } + +/* tweet it form */ +/* line 438, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ +form#tweet input, form#tweet textarea { + margin-bottom: 0; } + +/* downloads list */ +/* line 451, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ +ul#downloads > li h3 img { + vertical-align: text-top; + width: 40px; + height: 40px; + margin-right: 10px; } +/* line 456, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ +ul#downloads > li h3 span { + color: #777; } +/* line 461, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ +ul#downloads > li table { + margin-top: 1.5em; } + /* line 464, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + ul#downloads > li table th { + text-align: left; } + /* line 470, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + ul#downloads > li table td ul.inline-list li:last-child { + margin-right: 0; } + /* line 476, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + ul#downloads > li table .button, ul#downloads > li table .sendgrid-subscription-widget input[type="submit"], .sendgrid-subscription-widget ul#downloads > li table input[type="submit"] { + margin: 0 0 5px 5px; + padding: 7px; + font-size: 0.9em; } + /* line 481, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + ul#downloads > li table .button:last-child, ul#downloads > li table .sendgrid-subscription-widget input[type="submit"]:last-child, .sendgrid-subscription-widget ul#downloads > li table input[type="submit"]:last-child { + margin-bottom: 0; } +/* line 488, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ +ul#downloads > li ul.inline-list, ul#downloads > li ul.inline-list li { + margin-left: 0; } +/* line 491, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ +ul#downloads > li ul.inline-list li { + margin-right: 1em; } +/* line 496, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ +ul#downloads > li .notes { + max-width: 550px !important; } + /* line 500, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + ul#downloads > li .notes p { + font-size: 0.8em; + color: #777; + margin-bottom: 0; } +/* line 508, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ +ul#downloads > li#download-windows p:last-child { + color: #777; + margin-top: 1em; + font-size: 0.8em; } + +/* line 518, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ +ul#downloads > li table ul[id$="-download"], #download > div ul[id$="-download"] { + padding: 0 !important; + max-width: 50px !important; + text-align: center; } + +/* team images */ +/* line 529, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ +body[class$="about"] dl dd img { + border: 1px solid #eee; + padding: 3px; + margin: 0 0 0.5em 0.5em; } + +/* line 537, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ +#mailing-list { + margin-bottom: 0.5em; } + /* line 540, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + #mailing-list input, #mailing-list a { + margin-bottom: 0; } + +/* line 545, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ +#stack-list { + list-style: none; + margin-left: 0; } + /* line 550, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + #stack-list li { + display: inline-block; + margin: 0 0 0.5em 0; + text-align: center; } + /* line 556, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + #stack-list li a { + color: #2a5d84; + display: block; + min-height: 200px; } + /* line 561, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + #stack-list li a span { + display: block; } + /* line 564, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + #stack-list li a span.type { + font-size: 0.9em; + color: #777; } + +/* line 573, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ +#theme-list { + list-style: none; + margin-left: 0; } + /* line 577, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + #theme-list li { + margin-bottom: 1.5em !important; } + /* line 581, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + #theme-list li h4 a { + color: inherit; } + +/* line 596, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ +body.add-ons #theme-list { + margin-bottom: 2em; } +/* line 599, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ +body.add-ons aside ul { + margin-bottom: 0; } + +/* line 605, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ +.button.icon img, .sendgrid-subscription-widget input.icon[type="submit"] img { + margin-right: 1em; } + +/* line 610, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ +a#forum { + display: inline-block; + font-size: 1.4em; + color: #fb7a24; } + /* line 616, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + a#forum img { + width: 30px; + height: 30px; + margin-right: 0.5em; } + /* line 621, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + a#forum span { + display: block; + font-size: 0.7em; + color: #777; + text-align: right; } + +/* line 631, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ +ol#articles li span { + font-size: 0.8em; + color: #777; + display: block; } + +/* line 640, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ +.accordion dt { + border-bottom: 1px solid #ddd; + padding: 0.5em 0; + margin-bottom: 0; + font-size: 1.1em; } +/* line 646, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ +.accordion dd { + margin-top: 1em; } + +/* Sendgrid form */ +/* line 654, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ +.sendgrid-subscription-widget label span { + display: none; } +/* line 658, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ +.sendgrid-subscription-widget label input { + margin: 0; } +/* line 662, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ +.sendgrid-subscription-widget input[type="submit"] { + text-transform: capitalize; + margin: 0; } +/* line 667, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ +.sendgrid-subscription-widget .response { + line-height: 1.5em; } + +/* Retina Overrides */ +@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) { + /* line 680, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + .social li a { + background-image: url("/dashboard/images/social-icons@2x.png"); + background-size: auto 25px; } + + /* line 684, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + .social.large li a { + background-image: url("/dashboard/images/social-icons-large@2x.png"); + background-size: auto 70px; } } +/* import foundation last */ +/* line 287, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_global.scss */ +meta.foundation-mq-small { + font-family: "/only screen and (max-width: 40em)/"; + width: 0em; } + +/* line 292, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_global.scss */ +meta.foundation-mq-medium { + font-family: "/only screen and (min-width:40.063em) and (max-width:64em)/"; + width: 40.063em; } + +/* line 297, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_global.scss */ +meta.foundation-mq-large { + font-family: "/only screen and (min-width:64.063em)/"; + width: 64.063em; } + +/* line 302, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_global.scss */ +meta.foundation-mq-xlarge { + font-family: "/only screen and (min-width:90.063em)/"; + width: 90.063em; } + +/* line 307, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_global.scss */ +meta.foundation-mq-xxlarge { + font-family: "/only screen and (min-width:120.063em)/"; + width: 120.063em; } + +/* line 317, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_global.scss */ +*, +*:before, +*:after { + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; } + +/* line 322, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_global.scss */ +html, +body { + font-size: 100%; } + +/* line 325, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_global.scss */ +body { + background: #333333; + color: #555555; + padding: 0; + margin: 0; + font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; + font-weight: normal; + font-style: normal; + line-height: 1; + position: relative; + cursor: default; } + +/* line 338, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_global.scss */ +a:hover { + cursor: pointer; } + +/* line 343, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_global.scss */ +img, +object, +embed { + max-width: 100%; + height: auto; } + +/* line 346, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_global.scss */ +object, +embed { + height: 100%; } + +/* line 347, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_global.scss */ +img { + -ms-interpolation-mode: bicubic; } + +/* line 353, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_global.scss */ +#map_canvas img, +#map_canvas embed, +#map_canvas object, +.map_canvas img, +.map_canvas embed, +.map_canvas object { + max-width: none !important; } + +/* line 358, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_global.scss */ +.left { + float: left !important; } + +/* line 359, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_global.scss */ +.right, body[class$="about"] dl dd img { + float: right !important; } + +/* line 360, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_global.scss */ +.clearfix, #breaking div, body[class$="about"] dl dd { + *zoom: 1; } + /* line 165, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_global.scss */ + .clearfix:before, #breaking div:before, body[class$="about"] dl dd:before, .clearfix:after, #breaking div:after, body[class$="about"] dl dd:after { + content: " "; + display: table; } + /* line 166, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_global.scss */ + .clearfix:after, #breaking div:after, body[class$="about"] dl dd:after { + clear: both; } + +/* line 361, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_global.scss */ +.text-left { + text-align: left !important; } + +/* line 362, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_global.scss */ +.text-right { + text-align: right !important; } + +/* line 363, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_global.scss */ +.text-center { + text-align: center !important; } + +/* line 364, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_global.scss */ +.text-justify { + text-align: justify !important; } + +/* line 365, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_global.scss */ +.hide { + display: none; } + +/* line 371, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_global.scss */ +.antialiased { + -webkit-font-smoothing: antialiased; } + +/* line 374, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_global.scss */ +img { + display: inline-block; + vertical-align: middle; } + +/* line 384, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_global.scss */ +textarea { + height: auto; + min-height: 50px; } + +/* line 387, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_global.scss */ +select { + width: 100%; } + +/* line 190, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ +.row, #stack-list, #theme-list li, ul#docs-list { + width: 100%; + margin-right: auto; + margin-left: auto; + margin-top: 0; + margin-bottom: 0; + max-width: 62.5rem; + *zoom: 1; } + /* line 165, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_global.scss */ + .row:before, #stack-list:before, #theme-list li:before, ul#docs-list:before, .row:after, #stack-list:after, #theme-list li:after, ul#docs-list:after { + content: " "; + display: table; } + /* line 166, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_global.scss */ + .row:after, #stack-list:after, #theme-list li:after, ul#docs-list:after { + clear: both; } + /* line 195, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .row.collapse > .column, .collapse#stack-list > .column, #theme-list li.collapse > .column, ul.collapse#docs-list > .column, + .row.collapse > .columns, + .collapse#stack-list > .columns, + #theme-list li.collapse > .columns, + ul.collapse#docs-list > .columns, + #stack-list .row.collapse > li, + .collapse#stack-list > li, + #theme-list #stack-list li.collapse > li, + #stack-list #theme-list li.collapse > li, + #theme-list li.collapse > div, + ul#docs-list.collapse > li { + position: relative; + padding-left: 0; + padding-right: 0; + float: right; } + /* line 197, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .row.collapse .row, .collapse#stack-list .row, #theme-list li.collapse .row, ul.collapse#docs-list .row, .row.collapse #stack-list, .collapse#stack-list #stack-list, #theme-list li.collapse #stack-list, ul.collapse#docs-list #stack-list, .row.collapse #theme-list li, #theme-list .row.collapse li, .collapse#stack-list #theme-list li, #theme-list .collapse#stack-list li, #theme-list li.collapse li, ul.collapse#docs-list #theme-list li, #theme-list ul.collapse#docs-list li, .row.collapse ul#docs-list, .collapse#stack-list ul#docs-list, #theme-list li.collapse ul#docs-list, ul.collapse#docs-list ul#docs-list { + margin-left: 0; + margin-right: 0; } + /* line 200, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .row .row, #stack-list .row, #theme-list li .row, ul#docs-list .row, .row #stack-list, #stack-list #stack-list, #theme-list li #stack-list, ul#docs-list #stack-list, .row #theme-list li, #theme-list .row li, #stack-list #theme-list li, #theme-list #stack-list li, #theme-list li li, ul#docs-list #theme-list li, #theme-list ul#docs-list li, .row ul#docs-list, #stack-list ul#docs-list, #theme-list li ul#docs-list, ul#docs-list ul#docs-list { + width: auto; + margin-right: -0.9375rem; + margin-left: -0.9375rem; + margin-top: 0; + margin-bottom: 0; + max-width: none; + *zoom: 1; } + /* line 165, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_global.scss */ + .row .row:before, #stack-list .row:before, #theme-list li .row:before, ul#docs-list .row:before, .row #stack-list:before, #stack-list #stack-list:before, #theme-list li #stack-list:before, ul#docs-list #stack-list:before, .row #theme-list li:before, #theme-list .row li:before, #stack-list #theme-list li:before, #theme-list #stack-list li:before, #theme-list li li:before, ul#docs-list #theme-list li:before, #theme-list ul#docs-list li:before, .row ul#docs-list:before, #stack-list ul#docs-list:before, #theme-list li ul#docs-list:before, ul#docs-list ul#docs-list:before, .row .row:after, #stack-list .row:after, #theme-list li .row:after, ul#docs-list .row:after, .row #stack-list:after, #stack-list #stack-list:after, #theme-list li #stack-list:after, ul#docs-list #stack-list:after, .row #theme-list li:after, #theme-list .row li:after, #stack-list #theme-list li:after, #theme-list #stack-list li:after, #theme-list li li:after, ul#docs-list #theme-list li:after, #theme-list ul#docs-list li:after, .row ul#docs-list:after, #stack-list ul#docs-list:after, #theme-list li ul#docs-list:after, ul#docs-list ul#docs-list:after { + content: " "; + display: table; } + /* line 166, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_global.scss */ + .row .row:after, #stack-list .row:after, #theme-list li .row:after, ul#docs-list .row:after, .row #stack-list:after, #stack-list #stack-list:after, #theme-list li #stack-list:after, ul#docs-list #stack-list:after, .row #theme-list li:after, #theme-list .row li:after, #stack-list #theme-list li:after, #theme-list #stack-list li:after, #theme-list li li:after, ul#docs-list #theme-list li:after, #theme-list ul#docs-list li:after, .row ul#docs-list:after, #stack-list ul#docs-list:after, #theme-list li ul#docs-list:after, ul#docs-list ul#docs-list:after { + clear: both; } + /* line 201, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .row .row.collapse, #stack-list .row.collapse, #theme-list li .row.collapse, ul#docs-list .row.collapse, .row .collapse#stack-list, #stack-list .collapse#stack-list, #theme-list li .collapse#stack-list, ul#docs-list .collapse#stack-list, .row #theme-list li.collapse, #theme-list .row li.collapse, #stack-list #theme-list li.collapse, #theme-list #stack-list li.collapse, #theme-list li li.collapse, ul#docs-list #theme-list li.collapse, #theme-list ul#docs-list li.collapse, .row ul.collapse#docs-list, #stack-list ul.collapse#docs-list, #theme-list li ul.collapse#docs-list, ul#docs-list ul.collapse#docs-list { + width: auto; + margin: 0; + max-width: none; + *zoom: 1; } + /* line 165, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_global.scss */ + .row .row.collapse:before, #stack-list .row.collapse:before, #theme-list li .row.collapse:before, ul#docs-list .row.collapse:before, .row .collapse#stack-list:before, #stack-list .collapse#stack-list:before, #theme-list li .collapse#stack-list:before, ul#docs-list .collapse#stack-list:before, .row #theme-list li.collapse:before, #theme-list .row li.collapse:before, #stack-list #theme-list li.collapse:before, #theme-list #stack-list li.collapse:before, #theme-list li li.collapse:before, ul#docs-list #theme-list li.collapse:before, #theme-list ul#docs-list li.collapse:before, .row ul.collapse#docs-list:before, #stack-list ul.collapse#docs-list:before, #theme-list li ul.collapse#docs-list:before, ul#docs-list ul.collapse#docs-list:before, .row .row.collapse:after, #stack-list .row.collapse:after, #theme-list li .row.collapse:after, ul#docs-list .row.collapse:after, .row .collapse#stack-list:after, #stack-list .collapse#stack-list:after, #theme-list li .collapse#stack-list:after, ul#docs-list .collapse#stack-list:after, .row #theme-list li.collapse:after, #theme-list .row li.collapse:after, #stack-list #theme-list li.collapse:after, #theme-list #stack-list li.collapse:after, #theme-list li li.collapse:after, ul#docs-list #theme-list li.collapse:after, #theme-list ul#docs-list li.collapse:after, .row ul.collapse#docs-list:after, #stack-list ul.collapse#docs-list:after, #theme-list li ul.collapse#docs-list:after, ul#docs-list ul.collapse#docs-list:after { + content: " "; + display: table; } + /* line 166, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_global.scss */ + .row .row.collapse:after, #stack-list .row.collapse:after, #theme-list li .row.collapse:after, ul#docs-list .row.collapse:after, .row .collapse#stack-list:after, #stack-list .collapse#stack-list:after, #theme-list li .collapse#stack-list:after, ul#docs-list .collapse#stack-list:after, .row #theme-list li.collapse:after, #theme-list .row li.collapse:after, #stack-list #theme-list li.collapse:after, #theme-list #stack-list li.collapse:after, #theme-list li li.collapse:after, ul#docs-list #theme-list li.collapse:after, #theme-list ul#docs-list li.collapse:after, .row ul.collapse#docs-list:after, #stack-list ul.collapse#docs-list:after, #theme-list li ul.collapse#docs-list:after, ul#docs-list ul.collapse#docs-list:after { + clear: both; } + +/* line 206, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ +.column, +.columns, +#stack-list li, +#theme-list li > div, +ul#docs-list > li { + position: relative; + padding-left: 0.9375rem; + padding-right: 0.9375rem; + width: 100%; + float: right; } + +@media only screen { + /* line 148, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .small-push-1 { + position: relative; + right: 8.33333%; + left: auto; } + + /* line 151, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .small-pull-1 { + position: relative; + left: 8.33333%; + right: auto; } + + /* line 148, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .small-push-2 { + position: relative; + right: 16.66667%; + left: auto; } + + /* line 151, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .small-pull-2 { + position: relative; + left: 16.66667%; + right: auto; } + + /* line 148, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .small-push-3 { + position: relative; + right: 25%; + left: auto; } + + /* line 151, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .small-pull-3 { + position: relative; + left: 25%; + right: auto; } + + /* line 148, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .small-push-4 { + position: relative; + right: 33.33333%; + left: auto; } + + /* line 151, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .small-pull-4 { + position: relative; + left: 33.33333%; + right: auto; } + + /* line 148, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .small-push-5 { + position: relative; + right: 41.66667%; + left: auto; } + + /* line 151, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .small-pull-5 { + position: relative; + left: 41.66667%; + right: auto; } + + /* line 148, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .small-push-6 { + position: relative; + right: 50%; + left: auto; } + + /* line 151, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .small-pull-6 { + position: relative; + left: 50%; + right: auto; } + + /* line 148, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .small-push-7 { + position: relative; + right: 58.33333%; + left: auto; } + + /* line 151, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .small-pull-7 { + position: relative; + left: 58.33333%; + right: auto; } + + /* line 148, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .small-push-8 { + position: relative; + right: 66.66667%; + left: auto; } + + /* line 151, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .small-pull-8 { + position: relative; + left: 66.66667%; + right: auto; } + + /* line 148, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .small-push-9 { + position: relative; + right: 75%; + left: auto; } + + /* line 151, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .small-pull-9 { + position: relative; + left: 75%; + right: auto; } + + /* line 148, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .small-push-10 { + position: relative; + right: 83.33333%; + left: auto; } + + /* line 151, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .small-pull-10 { + position: relative; + left: 83.33333%; + right: auto; } + + /* line 148, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .small-push-11 { + position: relative; + right: 91.66667%; + left: auto; } + + /* line 151, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .small-pull-11 { + position: relative; + left: 91.66667%; + right: auto; } + + /* line 157, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .column, + .columns, + #stack-list li, + #theme-list li > div, + ul#docs-list > li { + position: relative; + padding-left: 0.9375rem; + padding-right: 0.9375rem; + float: right; } + + /* line 161, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .small-1 { + position: relative; + width: 8.33333%; } + + /* line 161, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .small-2 { + position: relative; + width: 16.66667%; } + + /* line 161, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .small-3 { + position: relative; + width: 25%; } + + /* line 161, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .small-4 { + position: relative; + width: 33.33333%; } + + /* line 161, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .small-5 { + position: relative; + width: 41.66667%; } + + /* line 161, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .small-6, #stack-list li { + position: relative; + width: 50%; } + + /* line 161, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .small-7 { + position: relative; + width: 58.33333%; } + + /* line 161, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .small-8 { + position: relative; + width: 66.66667%; } + + /* line 161, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .small-9 { + position: relative; + width: 75%; } + + /* line 161, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .small-10 { + position: relative; + width: 83.33333%; } + + /* line 161, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .small-11 { + position: relative; + width: 91.66667%; } + + /* line 161, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .small-12 { + position: relative; + width: 100%; } + + /* line 165, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .small-offset-0 { + position: relative; + margin-right: 0%; } + + /* line 165, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .small-offset-1 { + position: relative; + margin-right: 8.33333%; } + + /* line 165, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .small-offset-2 { + position: relative; + margin-right: 16.66667%; } + + /* line 165, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .small-offset-3 { + position: relative; + margin-right: 25%; } + + /* line 165, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .small-offset-4 { + position: relative; + margin-right: 33.33333%; } + + /* line 165, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .small-offset-5 { + position: relative; + margin-right: 41.66667%; } + + /* line 165, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .small-offset-6 { + position: relative; + margin-right: 50%; } + + /* line 165, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .small-offset-7 { + position: relative; + margin-right: 58.33333%; } + + /* line 165, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .small-offset-8 { + position: relative; + margin-right: 66.66667%; } + + /* line 165, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .small-offset-9 { + position: relative; + margin-right: 75%; } + + /* line 165, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .small-offset-10 { + position: relative; + margin-right: 83.33333%; } + + /* line 168, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + [class*="column"] + [class*="column"]:last-child { + float: left; } + + /* line 169, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + [class*="column"] + [class*="column"].end { + float: right; } + + /* line 172, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .column.small-centered, + .columns.small-centered, + #stack-list li.small-centered, + #theme-list li > div.small-centered, + ul#docs-list > li.small-centered { + position: relative; + margin-right: auto; + margin-left: auto; + float: none !important; } + + /* line 175, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .column.small-uncentered, + .columns.small-uncentered, + #stack-list li.small-uncentered, + #theme-list li > div.small-uncentered, + ul#docs-list > li.small-uncentered { + margin-right: 0; + margin-left: 0; + float: right !important; } + + /* line 182, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .column.small-uncentered.opposite, + .columns.small-uncentered.opposite, + #stack-list li.small-uncentered.opposite, + #theme-list li > div.small-uncentered.opposite, + ul#docs-list > li.small-uncentered.opposite { + float: left !important; } } +@media only screen and (min-width: 40.063em) { + /* line 148, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .medium-push-1 { + position: relative; + right: 8.33333%; + left: auto; } + + /* line 151, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .medium-pull-1 { + position: relative; + left: 8.33333%; + right: auto; } + + /* line 148, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .medium-push-2 { + position: relative; + right: 16.66667%; + left: auto; } + + /* line 151, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .medium-pull-2 { + position: relative; + left: 16.66667%; + right: auto; } + + /* line 148, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .medium-push-3 { + position: relative; + right: 25%; + left: auto; } + + /* line 151, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .medium-pull-3 { + position: relative; + left: 25%; + right: auto; } + + /* line 148, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .medium-push-4 { + position: relative; + right: 33.33333%; + left: auto; } + + /* line 151, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .medium-pull-4 { + position: relative; + left: 33.33333%; + right: auto; } + + /* line 148, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .medium-push-5 { + position: relative; + right: 41.66667%; + left: auto; } + + /* line 151, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .medium-pull-5 { + position: relative; + left: 41.66667%; + right: auto; } + + /* line 148, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .medium-push-6 { + position: relative; + right: 50%; + left: auto; } + + /* line 151, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .medium-pull-6 { + position: relative; + left: 50%; + right: auto; } + + /* line 148, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .medium-push-7 { + position: relative; + right: 58.33333%; + left: auto; } + + /* line 151, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .medium-pull-7 { + position: relative; + left: 58.33333%; + right: auto; } + + /* line 148, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .medium-push-8 { + position: relative; + right: 66.66667%; + left: auto; } + + /* line 151, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .medium-pull-8 { + position: relative; + left: 66.66667%; + right: auto; } + + /* line 148, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .medium-push-9 { + position: relative; + right: 75%; + left: auto; } + + /* line 151, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .medium-pull-9 { + position: relative; + left: 75%; + right: auto; } + + /* line 148, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .medium-push-10 { + position: relative; + right: 83.33333%; + left: auto; } + + /* line 151, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .medium-pull-10 { + position: relative; + left: 83.33333%; + right: auto; } + + /* line 148, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .medium-push-11 { + position: relative; + right: 91.66667%; + left: auto; } + + /* line 151, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .medium-pull-11 { + position: relative; + left: 91.66667%; + right: auto; } + + /* line 157, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .column, + .columns, + #stack-list li, + #theme-list li > div, + ul#docs-list > li { + position: relative; + padding-left: 0.9375rem; + padding-right: 0.9375rem; + float: right; } + + /* line 161, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .medium-1 { + position: relative; + width: 8.33333%; } + + /* line 161, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .medium-2, #theme-list li > div.theme-icon { + position: relative; + width: 16.66667%; } + + /* line 161, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .medium-3 { + position: relative; + width: 25%; } + + /* line 161, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .medium-4 { + position: relative; + width: 33.33333%; } + + /* line 161, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .medium-5 { + position: relative; + width: 41.66667%; } + + /* line 161, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .medium-6 { + position: relative; + width: 50%; } + + /* line 161, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .medium-7 { + position: relative; + width: 58.33333%; } + + /* line 161, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .medium-8 { + position: relative; + width: 66.66667%; } + + /* line 161, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .medium-9 { + position: relative; + width: 75%; } + + /* line 161, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .medium-10, #theme-list li > div { + position: relative; + width: 83.33333%; } + + /* line 161, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .medium-11 { + position: relative; + width: 91.66667%; } + + /* line 161, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .medium-12 { + position: relative; + width: 100%; } + + /* line 165, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .medium-offset-0 { + position: relative; + margin-right: 0%; } + + /* line 165, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .medium-offset-1 { + position: relative; + margin-right: 8.33333%; } + + /* line 165, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .medium-offset-2 { + position: relative; + margin-right: 16.66667%; } + + /* line 165, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .medium-offset-3 { + position: relative; + margin-right: 25%; } + + /* line 165, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .medium-offset-4 { + position: relative; + margin-right: 33.33333%; } + + /* line 165, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .medium-offset-5 { + position: relative; + margin-right: 41.66667%; } + + /* line 165, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .medium-offset-6 { + position: relative; + margin-right: 50%; } + + /* line 165, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .medium-offset-7 { + position: relative; + margin-right: 58.33333%; } + + /* line 165, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .medium-offset-8 { + position: relative; + margin-right: 66.66667%; } + + /* line 165, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .medium-offset-9 { + position: relative; + margin-right: 75%; } + + /* line 165, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .medium-offset-10 { + position: relative; + margin-right: 83.33333%; } + + /* line 168, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + [class*="column"] + [class*="column"]:last-child { + float: left; } + + /* line 169, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + [class*="column"] + [class*="column"].end { + float: right; } + + /* line 172, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .column.medium-centered, + .columns.medium-centered, + #stack-list li.medium-centered, + #theme-list li > div.medium-centered, + ul#docs-list > li.medium-centered { + position: relative; + margin-right: auto; + margin-left: auto; + float: none !important; } + + /* line 175, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .column.medium-uncentered, + .columns.medium-uncentered, + #stack-list li.medium-uncentered, + #theme-list li > div.medium-uncentered, + ul#docs-list > li.medium-uncentered { + margin-right: 0; + margin-left: 0; + float: right !important; } + + /* line 182, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .column.medium-uncentered.opposite, + .columns.medium-uncentered.opposite, + #stack-list li.medium-uncentered.opposite, + #theme-list li > div.medium-uncentered.opposite, + ul#docs-list > li.medium-uncentered.opposite { + float: left !important; } + + /* line 216, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .push-1 { + position: relative; + right: 8.33333%; + left: auto; } + + /* line 219, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .pull-1 { + position: relative; + left: 8.33333%; + right: auto; } + + /* line 216, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .push-2 { + position: relative; + right: 16.66667%; + left: auto; } + + /* line 219, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .pull-2 { + position: relative; + left: 16.66667%; + right: auto; } + + /* line 216, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .push-3 { + position: relative; + right: 25%; + left: auto; } + + /* line 219, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .pull-3 { + position: relative; + left: 25%; + right: auto; } + + /* line 216, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .push-4 { + position: relative; + right: 33.33333%; + left: auto; } + + /* line 219, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .pull-4 { + position: relative; + left: 33.33333%; + right: auto; } + + /* line 216, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .push-5 { + position: relative; + right: 41.66667%; + left: auto; } + + /* line 219, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .pull-5 { + position: relative; + left: 41.66667%; + right: auto; } + + /* line 216, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .push-6 { + position: relative; + right: 50%; + left: auto; } + + /* line 219, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .pull-6 { + position: relative; + left: 50%; + right: auto; } + + /* line 216, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .push-7 { + position: relative; + right: 58.33333%; + left: auto; } + + /* line 219, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .pull-7 { + position: relative; + left: 58.33333%; + right: auto; } + + /* line 216, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .push-8 { + position: relative; + right: 66.66667%; + left: auto; } + + /* line 219, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .pull-8 { + position: relative; + left: 66.66667%; + right: auto; } + + /* line 216, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .push-9 { + position: relative; + right: 75%; + left: auto; } + + /* line 219, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .pull-9 { + position: relative; + left: 75%; + right: auto; } + + /* line 216, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .push-10 { + position: relative; + right: 83.33333%; + left: auto; } + + /* line 219, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .pull-10 { + position: relative; + left: 83.33333%; + right: auto; } + + /* line 216, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .push-11 { + position: relative; + right: 91.66667%; + left: auto; } + + /* line 219, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .pull-11 { + position: relative; + left: 91.66667%; + right: auto; } } +@media only screen and (min-width: 64.063em) { + /* line 148, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .large-push-1 { + position: relative; + right: 8.33333%; + left: auto; } + + /* line 151, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .large-pull-1 { + position: relative; + left: 8.33333%; + right: auto; } + + /* line 148, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .large-push-2 { + position: relative; + right: 16.66667%; + left: auto; } + + /* line 151, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .large-pull-2 { + position: relative; + left: 16.66667%; + right: auto; } + + /* line 148, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .large-push-3 { + position: relative; + right: 25%; + left: auto; } + + /* line 151, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .large-pull-3 { + position: relative; + left: 25%; + right: auto; } + + /* line 148, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .large-push-4 { + position: relative; + right: 33.33333%; + left: auto; } + + /* line 151, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .large-pull-4 { + position: relative; + left: 33.33333%; + right: auto; } + + /* line 148, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .large-push-5 { + position: relative; + right: 41.66667%; + left: auto; } + + /* line 151, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .large-pull-5 { + position: relative; + left: 41.66667%; + right: auto; } + + /* line 148, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .large-push-6 { + position: relative; + right: 50%; + left: auto; } + + /* line 151, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .large-pull-6 { + position: relative; + left: 50%; + right: auto; } + + /* line 148, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .large-push-7 { + position: relative; + right: 58.33333%; + left: auto; } + + /* line 151, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .large-pull-7 { + position: relative; + left: 58.33333%; + right: auto; } + + /* line 148, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .large-push-8 { + position: relative; + right: 66.66667%; + left: auto; } + + /* line 151, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .large-pull-8 { + position: relative; + left: 66.66667%; + right: auto; } + + /* line 148, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .large-push-9 { + position: relative; + right: 75%; + left: auto; } + + /* line 151, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .large-pull-9 { + position: relative; + left: 75%; + right: auto; } + + /* line 148, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .large-push-10 { + position: relative; + right: 83.33333%; + left: auto; } + + /* line 151, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .large-pull-10 { + position: relative; + left: 83.33333%; + right: auto; } + + /* line 148, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .large-push-11 { + position: relative; + right: 91.66667%; + left: auto; } + + /* line 151, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .large-pull-11 { + position: relative; + left: 91.66667%; + right: auto; } + + /* line 157, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .column, + .columns, + #stack-list li, + #theme-list li > div, + ul#docs-list > li { + position: relative; + padding-left: 0.9375rem; + padding-right: 0.9375rem; + float: right; } + + /* line 161, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .large-1 { + position: relative; + width: 8.33333%; } + + /* line 161, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .large-2 { + position: relative; + width: 16.66667%; } + + /* line 161, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .large-3, #stack-list li { + position: relative; + width: 25%; } + + /* line 161, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .large-4 { + position: relative; + width: 33.33333%; } + + /* line 161, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .large-5 { + position: relative; + width: 41.66667%; } + + /* line 161, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .large-6, ul#docs-list > li { + position: relative; + width: 50%; } + + /* line 161, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .large-7 { + position: relative; + width: 58.33333%; } + + /* line 161, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .large-8 { + position: relative; + width: 66.66667%; } + + /* line 161, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .large-9 { + position: relative; + width: 75%; } + + /* line 161, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .large-10 { + position: relative; + width: 83.33333%; } + + /* line 161, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .large-11 { + position: relative; + width: 91.66667%; } + + /* line 161, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .large-12 { + position: relative; + width: 100%; } + + /* line 165, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .large-offset-0 { + position: relative; + margin-right: 0%; } + + /* line 165, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .large-offset-1 { + position: relative; + margin-right: 8.33333%; } + + /* line 165, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .large-offset-2 { + position: relative; + margin-right: 16.66667%; } + + /* line 165, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .large-offset-3 { + position: relative; + margin-right: 25%; } + + /* line 165, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .large-offset-4 { + position: relative; + margin-right: 33.33333%; } + + /* line 165, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .large-offset-5 { + position: relative; + margin-right: 41.66667%; } + + /* line 165, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .large-offset-6 { + position: relative; + margin-right: 50%; } + + /* line 165, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .large-offset-7 { + position: relative; + margin-right: 58.33333%; } + + /* line 165, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .large-offset-8 { + position: relative; + margin-right: 66.66667%; } + + /* line 165, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .large-offset-9 { + position: relative; + margin-right: 75%; } + + /* line 165, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .large-offset-10 { + position: relative; + margin-right: 83.33333%; } + + /* line 168, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + [class*="column"] + [class*="column"]:last-child { + float: left; } + + /* line 169, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + [class*="column"] + [class*="column"].end { + float: right; } + + /* line 172, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .column.large-centered, + .columns.large-centered, + #stack-list li.large-centered, + #theme-list li > div.large-centered, + ul#docs-list > li.large-centered { + position: relative; + margin-right: auto; + margin-left: auto; + float: none !important; } + + /* line 175, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .column.large-uncentered, + .columns.large-uncentered, + #stack-list li.large-uncentered, + #theme-list li > div.large-uncentered, + ul#docs-list > li.large-uncentered { + margin-right: 0; + margin-left: 0; + float: right !important; } + + /* line 182, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .column.large-uncentered.opposite, + .columns.large-uncentered.opposite, + #stack-list li.large-uncentered.opposite, + #theme-list li > div.large-uncentered.opposite, + ul#docs-list > li.large-uncentered.opposite { + float: left !important; } } +@media only screen and (min-width: 90.063em) { + /* line 148, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xlarge-push-1 { + position: relative; + right: 8.33333%; + left: auto; } + + /* line 151, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xlarge-pull-1 { + position: relative; + left: 8.33333%; + right: auto; } + + /* line 148, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xlarge-push-2 { + position: relative; + right: 16.66667%; + left: auto; } + + /* line 151, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xlarge-pull-2 { + position: relative; + left: 16.66667%; + right: auto; } + + /* line 148, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xlarge-push-3 { + position: relative; + right: 25%; + left: auto; } + + /* line 151, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xlarge-pull-3 { + position: relative; + left: 25%; + right: auto; } + + /* line 148, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xlarge-push-4 { + position: relative; + right: 33.33333%; + left: auto; } + + /* line 151, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xlarge-pull-4 { + position: relative; + left: 33.33333%; + right: auto; } + + /* line 148, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xlarge-push-5 { + position: relative; + right: 41.66667%; + left: auto; } + + /* line 151, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xlarge-pull-5 { + position: relative; + left: 41.66667%; + right: auto; } + + /* line 148, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xlarge-push-6 { + position: relative; + right: 50%; + left: auto; } + + /* line 151, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xlarge-pull-6 { + position: relative; + left: 50%; + right: auto; } + + /* line 148, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xlarge-push-7 { + position: relative; + right: 58.33333%; + left: auto; } + + /* line 151, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xlarge-pull-7 { + position: relative; + left: 58.33333%; + right: auto; } + + /* line 148, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xlarge-push-8 { + position: relative; + right: 66.66667%; + left: auto; } + + /* line 151, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xlarge-pull-8 { + position: relative; + left: 66.66667%; + right: auto; } + + /* line 148, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xlarge-push-9 { + position: relative; + right: 75%; + left: auto; } + + /* line 151, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xlarge-pull-9 { + position: relative; + left: 75%; + right: auto; } + + /* line 148, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xlarge-push-10 { + position: relative; + right: 83.33333%; + left: auto; } + + /* line 151, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xlarge-pull-10 { + position: relative; + left: 83.33333%; + right: auto; } + + /* line 148, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xlarge-push-11 { + position: relative; + right: 91.66667%; + left: auto; } + + /* line 151, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xlarge-pull-11 { + position: relative; + left: 91.66667%; + right: auto; } + + /* line 157, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .column, + .columns, + #stack-list li, + #theme-list li > div, + ul#docs-list > li { + position: relative; + padding-left: 0.9375rem; + padding-right: 0.9375rem; + float: right; } + + /* line 161, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xlarge-1 { + position: relative; + width: 8.33333%; } + + /* line 161, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xlarge-2 { + position: relative; + width: 16.66667%; } + + /* line 161, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xlarge-3 { + position: relative; + width: 25%; } + + /* line 161, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xlarge-4 { + position: relative; + width: 33.33333%; } + + /* line 161, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xlarge-5 { + position: relative; + width: 41.66667%; } + + /* line 161, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xlarge-6 { + position: relative; + width: 50%; } + + /* line 161, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xlarge-7 { + position: relative; + width: 58.33333%; } + + /* line 161, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xlarge-8 { + position: relative; + width: 66.66667%; } + + /* line 161, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xlarge-9 { + position: relative; + width: 75%; } + + /* line 161, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xlarge-10 { + position: relative; + width: 83.33333%; } + + /* line 161, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xlarge-11 { + position: relative; + width: 91.66667%; } + + /* line 161, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xlarge-12 { + position: relative; + width: 100%; } + + /* line 165, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xlarge-offset-0 { + position: relative; + margin-right: 0%; } + + /* line 165, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xlarge-offset-1 { + position: relative; + margin-right: 8.33333%; } + + /* line 165, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xlarge-offset-2 { + position: relative; + margin-right: 16.66667%; } + + /* line 165, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xlarge-offset-3 { + position: relative; + margin-right: 25%; } + + /* line 165, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xlarge-offset-4 { + position: relative; + margin-right: 33.33333%; } + + /* line 165, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xlarge-offset-5 { + position: relative; + margin-right: 41.66667%; } + + /* line 165, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xlarge-offset-6 { + position: relative; + margin-right: 50%; } + + /* line 165, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xlarge-offset-7 { + position: relative; + margin-right: 58.33333%; } + + /* line 165, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xlarge-offset-8 { + position: relative; + margin-right: 66.66667%; } + + /* line 165, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xlarge-offset-9 { + position: relative; + margin-right: 75%; } + + /* line 165, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xlarge-offset-10 { + position: relative; + margin-right: 83.33333%; } + + /* line 168, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + [class*="column"] + [class*="column"]:last-child { + float: left; } + + /* line 169, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + [class*="column"] + [class*="column"].end { + float: right; } + + /* line 172, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .column.xlarge-centered, + .columns.xlarge-centered, + #stack-list li.xlarge-centered, + #theme-list li > div.xlarge-centered, + ul#docs-list > li.xlarge-centered { + position: relative; + margin-right: auto; + margin-left: auto; + float: none !important; } + + /* line 175, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .column.xlarge-uncentered, + .columns.xlarge-uncentered, + #stack-list li.xlarge-uncentered, + #theme-list li > div.xlarge-uncentered, + ul#docs-list > li.xlarge-uncentered { + margin-right: 0; + margin-left: 0; + float: right !important; } + + /* line 182, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .column.xlarge-uncentered.opposite, + .columns.xlarge-uncentered.opposite, + #stack-list li.xlarge-uncentered.opposite, + #theme-list li > div.xlarge-uncentered.opposite, + ul#docs-list > li.xlarge-uncentered.opposite { + float: left !important; } } +@media only screen and (min-width: 120.063em) { + /* line 148, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xxlarge-push-1 { + position: relative; + right: 8.33333%; + left: auto; } + + /* line 151, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xxlarge-pull-1 { + position: relative; + left: 8.33333%; + right: auto; } + + /* line 148, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xxlarge-push-2 { + position: relative; + right: 16.66667%; + left: auto; } + + /* line 151, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xxlarge-pull-2 { + position: relative; + left: 16.66667%; + right: auto; } + + /* line 148, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xxlarge-push-3 { + position: relative; + right: 25%; + left: auto; } + + /* line 151, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xxlarge-pull-3 { + position: relative; + left: 25%; + right: auto; } + + /* line 148, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xxlarge-push-4 { + position: relative; + right: 33.33333%; + left: auto; } + + /* line 151, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xxlarge-pull-4 { + position: relative; + left: 33.33333%; + right: auto; } + + /* line 148, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xxlarge-push-5 { + position: relative; + right: 41.66667%; + left: auto; } + + /* line 151, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xxlarge-pull-5 { + position: relative; + left: 41.66667%; + right: auto; } + + /* line 148, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xxlarge-push-6 { + position: relative; + right: 50%; + left: auto; } + + /* line 151, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xxlarge-pull-6 { + position: relative; + left: 50%; + right: auto; } + + /* line 148, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xxlarge-push-7 { + position: relative; + right: 58.33333%; + left: auto; } + + /* line 151, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xxlarge-pull-7 { + position: relative; + left: 58.33333%; + right: auto; } + + /* line 148, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xxlarge-push-8 { + position: relative; + right: 66.66667%; + left: auto; } + + /* line 151, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xxlarge-pull-8 { + position: relative; + left: 66.66667%; + right: auto; } + + /* line 148, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xxlarge-push-9 { + position: relative; + right: 75%; + left: auto; } + + /* line 151, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xxlarge-pull-9 { + position: relative; + left: 75%; + right: auto; } + + /* line 148, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xxlarge-push-10 { + position: relative; + right: 83.33333%; + left: auto; } + + /* line 151, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xxlarge-pull-10 { + position: relative; + left: 83.33333%; + right: auto; } + + /* line 148, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xxlarge-push-11 { + position: relative; + right: 91.66667%; + left: auto; } + + /* line 151, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xxlarge-pull-11 { + position: relative; + left: 91.66667%; + right: auto; } + + /* line 157, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .column, + .columns, + #stack-list li, + #theme-list li > div, + ul#docs-list > li { + position: relative; + padding-left: 0.9375rem; + padding-right: 0.9375rem; + float: right; } + + /* line 161, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xxlarge-1 { + position: relative; + width: 8.33333%; } + + /* line 161, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xxlarge-2 { + position: relative; + width: 16.66667%; } + + /* line 161, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xxlarge-3 { + position: relative; + width: 25%; } + + /* line 161, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xxlarge-4 { + position: relative; + width: 33.33333%; } + + /* line 161, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xxlarge-5 { + position: relative; + width: 41.66667%; } + + /* line 161, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xxlarge-6 { + position: relative; + width: 50%; } + + /* line 161, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xxlarge-7 { + position: relative; + width: 58.33333%; } + + /* line 161, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xxlarge-8 { + position: relative; + width: 66.66667%; } + + /* line 161, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xxlarge-9 { + position: relative; + width: 75%; } + + /* line 161, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xxlarge-10 { + position: relative; + width: 83.33333%; } + + /* line 161, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xxlarge-11 { + position: relative; + width: 91.66667%; } + + /* line 161, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xxlarge-12 { + position: relative; + width: 100%; } + + /* line 165, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xxlarge-offset-0 { + position: relative; + margin-right: 0%; } + + /* line 165, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xxlarge-offset-1 { + position: relative; + margin-right: 8.33333%; } + + /* line 165, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xxlarge-offset-2 { + position: relative; + margin-right: 16.66667%; } + + /* line 165, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xxlarge-offset-3 { + position: relative; + margin-right: 25%; } + + /* line 165, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xxlarge-offset-4 { + position: relative; + margin-right: 33.33333%; } + + /* line 165, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xxlarge-offset-5 { + position: relative; + margin-right: 41.66667%; } + + /* line 165, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xxlarge-offset-6 { + position: relative; + margin-right: 50%; } + + /* line 165, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xxlarge-offset-7 { + position: relative; + margin-right: 58.33333%; } + + /* line 165, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xxlarge-offset-8 { + position: relative; + margin-right: 66.66667%; } + + /* line 165, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xxlarge-offset-9 { + position: relative; + margin-right: 75%; } + + /* line 165, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xxlarge-offset-10 { + position: relative; + margin-right: 83.33333%; } + + /* line 168, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + [class*="column"] + [class*="column"]:last-child { + float: left; } + + /* line 169, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + [class*="column"] + [class*="column"].end { + float: right; } + + /* line 172, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .column.xxlarge-centered, + .columns.xxlarge-centered, + #stack-list li.xxlarge-centered, + #theme-list li > div.xxlarge-centered, + ul#docs-list > li.xxlarge-centered { + position: relative; + margin-right: auto; + margin-left: auto; + float: none !important; } + + /* line 175, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .column.xxlarge-uncentered, + .columns.xxlarge-uncentered, + #stack-list li.xxlarge-uncentered, + #theme-list li > div.xxlarge-uncentered, + ul#docs-list > li.xxlarge-uncentered { + margin-right: 0; + margin-left: 0; + float: right !important; } + + /* line 182, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .column.xxlarge-uncentered.opposite, + .columns.xxlarge-uncentered.opposite, + #stack-list li.xxlarge-uncentered.opposite, + #theme-list li > div.xxlarge-uncentered.opposite, + ul#docs-list > li.xxlarge-uncentered.opposite { + float: left !important; } } +/* line 23, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_accordion.scss */ +.accordion { + *zoom: 1; + margin-bottom: 0; } + /* line 165, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_global.scss */ + .accordion:before, .accordion:after { + content: " "; + display: table; } + /* line 166, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_global.scss */ + .accordion:after { + clear: both; } + /* line 25, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_accordion.scss */ + .accordion dd { + display: block; + margin-bottom: 0 !important; } + /* line 28, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_accordion.scss */ + .accordion dd.active a { + background: #e7e7e7; } + /* line 29, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_accordion.scss */ + .accordion dd > a { + background: #efefef; + color: #222222; + padding: 1rem; + display: block; + font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; + font-size: 1rem; } + /* line 36, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_accordion.scss */ + .accordion dd > a:hover { + background: #e2e2e2; } + /* line 39, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_accordion.scss */ + .accordion .content, .accordion ul#downloads > li .notes, ul#downloads > li .accordion .notes, .accordion ul#downloads > li table ul[id$="-download"], ul#downloads > li table .accordion ul[id$="-download"], .accordion #download > div ul[id$="-download"], #download > div .accordion ul[id$="-download"] { + display: none; + padding: 0.9375rem; } + /* line 42, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_accordion.scss */ + .accordion .content.active, .accordion ul#downloads > li .active.notes, ul#downloads > li .accordion .active.notes, .accordion ul#downloads > li table ul.active[id$="-download"], ul#downloads > li table .accordion ul.active[id$="-download"], .accordion #download > div ul.active[id$="-download"], #download > div .accordion ul.active[id$="-download"] { + display: block; + background: white; } + +/* line 102, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_alert-boxes.scss */ +.alert-box, .sendgrid-subscription-widget .response.sent, .sendgrid-subscription-widget .response.error, .sendgrid-subscription-widget .response.success { + border-style: solid; + border-width: 1px; + display: block; + font-weight: normal; + margin-bottom: 1.25rem; + position: relative; + padding: 0.875rem 1.5rem 0.875rem 0.875rem; + font-size: 0.8125rem; + background-color: #008cba; + border-color: #0079a1; + color: white; } + /* line 105, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_alert-boxes.scss */ + .alert-box .close, .sendgrid-subscription-widget .response.sent .close, .sendgrid-subscription-widget .response.error .close, .sendgrid-subscription-widget .response.success .close { + font-size: 1.375rem; + padding: 9px 6px 4px; + line-height: 0; + position: absolute; + top: 50%; + margin-top: -0.6875rem; + left: 0.25rem; + color: #333333; + opacity: 0.3; } + /* line 87, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_alert-boxes.scss */ + .alert-box .close:hover, .sendgrid-subscription-widget .response.sent .close:hover, .sendgrid-subscription-widget .response.error .close:hover, .sendgrid-subscription-widget .response.success .close:hover, .alert-box .close:focus, .sendgrid-subscription-widget .response.sent .close:focus, .sendgrid-subscription-widget .response.error .close:focus, .sendgrid-subscription-widget .response.success .close:focus { + opacity: 0.5; } + /* line 107, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_alert-boxes.scss */ + .alert-box.radius, .sendgrid-subscription-widget .radius.response.sent, .sendgrid-subscription-widget .radius.response.error, .sendgrid-subscription-widget .radius.response.success { + -webkit-border-radius: 3px; + border-radius: 3px; } + /* line 108, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_alert-boxes.scss */ + .alert-box.round, .sendgrid-subscription-widget .round.response.sent, .sendgrid-subscription-widget .round.response.error, .sendgrid-subscription-widget .round.response.success { + -webkit-border-radius: 1000px; + border-radius: 1000px; } + /* line 110, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_alert-boxes.scss */ + .alert-box.success, .sendgrid-subscription-widget .success.response { + background-color: #5e8949; + border-color: #537840; + color: white; } + /* line 111, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_alert-boxes.scss */ + .alert-box.alert, .sendgrid-subscription-widget .alert.response.sent, .sendgrid-subscription-widget .alert.response.error, .sendgrid-subscription-widget .alert.response.success { + background-color: #f04124; + border-color: #ea2f10; + color: white; } + /* line 112, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_alert-boxes.scss */ + .alert-box.secondary, .sendgrid-subscription-widget .secondary.response.sent, .sendgrid-subscription-widget .secondary.response.error, .sendgrid-subscription-widget .secondary.response.success { + background-color: #e7e7e7; + border-color: #dadada; + color: #4e4e4e; } + /* line 113, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_alert-boxes.scss */ + .alert-box.warning, .sendgrid-subscription-widget .warning.response.sent, .sendgrid-subscription-widget .warning.response.error, .sendgrid-subscription-widget .warning.response.success { + background-color: #f08a24; + border-color: #ea7d10; + color: white; } + /* line 114, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_alert-boxes.scss */ + .alert-box.info, .sendgrid-subscription-widget .info.response.sent, .sendgrid-subscription-widget .info.response.error, .sendgrid-subscription-widget .info.response.success { + background-color: #a0d3e8; + border-color: #8bc9e3; + color: #4e4e4e; } + +/* line 69, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ +[class*="block-grid-"] { + display: block; + padding: 0; + margin: 0 -0.625rem; + *zoom: 1; } + /* line 165, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_global.scss */ + [class*="block-grid-"]:before, [class*="block-grid-"]:after { + content: " "; + display: table; } + /* line 166, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_global.scss */ + [class*="block-grid-"]:after { + clear: both; } + /* line 35, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + [class*="block-grid-"] > li { + display: inline; + height: auto; + float: right; + padding: 0 0.625rem 1.25rem; } + +@media only screen { + /* line 44, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .small-block-grid-1 > li { + width: 100%; + padding: 0 0.625rem 1.25rem; } + /* line 48, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .small-block-grid-1 > li:nth-of-type(n) { + clear: none; } + /* line 49, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .small-block-grid-1 > li:nth-of-type(1n+1) { + clear: both; } + + /* line 44, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .small-block-grid-2 > li { + width: 50%; + padding: 0 0.625rem 1.25rem; } + /* line 48, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .small-block-grid-2 > li:nth-of-type(n) { + clear: none; } + /* line 49, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .small-block-grid-2 > li:nth-of-type(2n+1) { + clear: both; } + + /* line 44, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .small-block-grid-3 > li { + width: 33.33333%; + padding: 0 0.625rem 1.25rem; } + /* line 48, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .small-block-grid-3 > li:nth-of-type(n) { + clear: none; } + /* line 49, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .small-block-grid-3 > li:nth-of-type(3n+1) { + clear: both; } + + /* line 44, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .small-block-grid-4 > li { + width: 25%; + padding: 0 0.625rem 1.25rem; } + /* line 48, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .small-block-grid-4 > li:nth-of-type(n) { + clear: none; } + /* line 49, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .small-block-grid-4 > li:nth-of-type(4n+1) { + clear: both; } + + /* line 44, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .small-block-grid-5 > li { + width: 20%; + padding: 0 0.625rem 1.25rem; } + /* line 48, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .small-block-grid-5 > li:nth-of-type(n) { + clear: none; } + /* line 49, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .small-block-grid-5 > li:nth-of-type(5n+1) { + clear: both; } + + /* line 44, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .small-block-grid-6 > li { + width: 16.66667%; + padding: 0 0.625rem 1.25rem; } + /* line 48, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .small-block-grid-6 > li:nth-of-type(n) { + clear: none; } + /* line 49, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .small-block-grid-6 > li:nth-of-type(6n+1) { + clear: both; } + + /* line 44, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .small-block-grid-7 > li { + width: 14.28571%; + padding: 0 0.625rem 1.25rem; } + /* line 48, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .small-block-grid-7 > li:nth-of-type(n) { + clear: none; } + /* line 49, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .small-block-grid-7 > li:nth-of-type(7n+1) { + clear: both; } + + /* line 44, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .small-block-grid-8 > li { + width: 12.5%; + padding: 0 0.625rem 1.25rem; } + /* line 48, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .small-block-grid-8 > li:nth-of-type(n) { + clear: none; } + /* line 49, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .small-block-grid-8 > li:nth-of-type(8n+1) { + clear: both; } + + /* line 44, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .small-block-grid-9 > li { + width: 11.11111%; + padding: 0 0.625rem 1.25rem; } + /* line 48, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .small-block-grid-9 > li:nth-of-type(n) { + clear: none; } + /* line 49, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .small-block-grid-9 > li:nth-of-type(9n+1) { + clear: both; } + + /* line 44, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .small-block-grid-10 > li { + width: 10%; + padding: 0 0.625rem 1.25rem; } + /* line 48, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .small-block-grid-10 > li:nth-of-type(n) { + clear: none; } + /* line 49, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .small-block-grid-10 > li:nth-of-type(10n+1) { + clear: both; } + + /* line 44, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .small-block-grid-11 > li { + width: 9.09091%; + padding: 0 0.625rem 1.25rem; } + /* line 48, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .small-block-grid-11 > li:nth-of-type(n) { + clear: none; } + /* line 49, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .small-block-grid-11 > li:nth-of-type(11n+1) { + clear: both; } + + /* line 44, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .small-block-grid-12 > li { + width: 8.33333%; + padding: 0 0.625rem 1.25rem; } + /* line 48, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .small-block-grid-12 > li:nth-of-type(n) { + clear: none; } + /* line 49, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .small-block-grid-12 > li:nth-of-type(12n+1) { + clear: both; } } +@media only screen and (min-width: 40.063em) { + /* line 44, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .medium-block-grid-1 > li { + width: 100%; + padding: 0 0.625rem 1.25rem; } + /* line 48, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .medium-block-grid-1 > li:nth-of-type(n) { + clear: none; } + /* line 49, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .medium-block-grid-1 > li:nth-of-type(1n+1) { + clear: both; } + + /* line 44, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .medium-block-grid-2 > li { + width: 50%; + padding: 0 0.625rem 1.25rem; } + /* line 48, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .medium-block-grid-2 > li:nth-of-type(n) { + clear: none; } + /* line 49, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .medium-block-grid-2 > li:nth-of-type(2n+1) { + clear: both; } + + /* line 44, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .medium-block-grid-3 > li { + width: 33.33333%; + padding: 0 0.625rem 1.25rem; } + /* line 48, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .medium-block-grid-3 > li:nth-of-type(n) { + clear: none; } + /* line 49, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .medium-block-grid-3 > li:nth-of-type(3n+1) { + clear: both; } + + /* line 44, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .medium-block-grid-4 > li { + width: 25%; + padding: 0 0.625rem 1.25rem; } + /* line 48, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .medium-block-grid-4 > li:nth-of-type(n) { + clear: none; } + /* line 49, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .medium-block-grid-4 > li:nth-of-type(4n+1) { + clear: both; } + + /* line 44, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .medium-block-grid-5 > li { + width: 20%; + padding: 0 0.625rem 1.25rem; } + /* line 48, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .medium-block-grid-5 > li:nth-of-type(n) { + clear: none; } + /* line 49, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .medium-block-grid-5 > li:nth-of-type(5n+1) { + clear: both; } + + /* line 44, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .medium-block-grid-6 > li { + width: 16.66667%; + padding: 0 0.625rem 1.25rem; } + /* line 48, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .medium-block-grid-6 > li:nth-of-type(n) { + clear: none; } + /* line 49, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .medium-block-grid-6 > li:nth-of-type(6n+1) { + clear: both; } + + /* line 44, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .medium-block-grid-7 > li { + width: 14.28571%; + padding: 0 0.625rem 1.25rem; } + /* line 48, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .medium-block-grid-7 > li:nth-of-type(n) { + clear: none; } + /* line 49, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .medium-block-grid-7 > li:nth-of-type(7n+1) { + clear: both; } + + /* line 44, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .medium-block-grid-8 > li { + width: 12.5%; + padding: 0 0.625rem 1.25rem; } + /* line 48, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .medium-block-grid-8 > li:nth-of-type(n) { + clear: none; } + /* line 49, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .medium-block-grid-8 > li:nth-of-type(8n+1) { + clear: both; } + + /* line 44, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .medium-block-grid-9 > li { + width: 11.11111%; + padding: 0 0.625rem 1.25rem; } + /* line 48, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .medium-block-grid-9 > li:nth-of-type(n) { + clear: none; } + /* line 49, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .medium-block-grid-9 > li:nth-of-type(9n+1) { + clear: both; } + + /* line 44, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .medium-block-grid-10 > li { + width: 10%; + padding: 0 0.625rem 1.25rem; } + /* line 48, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .medium-block-grid-10 > li:nth-of-type(n) { + clear: none; } + /* line 49, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .medium-block-grid-10 > li:nth-of-type(10n+1) { + clear: both; } + + /* line 44, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .medium-block-grid-11 > li { + width: 9.09091%; + padding: 0 0.625rem 1.25rem; } + /* line 48, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .medium-block-grid-11 > li:nth-of-type(n) { + clear: none; } + /* line 49, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .medium-block-grid-11 > li:nth-of-type(11n+1) { + clear: both; } + + /* line 44, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .medium-block-grid-12 > li { + width: 8.33333%; + padding: 0 0.625rem 1.25rem; } + /* line 48, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .medium-block-grid-12 > li:nth-of-type(n) { + clear: none; } + /* line 49, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .medium-block-grid-12 > li:nth-of-type(12n+1) { + clear: both; } } +@media only screen and (min-width: 64.063em) { + /* line 44, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .large-block-grid-1 > li { + width: 100%; + padding: 0 0.625rem 1.25rem; } + /* line 48, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .large-block-grid-1 > li:nth-of-type(n) { + clear: none; } + /* line 49, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .large-block-grid-1 > li:nth-of-type(1n+1) { + clear: both; } + + /* line 44, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .large-block-grid-2 > li { + width: 50%; + padding: 0 0.625rem 1.25rem; } + /* line 48, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .large-block-grid-2 > li:nth-of-type(n) { + clear: none; } + /* line 49, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .large-block-grid-2 > li:nth-of-type(2n+1) { + clear: both; } + + /* line 44, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .large-block-grid-3 > li { + width: 33.33333%; + padding: 0 0.625rem 1.25rem; } + /* line 48, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .large-block-grid-3 > li:nth-of-type(n) { + clear: none; } + /* line 49, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .large-block-grid-3 > li:nth-of-type(3n+1) { + clear: both; } + + /* line 44, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .large-block-grid-4 > li { + width: 25%; + padding: 0 0.625rem 1.25rem; } + /* line 48, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .large-block-grid-4 > li:nth-of-type(n) { + clear: none; } + /* line 49, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .large-block-grid-4 > li:nth-of-type(4n+1) { + clear: both; } + + /* line 44, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .large-block-grid-5 > li { + width: 20%; + padding: 0 0.625rem 1.25rem; } + /* line 48, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .large-block-grid-5 > li:nth-of-type(n) { + clear: none; } + /* line 49, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .large-block-grid-5 > li:nth-of-type(5n+1) { + clear: both; } + + /* line 44, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .large-block-grid-6 > li { + width: 16.66667%; + padding: 0 0.625rem 1.25rem; } + /* line 48, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .large-block-grid-6 > li:nth-of-type(n) { + clear: none; } + /* line 49, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .large-block-grid-6 > li:nth-of-type(6n+1) { + clear: both; } + + /* line 44, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .large-block-grid-7 > li { + width: 14.28571%; + padding: 0 0.625rem 1.25rem; } + /* line 48, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .large-block-grid-7 > li:nth-of-type(n) { + clear: none; } + /* line 49, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .large-block-grid-7 > li:nth-of-type(7n+1) { + clear: both; } + + /* line 44, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .large-block-grid-8 > li { + width: 12.5%; + padding: 0 0.625rem 1.25rem; } + /* line 48, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .large-block-grid-8 > li:nth-of-type(n) { + clear: none; } + /* line 49, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .large-block-grid-8 > li:nth-of-type(8n+1) { + clear: both; } + + /* line 44, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .large-block-grid-9 > li { + width: 11.11111%; + padding: 0 0.625rem 1.25rem; } + /* line 48, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .large-block-grid-9 > li:nth-of-type(n) { + clear: none; } + /* line 49, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .large-block-grid-9 > li:nth-of-type(9n+1) { + clear: both; } + + /* line 44, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .large-block-grid-10 > li { + width: 10%; + padding: 0 0.625rem 1.25rem; } + /* line 48, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .large-block-grid-10 > li:nth-of-type(n) { + clear: none; } + /* line 49, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .large-block-grid-10 > li:nth-of-type(10n+1) { + clear: both; } + + /* line 44, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .large-block-grid-11 > li { + width: 9.09091%; + padding: 0 0.625rem 1.25rem; } + /* line 48, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .large-block-grid-11 > li:nth-of-type(n) { + clear: none; } + /* line 49, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .large-block-grid-11 > li:nth-of-type(11n+1) { + clear: both; } + + /* line 44, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .large-block-grid-12 > li { + width: 8.33333%; + padding: 0 0.625rem 1.25rem; } + /* line 48, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .large-block-grid-12 > li:nth-of-type(n) { + clear: none; } + /* line 49, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .large-block-grid-12 > li:nth-of-type(12n+1) { + clear: both; } } +/* line 114, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_breadcrumbs.scss */ +.breadcrumbs { + display: block; + padding: 0.5625rem 0.875rem 0.5625rem; + overflow: hidden; + margin-right: 0; + list-style: none; + border-style: solid; + border-width: 1px; + background-color: #f4f4f4; + border-color: #dadada; + -webkit-border-radius: 3px; + border-radius: 3px; } + /* line 118, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_breadcrumbs.scss */ + .breadcrumbs > * { + margin: 0; + float: right; + font-size: 0.6875rem; + text-transform: uppercase; } + /* line 62, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_breadcrumbs.scss */ + .breadcrumbs > *:hover a, .breadcrumbs > *:focus a { + text-decoration: underline; } + /* line 65, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_breadcrumbs.scss */ + .breadcrumbs > * a, + .breadcrumbs > * span { + text-transform: uppercase; + color: #008cba; } + /* line 71, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_breadcrumbs.scss */ + .breadcrumbs > *.current { + cursor: default; + color: #333333; } + /* line 74, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_breadcrumbs.scss */ + .breadcrumbs > *.current a { + cursor: default; + color: #333333; } + /* line 80, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_breadcrumbs.scss */ + .breadcrumbs > *.current:hover, .breadcrumbs > *.current:hover a, .breadcrumbs > *.current:focus, .breadcrumbs > *.current:focus a { + text-decoration: none; } + /* line 84, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_breadcrumbs.scss */ + .breadcrumbs > *.unavailable { + color: #999999; } + /* line 86, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_breadcrumbs.scss */ + .breadcrumbs > *.unavailable a { + color: #999999; } + /* line 91, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_breadcrumbs.scss */ + .breadcrumbs > *.unavailable:hover, .breadcrumbs > *.unavailable:hover a, .breadcrumbs > *.unavailable:focus, + .breadcrumbs > *.unavailable a:focus { + text-decoration: none; + color: #999999; + cursor: default; } + /* line 98, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_breadcrumbs.scss */ + .breadcrumbs > *:before { + content: "/"; + color: #aaaaaa; + margin: 0 0.75rem; + position: relative; + top: 1px; } + /* line 106, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_breadcrumbs.scss */ + .breadcrumbs > *:first-child:before { + content: " "; + margin: 0; } + +/* line 197, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_buttons.scss */ +button, .button, .sendgrid-subscription-widget input[type="submit"] { + cursor: pointer; + font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; + font-weight: normal; + line-height: normal; + margin: 0 0 1.25rem; + position: relative; + text-decoration: none; + text-align: center; + display: inline-block; + padding-top: 1rem; + padding-left: 2rem; + padding-bottom: 1.0625rem; + padding-right: 2rem; + font-size: 1rem; + /* @else { font-size: $padding - rem-calc(2); } */ + background-color: #008cba; + border-color: #0079a1; + color: white; + -webkit-transition: background-color 300ms ease-out; + -moz-transition: background-color 300ms ease-out; + transition: background-color 300ms ease-out; + padding-top: 1.0625rem; + padding-bottom: 1rem; + -webkit-appearance: none; + border: none; + font-weight: normal !important; } + /* line 142, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_buttons.scss */ + button:hover, button:focus, .button:hover, .sendgrid-subscription-widget input[type="submit"]:hover, .button:focus, .sendgrid-subscription-widget input[type="submit"]:focus { + background-color: #0079a1; } + /* line 153, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_buttons.scss */ + button:hover, button:focus, .button:hover, .sendgrid-subscription-widget input[type="submit"]:hover, .button:focus, .sendgrid-subscription-widget input[type="submit"]:focus { + color: white; } + /* line 205, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_buttons.scss */ + button.secondary, .button.secondary, .sendgrid-subscription-widget input.secondary[type="submit"] { + background-color: #e7e7e7; + border-color: #dadada; + color: #333333; } + /* line 142, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_buttons.scss */ + button.secondary:hover, button.secondary:focus, .button.secondary:hover, .sendgrid-subscription-widget input.secondary[type="submit"]:hover, .button.secondary:focus, .sendgrid-subscription-widget input.secondary[type="submit"]:focus { + background-color: #dadada; } + /* line 148, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_buttons.scss */ + button.secondary:hover, button.secondary:focus, .button.secondary:hover, .sendgrid-subscription-widget input.secondary[type="submit"]:hover, .button.secondary:focus, .sendgrid-subscription-widget input.secondary[type="submit"]:focus { + color: #333333; } + /* line 206, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_buttons.scss */ + button.success, .button.success, .sendgrid-subscription-widget input.success[type="submit"] { + background-color: #5e8949; + border-color: #537840; + color: white; } + /* line 142, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_buttons.scss */ + button.success:hover, button.success:focus, .button.success:hover, .sendgrid-subscription-widget input.success[type="submit"]:hover, .button.success:focus, .sendgrid-subscription-widget input.success[type="submit"]:focus { + background-color: #537840; } + /* line 153, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_buttons.scss */ + button.success:hover, button.success:focus, .button.success:hover, .sendgrid-subscription-widget input.success[type="submit"]:hover, .button.success:focus, .sendgrid-subscription-widget input.success[type="submit"]:focus { + color: white; } + /* line 207, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_buttons.scss */ + button.alert, .button.alert, .sendgrid-subscription-widget input.alert[type="submit"] { + background-color: #f04124; + border-color: #ea2f10; + color: white; } + /* line 142, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_buttons.scss */ + button.alert:hover, button.alert:focus, .button.alert:hover, .sendgrid-subscription-widget input.alert[type="submit"]:hover, .button.alert:focus, .sendgrid-subscription-widget input.alert[type="submit"]:focus { + background-color: #ea2f10; } + /* line 153, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_buttons.scss */ + button.alert:hover, button.alert:focus, .button.alert:hover, .sendgrid-subscription-widget input.alert[type="submit"]:hover, .button.alert:focus, .sendgrid-subscription-widget input.alert[type="submit"]:focus { + color: white; } + /* line 209, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_buttons.scss */ + button.large, .button.large, .sendgrid-subscription-widget input.large[type="submit"] { + padding-top: 1.125rem; + padding-left: 2.25rem; + padding-bottom: 1.1875rem; + padding-right: 2.25rem; + font-size: 1.25rem; + /* @else { font-size: $padding - rem-calc(2); } */ } + /* line 210, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_buttons.scss */ + button.small, .button.small, .sendgrid-subscription-widget input[type="submit"] { + padding-top: 0.875rem; + padding-left: 1.75rem; + padding-bottom: 0.9375rem; + padding-right: 1.75rem; + font-size: 0.8125rem; + /* @else { font-size: $padding - rem-calc(2); } */ } + /* line 211, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_buttons.scss */ + button.tiny, .button.tiny, .sendgrid-subscription-widget input.tiny[type="submit"] { + padding-top: 0.625rem; + padding-left: 1.25rem; + padding-bottom: 0.6875rem; + padding-right: 1.25rem; + font-size: 0.6875rem; + /* @else { font-size: $padding - rem-calc(2); } */ } + /* line 212, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_buttons.scss */ + button.expand, .button.expand, .sendgrid-subscription-widget input.expand[type="submit"] { + padding-right: 0; + padding-left: 0; + width: 100%; } + /* line 214, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_buttons.scss */ + button.left-align, .button.left-align, .sendgrid-subscription-widget input.left-align[type="submit"] { + text-align: left; + text-indent: 0.75rem; } + /* line 215, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_buttons.scss */ + button.right-align, .button.right-align, .sendgrid-subscription-widget input.right-align[type="submit"] { + text-align: right; + padding-right: 0.75rem; } + /* line 217, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_buttons.scss */ + button.radius, .button.radius, .sendgrid-subscription-widget input.radius[type="submit"] { + -webkit-border-radius: 3px; + border-radius: 3px; } + /* line 218, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_buttons.scss */ + button.round, .button.round, .sendgrid-subscription-widget input.round[type="submit"] { + -webkit-border-radius: 1000px; + border-radius: 1000px; } + /* line 220, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_buttons.scss */ + button.disabled, button[disabled], .button.disabled, .sendgrid-subscription-widget input.disabled[type="submit"], .button[disabled], .sendgrid-subscription-widget input[disabled][type="submit"] { + background-color: #008cba; + border-color: #0079a1; + color: white; + cursor: default; + opacity: 0.7; + -webkit-box-shadow: none; + box-shadow: none; } + /* line 142, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_buttons.scss */ + button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .sendgrid-subscription-widget input.disabled[type="submit"]:hover, .button.disabled:focus, .sendgrid-subscription-widget input.disabled[type="submit"]:focus, .button[disabled]:hover, .sendgrid-subscription-widget input[disabled][type="submit"]:hover, .button[disabled]:focus, .sendgrid-subscription-widget input[disabled][type="submit"]:focus { + background-color: #0079a1; } + /* line 153, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_buttons.scss */ + button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .sendgrid-subscription-widget input.disabled[type="submit"]:hover, .button.disabled:focus, .sendgrid-subscription-widget input.disabled[type="submit"]:focus, .button[disabled]:hover, .sendgrid-subscription-widget input[disabled][type="submit"]:hover, .button[disabled]:focus, .sendgrid-subscription-widget input[disabled][type="submit"]:focus { + color: white; } + /* line 166, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_buttons.scss */ + button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .sendgrid-subscription-widget input.disabled[type="submit"]:hover, .button.disabled:focus, .sendgrid-subscription-widget input.disabled[type="submit"]:focus, .button[disabled]:hover, .sendgrid-subscription-widget input[disabled][type="submit"]:hover, .button[disabled]:focus, .sendgrid-subscription-widget input[disabled][type="submit"]:focus { + background-color: #008cba; } + /* line 221, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_buttons.scss */ + button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .sendgrid-subscription-widget input.disabled.secondary[type="submit"], .button[disabled].secondary, .sendgrid-subscription-widget input[disabled].secondary[type="submit"] { + background-color: #e7e7e7; + border-color: #dadada; + color: #333333; + cursor: default; + opacity: 0.7; + -webkit-box-shadow: none; + box-shadow: none; } + /* line 142, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_buttons.scss */ + button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .sendgrid-subscription-widget input.disabled.secondary[type="submit"]:hover, .button.disabled.secondary:focus, .sendgrid-subscription-widget input.disabled.secondary[type="submit"]:focus, .button[disabled].secondary:hover, .sendgrid-subscription-widget input[disabled].secondary[type="submit"]:hover, .button[disabled].secondary:focus, .sendgrid-subscription-widget input[disabled].secondary[type="submit"]:focus { + background-color: #dadada; } + /* line 148, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_buttons.scss */ + button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .sendgrid-subscription-widget input.disabled.secondary[type="submit"]:hover, .button.disabled.secondary:focus, .sendgrid-subscription-widget input.disabled.secondary[type="submit"]:focus, .button[disabled].secondary:hover, .sendgrid-subscription-widget input[disabled].secondary[type="submit"]:hover, .button[disabled].secondary:focus, .sendgrid-subscription-widget input[disabled].secondary[type="submit"]:focus { + color: #333333; } + /* line 166, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_buttons.scss */ + button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .sendgrid-subscription-widget input.disabled.secondary[type="submit"]:hover, .button.disabled.secondary:focus, .sendgrid-subscription-widget input.disabled.secondary[type="submit"]:focus, .button[disabled].secondary:hover, .sendgrid-subscription-widget input[disabled].secondary[type="submit"]:hover, .button[disabled].secondary:focus, .sendgrid-subscription-widget input[disabled].secondary[type="submit"]:focus { + background-color: #e7e7e7; } + /* line 222, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_buttons.scss */ + button.disabled.success, button[disabled].success, .button.disabled.success, .sendgrid-subscription-widget input.disabled.success[type="submit"], .button[disabled].success, .sendgrid-subscription-widget input[disabled].success[type="submit"] { + background-color: #5e8949; + border-color: #537840; + color: white; + cursor: default; + opacity: 0.7; + -webkit-box-shadow: none; + box-shadow: none; } + /* line 142, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_buttons.scss */ + button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .sendgrid-subscription-widget input.disabled.success[type="submit"]:hover, .button.disabled.success:focus, .sendgrid-subscription-widget input.disabled.success[type="submit"]:focus, .button[disabled].success:hover, .sendgrid-subscription-widget input[disabled].success[type="submit"]:hover, .button[disabled].success:focus, .sendgrid-subscription-widget input[disabled].success[type="submit"]:focus { + background-color: #537840; } + /* line 153, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_buttons.scss */ + button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .sendgrid-subscription-widget input.disabled.success[type="submit"]:hover, .button.disabled.success:focus, .sendgrid-subscription-widget input.disabled.success[type="submit"]:focus, .button[disabled].success:hover, .sendgrid-subscription-widget input[disabled].success[type="submit"]:hover, .button[disabled].success:focus, .sendgrid-subscription-widget input[disabled].success[type="submit"]:focus { + color: white; } + /* line 166, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_buttons.scss */ + button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .sendgrid-subscription-widget input.disabled.success[type="submit"]:hover, .button.disabled.success:focus, .sendgrid-subscription-widget input.disabled.success[type="submit"]:focus, .button[disabled].success:hover, .sendgrid-subscription-widget input[disabled].success[type="submit"]:hover, .button[disabled].success:focus, .sendgrid-subscription-widget input[disabled].success[type="submit"]:focus { + background-color: #5e8949; } + /* line 223, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_buttons.scss */ + button.disabled.alert, button[disabled].alert, .button.disabled.alert, .sendgrid-subscription-widget input.disabled.alert[type="submit"], .button[disabled].alert, .sendgrid-subscription-widget input[disabled].alert[type="submit"] { + background-color: #f04124; + border-color: #ea2f10; + color: white; + cursor: default; + opacity: 0.7; + -webkit-box-shadow: none; + box-shadow: none; } + /* line 142, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_buttons.scss */ + button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .sendgrid-subscription-widget input.disabled.alert[type="submit"]:hover, .button.disabled.alert:focus, .sendgrid-subscription-widget input.disabled.alert[type="submit"]:focus, .button[disabled].alert:hover, .sendgrid-subscription-widget input[disabled].alert[type="submit"]:hover, .button[disabled].alert:focus, .sendgrid-subscription-widget input[disabled].alert[type="submit"]:focus { + background-color: #ea2f10; } + /* line 153, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_buttons.scss */ + button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .sendgrid-subscription-widget input.disabled.alert[type="submit"]:hover, .button.disabled.alert:focus, .sendgrid-subscription-widget input.disabled.alert[type="submit"]:focus, .button[disabled].alert:hover, .sendgrid-subscription-widget input[disabled].alert[type="submit"]:hover, .button[disabled].alert:focus, .sendgrid-subscription-widget input[disabled].alert[type="submit"]:focus { + color: white; } + /* line 166, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_buttons.scss */ + button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .sendgrid-subscription-widget input.disabled.alert[type="submit"]:hover, .button.disabled.alert:focus, .sendgrid-subscription-widget input.disabled.alert[type="submit"]:focus, .button[disabled].alert:hover, .sendgrid-subscription-widget input[disabled].alert[type="submit"]:hover, .button[disabled].alert:focus, .sendgrid-subscription-widget input[disabled].alert[type="submit"]:focus { + background-color: #f04124; } + +@media only screen and (min-width: 40.063em) { + /* line 228, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_buttons.scss */ + button, .button, .sendgrid-subscription-widget input[type="submit"] { + display: inline-block; } } +/* line 80, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_button-groups.scss */ +.button-group { + list-style: none; + margin: 0; + *zoom: 1; } + /* line 165, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_global.scss */ + .button-group:before, .button-group:after { + content: " "; + display: table; } + /* line 166, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_global.scss */ + .button-group:after { + clear: both; } + /* line 82, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_button-groups.scss */ + .button-group > * { + margin: 0; + float: right; } + /* line 35, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_button-groups.scss */ + .button-group > * > button, .button-group > * .button, .button-group > * .sendgrid-subscription-widget input[type="submit"], .sendgrid-subscription-widget .button-group > * input[type="submit"] { + border-left: 1px solid; + border-color: rgba(255, 255, 255, 0.5); } + /* line 45, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_button-groups.scss */ + .button-group > *:first-child { + margin-right: 0; } + /* line 35, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_button-groups.scss */ + .button-group.radius > * > button, .button-group.radius > * .button, .button-group.radius > * .sendgrid-subscription-widget input[type="submit"], .sendgrid-subscription-widget .button-group.radius > * input[type="submit"] { + border-left: 1px solid; + border-color: rgba(255, 255, 255, 0.5); } + /* line 63, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_button-groups.scss */ + .button-group.radius > *:first-child, .button-group.radius > *:first-child > a, .button-group.radius > *:first-child > button, .button-group.radius > *:first-child > .button, .sendgrid-subscription-widget .button-group.radius > *:first-child > input[type="submit"] { + -moz-border-radius-topright: 3px; + -moz-border-radius-bottomright: 3px; + -webkit-border-top-right-radius: 3px; + -webkit-border-bottom-right-radius: 3px; + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; } + /* line 67, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_button-groups.scss */ + .button-group.radius > *:last-child, .button-group.radius > *:last-child > a, .button-group.radius > *:last-child > button, .button-group.radius > *:last-child > .button, .sendgrid-subscription-widget .button-group.radius > *:last-child > input[type="submit"] { + -moz-border-radius-bottomleft: 3px; + -moz-border-radius-topleft: 3px; + -webkit-border-bottom-left-radius: 3px; + -webkit-border-top-left-radius: 3px; + border-bottom-left-radius: 3px; + border-top-left-radius: 3px; } + /* line 35, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_button-groups.scss */ + .button-group.round > * > button, .button-group.round > * .button, .button-group.round > * .sendgrid-subscription-widget input[type="submit"], .sendgrid-subscription-widget .button-group.round > * input[type="submit"] { + border-left: 1px solid; + border-color: rgba(255, 255, 255, 0.5); } + /* line 63, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_button-groups.scss */ + .button-group.round > *:first-child, .button-group.round > *:first-child > a, .button-group.round > *:first-child > button, .button-group.round > *:first-child > .button, .sendgrid-subscription-widget .button-group.round > *:first-child > input[type="submit"] { + -moz-border-radius-topright: 1000px; + -moz-border-radius-bottomright: 1000px; + -webkit-border-top-right-radius: 1000px; + -webkit-border-bottom-right-radius: 1000px; + border-top-right-radius: 1000px; + border-bottom-right-radius: 1000px; } + /* line 67, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_button-groups.scss */ + .button-group.round > *:last-child, .button-group.round > *:last-child > a, .button-group.round > *:last-child > button, .button-group.round > *:last-child > .button, .sendgrid-subscription-widget .button-group.round > *:last-child > input[type="submit"] { + -moz-border-radius-bottomleft: 1000px; + -moz-border-radius-topleft: 1000px; + -webkit-border-bottom-left-radius: 1000px; + -webkit-border-top-left-radius: 1000px; + border-bottom-left-radius: 1000px; + border-top-left-radius: 1000px; } + /* line 88, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_button-groups.scss */ + .button-group.even-2 li { + width: 50%; } + /* line 35, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_button-groups.scss */ + .button-group.even-2 li > button, .button-group.even-2 li .button, .button-group.even-2 li .sendgrid-subscription-widget input[type="submit"], .sendgrid-subscription-widget .button-group.even-2 li input[type="submit"] { + border-left: 1px solid; + border-color: rgba(255, 255, 255, 0.5); } + /* line 73, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_button-groups.scss */ + .button-group.even-2 li button, .button-group.even-2 li .button, .button-group.even-2 li .sendgrid-subscription-widget input[type="submit"], .sendgrid-subscription-widget .button-group.even-2 li input[type="submit"] { + width: 100%; } + /* line 88, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_button-groups.scss */ + .button-group.even-3 li { + width: 33.33333%; } + /* line 35, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_button-groups.scss */ + .button-group.even-3 li > button, .button-group.even-3 li .button, .button-group.even-3 li .sendgrid-subscription-widget input[type="submit"], .sendgrid-subscription-widget .button-group.even-3 li input[type="submit"] { + border-left: 1px solid; + border-color: rgba(255, 255, 255, 0.5); } + /* line 73, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_button-groups.scss */ + .button-group.even-3 li button, .button-group.even-3 li .button, .button-group.even-3 li .sendgrid-subscription-widget input[type="submit"], .sendgrid-subscription-widget .button-group.even-3 li input[type="submit"] { + width: 100%; } + /* line 88, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_button-groups.scss */ + .button-group.even-4 li { + width: 25%; } + /* line 35, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_button-groups.scss */ + .button-group.even-4 li > button, .button-group.even-4 li .button, .button-group.even-4 li .sendgrid-subscription-widget input[type="submit"], .sendgrid-subscription-widget .button-group.even-4 li input[type="submit"] { + border-left: 1px solid; + border-color: rgba(255, 255, 255, 0.5); } + /* line 73, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_button-groups.scss */ + .button-group.even-4 li button, .button-group.even-4 li .button, .button-group.even-4 li .sendgrid-subscription-widget input[type="submit"], .sendgrid-subscription-widget .button-group.even-4 li input[type="submit"] { + width: 100%; } + /* line 88, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_button-groups.scss */ + .button-group.even-5 li { + width: 20%; } + /* line 35, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_button-groups.scss */ + .button-group.even-5 li > button, .button-group.even-5 li .button, .button-group.even-5 li .sendgrid-subscription-widget input[type="submit"], .sendgrid-subscription-widget .button-group.even-5 li input[type="submit"] { + border-left: 1px solid; + border-color: rgba(255, 255, 255, 0.5); } + /* line 73, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_button-groups.scss */ + .button-group.even-5 li button, .button-group.even-5 li .button, .button-group.even-5 li .sendgrid-subscription-widget input[type="submit"], .sendgrid-subscription-widget .button-group.even-5 li input[type="submit"] { + width: 100%; } + /* line 88, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_button-groups.scss */ + .button-group.even-6 li { + width: 16.66667%; } + /* line 35, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_button-groups.scss */ + .button-group.even-6 li > button, .button-group.even-6 li .button, .button-group.even-6 li .sendgrid-subscription-widget input[type="submit"], .sendgrid-subscription-widget .button-group.even-6 li input[type="submit"] { + border-left: 1px solid; + border-color: rgba(255, 255, 255, 0.5); } + /* line 73, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_button-groups.scss */ + .button-group.even-6 li button, .button-group.even-6 li .button, .button-group.even-6 li .sendgrid-subscription-widget input[type="submit"], .sendgrid-subscription-widget .button-group.even-6 li input[type="submit"] { + width: 100%; } + /* line 88, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_button-groups.scss */ + .button-group.even-7 li { + width: 14.28571%; } + /* line 35, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_button-groups.scss */ + .button-group.even-7 li > button, .button-group.even-7 li .button, .button-group.even-7 li .sendgrid-subscription-widget input[type="submit"], .sendgrid-subscription-widget .button-group.even-7 li input[type="submit"] { + border-left: 1px solid; + border-color: rgba(255, 255, 255, 0.5); } + /* line 73, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_button-groups.scss */ + .button-group.even-7 li button, .button-group.even-7 li .button, .button-group.even-7 li .sendgrid-subscription-widget input[type="submit"], .sendgrid-subscription-widget .button-group.even-7 li input[type="submit"] { + width: 100%; } + /* line 88, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_button-groups.scss */ + .button-group.even-8 li { + width: 12.5%; } + /* line 35, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_button-groups.scss */ + .button-group.even-8 li > button, .button-group.even-8 li .button, .button-group.even-8 li .sendgrid-subscription-widget input[type="submit"], .sendgrid-subscription-widget .button-group.even-8 li input[type="submit"] { + border-left: 1px solid; + border-color: rgba(255, 255, 255, 0.5); } + /* line 73, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_button-groups.scss */ + .button-group.even-8 li button, .button-group.even-8 li .button, .button-group.even-8 li .sendgrid-subscription-widget input[type="submit"], .sendgrid-subscription-widget .button-group.even-8 li input[type="submit"] { + width: 100%; } + +/* line 92, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_button-groups.scss */ +.button-bar { + *zoom: 1; } + /* line 165, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_global.scss */ + .button-bar:before, .button-bar:after { + content: " "; + display: table; } + /* line 166, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_global.scss */ + .button-bar:after { + clear: both; } + /* line 94, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_button-groups.scss */ + .button-bar .button-group { + float: right; + margin-left: 0.625rem; } + /* line 28, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_button-groups.scss */ + .button-bar .button-group div { + overflow: hidden; } + +/* Clearing Styles */ +/* line 40, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_clearing.scss */ +[data-clearing] { + *zoom: 1; + margin-bottom: 0; + margin-right: 0; + list-style: none; } + /* line 165, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_global.scss */ + [data-clearing]:before, [data-clearing]:after { + content: " "; + display: table; } + /* line 166, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_global.scss */ + [data-clearing]:after { + clear: both; } + /* line 46, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_clearing.scss */ + [data-clearing] li { + float: right; + margin-left: 10px; } + +/* line 52, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_clearing.scss */ +.clearing-blackout { + background: #333333; + position: fixed; + width: 100%; + height: 100%; + top: 0; + right: 0; + z-index: 998; } + /* line 61, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_clearing.scss */ + .clearing-blackout .clearing-close { + display: block; } + +/* line 64, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_clearing.scss */ +.clearing-container { + position: relative; + z-index: 998; + height: 100%; + overflow: hidden; + margin: 0; } + +/* line 72, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_clearing.scss */ +.visible-img { + height: 95%; + position: relative; } + /* line 76, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_clearing.scss */ + .visible-img img { + position: absolute; + right: 50%; + top: 50%; + margin-right: -50%; + max-height: 100%; + max-width: 100%; } + +/* line 86, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_clearing.scss */ +.clearing-caption { + color: #cccccc; + font-size: 0.875em; + line-height: 1.3; + margin-bottom: 0; + text-align: center; + bottom: 0; + background: #333333; + width: 100%; + padding: 10px 30px 20px; + position: absolute; + right: 0; } + +/* line 100, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_clearing.scss */ +.clearing-close { + z-index: 999; + padding-right: 20px; + padding-top: 10px; + font-size: 30px; + line-height: 1; + color: #cccccc; + display: none; } + /* line 110, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_clearing.scss */ + .clearing-close:hover, .clearing-close:focus { + color: #ccc; } + +/* line 113, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_clearing.scss */ +.clearing-assembled .clearing-container { + height: 100%; } + /* line 114, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_clearing.scss */ + .clearing-assembled .clearing-container .carousel > ul { + display: none; } + +/* line 118, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_clearing.scss */ +.clearing-feature li { + display: none; } + /* line 120, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_clearing.scss */ + .clearing-feature li.clearing-featured-img { + display: block; } + +@media only screen and (min-width: 40.063em) { + /* line 128, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_clearing.scss */ + .clearing-main-prev, + .clearing-main-next { + position: absolute; + height: 100%; + width: 40px; + top: 0; } + /* line 133, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_clearing.scss */ + .clearing-main-prev > span, + .clearing-main-next > span { + position: absolute; + top: 50%; + display: block; + width: 0; + height: 0; + border: solid 12px; } + /* line 140, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_clearing.scss */ + .clearing-main-prev > span:hover, + .clearing-main-next > span:hover { + opacity: 0.8; } + + /* line 143, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_clearing.scss */ + .clearing-main-prev { + right: 0; } + /* line 145, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_clearing.scss */ + .clearing-main-prev > span { + right: 5px; + border-color: transparent; + border-left-color: #cccccc; } + + /* line 151, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_clearing.scss */ + .clearing-main-next { + left: 0; } + /* line 153, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_clearing.scss */ + .clearing-main-next > span { + border-color: transparent; + border-right-color: #cccccc; } + + /* line 160, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_clearing.scss */ + .clearing-main-prev.disabled, + .clearing-main-next.disabled { + opacity: 0.3; } + + /* line 164, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_clearing.scss */ + .clearing-assembled .clearing-container .carousel { + background: rgba(51, 51, 51, 0.8); + height: 120px; + margin-top: 10px; + text-align: center; } + /* line 170, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_clearing.scss */ + .clearing-assembled .clearing-container .carousel > ul { + display: inline-block; + z-index: 999; + height: 100%; + position: relative; + float: none; } + /* line 177, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_clearing.scss */ + .clearing-assembled .clearing-container .carousel > ul li { + display: block; + width: 120px; + min-height: inherit; + float: right; + overflow: hidden; + margin-left: 0; + padding: 0; + position: relative; + cursor: pointer; + opacity: 0.4; } + /* line 190, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_clearing.scss */ + .clearing-assembled .clearing-container .carousel > ul li.fix-height img { + height: 100%; + max-width: none; } + /* line 196, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_clearing.scss */ + .clearing-assembled .clearing-container .carousel > ul li a.th { + border: none; + -webkit-box-shadow: none; + box-shadow: none; + display: block; } + /* line 205, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_clearing.scss */ + .clearing-assembled .clearing-container .carousel > ul li img { + cursor: pointer !important; + width: 100% !important; } + /* line 210, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_clearing.scss */ + .clearing-assembled .clearing-container .carousel > ul li.visible { + opacity: 1; } + /* line 211, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_clearing.scss */ + .clearing-assembled .clearing-container .carousel > ul li:hover { + opacity: 0.8; } + /* line 216, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_clearing.scss */ + .clearing-assembled .clearing-container .visible-img { + background: #333333; + overflow: hidden; + height: 85%; } + + /* line 223, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_clearing.scss */ + .clearing-close { + position: absolute; + top: 10px; + left: 20px; + padding-right: 0; + padding-top: 0; } } +@media only screen and (max-width: 40em) { + /* line 135, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_dropdown.scss */ + .f-dropdown, ul#downloads > li .notes, ul#downloads > li table ul[id$="-download"], #download > div ul[id$="-download"] { + max-width: 100%; + right: 0; } } +/* Foundation Dropdowns */ +/* line 142, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_dropdown.scss */ +.f-dropdown, ul#downloads > li .notes, ul#downloads > li table ul[id$="-download"], #download > div ul[id$="-download"] { + position: absolute; + top: -9999px; + list-style: none; + margin-right: 0; + width: 100%; + max-height: none; + height: auto; + background: white; + border: solid 1px #cccccc; + font-size: 16px; + z-index: 99; + margin-top: 2px; + max-width: 200px; } + /* line 54, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_dropdown.scss */ + .f-dropdown > *:first-child, ul#downloads > li .notes > *:first-child, ul#downloads > li table ul[id$="-download"] > *:first-child, #download > div ul[id$="-download"] > *:first-child { + margin-top: 0; } + /* line 55, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_dropdown.scss */ + .f-dropdown > *:last-child, ul#downloads > li .notes > *:last-child, ul#downloads > li table ul[id$="-download"] > *:last-child, #download > div ul[id$="-download"] > *:last-child { + margin-bottom: 0; } + /* line 80, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_dropdown.scss */ + .f-dropdown:before, ul#downloads > li .notes:before, ul#downloads > li table ul[id$="-download"]:before, #download > div ul[id$="-download"]:before { + content: ""; + display: block; + width: 0; + height: 0; + border: inset 6px; + border-color: transparent transparent white transparent; + border-bottom-style: solid; + position: absolute; + top: -12px; + right: 10px; + z-index: 99; } + /* line 87, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_dropdown.scss */ + .f-dropdown:after, ul#downloads > li .notes:after, ul#downloads > li table ul[id$="-download"]:after, #download > div ul[id$="-download"]:after { + content: ""; + display: block; + width: 0; + height: 0; + border: inset 7px; + border-color: transparent transparent #cccccc transparent; + border-bottom-style: solid; + position: absolute; + top: -14px; + right: 9px; + z-index: 98; } + /* line 95, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_dropdown.scss */ + .f-dropdown.right:before, ul#downloads > li .right.notes:before, ul#downloads > li body[class$="about"] dl dd img.notes:before, body[class$="about"] dl dd ul#downloads > li img.notes:before, ul#downloads > li table ul.right[id$="-download"]:before, #download > div ul.right[id$="-download"]:before, body[class$="about"] dl dd img.f-dropdown:before { + left: auto; + right: 10px; } + /* line 99, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_dropdown.scss */ + .f-dropdown.right:after, ul#downloads > li .right.notes:after, ul#downloads > li body[class$="about"] dl dd img.notes:after, body[class$="about"] dl dd ul#downloads > li img.notes:after, ul#downloads > li table ul.right[id$="-download"]:after, #download > div ul.right[id$="-download"]:after, body[class$="about"] dl dd img.f-dropdown:after { + left: auto; + right: 9px; } + /* line 146, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_dropdown.scss */ + .f-dropdown li, ul#downloads > li .notes li, ul#downloads > li table ul[id$="-download"] li, #download > div ul[id$="-download"] li { + font-size: 0.875rem; + cursor: pointer; + line-height: 1.125rem; + margin: 0; } + /* line 122, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_dropdown.scss */ + .f-dropdown li:hover, ul#downloads > li .notes li:hover, ul#downloads > li table ul[id$="-download"] li:hover, #download > div ul[id$="-download"] li:hover, .f-dropdown li:focus, ul#downloads > li .notes li:focus, ul#downloads > li table ul[id$="-download"] li:focus, #download > div ul[id$="-download"] li:focus { + background: #eeeeee; } + /* line 124, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_dropdown.scss */ + .f-dropdown li a, ul#downloads > li .notes li a, ul#downloads > li table ul[id$="-download"] li a, #download > div ul[id$="-download"] li a { + display: block; + padding: 0.5rem; + color: #555555; } + /* line 149, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_dropdown.scss */ + .f-dropdown.content, ul#downloads > li .notes, ul#downloads > li table ul[id$="-download"], #download > div ul[id$="-download"] { + position: absolute; + top: -9999px; + list-style: none; + margin-right: 0; + padding: 1.25rem; + width: 100%; + height: auto; + max-height: none; + background: white; + border: solid 1px #cccccc; + font-size: 16px; + z-index: 99; + max-width: 200px; } + /* line 54, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_dropdown.scss */ + .f-dropdown.content > *:first-child, ul#downloads > li .notes > *:first-child, ul#downloads > li table ul[id$="-download"] > *:first-child, #download > div ul[id$="-download"] > *:first-child { + margin-top: 0; } + /* line 55, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_dropdown.scss */ + .f-dropdown.content > *:last-child, ul#downloads > li .notes > *:last-child, ul#downloads > li table ul[id$="-download"] > *:last-child, #download > div ul[id$="-download"] > *:last-child { + margin-bottom: 0; } + /* line 152, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_dropdown.scss */ + .f-dropdown.tiny, ul#downloads > li .tiny.notes, ul#downloads > li table ul.tiny[id$="-download"], #download > div ul.tiny[id$="-download"] { + max-width: 200px; } + /* line 153, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_dropdown.scss */ + .f-dropdown.small, ul#downloads > li .small.notes, ul#downloads > li .sendgrid-subscription-widget input.notes[type="submit"], .sendgrid-subscription-widget ul#downloads > li input.notes[type="submit"], ul#downloads > li table ul.small[id$="-download"], #download > div ul.small[id$="-download"], .sendgrid-subscription-widget input.f-dropdown[type="submit"] { + max-width: 300px; } + /* line 154, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_dropdown.scss */ + .f-dropdown.medium, ul#downloads > li .medium.notes, ul#downloads > li table ul.medium[id$="-download"], #download > div ul.medium[id$="-download"] { + max-width: 500px; } + /* line 155, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_dropdown.scss */ + .f-dropdown.large, ul#downloads > li .large.notes, ul#downloads > li table ul.large[id$="-download"], #download > div ul.large[id$="-download"] { + max-width: 800px; } + +/* line 118, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_dropdown-buttons.scss */ +.dropdown.button, .sendgrid-subscription-widget input.dropdown[type="submit"] { + position: relative; + padding-left: 3.5625rem; } + /* line 58, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_dropdown-buttons.scss */ + .dropdown.button:before, .sendgrid-subscription-widget input.dropdown[type="submit"]:before { + position: absolute; + content: ""; + width: 0; + height: 0; + display: block; + border-style: solid; + border-color: white transparent transparent transparent; + top: 50%; } + /* line 93, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_dropdown-buttons.scss */ + .dropdown.button:before, .sendgrid-subscription-widget input.dropdown[type="submit"]:before { + border-width: 0.375rem; + left: 1.40625rem; + margin-top: -0.15625rem; } + /* line 112, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_dropdown-buttons.scss */ + .dropdown.button:before, .sendgrid-subscription-widget input.dropdown[type="submit"]:before { + border-color: white transparent transparent transparent; } + /* line 119, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_dropdown-buttons.scss */ + .dropdown.button.tiny, .sendgrid-subscription-widget input.dropdown.tiny[type="submit"] { + padding-left: 2.625rem; } + /* line 73, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_dropdown-buttons.scss */ + .dropdown.button.tiny:before, .sendgrid-subscription-widget input.dropdown.tiny[type="submit"]:before { + border-width: 0.375rem; + left: 1.125rem; + margin-top: -0.125rem; } + /* line 112, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_dropdown-buttons.scss */ + .dropdown.button.tiny:before, .sendgrid-subscription-widget input.dropdown.tiny[type="submit"]:before { + border-color: white transparent transparent transparent; } + /* line 120, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_dropdown-buttons.scss */ + .dropdown.button.small, .sendgrid-subscription-widget input.dropdown[type="submit"] { + padding-left: 3.0625rem; } + /* line 83, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_dropdown-buttons.scss */ + .dropdown.button.small:before, .sendgrid-subscription-widget input.dropdown[type="submit"]:before { + border-width: 0.4375rem; + left: 1.3125rem; + margin-top: -0.15625rem; } + /* line 112, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_dropdown-buttons.scss */ + .dropdown.button.small:before, .sendgrid-subscription-widget input.dropdown[type="submit"]:before { + border-color: white transparent transparent transparent; } + /* line 121, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_dropdown-buttons.scss */ + .dropdown.button.large, .sendgrid-subscription-widget input.dropdown.large[type="submit"] { + padding-left: 3.625rem; } + /* line 103, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_dropdown-buttons.scss */ + .dropdown.button.large:before, .sendgrid-subscription-widget input.dropdown.large[type="submit"]:before { + border-width: 0.3125rem; + left: 1.71875rem; + margin-top: -0.15625rem; } + /* line 112, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_dropdown-buttons.scss */ + .dropdown.button.large:before, .sendgrid-subscription-widget input.dropdown.large[type="submit"]:before { + border-color: white transparent transparent transparent; } + /* line 122, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_dropdown-buttons.scss */ + .dropdown.button.secondary:before, .sendgrid-subscription-widget input.dropdown.secondary[type="submit"]:before { + border-color: #333333 transparent transparent transparent; } + +/* line 45, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_flex-video.scss */ +.flex-video { + position: relative; + padding-top: 1.5625rem; + padding-bottom: 67.5%; + height: 0; + margin-bottom: 1rem; + overflow: hidden; } + /* line 28, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_flex-video.scss */ + .flex-video.widescreen { + padding-bottom: 57.25%; } + /* line 29, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_flex-video.scss */ + .flex-video.vimeo { + padding-top: 0; } + /* line 34, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_flex-video.scss */ + .flex-video iframe, + .flex-video object, + .flex-video embed, + .flex-video video { + position: absolute; + top: 0; + right: 0; + width: 100%; + height: 100%; } + +/* Standard Forms */ +/* line 300, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_forms.scss */ +form { + margin: 0 0 1rem; } + +/* Using forms within rows, we need to set some defaults */ +/* line 75, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_forms.scss */ +form .row .row, form #stack-list .row, form #theme-list li .row, #theme-list form li .row, form ul#docs-list .row, form .row #stack-list, form #stack-list #stack-list, form #theme-list li #stack-list, #theme-list form li #stack-list, form ul#docs-list #stack-list, form .row #theme-list li, #theme-list form .row li, form #stack-list #theme-list li, #theme-list form #stack-list li, form #theme-list li li, #theme-list form li li, form ul#docs-list #theme-list li, #theme-list form ul#docs-list li, form .row ul#docs-list, form #stack-list ul#docs-list, form #theme-list li ul#docs-list, #theme-list form li ul#docs-list, form ul#docs-list ul#docs-list { + margin: 0 -0.5rem; } + /* line 78, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_forms.scss */ + form .row .row .column, form #stack-list .row .column, form #theme-list li .row .column, #theme-list form li .row .column, form ul#docs-list .row .column, form .row #stack-list .column, form #stack-list #stack-list .column, form #theme-list li #stack-list .column, #theme-list form li #stack-list .column, form ul#docs-list #stack-list .column, form .row #theme-list li .column, #theme-list form .row li .column, form #stack-list #theme-list li .column, #theme-list form #stack-list li .column, form #theme-list li li .column, #theme-list form li li .column, form ul#docs-list #theme-list li .column, #theme-list form ul#docs-list li .column, form .row ul#docs-list .column, form #stack-list ul#docs-list .column, form #theme-list li ul#docs-list .column, #theme-list form li ul#docs-list .column, form ul#docs-list ul#docs-list .column, + form .row .row .columns, + form #stack-list .row .columns, + form #theme-list li .row .columns, + #theme-list form li .row .columns, + form ul#docs-list .row .columns, + form .row #stack-list .columns, + form #stack-list #stack-list .columns, + form #theme-list li #stack-list .columns, + #theme-list form li #stack-list .columns, + form ul#docs-list #stack-list .columns, + form .row #theme-list li .columns, + #theme-list form .row li .columns, + form #stack-list #theme-list li .columns, + #theme-list form #stack-list li .columns, + form #theme-list li li .columns, + #theme-list form li li .columns, + form ul#docs-list #theme-list li .columns, + #theme-list form ul#docs-list li .columns, + form .row ul#docs-list .columns, + form #stack-list ul#docs-list .columns, + form #theme-list li ul#docs-list .columns, + #theme-list form li ul#docs-list .columns, + form ul#docs-list ul#docs-list .columns, + #stack-list form .row .row li, + form #stack-list .row li, + #stack-list form #theme-list li .row li, + #stack-list #theme-list form li .row li, + #stack-list form ul#docs-list .row li, + form .row #stack-list li, + form #stack-list #stack-list li, + form #theme-list li #stack-list li, + #theme-list form li #stack-list li, + form ul#docs-list #stack-list li, + #stack-list form .row #theme-list li li, + #stack-list #theme-list form .row li li, + form #stack-list #theme-list li li, + #theme-list form #stack-list li li, + #stack-list form #theme-list li li li, + #stack-list #theme-list form li li li, + #stack-list form ul#docs-list #theme-list li li, + #stack-list #theme-list form ul#docs-list li li, + #stack-list form .row ul#docs-list li, + form #stack-list ul#docs-list li, + #stack-list form #theme-list li ul#docs-list li, + #stack-list #theme-list form li ul#docs-list li, + #stack-list form ul#docs-list ul#docs-list li, + form .row #theme-list li > div, + #theme-list form .row li > div, + form #stack-list #theme-list li > div, + #theme-list form #stack-list li > div, + form #theme-list li li > div, + #theme-list form li li > div, + form ul#docs-list #theme-list li > div, + #theme-list form ul#docs-list li > div, + form .row ul#docs-list > li, + form #theme-list li ul#docs-list > li, + #theme-list form li ul#docs-list > li, + form ul#docs-list ul#docs-list > li { + padding: 0 0.5rem; } + /* line 81, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_forms.scss */ + form .row .row.collapse, form #stack-list .row.collapse, form #theme-list li .row.collapse, #theme-list form li .row.collapse, form ul#docs-list .row.collapse, form .row .collapse#stack-list, form #stack-list .collapse#stack-list, form #theme-list li .collapse#stack-list, #theme-list form li .collapse#stack-list, form ul#docs-list .collapse#stack-list, form .row #theme-list li.collapse, #theme-list form .row li.collapse, form #stack-list #theme-list li.collapse, #theme-list form #stack-list li.collapse, form #theme-list li li.collapse, #theme-list form li li.collapse, form ul#docs-list #theme-list li.collapse, #theme-list form ul#docs-list li.collapse, form .row ul.collapse#docs-list, form #stack-list ul.collapse#docs-list, form #theme-list li ul.collapse#docs-list, #theme-list form li ul.collapse#docs-list, form ul#docs-list ul.collapse#docs-list { + margin: 0; } + /* line 84, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_forms.scss */ + form .row .row.collapse .column, form #stack-list .row.collapse .column, form #theme-list li .row.collapse .column, #theme-list form li .row.collapse .column, form ul#docs-list .row.collapse .column, form .row .collapse#stack-list .column, form #stack-list .collapse#stack-list .column, form #theme-list li .collapse#stack-list .column, #theme-list form li .collapse#stack-list .column, form ul#docs-list .collapse#stack-list .column, form .row #theme-list li.collapse .column, #theme-list form .row li.collapse .column, form #stack-list #theme-list li.collapse .column, #theme-list form #stack-list li.collapse .column, form #theme-list li li.collapse .column, #theme-list form li li.collapse .column, form ul#docs-list #theme-list li.collapse .column, #theme-list form ul#docs-list li.collapse .column, form .row ul.collapse#docs-list .column, form #stack-list ul.collapse#docs-list .column, form #theme-list li ul.collapse#docs-list .column, #theme-list form li ul.collapse#docs-list .column, form ul#docs-list ul.collapse#docs-list .column, + form .row .row.collapse .columns, + form #stack-list .row.collapse .columns, + form #theme-list li .row.collapse .columns, + #theme-list form li .row.collapse .columns, + form ul#docs-list .row.collapse .columns, + form .row .collapse#stack-list .columns, + form #stack-list .collapse#stack-list .columns, + form #theme-list li .collapse#stack-list .columns, + #theme-list form li .collapse#stack-list .columns, + form ul#docs-list .collapse#stack-list .columns, + form .row #theme-list li.collapse .columns, + #theme-list form .row li.collapse .columns, + form #stack-list #theme-list li.collapse .columns, + #theme-list form #stack-list li.collapse .columns, + form #theme-list li li.collapse .columns, + #theme-list form li li.collapse .columns, + form ul#docs-list #theme-list li.collapse .columns, + #theme-list form ul#docs-list li.collapse .columns, + form .row ul.collapse#docs-list .columns, + form #stack-list ul.collapse#docs-list .columns, + form #theme-list li ul.collapse#docs-list .columns, + #theme-list form li ul.collapse#docs-list .columns, + form ul#docs-list ul.collapse#docs-list .columns, + form .row .row.collapse #stack-list li, + #stack-list form .row .row.collapse li, + form #stack-list .row.collapse li, + form #theme-list li .row.collapse #stack-list li, + #stack-list form #theme-list li .row.collapse li, + #theme-list form li .row.collapse #stack-list li, + #stack-list #theme-list form li .row.collapse li, + form ul#docs-list .row.collapse #stack-list li, + #stack-list form ul#docs-list .row.collapse li, + form .row .collapse#stack-list li, + form .collapse#stack-list .collapse#stack-list li, + form #theme-list li .collapse#stack-list li, + #theme-list form li .collapse#stack-list li, + form ul#docs-list .collapse#stack-list li, + form .row #theme-list li.collapse #stack-list li, + #stack-list form .row #theme-list li.collapse li, + #theme-list form .row li.collapse #stack-list li, + #stack-list #theme-list form .row li.collapse li, + form #stack-list #theme-list li.collapse li, + #theme-list form #stack-list li.collapse li, + form #theme-list li li.collapse #stack-list li, + #stack-list form #theme-list li li.collapse li, + #theme-list form li li.collapse #stack-list li, + #stack-list #theme-list form li li.collapse li, + form ul#docs-list #theme-list li.collapse #stack-list li, + #stack-list form ul#docs-list #theme-list li.collapse li, + #theme-list form ul#docs-list li.collapse #stack-list li, + #stack-list #theme-list form ul#docs-list li.collapse li, + form .row ul.collapse#docs-list #stack-list li, + #stack-list form .row ul.collapse#docs-list li, + form #stack-list ul.collapse#docs-list li, + form #theme-list li ul.collapse#docs-list #stack-list li, + #stack-list form #theme-list li ul.collapse#docs-list li, + #theme-list form li ul.collapse#docs-list #stack-list li, + #stack-list #theme-list form li ul.collapse#docs-list li, + form ul#docs-list ul.collapse#docs-list #stack-list li, + #stack-list form ul#docs-list ul.collapse#docs-list li, + form .row .row.collapse #theme-list li > div, + #theme-list form .row .row.collapse li > div, + form #stack-list .row.collapse #theme-list li > div, + #theme-list form #stack-list .row.collapse li > div, + form #theme-list li .row.collapse li > div, + #theme-list form li .row.collapse li > div, + form ul#docs-list .row.collapse #theme-list li > div, + #theme-list form ul#docs-list .row.collapse li > div, + form .row .collapse#stack-list #theme-list li > div, + #theme-list form .row .collapse#stack-list li > div, + form #stack-list .collapse#stack-list #theme-list li > div, + #theme-list form #stack-list .collapse#stack-list li > div, + form #theme-list li .collapse#stack-list li > div, + #theme-list form li .collapse#stack-list li > div, + form ul#docs-list .collapse#stack-list #theme-list li > div, + #theme-list form ul#docs-list .collapse#stack-list li > div, + form .row #theme-list li.collapse li > div, + #theme-list form .row li.collapse li > div, + form #stack-list #theme-list li.collapse li > div, + #theme-list form #stack-list li.collapse li > div, + form #theme-list li li.collapse li > div, + #theme-list form li li.collapse li > div, + form ul#docs-list #theme-list li.collapse li > div, + #theme-list form ul#docs-list li.collapse li > div, + form .row ul.collapse#docs-list #theme-list li > div, + #theme-list form .row ul.collapse#docs-list li > div, + form #stack-list ul.collapse#docs-list #theme-list li > div, + #theme-list form #stack-list ul.collapse#docs-list li > div, + form #theme-list li ul.collapse#docs-list li > div, + #theme-list form li ul.collapse#docs-list li > div, + form ul#docs-list ul.collapse#docs-list #theme-list li > div, + #theme-list form ul#docs-list ul.collapse#docs-list li > div, + form .row .row.collapse ul#docs-list > li, + form #theme-list li .row.collapse ul#docs-list > li, + #theme-list form li .row.collapse ul#docs-list > li, + form ul#docs-list .row.collapse ul#docs-list > li, + form #stack-list .collapse#stack-list ul#docs-list > li, + form .row #theme-list li.collapse ul#docs-list > li, + #theme-list form .row li.collapse ul#docs-list > li, + form #theme-list li li.collapse ul#docs-list > li, + #theme-list form li li.collapse ul#docs-list > li, + form ul#docs-list #theme-list li.collapse ul#docs-list > li, + #theme-list form ul#docs-list li.collapse ul#docs-list > li, + form .row ul.collapse#docs-list ul#docs-list > li, + form #theme-list li ul.collapse#docs-list ul#docs-list > li, + #theme-list form li ul.collapse#docs-list ul#docs-list > li, + form ul#docs-list ul.collapse#docs-list ul#docs-list > li { + padding: 0; } + /* line 85, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_forms.scss */ + form .row .row.collapse input, form #stack-list .row.collapse input, form #theme-list li .row.collapse input, #theme-list form li .row.collapse input, form ul#docs-list .row.collapse input, form .row .collapse#stack-list input, form #stack-list .collapse#stack-list input, form #theme-list li .collapse#stack-list input, #theme-list form li .collapse#stack-list input, form ul#docs-list .collapse#stack-list input, form .row #theme-list li.collapse input, #theme-list form .row li.collapse input, form #stack-list #theme-list li.collapse input, #theme-list form #stack-list li.collapse input, form #theme-list li li.collapse input, #theme-list form li li.collapse input, form ul#docs-list #theme-list li.collapse input, #theme-list form ul#docs-list li.collapse input, form .row ul.collapse#docs-list input, form #stack-list ul.collapse#docs-list input, form #theme-list li ul.collapse#docs-list input, #theme-list form li ul.collapse#docs-list input, form ul#docs-list ul.collapse#docs-list input { + -moz-border-radius-bottomleft: 0; + -moz-border-radius-topleft: 0; + -webkit-border-bottom-left-radius: 0; + -webkit-border-top-left-radius: 0; } +/* line 97, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_forms.scss */ +form .row input.column, form #stack-list input.column, form #theme-list li input.column, #theme-list form li input.column, form ul#docs-list input.column, +form .row input.columns, +form #stack-list input.columns, +form #theme-list li input.columns, +#theme-list form li input.columns, +form ul#docs-list input.columns, +form .row textarea.column, +form #stack-list textarea.column, +form #theme-list li textarea.column, +#theme-list form li textarea.column, +form ul#docs-list textarea.column, +form .row textarea.columns, +form #stack-list textarea.columns, +form #theme-list li textarea.columns, +#theme-list form li textarea.columns, +form ul#docs-list textarea.columns { + padding-right: 0.5rem; } + +/* Label Styles */ +/* line 306, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_forms.scss */ +label { + font-size: 0.875rem; + color: #4d4d4d; + cursor: pointer; + display: block; + font-weight: normal; + margin-bottom: 0.5rem; + /* Styles for required inputs */ } + /* line 307, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_forms.scss */ + label.right { + float: none; + text-align: right; } + /* line 308, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_forms.scss */ + label.inline { + margin: 0 0 1rem 0; + padding: 0.625rem 0; } + /* line 310, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_forms.scss */ + label small { + text-transform: capitalize; + color: #666666; } + +/* line 316, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_forms.scss */ +select { + -webkit-appearance: none !important; + background: #fafafa url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iM3B4IiB2aWV3Qm94PSIwIDAgNiAzIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA2IDMiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwb2x5Z29uIHBvaW50cz0iNS45OTIsMCAyLjk5MiwzIC0wLjAwOCwwICIvPjwvc3ZnPg==") no-repeat; + background-position-x: 97%; + background-position-y: center; + border: 1px solid #cccccc; + padding: 0.5rem; + font-size: 0.875rem; + -webkit-border-radius: 0; + border-radius: 0; } + /* line 327, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_forms.scss */ + select.radius { + -webkit-border-radius: 3px; + border-radius: 3px; } + /* line 328, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_forms.scss */ + select:hover { + background: #f2f2f2 url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iM3B4IiB2aWV3Qm94PSIwIDAgNiAzIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA2IDMiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwb2x5Z29uIHBvaW50cz0iNS45OTIsMCAyLjk5MiwzIC0wLjAwOCwwICIvPjwvc3ZnPg==") no-repeat; + background-position-x: 97%; + background-position-y: center; + border-color: #999999; } + +@-moz-document url-prefix() { + /* line 338, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_forms.scss */ + select { + background: #fafafa; } + + /* line 339, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_forms.scss */ + select:hover { + background: #f2f2f2; } } + +/* Attach elements to the beginning or end of an input */ +/* line 343, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_forms.scss */ +.prefix, +.postfix { + display: block; + position: relative; + z-index: 2; + text-align: center; + width: 100%; + padding-top: 0; + padding-bottom: 0; + border-style: solid; + border-width: 1px; + overflow: hidden; + font-size: 0.875rem; + height: 2.3125rem; + line-height: 2.3125rem; } + +/* Adjust padding, alignment and radius if pre/post element is a button */ +/* line 346, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_forms.scss */ +.postfix.button, .sendgrid-subscription-widget input.postfix[type="submit"] { + padding-right: 0; + padding-left: 0; + padding-top: 0; + padding-bottom: 0; + text-align: center; + line-height: 2.125rem; + border: none; } + +/* line 347, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_forms.scss */ +.prefix.button, .sendgrid-subscription-widget input.prefix[type="submit"] { + padding-right: 0; + padding-left: 0; + padding-top: 0; + padding-bottom: 0; + text-align: center; + line-height: 2.125rem; + border: none; } + +/* line 349, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_forms.scss */ +.prefix.button.radius, .sendgrid-subscription-widget input.prefix.radius[type="submit"] { + -webkit-border-radius: 0; + border-radius: 0; + -moz-border-radius-bottomleft: 3px; + -moz-border-radius-topleft: 3px; + -webkit-border-bottom-left-radius: 3px; + -webkit-border-top-left-radius: 3px; + border-bottom-left-radius: 3px; + border-top-left-radius: 3px; } + +/* line 350, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_forms.scss */ +.postfix.button.radius, .sendgrid-subscription-widget input.postfix.radius[type="submit"] { + -webkit-border-radius: 0; + border-radius: 0; + -moz-border-radius-topright: 3px; + -moz-border-radius-bottomright: 3px; + -webkit-border-top-right-radius: 3px; + -webkit-border-bottom-right-radius: 3px; + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; } + +/* line 351, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_forms.scss */ +.prefix.button.round, .sendgrid-subscription-widget input.prefix.round[type="submit"] { + -webkit-border-radius: 0; + border-radius: 0; + -moz-border-radius-bottomleft: 1000px; + -moz-border-radius-topleft: 1000px; + -webkit-border-bottom-left-radius: 1000px; + -webkit-border-top-left-radius: 1000px; + border-bottom-left-radius: 1000px; + border-top-left-radius: 1000px; } + +/* line 352, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_forms.scss */ +.postfix.button.round, .sendgrid-subscription-widget input.postfix.round[type="submit"] { + -webkit-border-radius: 0; + border-radius: 0; + -moz-border-radius-topright: 1000px; + -moz-border-radius-bottomright: 1000px; + -webkit-border-top-right-radius: 1000px; + -webkit-border-bottom-right-radius: 1000px; + border-top-right-radius: 1000px; + border-bottom-right-radius: 1000px; } + +/* Separate prefix and postfix styles when on span or label so buttons keep their own */ +/* line 355, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_forms.scss */ +span.prefix, label.prefix { + background: #f2f2f2; + border-color: #d9d9d9; + border-left: none; + color: #333333; } + /* line 356, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_forms.scss */ + span.prefix.radius, label.prefix.radius { + -webkit-border-radius: 0; + border-radius: 0; + -moz-border-radius-bottomleft: 3px; + -moz-border-radius-topleft: 3px; + -webkit-border-bottom-left-radius: 3px; + -webkit-border-top-left-radius: 3px; + border-bottom-left-radius: 3px; + border-top-left-radius: 3px; } + +/* line 358, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_forms.scss */ +span.postfix, label.postfix { + background: #f2f2f2; + border-color: #cccccc; + border-right: none; + color: #333333; } + /* line 359, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_forms.scss */ + span.postfix.radius, label.postfix.radius { + -webkit-border-radius: 0; + border-radius: 0; + -moz-border-radius-topright: 3px; + -moz-border-radius-bottomright: 3px; + -webkit-border-top-right-radius: 3px; + -webkit-border-bottom-right-radius: 3px; + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; } + +/* Input groups will automatically style first and last elements of the group */ +/* line 365, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_forms.scss */ +.input-group.radius > *:first-child, .input-group.radius > *:first-child * { + -moz-border-radius-topright: 3px; + -moz-border-radius-bottomright: 3px; + -webkit-border-top-right-radius: 3px; + -webkit-border-bottom-right-radius: 3px; + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; } +/* line 368, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_forms.scss */ +.input-group.radius > *:last-child, .input-group.radius > *:last-child * { + -moz-border-radius-bottomleft: 3px; + -moz-border-radius-topleft: 3px; + -webkit-border-bottom-left-radius: 3px; + -webkit-border-top-left-radius: 3px; + border-bottom-left-radius: 3px; + border-top-left-radius: 3px; } +/* line 373, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_forms.scss */ +.input-group.round > *:first-child, .input-group.round > *:first-child * { + -moz-border-radius-topright: 1000px; + -moz-border-radius-bottomright: 1000px; + -webkit-border-top-right-radius: 1000px; + -webkit-border-bottom-right-radius: 1000px; + border-top-right-radius: 1000px; + border-bottom-right-radius: 1000px; } +/* line 376, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_forms.scss */ +.input-group.round > *:last-child, .input-group.round > *:last-child * { + -moz-border-radius-bottomleft: 1000px; + -moz-border-radius-topleft: 1000px; + -webkit-border-bottom-left-radius: 1000px; + -webkit-border-top-left-radius: 1000px; + border-bottom-left-radius: 1000px; + border-top-left-radius: 1000px; } + +/* We use this to get basic styling on all basic form elements */ +/* line 396, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_forms.scss */ +input[type="text"], +input[type="password"], +input[type="date"], +input[type="datetime"], +input[type="datetime-local"], +input[type="month"], +input[type="week"], +input[type="email"], +input[type="number"], +input[type="search"], +input[type="tel"], +input[type="time"], +input[type="url"], +textarea { + -webkit-appearance: none; + -webkit-border-radius: 0; + border-radius: 0; + background-color: white; + font-family: inherit; + border: 1px solid #cccccc; + -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); + box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); + color: rgba(0, 0, 0, 0.75); + display: block; + font-size: 0.875rem; + margin: 0 0 1rem 0; + padding: 0.5rem; + height: 2.3125rem; + width: 100%; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + -webkit-transition: -webkit-box-shadow 0.45s, border-color 0.45s ease-in-out; + -moz-transition: -moz-box-shadow 0.45s, border-color 0.45s ease-in-out; + transition: box-shadow 0.45s, border-color 0.45s ease-in-out; } + /* line 182, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_global.scss */ + input[type="text"]:focus, + input[type="password"]:focus, + input[type="date"]:focus, + input[type="datetime"]:focus, + input[type="datetime-local"]:focus, + input[type="month"]:focus, + input[type="week"]:focus, + input[type="email"]:focus, + input[type="number"]:focus, + input[type="search"]:focus, + input[type="tel"]:focus, + input[type="time"]:focus, + input[type="url"]:focus, + textarea:focus { + -webkit-box-shadow: 0 0 5px #999999; + -moz-box-shadow: 0 0 5px #999999; + box-shadow: 0 0 5px #999999; + border-color: #999999; } + /* line 123, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_forms.scss */ + input[type="text"]:focus, + input[type="password"]:focus, + input[type="date"]:focus, + input[type="datetime"]:focus, + input[type="datetime-local"]:focus, + input[type="month"]:focus, + input[type="week"]:focus, + input[type="email"]:focus, + input[type="number"]:focus, + input[type="search"]:focus, + input[type="tel"]:focus, + input[type="time"]:focus, + input[type="url"]:focus, + textarea:focus { + background: #fafafa; + border-color: #999999; + outline: none; } + /* line 130, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_forms.scss */ + input[type="text"][disabled], + input[type="password"][disabled], + input[type="date"][disabled], + input[type="datetime"][disabled], + input[type="datetime-local"][disabled], + input[type="month"][disabled], + input[type="week"][disabled], + input[type="email"][disabled], + input[type="number"][disabled], + input[type="search"][disabled], + input[type="tel"][disabled], + input[type="time"][disabled], + input[type="url"][disabled], + textarea[disabled] { + background-color: #dddddd; } + +/* Adjust margin for form elements below */ +/* line 410, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_forms.scss */ +input[type="file"], +input[type="checkbox"], +input[type="radio"], +select { + margin: 0 0 1rem 0; } + +/* line 415, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_forms.scss */ +input[type="checkbox"] + label, +input[type="radio"] + label { + display: inline-block; + margin-right: 0.5rem; + margin-left: 1rem; + margin-bottom: 0; + vertical-align: baseline; } + +/* Normalize file input width */ +/* line 424, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_forms.scss */ +input[type="file"] { + width: 100%; } + +/* We add basic fieldset styling */ +/* line 429, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_forms.scss */ +fieldset { + border: solid 1px #dddddd; + padding: 1.25rem; + margin: 1.125rem 0; } + /* line 247, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_forms.scss */ + fieldset legend { + font-weight: bold; + background: white; + padding: 0 0.1875rem; + margin: 0; + margin-right: -0.1875rem; } + +/* Error Handling */ +/* line 436, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_forms.scss */ +[data-abide] .error small.error, [data-abide] span.error, [data-abide] small.error { + display: block; + padding: 0.375rem 0.5625rem 0.5625rem; + margin-top: -1px; + margin-bottom: 1rem; + font-size: 0.75rem; + font-weight: normal; + font-style: italic; + background: #f04124; + color: white; } +/* line 439, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_forms.scss */ +[data-abide] span.error, [data-abide] small.error { + display: none; } + +/* line 441, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_forms.scss */ +span.error, small.error { + display: block; + padding: 0.375rem 0.5625rem 0.5625rem; + margin-top: -1px; + margin-bottom: 1rem; + font-size: 0.75rem; + font-weight: normal; + font-style: italic; + background: #f04124; + color: white; } + +/* line 447, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_forms.scss */ +.error input, +.error textarea, +.error select { + margin-bottom: 0; } +/* line 452, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_forms.scss */ +.error label, +.error label.error { + color: #f04124; } +/* line 457, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_forms.scss */ +.error > small, +.error small.error { + display: block; + padding: 0.375rem 0.5625rem 0.5625rem; + margin-top: -1px; + margin-bottom: 1rem; + font-size: 0.75rem; + font-weight: normal; + font-style: italic; + background: #f04124; + color: white; } +/* line 461, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_forms.scss */ +.error span.error-message { + display: block; } + +/* line 467, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_forms.scss */ +input.error, +textarea.error { + margin-bottom: 0; } + +/* line 470, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_forms.scss */ +label.error { + color: #f04124; } + +/* line 48, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_inline-lists.scss */ +.inline-list { + margin: 0 auto 1.0625rem auto; + margin-right: -1.375rem; + margin-left: 0; + padding: 0; + list-style: none; + overflow: hidden; } + /* line 37, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_inline-lists.scss */ + .inline-list > li { + list-style: none; + float: right; + margin-right: 1.375rem; + display: block; } + /* line 42, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_inline-lists.scss */ + .inline-list > li > * { + display: block; } + +/* Foundation Joyride */ +/* line 44, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_joyride.scss */ +.joyride-list { + display: none; } + +/* Default styles for the container */ +/* line 47, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_joyride.scss */ +.joyride-tip-guide { + display: none; + position: absolute; + background: #333333; + color: white; + z-index: 101; + top: 0; + right: 2.5%; + font-family: inherit; + font-weight: normal; + width: 95%; } + +/* line 60, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_joyride.scss */ +.lt-ie9 .joyride-tip-guide { + max-width: 800px; + right: 50%; + margin-right: -400px; } + +/* line 66, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_joyride.scss */ +.joyride-content-wrapper { + width: 100%; + padding: 1.125rem 1.25rem 1.5rem; } + /* line 71, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_joyride.scss */ + .joyride-content-wrapper .button, .joyride-content-wrapper .sendgrid-subscription-widget input[type="submit"], .sendgrid-subscription-widget .joyride-content-wrapper input[type="submit"] { + margin-bottom: 0 !important; } + +/* Add a little css triangle pip, older browser just miss out on the fanciness of it */ +/* line 76, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_joyride.scss */ +.joyride-tip-guide .joyride-nub { + display: block; + position: absolute; + right: 22px; + width: 0; + height: 0; + border: 10px solid #333333; } + /* line 84, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_joyride.scss */ + .joyride-tip-guide .joyride-nub.top { + border-top-style: solid; + border-color: #333333; + border-top-color: transparent !important; + border-right-color: transparent !important; + border-left-color: transparent !important; + top: -20px; } + /* line 92, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_joyride.scss */ + .joyride-tip-guide .joyride-nub.bottom { + border-bottom-style: solid; + border-color: #333333 !important; + border-bottom-color: transparent !important; + border-right-color: transparent !important; + border-left-color: transparent !important; + bottom: -20px; } + /* line 101, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_joyride.scss */ + .joyride-tip-guide .joyride-nub.right, .joyride-tip-guide body[class$="about"] dl dd img.joyride-nub, body[class$="about"] dl dd .joyride-tip-guide img.joyride-nub { + right: -20px; } + /* line 102, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_joyride.scss */ + .joyride-tip-guide .joyride-nub.left { + left: -20px; } + +/* Typography */ +/* line 112, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_joyride.scss */ +.joyride-tip-guide h1, +.joyride-tip-guide h2, +.joyride-tip-guide h3, +.joyride-tip-guide h4, +.joyride-tip-guide h5, +.joyride-tip-guide h6 { + line-height: 1.25; + margin: 0; + font-weight: bold; + color: white; } + +/* line 118, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_joyride.scss */ +.joyride-tip-guide p { + margin: 0 0 1.125rem 0; + font-size: 0.875rem; + line-height: 1.3; } + +/* line 124, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_joyride.scss */ +.joyride-timer-indicator-wrap { + width: 50px; + height: 3px; + border: solid 1px #555555; + position: absolute; + left: 1.0625rem; + bottom: 1rem; } + +/* line 132, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_joyride.scss */ +.joyride-timer-indicator { + display: block; + width: 0; + height: inherit; + background: #666666; } + +/* line 139, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_joyride.scss */ +.joyride-close-tip { + position: absolute; + left: 12px; + top: 10px; + color: #777777 !important; + text-decoration: none; + font-size: 24px; + font-weight: normal; + line-height: .5 !important; } + /* line 150, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_joyride.scss */ + .joyride-close-tip:hover, .joyride-close-tip:focus { + color: #eee !important; } + +/* line 153, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_joyride.scss */ +.joyride-modal-bg { + position: fixed; + height: 100%; + width: 100%; + background: transparent; + background: rgba(0, 0, 0, 0.5); + z-index: 100; + display: none; + top: 0; + right: 0; + cursor: pointer; } + +/* line 166, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_joyride.scss */ +.joyride-expose-wrapper { + background-color: #ffffff; + position: absolute; + border-radius: 3px; + z-index: 102; + -moz-box-shadow: 0 0 30px #ffffff; + -webkit-box-shadow: 0 0 15px #ffffff; + box-shadow: 0 0 15px #ffffff; } + +/* line 178, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_joyride.scss */ +.joyride-expose-cover { + background: transparent; + border-radius: 3px; + position: absolute; + z-index: 9999; + top: 0; + left: 0; } + +/* Styles for screens that are atleast 768px; */ +@media only screen and (min-width: 40.063em) { + /* line 190, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_joyride.scss */ + .joyride-tip-guide { + width: 300px; + right: inherit; } + /* line 192, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_joyride.scss */ + .joyride-tip-guide .joyride-nub.bottom { + border-color: #333333 !important; + border-bottom-color: transparent !important; + border-right-color: transparent !important; + border-left-color: transparent !important; + bottom: -20px; } + /* line 199, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_joyride.scss */ + .joyride-tip-guide .joyride-nub.right, .joyride-tip-guide body[class$="about"] dl dd img.joyride-nub, body[class$="about"] dl dd .joyride-tip-guide img.joyride-nub { + border-color: #333333 !important; + border-top-color: transparent !important; + border-right-color: transparent !important; + border-bottom-color: transparent !important; + top: 22px; + left: auto; + right: -20px; } + /* line 207, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_joyride.scss */ + .joyride-tip-guide .joyride-nub.left { + border-color: #333333 !important; + border-top-color: transparent !important; + border-left-color: transparent !important; + border-bottom-color: transparent !important; + top: 22px; + left: -20px; + right: auto; } } +/* line 52, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_keystrokes.scss */ +.keystroke, +kbd { + background-color: #ededed; + border-color: #dbdbdb; + color: #222222; + border-style: solid; + border-width: 1px; + margin: 0; + font-family: "Consolas", "Menlo", "Courier", monospace; + font-size: 0.875rem; + padding: 0.125rem 0.25rem 0; + -webkit-border-radius: 3px; + border-radius: 3px; } + +/* line 87, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_labels.scss */ +.label { + font-weight: normal; + font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; + text-align: center; + text-decoration: none; + line-height: 1; + white-space: nowrap; + display: inline-block; + position: relative; + margin-bottom: inherit; + padding: 0.25rem 0.5rem 0.375rem; + font-size: 0.6875rem; + background-color: #008cba; + color: white; } + /* line 92, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_labels.scss */ + .label.radius { + -webkit-border-radius: 3px; + border-radius: 3px; } + /* line 93, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_labels.scss */ + .label.round { + -webkit-border-radius: 1000px; + border-radius: 1000px; } + /* line 95, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_labels.scss */ + .label.alert { + background-color: #f04124; + color: white; } + /* line 96, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_labels.scss */ + .label.success { + background-color: #5e8949; + color: white; } + /* line 97, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_labels.scss */ + .label.secondary { + background-color: #e7e7e7; + color: #333333; } + +/* line 14, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_magellan.scss */ +[data-magellan-expedition] { + background: white; + z-index: 50; + min-width: 100%; + padding: 10px; } + /* line 20, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_magellan.scss */ + [data-magellan-expedition] .sub-nav { + margin-bottom: 0; } + /* line 22, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_magellan.scss */ + [data-magellan-expedition] .sub-nav dd { + margin-bottom: 0; } + /* line 23, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_magellan.scss */ + [data-magellan-expedition] .sub-nav .active { + line-height: 1.8em; } + +@-webkit-keyframes rotate { + /* line 45, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_orbit.scss */ + from { + -webkit-transform: rotate(0deg); } + + /* line 46, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_orbit.scss */ + to { + -webkit-transform: rotate(360deg); } } + +@-moz-keyframes rotate { + /* line 49, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_orbit.scss */ + from { + -moz-transform: rotate(0deg); } + + /* line 50, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_orbit.scss */ + to { + -moz-transform: rotate(360deg); } } + +@-o-keyframes rotate { + /* line 53, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_orbit.scss */ + from { + -o-transform: rotate(0deg); } + + /* line 54, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_orbit.scss */ + to { + -o-transform: rotate(360deg); } } + +@keyframes rotate { + /* line 58, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_orbit.scss */ + from { + transform: rotate(0deg); } + + /* line 59, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_orbit.scss */ + to { + transform: rotate(360deg); } } + +/* Orbit Graceful Loading */ +/* line 63, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_orbit.scss */ +.slideshow-wrapper { + position: relative; } + /* line 66, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_orbit.scss */ + .slideshow-wrapper ul { + list-style-type: none; + margin: 0; } + /* line 73, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_orbit.scss */ + .slideshow-wrapper ul li, + .slideshow-wrapper ul li .orbit-caption { + display: none; } + /* line 76, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_orbit.scss */ + .slideshow-wrapper ul li:first-child { + display: block; } + /* line 79, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_orbit.scss */ + .slideshow-wrapper .orbit-container { + background-color: transparent; } + /* line 82, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_orbit.scss */ + .slideshow-wrapper .orbit-container li { + display: block; } + /* line 84, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_orbit.scss */ + .slideshow-wrapper .orbit-container li .orbit-caption { + display: block; } + +/* line 90, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_orbit.scss */ +.preloader { + display: block; + width: 40px; + height: 40px; + position: absolute; + top: 50%; + left: 50%; + margin-top: -20px; + margin-left: -20px; + border: solid 3px; + border-color: #555 #fff; + -webkit-border-radius: 1000px; + border-radius: 1000px; + -webkit-animation-name: rotate; + -webkit-animation-duration: 1.5s; + -webkit-animation-iteration-count: infinite; + -webkit-animation-timing-function: linear; + -moz-animation-name: rotate; + -moz-animation-duration: 1.5s; + -moz-animation-iteration-count: infinite; + -moz-animation-timing-function: linear; + -o-animation-name: rotate; + -o-animation-duration: 1.5s; + -o-animation-iteration-count: infinite; + -o-animation-timing-function: linear; + animation-name: rotate; + animation-duration: 1.5s; + animation-iteration-count: infinite; + animation-timing-function: linear; } + +/* line 122, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_orbit.scss */ +.orbit-container { + overflow: hidden; + width: 100%; + position: relative; + background: none; } + /* line 128, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_orbit.scss */ + .orbit-container .orbit-slides-container { + list-style: none; + margin: 0; + padding: 0; + position: relative; } + /* line 134, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_orbit.scss */ + .orbit-container .orbit-slides-container img { + display: block; + max-width: 100%; } + /* line 136, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_orbit.scss */ + .orbit-container .orbit-slides-container > * { + position: absolute; + top: 0; + width: 100%; + margin-right: 100%; } + /* line 147, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_orbit.scss */ + .orbit-container .orbit-slides-container > *:first-child { + margin-right: 0%; } + /* line 156, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_orbit.scss */ + .orbit-container .orbit-slides-container > * .orbit-caption { + position: absolute; + bottom: 0; + background-color: rgba(51, 51, 51, 0.8); + color: white; + width: 100%; + padding: 10px 14px; + font-size: 0.875rem; } + /* line 173, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_orbit.scss */ + .orbit-container .orbit-slide-number { + position: absolute; + top: 10px; + right: 10px; + font-size: 12px; + color: white; + background: rgba(0, 0, 0, 0); + z-index: 10; } + /* line 178, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_orbit.scss */ + .orbit-container .orbit-slide-number span { + font-weight: 700; + padding: 0.3125rem; } + /* line 184, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_orbit.scss */ + .orbit-container .orbit-timer { + position: absolute; + top: 12px; + left: 10px; + height: 6px; + width: 100px; + z-index: 10; } + /* line 191, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_orbit.scss */ + .orbit-container .orbit-timer .orbit-progress { + height: 3px; + background-color: rgba(255, 255, 255, 0.3); + display: block; + width: 0%; + position: relative; + right: 20px; + top: 5px; } + /* line 204, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_orbit.scss */ + .orbit-container .orbit-timer > span { + display: none; + position: absolute; + top: 0px; + left: 0; + width: 11px; + height: 14px; + border: solid 4px #fff; + border-top: none; + border-bottom: none; } + /* line 218, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_orbit.scss */ + .orbit-container .orbit-timer.paused > span { + left: -4px; + top: 0px; + width: 11px; + height: 14px; + border: inset 8px; + border-right-style: solid; + border-color: transparent transparent transparent #fff; } + /* line 226, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_orbit.scss */ + .orbit-container .orbit-timer.paused > span.dark { + border-color: transparent transparent transparent #333; } + /* line 235, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_orbit.scss */ + .orbit-container:hover .orbit-timer > span { + display: block; } + /* line 239, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_orbit.scss */ + .orbit-container .orbit-prev, + .orbit-container .orbit-next { + position: absolute; + top: 45%; + margin-top: -25px; + width: 36px; + height: 60px; + line-height: 50px; + color: white; + text-indent: -9999px !important; + z-index: 10; } + /* line 250, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_orbit.scss */ + .orbit-container .orbit-prev:hover, + .orbit-container .orbit-next:hover { + background-color: rgba(0, 0, 0, 0.3); } + /* line 254, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_orbit.scss */ + .orbit-container .orbit-prev > span, + .orbit-container .orbit-next > span { + position: absolute; + top: 50%; + margin-top: -10px; + display: block; + width: 0; + height: 0; + border: inset 10px; } + /* line 264, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_orbit.scss */ + .orbit-container .orbit-prev { + right: 0; } + /* line 265, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_orbit.scss */ + .orbit-container .orbit-prev > span { + border-left-style: solid; + border-color: transparent; + border-left-color: white; } + /* line 270, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_orbit.scss */ + .orbit-container .orbit-prev:hover > span { + border-left-color: white; } + /* line 274, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_orbit.scss */ + .orbit-container .orbit-next { + left: 0; } + /* line 275, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_orbit.scss */ + .orbit-container .orbit-next > span { + border-color: transparent; + border-right-style: solid; + border-right-color: white; + right: 50%; + margin-right: -4px; } + /* line 282, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_orbit.scss */ + .orbit-container .orbit-next:hover > span { + border-right-color: white; } + +/* line 288, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_orbit.scss */ +.orbit-bullets-container { + text-align: center; } + +/* line 289, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_orbit.scss */ +.orbit-bullets { + margin: 0 auto 30px auto; + overflow: hidden; + position: relative; + top: 10px; + float: none; + text-align: center; + display: inline-block; } + /* line 298, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_orbit.scss */ + .orbit-bullets li { + display: block; + width: 0.5625rem; + height: 0.5625rem; + background: #cccccc; + float: right; + margin-left: 6px; + -webkit-border-radius: 1000px; + border-radius: 1000px; } + /* line 307, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_orbit.scss */ + .orbit-bullets li.active { + background: #999999; } + /* line 311, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_orbit.scss */ + .orbit-bullets li:last-child { + margin-left: 0; } + +/* line 318, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_orbit.scss */ +.touch .orbit-container .orbit-prev, +.touch .orbit-container .orbit-next { + display: none; } +/* line 321, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_orbit.scss */ +.touch .orbit-bullets { + display: none; } + +@media only screen and (min-width: 40.063em) { + /* line 330, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_orbit.scss */ + .touch .orbit-container .orbit-prev, + .touch .orbit-container .orbit-next { + display: inherit; } + /* line 333, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_orbit.scss */ + .touch .orbit-bullets { + display: block; } } +@media only screen and (max-width: 40em) { + /* line 340, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_orbit.scss */ + .orbit-stack-on-small .orbit-slides-container { + height: auto !important; } + /* line 341, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_orbit.scss */ + .orbit-stack-on-small .orbit-slides-container > * { + position: relative; + margin-left: 0% !important; } + /* line 348, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_orbit.scss */ + .orbit-stack-on-small .orbit-timer, + .orbit-stack-on-small .orbit-next, + .orbit-stack-on-small .orbit-prev, + .orbit-stack-on-small .orbit-bullets { + display: none; } } +/* line 132, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_pagination.scss */ +ul.pagination { + display: block; + height: 1.5rem; + margin-right: -0.3125rem; } + /* line 95, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_pagination.scss */ + ul.pagination li { + height: 1.5rem; + color: #222222; + font-size: 0.875rem; + margin-right: 0.3125rem; } + /* line 101, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_pagination.scss */ + ul.pagination li a { + display: block; + padding: 0.0625rem 0.625rem 0.0625rem; + color: #999999; + -webkit-border-radius: 3px; + border-radius: 3px; } + /* line 109, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_pagination.scss */ + ul.pagination li:hover a, + ul.pagination li a:focus { + background: #e6e6e6; } + /* line 47, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_pagination.scss */ + ul.pagination li.unavailable a { + cursor: default; + color: #999999; } + /* line 52, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_pagination.scss */ + ul.pagination li.unavailable:hover a, ul.pagination li.unavailable a:focus { + background: transparent; } + /* line 60, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_pagination.scss */ + ul.pagination li.current a { + background: #008cba; + color: white; + font-weight: bold; + cursor: default; } + /* line 67, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_pagination.scss */ + ul.pagination li.current a:hover, ul.pagination li.current a:focus { + background: #008cba; } + /* line 119, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_pagination.scss */ + ul.pagination li { + float: right; + display: block; } + +/* Pagination centred wrapper */ +/* line 137, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_pagination.scss */ +.pagination-centered { + text-align: center; } + /* line 119, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_pagination.scss */ + .pagination-centered ul.pagination li { + float: none; + display: inline-block; } + +/* Panels */ +/* line 70, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_panels.scss */ +.panel, p code, ul#downloads > li { + border-style: solid; + border-width: 1px; + border-color: #d9d9d9; + margin-bottom: 1.25rem; + padding: 1.25rem; + background: #f2f2f2; } + /* line 48, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_panels.scss */ + .panel > :first-child, p code > :first-child, ul#downloads > li > :first-child { + margin-top: 0; } + /* line 49, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_panels.scss */ + .panel > :last-child, p code > :last-child, ul#downloads > li > :last-child { + margin-bottom: 0; } + /* line 54, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_panels.scss */ + .panel h1, p code h1, ul#downloads > li h1, .panel h2, p code h2, ul#downloads > li h2, .panel h3, p code h3, ul#downloads > li h3, .panel h4, p code h4, ul#downloads > li h4, .panel h5, p code h5, ul#downloads > li h5, .panel h6, p code h6, ul#downloads > li h6, .panel p, p code p, ul#downloads > li p { + color: #333333; } + /* line 58, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_panels.scss */ + .panel h1, p code h1, ul#downloads > li h1, .panel h2, p code h2, ul#downloads > li h2, .panel h3, p code h3, ul#downloads > li h3, .panel h4, p code h4, ul#downloads > li h4, .panel h5, p code h5, ul#downloads > li h5, .panel h6, p code h6, ul#downloads > li h6 { + line-height: 1; + margin-bottom: 0.625rem; } + /* line 60, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_panels.scss */ + .panel h1.subheader, p code h1.subheader, ul#downloads > li h1.subheader, .panel h2.subheader, p code h2.subheader, ul#downloads > li h2.subheader, .panel h3.subheader, p code h3.subheader, ul#downloads > li h3.subheader, .panel h4.subheader, p code h4.subheader, ul#downloads > li h4.subheader, .panel h5.subheader, p code h5.subheader, ul#downloads > li h5.subheader, .panel h6.subheader, p code h6.subheader, ul#downloads > li h6.subheader { + line-height: 1.4; } + /* line 72, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_panels.scss */ + .panel.callout, p code.callout, ul#downloads > li.callout { + border-style: solid; + border-width: 1px; + border-color: #baeeff; + margin-bottom: 1.25rem; + padding: 1.25rem; + background: #edfbff; } + /* line 48, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_panels.scss */ + .panel.callout > :first-child, p code.callout > :first-child, ul#downloads > li.callout > :first-child { + margin-top: 0; } + /* line 49, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_panels.scss */ + .panel.callout > :last-child, p code.callout > :last-child, ul#downloads > li.callout > :last-child { + margin-bottom: 0; } + /* line 54, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_panels.scss */ + .panel.callout h1, p code.callout h1, ul#downloads > li.callout h1, .panel.callout h2, p code.callout h2, ul#downloads > li.callout h2, .panel.callout h3, p code.callout h3, ul#downloads > li.callout h3, .panel.callout h4, p code.callout h4, ul#downloads > li.callout h4, .panel.callout h5, p code.callout h5, ul#downloads > li.callout h5, .panel.callout h6, p code.callout h6, ul#downloads > li.callout h6, .panel.callout p, p code.callout p, ul#downloads > li.callout p { + color: #333333; } + /* line 58, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_panels.scss */ + .panel.callout h1, p code.callout h1, ul#downloads > li.callout h1, .panel.callout h2, p code.callout h2, ul#downloads > li.callout h2, .panel.callout h3, p code.callout h3, ul#downloads > li.callout h3, .panel.callout h4, p code.callout h4, ul#downloads > li.callout h4, .panel.callout h5, p code.callout h5, ul#downloads > li.callout h5, .panel.callout h6, p code.callout h6, ul#downloads > li.callout h6 { + line-height: 1; + margin-bottom: 0.625rem; } + /* line 60, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_panels.scss */ + .panel.callout h1.subheader, p code.callout h1.subheader, ul#downloads > li.callout h1.subheader, .panel.callout h2.subheader, p code.callout h2.subheader, ul#downloads > li.callout h2.subheader, .panel.callout h3.subheader, p code.callout h3.subheader, ul#downloads > li.callout h3.subheader, .panel.callout h4.subheader, p code.callout h4.subheader, ul#downloads > li.callout h4.subheader, .panel.callout h5.subheader, p code.callout h5.subheader, ul#downloads > li.callout h5.subheader, .panel.callout h6.subheader, p code.callout h6.subheader, ul#downloads > li.callout h6.subheader { + line-height: 1.4; } + /* line 74, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_panels.scss */ + .panel.callout a, p code.callout a, ul#downloads > li.callout a { + color: #008cba; } + /* line 79, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_panels.scss */ + .panel.radius, p code.radius, ul#downloads > li.radius { + -webkit-border-radius: 3px; + border-radius: 3px; } + +/* Pricing Tables */ +/* line 135, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_pricing-tables.scss */ +.pricing-table { + border: solid 1px #dddddd; + margin-right: 0; + margin-bottom: 1.25rem; } + /* line 64, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_pricing-tables.scss */ + .pricing-table * { + list-style: none; + line-height: 1; } + /* line 138, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_pricing-tables.scss */ + .pricing-table .title { + background-color: #333333; + padding: 0.9375rem 1.25rem; + text-align: center; + color: #eeeeee; + font-weight: normal; + font-size: 1rem; + font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; } + /* line 139, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_pricing-tables.scss */ + .pricing-table .price { + background-color: #f6f6f6; + padding: 0.9375rem 1.25rem; + text-align: center; + color: #333333; + font-weight: normal; + font-size: 2rem; + font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; } + /* line 140, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_pricing-tables.scss */ + .pricing-table .description { + background-color: white; + padding: 0.9375rem; + text-align: center; + color: #777777; + font-size: 0.75rem; + font-weight: normal; + line-height: 1.4; + border-bottom: dotted 1px #dddddd; } + /* line 141, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_pricing-tables.scss */ + .pricing-table .bullet-item { + background-color: white; + padding: 0.9375rem; + text-align: center; + color: #333333; + font-size: 0.875rem; + font-weight: normal; + border-bottom: dotted 1px #dddddd; } + /* line 142, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_pricing-tables.scss */ + .pricing-table .cta-button { + background-color: white; + text-align: center; + padding: 1.25rem 1.25rem 0; } + +/* Progress Bar */ +/* line 53, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_progress-bars.scss */ +.progress { + background-color: #f6f6f6; + height: 1.5625rem; + border: 1px solid #cccccc; + padding: 0.125rem; + margin-bottom: 0.625rem; } + /* line 57, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_progress-bars.scss */ + .progress .meter { + background: #008cba; + height: 100%; + display: block; } + /* line 60, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_progress-bars.scss */ + .progress.secondary .meter { + background: #e7e7e7; + height: 100%; + display: block; } + /* line 61, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_progress-bars.scss */ + .progress.success .meter { + background: #5e8949; + height: 100%; + display: block; } + /* line 62, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_progress-bars.scss */ + .progress.alert .meter { + background: #f04124; + height: 100%; + display: block; } + /* line 64, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_progress-bars.scss */ + .progress.radius { + -webkit-border-radius: 3px; + border-radius: 3px; } + /* line 65, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_progress-bars.scss */ + .progress.radius .meter { + -webkit-border-radius: 2px; + border-radius: 2px; } + /* line 68, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_progress-bars.scss */ + .progress.round { + -webkit-border-radius: 1000px; + border-radius: 1000px; } + /* line 69, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_progress-bars.scss */ + .progress.round .meter { + -webkit-border-radius: 999px; + border-radius: 999px; } + +/* line 138, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_reveal.scss */ +.reveal-modal-bg { + position: fixed; + height: 100%; + width: 100%; + background: black; + background: rgba(0, 0, 0, 0.45); + z-index: 98; + display: none; + top: 0; + right: 0; } + +/* line 140, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_reveal.scss */ +.reveal-modal { + visibility: hidden; + display: none; + position: absolute; + right: 50%; + z-index: 99; + height: auto; + margin-right: -40%; + width: 80%; + background-color: white; + padding: 1.25rem; + border: solid 1px #666666; + -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); + box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); + top: 50px; } + /* line 71, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_reveal.scss */ + .reveal-modal .column, + .reveal-modal .columns, + .reveal-modal #stack-list li, + #stack-list .reveal-modal li, + .reveal-modal #theme-list li > div, + #theme-list .reveal-modal li > div, + .reveal-modal ul#docs-list > li { + min-width: 0; } + /* line 74, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_reveal.scss */ + .reveal-modal > :first-child { + margin-top: 0; } + /* line 75, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_reveal.scss */ + .reveal-modal > :last-child { + margin-bottom: 0; } + /* line 144, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_reveal.scss */ + .reveal-modal .close-reveal-modal { + font-size: 1.375rem; + line-height: 1; + position: absolute; + top: 0.5rem; + left: 0.6875rem; + color: #aaaaaa; + font-weight: bold; + cursor: pointer; } + +@media only screen and (min-width: 40.063em) { + /* line 149, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_reveal.scss */ + .reveal-modal { + padding: 1.875rem; + top: 6.25rem; } + /* line 152, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_reveal.scss */ + .reveal-modal.tiny { + margin-right: -15%; + width: 30%; } + /* line 153, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_reveal.scss */ + .reveal-modal.small, .sendgrid-subscription-widget input.reveal-modal[type="submit"] { + margin-right: -20%; + width: 40%; } + /* line 154, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_reveal.scss */ + .reveal-modal.medium { + margin-right: -30%; + width: 60%; } + /* line 155, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_reveal.scss */ + .reveal-modal.large { + margin-right: -35%; + width: 70%; } + /* line 156, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_reveal.scss */ + .reveal-modal.xlarge { + margin-right: -47.5%; + width: 95%; } } +@media print { + /* line 162, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_reveal.scss */ + .reveal-modal { + background: #fff !important; } } +/* line 81, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_side-nav.scss */ +.side-nav { + display: block; + margin: 0; + padding: 0.875rem 0; + list-style-type: none; + list-style-position: inside; + font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; } + /* line 54, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_side-nav.scss */ + .side-nav li { + margin: 0 0 0.4375rem 0; + font-size: 0.875rem; } + /* line 58, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_side-nav.scss */ + .side-nav li a { + display: block; + color: #008cba; } + /* line 63, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_side-nav.scss */ + .side-nav li.active > a:first-child { + color: #4d4d4d; + font-weight: normal; + font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; } + /* line 69, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_side-nav.scss */ + .side-nav li.divider { + border-top: 1px solid; + height: 0; + padding: 0; + list-style: none; + border-top-color: #e6e6e6; } + +/* line 169, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_split-buttons.scss */ +.split.button, .sendgrid-subscription-widget input.split[type="submit"] { + position: relative; + padding-left: 5.0625rem; } + /* line 72, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_split-buttons.scss */ + .split.button span, .sendgrid-subscription-widget input.split[type="submit"] span { + display: block; + height: 100%; + position: absolute; + left: 0; + top: 0; + border-right: solid 1px; } + /* line 81, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_split-buttons.scss */ + .split.button span:before, .sendgrid-subscription-widget input.split[type="submit"] span:before { + position: absolute; + content: ""; + width: 0; + height: 0; + display: block; + border-style: inset; + top: 50%; + right: 50%; } + /* line 93, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_split-buttons.scss */ + .split.button span:active, .sendgrid-subscription-widget input.split[type="submit"] span:active { + background-color: rgba(0, 0, 0, 0.1); } + /* line 99, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_split-buttons.scss */ + .split.button span, .sendgrid-subscription-widget input.split[type="submit"] span { + border-right-color: rgba(255, 255, 255, 0.5); } + /* line 136, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_split-buttons.scss */ + .split.button span, .sendgrid-subscription-widget input.split[type="submit"] span { + width: 3.09375rem; } + /* line 137, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_split-buttons.scss */ + .split.button span:before, .sendgrid-subscription-widget input.split[type="submit"] span:before { + border-top-style: solid; + border-width: 0.375rem; + top: 48%; + margin-right: -0.375rem; } + /* line 162, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_split-buttons.scss */ + .split.button span:before, .sendgrid-subscription-widget input.split[type="submit"] span:before { + border-color: white transparent transparent transparent; } + /* line 99, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_split-buttons.scss */ + .split.button.secondary span, .sendgrid-subscription-widget input.split.secondary[type="submit"] span { + border-right-color: rgba(255, 255, 255, 0.5); } + /* line 162, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_split-buttons.scss */ + .split.button.secondary span:before, .sendgrid-subscription-widget input.split.secondary[type="submit"] span:before { + border-color: white transparent transparent transparent; } + /* line 99, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_split-buttons.scss */ + .split.button.alert span, .sendgrid-subscription-widget input.split.alert[type="submit"] span { + border-right-color: rgba(255, 255, 255, 0.5); } + /* line 99, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_split-buttons.scss */ + .split.button.success span, .sendgrid-subscription-widget input.split.success[type="submit"] span { + border-right-color: rgba(255, 255, 255, 0.5); } + /* line 175, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_split-buttons.scss */ + .split.button.tiny, .sendgrid-subscription-widget input.split.tiny[type="submit"] { + padding-left: 3.75rem; } + /* line 108, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_split-buttons.scss */ + .split.button.tiny span, .sendgrid-subscription-widget input.split.tiny[type="submit"] span { + width: 2.25rem; } + /* line 109, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_split-buttons.scss */ + .split.button.tiny span:before, .sendgrid-subscription-widget input.split.tiny[type="submit"] span:before { + border-top-style: solid; + border-width: 0.375rem; + top: 48%; + margin-right: -0.375rem; } + /* line 176, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_split-buttons.scss */ + .split.button.small, .sendgrid-subscription-widget input.split[type="submit"] { + padding-left: 4.375rem; } + /* line 122, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_split-buttons.scss */ + .split.button.small span, .sendgrid-subscription-widget input.split[type="submit"] span { + width: 2.625rem; } + /* line 123, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_split-buttons.scss */ + .split.button.small span:before, .sendgrid-subscription-widget input.split[type="submit"] span:before { + border-top-style: solid; + border-width: 0.4375rem; + top: 48%; + margin-right: -0.375rem; } + /* line 177, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_split-buttons.scss */ + .split.button.large, .sendgrid-subscription-widget input.split.large[type="submit"] { + padding-left: 5.5rem; } + /* line 150, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_split-buttons.scss */ + .split.button.large span, .sendgrid-subscription-widget input.split.large[type="submit"] span { + width: 3.4375rem; } + /* line 151, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_split-buttons.scss */ + .split.button.large span:before, .sendgrid-subscription-widget input.split.large[type="submit"] span:before { + border-top-style: solid; + border-width: 0.3125rem; + top: 48%; + margin-right: -0.375rem; } + /* line 178, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_split-buttons.scss */ + .split.button.expand, .sendgrid-subscription-widget input.split.expand[type="submit"] { + padding-left: 2rem; } + /* line 162, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_split-buttons.scss */ + .split.button.secondary span:before, .sendgrid-subscription-widget input.split.secondary[type="submit"] span:before { + border-color: #333333 transparent transparent transparent; } + /* line 182, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_split-buttons.scss */ + .split.button.radius span, .sendgrid-subscription-widget input.split.radius[type="submit"] span { + -moz-border-radius-bottomleft: 3px; + -moz-border-radius-topleft: 3px; + -webkit-border-bottom-left-radius: 3px; + -webkit-border-top-left-radius: 3px; + border-bottom-left-radius: 3px; + border-top-left-radius: 3px; } + /* line 183, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_split-buttons.scss */ + .split.button.round span, .sendgrid-subscription-widget input.split.round[type="submit"] span { + -moz-border-radius-bottomleft: 1000px; + -moz-border-radius-topleft: 1000px; + -webkit-border-bottom-left-radius: 1000px; + -webkit-border-top-left-radius: 1000px; + border-bottom-left-radius: 1000px; + border-top-left-radius: 1000px; } + +/* line 116, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_sub-nav.scss */ +.sub-nav { + display: block; + width: auto; + overflow: hidden; + margin: -0.25rem 0 1.125rem; + padding-top: 0.25rem; + margin-left: 0; + margin-right: -0.75rem; } + /* line 63, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_sub-nav.scss */ + .sub-nav dt { + text-transform: uppercase; } + /* line 69, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_sub-nav.scss */ + .sub-nav dt, + .sub-nav dd, + .sub-nav li { + float: right; + display: inline; + margin-right: 1rem; + margin-bottom: 0.625rem; + font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; + font-weight: normal; + font-size: 0.875rem; + color: #999999; } + /* line 79, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_sub-nav.scss */ + .sub-nav dt a, + .sub-nav dd a, + .sub-nav li a { + text-decoration: none; + color: #999999; } + /* line 82, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_sub-nav.scss */ + .sub-nav dt a:hover, + .sub-nav dd a:hover, + .sub-nav li a:hover { + color: #0079a1; } + /* line 87, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_sub-nav.scss */ + .sub-nav dt.active a, + .sub-nav dd.active a, + .sub-nav li.active a { + -webkit-border-radius: 3px; + border-radius: 3px; + font-weight: normal; + background: #008cba; + padding: 0.1875rem 1rem; + cursor: default; + color: white; } + /* line 94, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_sub-nav.scss */ + .sub-nav dt.active a:hover, + .sub-nav dd.active a:hover, + .sub-nav li.active a:hover { + background: #0079a1; } + +/* line 287, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_switch.scss */ +div.switch { + position: relative; + padding: 0; + display: block; + overflow: hidden; + border-style: solid; + border-width: 1px; + margin-bottom: 1.25rem; + height: 2.25rem; + background: white; + border-color: #cccccc; } + /* line 71, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_switch.scss */ + div.switch label { + position: relative; + right: 0; + z-index: 2; + float: right; + width: 50%; + height: 100%; + margin: 0; + font-weight: bold; + text-align: right; + -webkit-transition: all 0.1s ease-out; + -moz-transition: all 0.1s ease-out; + transition: all 0.1s ease-out; } + /* line 88, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_switch.scss */ + div.switch input { + position: absolute; + z-index: 3; + opacity: 0; + width: 100%; + height: 100%; + -moz-appearance: none; } + /* line 98, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_switch.scss */ + div.switch input:hover, div.switch input:focus { + cursor: pointer; } + /* line 104, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_switch.scss */ + div.switch span:last-child { + position: absolute; + top: -1px; + right: -1px; + z-index: 1; + display: block; + padding: 0; + border-width: 1px; + border-style: solid; + -webkit-transition: all 0.1s ease-out; + -moz-transition: all 0.1s ease-out; + transition: all 0.1s ease-out; } + /* line 119, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_switch.scss */ + div.switch input:not(:checked) + label { + opacity: 0; } + /* line 122, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_switch.scss */ + div.switch input:checked { + display: none !important; } + /* line 123, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_switch.scss */ + div.switch input { + right: 0; + display: block !important; } + /* line 127, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_switch.scss */ + div.switch input:first-of-type + label, + div.switch input:first-of-type + span + label { + right: -50%; } + /* line 129, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_switch.scss */ + div.switch input:first-of-type:checked + label, + div.switch input:first-of-type:checked + span + label { + right: 0%; } + /* line 133, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_switch.scss */ + div.switch input:last-of-type + label, + div.switch input:last-of-type + span + label { + left: -50%; + right: auto; + text-align: left; } + /* line 135, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_switch.scss */ + div.switch input:last-of-type:checked + label, + div.switch input:last-of-type:checked + span + label { + left: 0%; + right: auto; } + /* line 138, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_switch.scss */ + div.switch span.custom { + display: none !important; } + /* line 150, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_switch.scss */ + form.custom div.switch .hidden-field { + margin-left: auto; + position: absolute; + visibility: visible; } + /* line 169, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_switch.scss */ + div.switch label { + padding: 0; + line-height: 2.3rem; + font-size: 0.875rem; } + /* line 177, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_switch.scss */ + div.switch input:first-of-type:checked ~ span:last-child { + right: 100%; + margin-right: -2.1875rem; } + /* line 183, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_switch.scss */ + div.switch span:last-child { + width: 2.25rem; + height: 2.25rem; } + /* line 208, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_switch.scss */ + div.switch span:last-child { + border-color: #b3b3b3; + background: white; + background: -moz-linear-gradient(top, white 0%, #f2f2f2 100%); + background: -webkit-linear-gradient(top, white 0%, #f2f2f2 100%); + background: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%); + -webkit-box-shadow: 2px 0 10px 0 rgba(0, 0, 0, 0.07), 1000px 0 0 1000px #e6efe2, -2px 0 10px 0 rgba(0, 0, 0, 0.07), -1000px 0 0 1000px whitesmoke; + box-shadow: 2px 0 10px 0 rgba(0, 0, 0, 0.07), 1000px 0 0 980px #e6efe2, -2px 0 10px 0 rgba(0, 0, 0, 0.07), -1000px 0 0 1000px whitesmoke; } + /* line 232, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_switch.scss */ + div.switch:hover span:last-child, div.switch:focus span:last-child { + background: white; + background: -moz-linear-gradient(top, white 0%, #e6e6e6 100%); + background: -webkit-linear-gradient(top, white 0%, #e6e6e6 100%); + background: linear-gradient(to bottom, #ffffff 0%, #e6e6e6 100%); } + /* line 242, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_switch.scss */ + div.switch:active { + background: transparent; } + /* line 291, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_switch.scss */ + div.switch.large { + height: 2.75rem; } + /* line 169, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_switch.scss */ + div.switch.large label { + padding: 0; + line-height: 2.3rem; + font-size: 1.0625rem; } + /* line 177, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_switch.scss */ + div.switch.large input:first-of-type:checked ~ span:last-child { + right: 100%; + margin-right: -2.6875rem; } + /* line 183, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_switch.scss */ + div.switch.large span:last-child { + width: 2.75rem; + height: 2.75rem; } + /* line 294, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_switch.scss */ + div.switch.small { + height: 1.75rem; } + /* line 169, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_switch.scss */ + div.switch.small label { + padding: 0; + line-height: 2.1rem; + font-size: 0.75rem; } + /* line 177, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_switch.scss */ + div.switch.small input:first-of-type:checked ~ span:last-child { + right: 100%; + margin-right: -1.6875rem; } + /* line 183, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_switch.scss */ + div.switch.small span:last-child { + width: 1.75rem; + height: 1.75rem; } + /* line 297, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_switch.scss */ + div.switch.tiny { + height: 1.375rem; } + /* line 169, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_switch.scss */ + div.switch.tiny label { + padding: 0; + line-height: 1.9rem; + font-size: 0.6875rem; } + /* line 177, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_switch.scss */ + div.switch.tiny input:first-of-type:checked ~ span:last-child { + right: 100%; + margin-right: -1.3125rem; } + /* line 183, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_switch.scss */ + div.switch.tiny span:last-child { + width: 1.375rem; + height: 1.375rem; } + /* line 300, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_switch.scss */ + div.switch.radius { + -webkit-border-radius: 4px; + border-radius: 4px; } + /* line 301, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_switch.scss */ + div.switch.radius span:last-child { + -webkit-border-radius: 3px; + border-radius: 3px; } + /* line 305, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_switch.scss */ + div.switch.round { + -webkit-border-radius: 1000px; + border-radius: 1000px; } + /* line 306, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_switch.scss */ + div.switch.round span:last-child { + -webkit-border-radius: 999px; + border-radius: 999px; } + /* line 307, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_switch.scss */ + div.switch.round label { + padding: 0 0.5625rem; } + +@-webkit-keyframes webkitSiblingBugfix { + /* line 312, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_switch.scss */ + from { + position: relative; } + + /* line 312, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_switch.scss */ + to { + position: relative; } } + +/* line 89, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_tables.scss */ +table { + background: white; + margin-bottom: 1.25rem; + border: solid 1px #dddddd; } + /* line 51, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_tables.scss */ + table thead, + table tfoot { + background: whitesmoke; + font-weight: bold; } + /* line 57, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_tables.scss */ + table thead tr th, + table thead tr td, + table tfoot tr th, + table tfoot tr td { + padding: 0.5rem 0.625rem 0.625rem; + font-size: 0.875rem; + color: #222222; + text-align: right; } + /* line 68, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_tables.scss */ + table tr th, + table tr td { + padding: 0.5625rem 0.625rem; + font-size: 0.875rem; + color: #222222; } + /* line 76, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_tables.scss */ + table tr.even, table tr.alt, table tr:nth-of-type(even) { + background: #f9f9f9; } + /* line 83, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_tables.scss */ + table thead tr th, + table tfoot tr th, + table tbody tr td, + table tr td, + table tfoot tr td { + display: table-cell; + line-height: 1.125rem; } + +/* line 23, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_tabs.scss */ +.tabs { + *zoom: 1; + margin-bottom: 0 !important; } + /* line 165, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_global.scss */ + .tabs:before, .tabs:after { + content: " "; + display: table; } + /* line 166, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_global.scss */ + .tabs:after { + clear: both; } + /* line 26, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_tabs.scss */ + .tabs dd { + position: relative; + margin-bottom: 0 !important; + top: 1px; + float: right; } + /* line 31, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_tabs.scss */ + .tabs dd > a { + display: block; + background: #efefef; + color: #222222; + padding-top: 1rem; + padding-left: 2rem; + padding-bottom: 1.0625rem; + padding-right: 2rem; + font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; + font-size: 1rem; } + /* line 41, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_tabs.scss */ + .tabs dd > a:hover { + background: #e2e2e2; } + /* line 43, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_tabs.scss */ + .tabs dd.active a { + background: #fff; } + /* line 47, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_tabs.scss */ + .tabs.radius dd:first-child a { + -moz-border-radius-topright: 3px; + -moz-border-radius-bottomright: 3px; + -webkit-border-top-right-radius: 3px; + -webkit-border-bottom-right-radius: 3px; + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; } + /* line 50, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_tabs.scss */ + .tabs.radius dd:last-child a { + -moz-border-radius-bottomleft: 3px; + -moz-border-radius-topleft: 3px; + -webkit-border-bottom-left-radius: 3px; + -webkit-border-top-left-radius: 3px; + border-bottom-left-radius: 3px; + border-top-left-radius: 3px; } + /* line 54, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_tabs.scss */ + .tabs.vertical dd { + position: inherit; + float: none; + display: block; + top: auto; } + +/* line 63, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_tabs.scss */ +.tabs-content { + *zoom: 1; + margin-bottom: 1.5rem; } + /* line 165, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_global.scss */ + .tabs-content:before, .tabs-content:after { + content: " "; + display: table; } + /* line 166, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_global.scss */ + .tabs-content:after { + clear: both; } + /* line 66, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_tabs.scss */ + .tabs-content > .content, ul#downloads > li .tabs-content > .notes, ul#downloads > li table .tabs-content > ul[id$="-download"], #download > div .tabs-content > ul[id$="-download"] { + display: none; + float: right; + padding: 0.9375rem 0; } + /* line 70, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_tabs.scss */ + .tabs-content > .content.active, ul#downloads > li .tabs-content > .active.notes, ul#downloads > li table .tabs-content > ul.active[id$="-download"], #download > div .tabs-content > ul.active[id$="-download"] { + display: block; } + /* line 71, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_tabs.scss */ + .tabs-content > .content.contained, ul#downloads > li .tabs-content > .contained.notes, ul#downloads > li table .tabs-content > ul.contained[id$="-download"], #download > div .tabs-content > ul.contained[id$="-download"] { + padding: 0.9375rem; } + /* line 73, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_tabs.scss */ + .tabs-content.vertical { + display: block; } + /* line 75, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_tabs.scss */ + .tabs-content.vertical > .content, ul#downloads > li .tabs-content.vertical > .notes, ul#downloads > li table .tabs-content.vertical > ul[id$="-download"], #download > div .tabs-content.vertical > ul[id$="-download"] { + padding: 0 0.9375rem; } + +@media only screen and (min-width: 40.063em) { + /* line 80, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_tabs.scss */ + .tabs.vertical { + width: 20%; + float: right; + margin-bottom: 1.25rem; } + + /* line 87, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_tabs.scss */ + .tabs-content.vertical { + width: 80%; + float: right; + margin-right: -1px; } } +/* Image Thumbnails */ +/* line 62, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_thumbs.scss */ +.th { + line-height: 0; + display: inline-block; + border: solid 4px white; + -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2); + box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2); + -webkit-transition: all 200ms ease-out; + -moz-transition: all 200ms ease-out; + transition: all 200ms ease-out; } + /* line 49, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_thumbs.scss */ + .th:hover, .th:focus { + -webkit-box-shadow: 0 0 6px 1px rgba(0, 140, 186, 0.5); + box-shadow: 0 0 6px 1px rgba(0, 140, 186, 0.5); } + /* line 66, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_thumbs.scss */ + .th.radius { + -webkit-border-radius: 3px; + border-radius: 3px; } + +/* line 68, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_thumbs.scss */ +a.th { + display: inline-block; + max-width: 100%; } + +/* Tooltips */ +/* line 32, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_tooltips.scss */ +.has-tip { + border-bottom: dotted 1px #cccccc; + cursor: help; + font-weight: bold; + color: #333333; } + /* line 39, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_tooltips.scss */ + .has-tip:hover, .has-tip:focus { + border-bottom: dotted 1px #003f54; + color: #008cba; } + /* line 45, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_tooltips.scss */ + .has-tip.tip-left, .has-tip.tip-right { + float: none !important; } + +/* line 48, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_tooltips.scss */ +.tooltip { + display: none; + position: absolute; + z-index: 999; + font-weight: normal; + font-size: 0.875rem; + line-height: 1.3; + padding: 0.75rem; + max-width: 85%; + right: 50%; + width: 100%; + color: white; + background: #333333; + -webkit-border-radius: 3px; + border-radius: 3px; } + /* line 63, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_tooltips.scss */ + .tooltip > .nub { + display: block; + right: 5px; + position: absolute; + width: 0; + height: 0; + border: solid 5px; + border-color: transparent transparent #333333 transparent; + top: -10px; } + /* line 74, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_tooltips.scss */ + .tooltip.opened { + color: #008cba !important; + border-bottom: dotted 1px #003f54 !important; } + +/* line 80, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_tooltips.scss */ +.tap-to-close { + display: block; + font-size: 0.625rem; + color: #777777; + font-weight: normal; } + +@media only screen and (min-width: 40.063em) { + /* line 89, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_tooltips.scss */ + .tooltip > .nub { + border-color: transparent transparent #333333 transparent; + top: -10px; } + /* line 93, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_tooltips.scss */ + .tooltip.tip-top > .nub { + border-color: #333333 transparent transparent transparent; + top: auto; + bottom: -10px; } + /* line 100, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_tooltips.scss */ + .tooltip.tip-left, .tooltip.tip-right { + float: none !important; } + /* line 102, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_tooltips.scss */ + .tooltip.tip-left > .nub { + border-color: transparent transparent transparent #333333; + right: -10px; + left: auto; + top: 50%; + margin-top: -5px; } + /* line 109, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_tooltips.scss */ + .tooltip.tip-right > .nub { + border-color: transparent #333333 transparent transparent; + right: auto; + left: -10px; + top: 50%; + margin-top: -5px; } } +/* line 111, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_type.scss */ +p.lead { + font-size: 1.21875rem; + line-height: 1.6; } + +/* line 116, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_type.scss */ +.subheader { + line-height: 1.4; + color: #6f6f6f; + font-weight: 300; + margin-top: 0.2rem; + margin-bottom: 0.5rem; } + +/* Typography resets */ +/* line 145, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_type.scss */ +div, +dl, +dt, +dd, +ul, +ol, +li, +h1, +h2, +h3, +h4, +h5, +h6, +pre, +form, +p, +blockquote, +th, +td { + margin: 0; + padding: 0; + direction: rtl; } + +/* Default Link Styles */ +/* line 152, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_type.scss */ +a { + color: #5e8949; + text-decoration: none; + line-height: inherit; } + /* line 158, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_type.scss */ + a:hover, a:focus { + color: #0079a1; } + /* line 160, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_type.scss */ + a img { + border: none; } + +/* Default paragraph styles */ +/* line 164, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_type.scss */ +p { + font-family: inherit; + font-weight: normal; + font-size: 1rem; + line-height: 1.6; + margin-bottom: 1.25rem; + text-rendering: optimizeLegibility; } + /* line 174, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_type.scss */ + p aside { + font-size: 0.875rem; + line-height: 1.35; + font-style: italic; } + +/* Default header styles */ +/* line 182, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_type.scss */ +h1, h2, h3, h4, h5, h6 { + font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; + font-weight: 300; + font-style: normal; + color: #222222; + text-rendering: optimizeLegibility; + margin-top: 0.2rem; + margin-bottom: 0.5rem; + line-height: 1.4; } + /* line 192, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_type.scss */ + h1 small, h2 small, h3 small, h4 small, h5 small, h6 small { + font-size: 60%; + color: #6f6f6f; + line-height: 0; } + +/* line 199, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_type.scss */ +h1 { + font-size: 2.125rem; } + +/* line 200, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_type.scss */ +h2 { + font-size: 1.6875rem; } + +/* line 201, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_type.scss */ +h3 { + font-size: 1.375rem; } + +/* line 202, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_type.scss */ +h4 { + font-size: 1.125rem; } + +/* line 203, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_type.scss */ +h5 { + font-size: 1.125rem; } + +/* line 204, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_type.scss */ +h6 { + font-size: 1rem; } + +/* line 208, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_type.scss */ +hr { + border: solid #dddddd; + border-width: 1px 0 0; + clear: both; + margin: 1.25rem 0 1.1875rem; + height: 0; } + +/* Helpful Typography Defaults */ +/* line 218, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_type.scss */ +em, +i { + font-style: italic; + line-height: inherit; } + +/* line 224, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_type.scss */ +strong, +b { + font-weight: bold; + line-height: inherit; } + +/* line 229, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_type.scss */ +small { + font-size: 60%; + line-height: inherit; } + +/* line 234, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_type.scss */ +code { + font-family: Consolas, "Liberation Mono", Courier, monospace; + font-weight: bold; + color: #bb260d; } + +/* Lists */ +/* line 243, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_type.scss */ +ul, +ol, +dl { + font-size: 1rem; + line-height: 1.6; + margin-bottom: 1.25rem; + list-style-position: outside; + font-family: inherit; } + +/* line 251, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_type.scss */ +ul { + margin-right: 1.1rem; } + /* line 253, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_type.scss */ + ul.no-bullet, ul.social, ul#downloads, ul#docs-list { + margin-right: 0; } + /* line 257, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_type.scss */ + ul.no-bullet li ul, ul.social li ul, ul#downloads li ul, ul#docs-list li ul, + ul.no-bullet li ol, + ul.social li ol, + ul#downloads li ol, + ul#docs-list li ol { + margin-right: 1.25rem; + margin-bottom: 0; + list-style: none; } + +/* Unordered Lists */ +/* line 270, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_type.scss */ +ul li ul, +ul li ol { + margin-right: 1.25rem; + margin-bottom: 0; + font-size: 1rem; + /* Override nested font-size change */ } +/* line 279, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_type.scss */ +ul.square li ul, ul.circle li ul, ul.disc li ul { + list-style: inherit; } +/* line 282, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_type.scss */ +ul.square { + list-style-type: square; + margin-right: 1.1rem; } +/* line 283, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_type.scss */ +ul.circle { + list-style-type: circle; + margin-right: 1.1rem; } +/* line 284, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_type.scss */ +ul.disc { + list-style-type: disc; + margin-right: 1.1rem; } +/* line 285, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_type.scss */ +ul.no-bullet, ul.social, ul#downloads, ul#docs-list { + list-style: none; } + +/* Ordered Lists */ +/* line 289, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_type.scss */ +ol { + margin-right: 1.4rem; } + /* line 293, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_type.scss */ + ol li ul, + ol li ol { + margin-right: 1.25rem; + margin-bottom: 0; } + +/* Definition Lists */ +/* line 302, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_type.scss */ +dl dt { + margin-bottom: 0.3rem; + font-weight: bold; } +/* line 306, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_type.scss */ +dl dd { + margin-bottom: 0.75rem; } + +/* Abbreviations */ +/* line 311, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_type.scss */ +abbr, +acronym { + text-transform: uppercase; + font-size: 90%; + color: #555555; + border-bottom: 1px dotted #dddddd; + cursor: help; } + +/* line 318, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_type.scss */ +abbr { + text-transform: none; } + +/* Blockquotes */ +/* line 323, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_type.scss */ +blockquote { + margin: 0 0 1.25rem; + padding: 0.5625rem 1.25rem 0 1.1875rem; + border-right: 1px solid #dddddd; } + /* line 328, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_type.scss */ + blockquote cite { + display: block; + font-size: 0.8125rem; + color: #555555; } + /* line 332, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_type.scss */ + blockquote cite:before { + content: "\2014 \0020"; } + /* line 337, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_type.scss */ + blockquote cite a, + blockquote cite a:visited { + color: #555555; } + +/* line 343, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_type.scss */ +blockquote, +blockquote p { + line-height: 1.6; + color: #6f6f6f; } + +/* Microformats */ +/* line 349, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_type.scss */ +.vcard { + display: inline-block; + margin: 0 0 1.25rem 0; + border: 1px solid #dddddd; + padding: 0.625rem 0.75rem; } + /* line 355, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_type.scss */ + .vcard li { + margin: 0; + display: block; } + /* line 359, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_type.scss */ + .vcard .fn { + font-weight: bold; + font-size: 0.9375rem; } + +/* line 366, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_type.scss */ +.vevent .summary { + font-weight: bold; } +/* line 368, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_type.scss */ +.vevent abbr { + cursor: default; + text-decoration: none; + font-weight: bold; + border: none; + padding: 0 0.0625rem; } + +@media only screen and (min-width: 40.063em) { + /* line 379, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_type.scss */ + h1, h2, h3, h4, h5, h6 { + line-height: 1.4; } + + /* line 380, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_type.scss */ + h1 { + font-size: 2.75rem; } + + /* line 381, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_type.scss */ + h2 { + font-size: 2.3125rem; } + + /* line 382, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_type.scss */ + h3 { + font-size: 1.6875rem; } + + /* line 383, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_type.scss */ + h4 { + font-size: 1.4375rem; } } +/* + * Print styles. + * + * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/ + * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com) +*/ +/* line 394, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_type.scss */ +.print-only { + display: none !important; } + +@media print { + /* line 396, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_type.scss */ + * { + background: transparent !important; + color: #000 !important; + /* Black prints faster: h5bp.com/s */ + box-shadow: none !important; + text-shadow: none !important; } + + /* line 404, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_type.scss */ + a, + a:visited { + text-decoration: underline; } + + /* line 405, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_type.scss */ + a[href]:after { + content: " (" attr(href) ")"; } + + /* line 407, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_type.scss */ + abbr[title]:after { + content: " (" attr(title) ")"; } + + /* line 412, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_type.scss */ + .ir a:after, + a[href^="javascript:"]:after, + a[href^="#"]:after { + content: ""; } + + /* line 415, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_type.scss */ + pre, + blockquote { + border: 1px solid #999; + page-break-inside: avoid; } + + /* line 420, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_type.scss */ + thead { + display: table-header-group; + /* h5bp.com/t */ } + + /* line 423, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_type.scss */ + tr, + img { + page-break-inside: avoid; } + + /* line 425, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_type.scss */ + img { + max-width: 100% !important; } + + @page { + margin: 0.5cm; } + + /* line 431, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_type.scss */ + p, + h2, + h3 { + orphans: 3; + widows: 3; } + + /* line 437, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_type.scss */ + h2, + h3 { + page-break-after: avoid; } + + /* line 439, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_type.scss */ + .hide-on-print { + display: none !important; } + + /* line 440, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_type.scss */ + .print-only { + display: block !important; } + + /* line 441, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_type.scss */ + .hide-for-print { + display: none !important; } + + /* line 442, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_type.scss */ + .show-for-print { + display: inherit !important; } } +/* line 77, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ +meta.foundation-mq-topbar { + font-family: "/only screen and (min-width:40.063em)/"; + width: 40.063em; } + +/* Wrapped around .top-bar to contain to grid width */ +/* line 86, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ +.contain-to-grid { + width: 100%; + background: #2a5d84; } + /* line 90, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ + .contain-to-grid .top-bar { + margin-bottom: 0; } + +/* line 94, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ +.fixed { + width: 100%; + right: 0; + position: fixed; + top: 0; + z-index: 99; } + /* line 101, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ + .fixed.expanded:not(.top-bar) { + overflow-y: auto; + height: auto; + width: 100%; + max-height: 100%; } + /* line 107, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ + .fixed.expanded:not(.top-bar) .title-area { + position: fixed; + width: 100%; + z-index: 99; } + /* line 113, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ + .fixed.expanded:not(.top-bar) .top-bar-section { + z-index: 98; + margin-top: 60px; } + +/* line 120, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ +.top-bar { + overflow: hidden; + height: 60px; + line-height: 60px; + position: relative; + background: #2a5d84; + margin-bottom: 0; } + /* line 129, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ + .top-bar ul { + margin-bottom: 0; + list-style: none; } + /* line 134, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ + .top-bar .row, .top-bar #stack-list, .top-bar #theme-list li, #theme-list .top-bar li, .top-bar ul#docs-list { + max-width: none; } + /* line 137, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ + .top-bar form, + .top-bar input { + margin-bottom: 0; } + /* line 139, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ + .top-bar input { + height: auto; + padding-top: .35rem; + padding-bottom: .35rem; + font-size: 0.75rem; } + /* line 141, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ + .top-bar .button, .top-bar .sendgrid-subscription-widget input[type="submit"], .sendgrid-subscription-widget .top-bar input[type="submit"] { + padding-top: .45rem; + padding-bottom: .35rem; + margin-bottom: 0; + font-size: 0.75rem; } + /* line 152, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ + .top-bar .title-area { + position: relative; + margin: 0; } + /* line 157, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ + .top-bar .name { + height: 60px; + margin: 0; + font-size: 16px; } + /* line 162, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ + .top-bar .name h1 { + line-height: 60px; + font-size: 1.0625rem; + margin: 0; } + /* line 166, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ + .top-bar .name h1 a { + font-weight: normal; + color: white; + width: 50%; + display: block; + padding: 0 20px; } + /* line 177, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ + .top-bar .toggle-topbar { + position: absolute; + left: 0; + top: 0; } + /* line 182, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ + .top-bar .toggle-topbar a { + color: white; + text-transform: uppercase; + font-size: 0.8125rem; + font-weight: bold; + position: relative; + display: block; + padding: 0 20px; + height: 60px; + line-height: 60px; } + /* line 195, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ + .top-bar .toggle-topbar.menu-icon { + left: 20px; + top: 50%; + margin-top: -16px; + padding-right: 40px; } + /* line 201, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ + .top-bar .toggle-topbar.menu-icon a { + text-indent: -48px; + width: 34px; + height: 34px; + line-height: 33px; + padding: 0; + color: white; } + /* line 209, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ + .top-bar .toggle-topbar.menu-icon a span { + position: absolute; + left: 0; + display: block; + width: 16px; + height: 0; + -webkit-box-shadow: 0 10px 0 1px white, 0 16px 0 1px white, 0 22px 0 1px white; + box-shadow: 0 10px 0 1px white, 0 16px 0 1px white, 0 22px 0 1px white; } + /* line 230, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ + .top-bar.expanded { + height: auto; + background: transparent; } + /* line 234, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ + .top-bar.expanded .title-area { + background: #2a5d84; } + /* line 237, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ + .top-bar.expanded .toggle-topbar a { + color: #888888; } + /* line 238, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ + .top-bar.expanded .toggle-topbar a span { + -webkit-box-shadow: 0 10px 0 1px #888888, 0 16px 0 1px #888888, 0 22px 0 1px #888888; + box-shadow: 0 10px 0 1px #888888, 0 16px 0 1px #888888, 0 22px 0 1px #888888; } + +/* line 258, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ +.top-bar-section { + right: 0; + position: relative; + width: auto; + -webkit-transition: right 300ms ease-out; + -moz-transition: right 300ms ease-out; + transition: right 300ms ease-out; } + /* line 264, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ + .top-bar-section ul { + width: 100%; + height: auto; + display: block; + background: #333333; + font-size: 16px; + margin: 0; } + /* line 274, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ + .top-bar-section .divider, + .top-bar-section [role="separator"] { + border-top: solid 1px #1e425d; + clear: both; + height: 1px; + width: 100%; } + /* line 282, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ + .top-bar-section ul li > a { + display: block; + width: 100%; + color: white; + padding: 12px 0 12px 0; + padding-right: 20px; + font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; + font-size: 0.8125rem; + font-weight: normal; + background: #333333; } + /* line 293, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ + .top-bar-section ul li > a.button { + background: #008cba; + font-size: 0.8125rem; + padding-right: 20px; + padding-left: 20px; } + /* line 298, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ + .top-bar-section ul li > a.button:hover { + background: #006687; } + /* line 302, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ + .top-bar-section ul li > a.button.secondary { + background: #e7e7e7; } + /* line 304, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ + .top-bar-section ul li > a.button.secondary:hover { + background: #cecece; } + /* line 308, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ + .top-bar-section ul li > a.button.success { + background: #5e8949; } + /* line 310, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ + .top-bar-section ul li > a.button.success:hover { + background: #476837; } + /* line 314, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ + .top-bar-section ul li > a.button.alert { + background: #f04124; } + /* line 316, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ + .top-bar-section ul li > a.button.alert:hover { + background: #d32a0e; } + /* line 324, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ + .top-bar-section ul li:hover > a { + background: #1f3c52; + color: white; } + /* line 331, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ + .top-bar-section ul li.active > a { + background: #1f3c52; + color: white; } + /* line 334, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ + .top-bar-section ul li.active > a:hover { + background: #0079a1; } + /* line 341, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ + .top-bar-section .has-form { + padding: 20px; } + /* line 344, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ + .top-bar-section .has-dropdown { + position: relative; } + /* line 348, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ + .top-bar-section .has-dropdown > a:after { + content: ""; + display: block; + width: 0; + height: 0; + border: inset 5px; + border-color: transparent rgba(255, 255, 255, 0.4) transparent transparent; + border-right-style: solid; + margin-left: 20px; + margin-top: -4.5px; + position: absolute; + top: 50%; + left: 0; } + /* line 360, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ + .top-bar-section .has-dropdown.moved { + position: static; } + /* line 361, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ + .top-bar-section .has-dropdown.moved > .dropdown { + display: block; } + /* line 368, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ + .top-bar-section .dropdown { + position: absolute; + right: 100%; + top: 0; + display: none; + z-index: 99; } + /* line 375, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ + .top-bar-section .dropdown li { + width: 100%; + height: auto; } + /* line 379, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ + .top-bar-section .dropdown li a { + font-weight: normal; + padding: 8px 20px; } + /* line 382, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ + .top-bar-section .dropdown li a.parent-link { + font-weight: normal; } + /* line 387, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ + .top-bar-section .dropdown li.title h5 { + margin-bottom: 0; } + /* line 388, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ + .top-bar-section .dropdown li.title h5 a { + color: white; + line-height: 30px; + display: block; } + /* line 396, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ + .top-bar-section .dropdown label { + padding: 8px 20px 2px; + margin-bottom: 0; + text-transform: uppercase; + color: #777777; + font-weight: bold; + font-size: 0.625rem; } + +/* line 407, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ +.js-generated { + display: block; } + +@media only screen and (min-width: 40.063em) { + /* line 412, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ + .top-bar { + background: #2a5d84; + *zoom: 1; + overflow: visible; } + /* line 165, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_global.scss */ + .top-bar:before, .top-bar:after { + content: " "; + display: table; } + /* line 166, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_global.scss */ + .top-bar:after { + clear: both; } + /* line 417, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ + .top-bar .toggle-topbar { + display: none; } + /* line 419, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ + .top-bar .title-area { + float: right; } + /* line 420, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ + .top-bar .name h1 a { + width: auto; } + /* line 423, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ + .top-bar input, + .top-bar .button, + .top-bar .sendgrid-subscription-widget input[type="submit"], + .sendgrid-subscription-widget .top-bar input[type="submit"] { + font-size: 0.875rem; + position: relative; + top: 7px; } + /* line 429, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ + .top-bar.expanded { + background: #2a5d84; } + + /* line 432, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ + .contain-to-grid .top-bar { + max-width: 62.5rem; + margin: 0 auto; + margin-bottom: 0; } + + /* line 438, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ + .top-bar-section { + -webkit-transition: none 0 0; + -moz-transition: none 0 0; + transition: none 0 0; + right: 0 !important; } + /* line 442, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ + .top-bar-section ul { + width: auto; + height: auto !important; + display: inline; } + /* line 447, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ + .top-bar-section ul li { + float: right; } + /* line 449, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ + .top-bar-section ul li .js-generated { + display: none; } + /* line 455, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ + .top-bar-section li.hover > a:not(.button) { + background: #1f3c52; + color: white; } + /* line 460, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ + .top-bar-section li a:not(.button) { + padding: 0 20px; + line-height: 60px; + background: #2a5d84; } + /* line 464, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ + .top-bar-section li a:not(.button):hover { + background: #1f3c52; } + /* line 472, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ + .top-bar-section .has-dropdown > a { + padding-left: 40px !important; } + /* line 474, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ + .top-bar-section .has-dropdown > a:after { + content: ""; + display: block; + width: 0; + height: 0; + border: inset 5px; + border-color: rgba(255, 255, 255, 0.4) transparent transparent transparent; + border-top-style: solid; + margin-top: -2.5px; + top: 30px; } + /* line 483, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ + .top-bar-section .has-dropdown.moved { + position: relative; } + /* line 484, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ + .top-bar-section .has-dropdown.moved > .dropdown { + display: none; } + /* line 488, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ + .top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown { + display: block; } + /* line 495, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ + .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after { + border: none; + content: "\00bb"; + top: 1rem; + margin-top: -2px; + left: 5px; } + /* line 507, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ + .top-bar-section .dropdown { + right: 0; + top: auto; + background: transparent; + min-width: 100%; } + /* line 514, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ + .top-bar-section .dropdown li a { + color: #222222; + line-height: 1; + white-space: nowrap; + padding: 12px 20px; + background: #333333; } + /* line 522, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ + .top-bar-section .dropdown li label { + white-space: nowrap; + background: #333333; } + /* line 528, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ + .top-bar-section .dropdown li .dropdown { + right: 100%; + top: 0; } + /* line 536, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ + .top-bar-section > ul > .divider, .top-bar-section > ul > [role="separator"] { + border-bottom: none; + border-top: none; + border-left: solid 1px #3678ab; + clear: none; + height: 60px; + width: 0; } + /* line 545, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ + .top-bar-section .has-form { + background: #2a5d84; + padding: 0 20px; + height: 60px; } + /* line 553, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ + .top-bar-section ul.right li .dropdown { + left: auto; + right: 0; } + /* line 557, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ + .top-bar-section ul.right li .dropdown li .dropdown { + right: 100%; } + + /* line 567, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ + .no-js .top-bar-section ul li:hover > a { + background: #1f3c52; + color: white; } + /* line 573, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ + .no-js .top-bar-section ul li:active > a { + background: #1f3c52; + color: white; } + /* line 581, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ + .no-js .top-bar-section .has-dropdown:hover > .dropdown { + display: block; } } +/* line 67, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_offcanvas.scss */ +.off-canvas-wrap, .inner-wrap, nav.tab-bar, .left-off-canvas-menu, .left-off-canvas-menu *, .right-off-canvas-menu, .move-right a.exit-off-canvas, .move-left a.exit-off-canvas { + -webkit-backface-visibility: hidden; } + +/* line 73, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_offcanvas.scss */ +.off-canvas-wrap, .inner-wrap { + position: relative; + width: 100%; } + +/* line 79, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_offcanvas.scss */ +.left-off-canvas-menu, .right-off-canvas-menu { + width: 250px; + top: 0; + bottom: 0; + height: 100%; + position: absolute; + overflow-y: auto; + background: #333333; + z-index: 1001; + box-sizing: content-box; } + +/* line 150, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_offcanvas.scss */ +section.left-small, section.right-small { + width: 2.8125rem; + height: 2.8125rem; + position: absolute; + top: 0; } + +/* line 270, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_offcanvas.scss */ +.off-canvas-wrap { + overflow: hidden; } + +/* line 271, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_offcanvas.scss */ +.inner-wrap { + *zoom: 1; + -webkit-transition: -webkit-transform 500ms ease; + -moz-transition: -moz-transform 500ms ease; + -ms-transition: -ms-transform 500ms ease; + -o-transition: -o-transform 500ms ease; + transition: transform 500ms ease; } + /* line 165, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_global.scss */ + .inner-wrap:before, .inner-wrap:after { + content: " "; + display: table; } + /* line 166, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_global.scss */ + .inner-wrap:after { + clear: both; } + +/* line 273, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_offcanvas.scss */ +nav.tab-bar { + background: #333333; + color: white; + height: 2.8125rem; + line-height: 2.8125rem; + position: relative; } + /* line 139, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_offcanvas.scss */ + nav.tab-bar h1, nav.tab-bar h2, nav.tab-bar h3, nav.tab-bar h4, nav.tab-bar h5, nav.tab-bar h6 { + color: white; + font-weight: bold; + line-height: 2.8125rem; + margin: 0; } + /* line 145, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_offcanvas.scss */ + nav.tab-bar h1, nav.tab-bar h2, nav.tab-bar h3, nav.tab-bar h4 { + font-size: 1.125rem; } + +/* line 275, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_offcanvas.scss */ +section.left-small { + border-right: solid 1px #1a1a1a; + box-shadow: 1px 0 0 #4d4d4d; + left: 0; } + +/* line 276, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_offcanvas.scss */ +section.right-small { + border-left: solid 1px #4d4d4d; + box-shadow: -1px 0 0 #1a1a1a; + right: 0; } + +/* line 278, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_offcanvas.scss */ +section.tab-bar-section { + padding: 0 0.625rem; + position: absolute; + text-align: center; + height: 2.8125rem; + top: 0; } + @media only screen and (min-width: 40.063em) { + /* line 278, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_offcanvas.scss */ + section.tab-bar-section { + text-align: left; } } + /* line 182, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_offcanvas.scss */ + section.tab-bar-section.left { + left: 0; + right: 2.8125rem; } + /* line 186, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_offcanvas.scss */ + section.tab-bar-section.right { + left: 2.8125rem; + right: 0; } + /* line 190, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_offcanvas.scss */ + section.tab-bar-section.middle { + left: 2.8125rem; + right: 2.8125rem; } + +/* line 282, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_offcanvas.scss */ +a.menu-icon { + text-indent: 2.1875rem; + width: 2.8125rem; + height: 2.8125rem; + display: block; + line-height: 2.0625rem; + padding: 0; + color: white; + position: relative; } + /* line 293, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_offcanvas.scss */ + a.menu-icon span { + position: absolute; + display: block; + width: 1rem; + height: 0; + left: 0.8125rem; + top: 0.3125rem; + -webkit-box-shadow: 0 10px 0 1px white, 0 16px 0 1px white, 0 22px 0 1px white; + box-shadow: 0 10px 0 1px white, 0 16px 0 1px white, 0 22px 0 1px white; } + /* line 313, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_offcanvas.scss */ + a.menu-icon:hover span { + -webkit-box-shadow: 0 10px 0 1px #b3b3b3, 0 16px 0 1px #b3b3b3, 0 22px 0 1px #b3b3b3; + box-shadow: 0 10px 0 1px #b3b3b3, 0 16px 0 1px #b3b3b3, 0 22px 0 1px #b3b3b3; } + +/* line 325, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_offcanvas.scss */ +.left-off-canvas-menu { + -webkit-transform: translate3d(-100%, 0, 0); + -moz-transform: translate3d(-100%, 0, 0); + -ms-transform: translate3d(-100%, 0, 0); + -o-transform: translate3d(-100%, 0, 0); + transform: translate3d(-100%, 0, 0); } + +/* line 326, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_offcanvas.scss */ +.right-off-canvas-menu { + -webkit-transform: translate3d(100%, 0, 0); + -moz-transform: translate3d(100%, 0, 0); + -ms-transform: translate3d(100%, 0, 0); + -o-transform: translate3d(100%, 0, 0); + transform: translate3d(100%, 0, 0); + right: 0; } + +/* line 328, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_offcanvas.scss */ +ul.off-canvas-list { + list-style-type: none; + padding: 0; + margin: 0; } + /* line 204, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_offcanvas.scss */ + ul.off-canvas-list li label { + padding: 0.3rem 0.9375rem; + color: #999999; + text-transform: uppercase; + font-weight: bold; + background: #444444; + border-top: 1px solid #5e5e5e; + border-bottom: none; + margin: 0; } + /* line 214, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_offcanvas.scss */ + ul.off-canvas-list li a { + display: block; + padding: 0.66667rem; + color: rgba(255, 255, 255, 0.7); + border-bottom: 1px solid #262626; } + +/* line 334, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_offcanvas.scss */ +.move-right > .inner-wrap { + -webkit-transform: translate3d(250px, 0, 0); + -moz-transform: translate3d(250px, 0, 0); + -ms-transform: translate3d(250px, 0, 0); + -o-transform: translate3d(250px, 0, 0); + transform: translate3d(250px, 0, 0); } +/* line 337, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_offcanvas.scss */ +.move-right a.exit-off-canvas { + transition: background 300ms ease; + cursor: pointer; + box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5); + display: block; + position: absolute; + background: rgba(255, 255, 255, 0.2); + top: 0; + bottom: 0; + left: 0; + right: 0; + z-index: 1002; } + @media only screen and (min-width: 40.063em) { + /* line 244, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_offcanvas.scss */ + .move-right a.exit-off-canvas:hover { + background: rgba(255, 255, 255, 0.05); } } + +/* line 341, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_offcanvas.scss */ +.move-left > .inner-wrap { + -webkit-transform: translate3d(-250px, 0, 0); + -moz-transform: translate3d(-250px, 0, 0); + -ms-transform: translate3d(-250px, 0, 0); + -o-transform: translate3d(-250px, 0, 0); + transform: translate3d(-250px, 0, 0); } +/* line 345, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_offcanvas.scss */ +.move-left a.exit-off-canvas { + transition: background 300ms ease; + cursor: pointer; + box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5); + display: block; + position: absolute; + background: rgba(255, 255, 255, 0.2); + top: 0; + bottom: 0; + left: 0; + right: 0; + z-index: 1002; } + @media only screen and (min-width: 40.063em) { + /* line 244, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_offcanvas.scss */ + .move-left a.exit-off-canvas:hover { + background: rgba(255, 255, 255, 0.05); } } + +/* line 353, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_offcanvas.scss */ +.lt-ie10 .left-off-canvas-menu { + left: -250px; } +/* line 354, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_offcanvas.scss */ +.lt-ie10 .right-off-canvas-menu { + right: -250px; } +/* line 357, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_offcanvas.scss */ +.lt-ie10 .move-left > .inner-wrap { + right: 250px; } +/* line 358, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_offcanvas.scss */ +.lt-ie10 .move-right > .inner-wrap { + left: 250px; } + +/* Foundation Visibility HTML Classes */ +/* line 27, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_visibility.scss */ +.show-for-small, +.show-for-small-only, +.show-for-medium-down, +.show-for-large-down, +.hide-for-medium, +.hide-for-medium-up, +.hide-for-medium-only, +.hide-for-large, +.hide-for-large-up, +.hide-for-large-only, +.hide-for-xlarge, +.hide-for-xlarge-up, +.hide-for-xlarge-only, +.hide-for-xxlarge-up, +.hide-for-xxlarge-only { + display: inherit !important; } + +/* line 43, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_visibility.scss */ +.hide-for-small, +.hide-for-small-only, +.hide-for-medium-down, +.show-for-medium, +.show-for-medium-up, +.show-for-medium-only, +.hide-for-large-down, +.show-for-large, +.show-for-large-up, +.show-for-large-only, +.show-for-xlarge, +.show-for-xlarge-up, +.show-for-xlarge-only, +.show-for-xxlarge-up, +.show-for-xxlarge-only { + display: none !important; } + +/* Specific visibility for tables */ +/* line 61, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_visibility.scss */ +table.show-for-small, table.show-for-small-only, table.show-for-medium-down, table.show-for-large-down, table.hide-for-medium, table.hide-for-medium-up, table.hide-for-medium-only, table.hide-for-large, table.hide-for-large-up, table.hide-for-large-only, table.hide-for-xlarge, table.hide-for-xlarge-up, table.hide-for-xlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge-only { + display: table; } + +/* line 78, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_visibility.scss */ +thead.show-for-small, thead.show-for-small-only, thead.show-for-medium-down, thead.show-for-large-down, thead.hide-for-medium, thead.hide-for-medium-up, thead.hide-for-medium-only, thead.hide-for-large, thead.hide-for-large-up, thead.hide-for-large-only, thead.hide-for-xlarge, thead.hide-for-xlarge-up, thead.hide-for-xlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge-only { + display: table-header-group !important; } + +/* line 95, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_visibility.scss */ +tbody.show-for-small, tbody.show-for-small-only, tbody.show-for-medium-down, tbody.show-for-large-down, tbody.hide-for-medium, tbody.hide-for-medium-up, tbody.hide-for-medium-only, tbody.hide-for-large, tbody.hide-for-large-up, tbody.hide-for-large-only, tbody.hide-for-xlarge, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge-only { + display: table-row-group !important; } + +/* line 112, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_visibility.scss */ +tr.show-for-small, tr.show-for-small-only, tr.show-for-medium-down, tr.show-for-large-down, tr.hide-for-medium, tr.hide-for-medium-up, tr.hide-for-medium-only, tr.hide-for-large, tr.hide-for-large-up, tr.hide-for-large-only, tr.hide-for-xlarge, tr.hide-for-xlarge-up, tr.hide-for-xlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge-only { + display: table-row !important; } + +/* line 126, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_visibility.scss */ +td.show-for-small, td.show-for-small-only, td.show-for-medium-down +td.show-for-large-down, td.hide-for-medium, td.hide-for-medium-up, td.hide-for-large, td.hide-for-large-up, td.hide-for-xlarge +td.hide-for-xlarge-up, td.hide-for-xxlarge-up, +th.show-for-small, +th.show-for-small-only, +th.show-for-medium-down +th.show-for-large-down, +th.hide-for-medium, +th.hide-for-medium-up, +th.hide-for-large, +th.hide-for-large-up, +th.hide-for-xlarge +th.hide-for-xlarge-up, +th.hide-for-xxlarge-up { + display: table-cell !important; } + +/* Medium Displays: 641px and up */ +@media only screen and (min-width: 40.063em) { + /* line 144, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_visibility.scss */ + .hide-for-small, + .hide-for-small-only, + .show-for-medium, + .show-for-medium-down, + .show-for-medium-up, + .show-for-medium-only, + .hide-for-large, + .hide-for-large-up, + .hide-for-large-only, + .hide-for-xlarge, + .hide-for-xlarge-up, + .hide-for-xlarge-only, + .hide-for-xxlarge-up, + .hide-for-xxlarge-only { + display: inherit !important; } + + /* line 160, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_visibility.scss */ + .show-for-small, + .show-for-small-only, + .hide-for-medium, + .hide-for-medium-down, + .hide-for-medium-up, + .hide-for-medium-only, + .hide-for-large-down, + .show-for-large, + .show-for-large-up, + .show-for-large-only, + .show-for-xlarge, + .show-for-xlarge-up, + .show-for-xlarge-only, + .show-for-xxlarge-up, + .show-for-xxlarge-only { + display: none !important; } + + /* Specific visibility for tables */ + /* line 177, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_visibility.scss */ + table.hide-for-small, table.hide-for-small-only, table.show-for-medium, table.show-for-medium-down, table.show-for-medium-up, table.show-for-medium-only, table.hide-for-large, table.hide-for-large-up, table.hide-for-large-only, table.hide-for-xlarge, table.hide-for-xlarge-up, table.hide-for-xlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge-only { + display: table; } + + /* line 193, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_visibility.scss */ + thead.hide-for-small, thead.hide-for-small-only, thead.show-for-medium, thead.show-for-medium-down, thead.show-for-medium-up, thead.show-for-medium-only, thead.hide-for-large, thead.hide-for-large-up, thead.hide-for-large-only, thead.hide-for-xlarge, thead.hide-for-xlarge-up, thead.hide-for-xlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge-only { + display: table-header-group !important; } + + /* line 209, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_visibility.scss */ + tbody.hide-for-small, tbody.hide-for-small-only, tbody.show-for-medium, tbody.show-for-medium-down, tbody.show-for-medium-up, tbody.show-for-medium-only, tbody.hide-for-large, tbody.hide-for-large-up, tbody.hide-for-large-only, tbody.hide-for-xlarge, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge-only { + display: table-row-group !important; } + + /* line 225, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_visibility.scss */ + tr.hide-for-small, tr.hide-for-small-only, tr.show-for-medium, tr.show-for-medium-down, tr.show-for-medium-up, tr.show-for-medium-only, tr.hide-for-large, tr.hide-for-large-up, tr.hide-for-large-only, tr.hide-for-xlarge, tr.hide-for-xlarge-up, tr.hide-for-xlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge-only { + display: table-row !important; } + + /* line 242, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_visibility.scss */ + td.hide-for-small, td.hide-for-small-only, td.show-for-medium, td.show-for-medium-down, td.show-for-medium-up, td.show-for-medium-only, td.hide-for-large, td.hide-for-large-up, td.hide-for-large-only, td.hide-for-xlarge, td.hide-for-xlarge-up, td.hide-for-xlarge-only, td.hide-for-xxlarge-up, td.hide-for-xxlarge-only, + th.hide-for-small, + th.hide-for-small-only, + th.show-for-medium, + th.show-for-medium-down, + th.show-for-medium-up, + th.show-for-medium-only, + th.hide-for-large, + th.hide-for-large-up, + th.hide-for-large-only, + th.hide-for-xlarge, + th.hide-for-xlarge-up, + th.hide-for-xlarge-only, + th.hide-for-xxlarge-up, + th.hide-for-xxlarge-only { + display: table-cell !important; } } +/* Large Displays: 1024px and up */ +@media only screen and (min-width: 64.063em) { + /* line 261, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_visibility.scss */ + .hide-for-small, + .hide-for-small-only, + .hide-for-medium, + .hide-for-medium-down, + .hide-for-medium-only, + .show-for-medium-up, + .show-for-large, + .show-for-large-up, + .show-for-large-only, + .hide-for-xlarge, + .hide-for-xlarge-up, + .hide-for-xlarge-only, + .hide-for-xxlarge-up, + .hide-for-xxlarge-only { + display: inherit !important; } + + /* line 274, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_visibility.scss */ + .show-for-small-only, + .show-for-medium, + .show-for-medium-down, + .show-for-medium-only, + .hide-for-large, + .hide-for-large-up, + .hide-for-large-only, + .show-for-xlarge, + .show-for-xlarge-up, + .show-for-xlarge-only, + .show-for-xxlarge-up, + .show-for-xxlarge-only { + display: none !important; } + + /* Specific visilbity for tables */ + /* line 291, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_visibility.scss */ + table.hide-for-small, table.hide-for-small-only, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-medium-only, table.show-for-medium-up, table.show-for-large, table.show-for-large-up, table.show-for-large-only, table.hide-for-xlarge, table.hide-for-xlarge-up, table.hide-for-xlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge-only { + display: table; } + + /* line 307, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_visibility.scss */ + thead.hide-for-small, thead.hide-for-small-only, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.show-for-large, thead.show-for-large-up, thead.show-for-large-only, thead.hide-for-xlarge, thead.hide-for-xlarge-up, thead.hide-for-xlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge-only { + display: table-header-group !important; } + + /* line 323, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_visibility.scss */ + tbody.hide-for-small, tbody.hide-for-small-only, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.show-for-large, tbody.show-for-large-up, tbody.show-for-large-only, tbody.hide-for-xlarge, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge-only { + display: table-row-group !important; } + + /* line 339, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_visibility.scss */ + tr.hide-for-small, tr.hide-for-small-only, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.show-for-large, tr.show-for-large-up, tr.show-for-large-only, tr.hide-for-xlarge, tr.hide-for-xlarge-up, tr.hide-for-xlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge-only { + display: table-row !important; } + + /* line 356, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_visibility.scss */ + td.hide-for-small, td.hide-for-small-only, td.hide-for-medium, td.hide-for-medium-down, td.hide-for-medium-only, td.show-for-medium-up, td.show-for-large, td.show-for-large-up, td.show-for-large-only, td.hide-for-xlarge, td.hide-for-xlarge-up, td.hide-for-xlarge-only, td.hide-for-xxlarge-up, td.hide-for-xxlarge-only, + th.hide-for-small, + th.hide-for-small-only, + th.hide-for-medium, + th.hide-for-medium-down, + th.hide-for-medium-only, + th.show-for-medium-up, + th.show-for-large, + th.show-for-large-up, + th.show-for-large-only, + th.hide-for-xlarge, + th.hide-for-xlarge-up, + th.hide-for-xlarge-only, + th.hide-for-xxlarge-up, + th.hide-for-xxlarge-only { + display: table-cell !important; } } +/* X-Large Displays: 1441 and up */ +@media only screen and (min-width: 90.063em) { + /* line 373, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_visibility.scss */ + .hide-for-small, + .hide-for-small-only, + .hide-for-medium, + .hide-for-medium-down, + .hide-for-medium-only, + .show-for-medium-up, + .show-for-large-up, + .show-for-xlarge, + .show-for-xlarge-up, + .show-for-xlarge-only, + .hide-for-xxlarge-up, + .hide-for-xxlarge-only { + display: inherit !important; } + + /* line 386, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_visibility.scss */ + .show-for-small-only, + .show-for-medium, + .show-for-medium-down, + .show-for-medium-only, + .show-for-large, + .show-for-large-only, + .show-for-large-down, + .hide-for-xlarge, + .hide-for-xlarge-up, + .hide-for-xlarge-only, + .show-for-xxlarge-up, + .show-for-xxlarge-only { + display: none !important; } + + /* Specific visilbity for tables */ + /* line 401, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_visibility.scss */ + table.hide-for-small, table.hide-for-small-only, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-medium-only, table.show-for-medium-up, table.show-for-large-up, table.show-for-xlarge, table.show-for-xlarge-up, table.show-for-xlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge-only { + display: table; } + + /* line 415, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_visibility.scss */ + thead.hide-for-small, thead.hide-for-small-only, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.show-for-large-up, thead.show-for-xlarge, thead.show-for-xlarge-up, thead.show-for-xlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge-only { + display: table-header-group !important; } + + /* line 429, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_visibility.scss */ + tbody.hide-for-small, tbody.hide-for-small-only, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.show-for-large-up, tbody.show-for-xlarge, tbody.show-for-xlarge-up, tbody.show-for-xlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge-only { + display: table-row-group !important; } + + /* line 443, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_visibility.scss */ + tr.hide-for-small, tr.hide-for-small-only, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.show-for-large-up, tr.show-for-xlarge, tr.show-for-xlarge-up, tr.show-for-xlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge-only { + display: table-row !important; } + + /* line 458, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_visibility.scss */ + td.hide-for-small, td.hide-for-small-only, td.hide-for-medium, td.hide-for-medium-down, td.hide-for-medium-only, td.show-for-medium-up, td.show-for-large-up, td.show-for-xlarge, td.show-for-xlarge-up, td.show-for-xlarge-only, td.hide-for-xxlarge-up, td.hide-for-xxlarge-only, + th.hide-for-small, + th.hide-for-small-only, + th.hide-for-medium, + th.hide-for-medium-down, + th.hide-for-medium-only, + th.show-for-medium-up, + th.show-for-large-up, + th.show-for-xlarge, + th.show-for-xlarge-up, + th.show-for-xlarge-only, + th.hide-for-xxlarge-up, + th.hide-for-xxlarge-only { + display: table-cell !important; } } +/* XX-Large Displays: 1920 and up */ +@media only screen and (min-width: 120.063em) { + /* line 473, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_visibility.scss */ + .hide-for-small, + .hide-for-small-only, + .hide-for-medium, + .hide-for-medium-down, + .hide-for-medium-only, + .show-for-medium-up, + .show-for-large-up, + .show-for-xlarge-up, + .show-for-xxlarge-up, + .show-for-xxlarge-only { + display: inherit !important; } + + /* line 485, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_visibility.scss */ + .show-for-small-only, + .show-for-medium, + .show-for-medium-down, + .show-for-medium-only, + .show-for-large, + .show-for-large-only, + .show-for-large-down, + .hide-for-xlarge, + .show-for-xlarge-only, + .hide-for-xxlarge-up, + .hide-for-xxlarge-only { + display: none !important; } + + /* Specific visilbity for tables */ + /* line 498, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_visibility.scss */ + table.hide-for-small, table.hide-for-small-only, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-medium-only, table.show-for-medium-up, table.show-for-large-up, table.show-for-xlarge-up, table.show-for-xxlarge-up, table.show-for-xxlarge-only { + display: table; } + + /* line 510, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_visibility.scss */ + thead.hide-for-small, thead.hide-for-small-only, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.show-for-large-up, thead.show-for-xlarge-up, thead.show-for-xxlarge-up, thead.show-for-xxlarge-only { + display: table-header-group !important; } + + /* line 522, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_visibility.scss */ + tbody.hide-for-small, tbody.hide-for-small-only, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.show-for-large-up, tbody.show-for-xlarge-up, tbody.show-for-xxlarge-up, tbody.show-for-xxlarge-only { + display: table-row-group !important; } + + /* line 534, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_visibility.scss */ + tr.hide-for-small, tr.hide-for-small-only, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.show-for-large-up, tr.show-for-xlarge-up, tr.show-for-xxlarge-up, tr.show-for-xxlarge-only { + display: table-row !important; } + + /* line 547, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_visibility.scss */ + td.hide-for-small, td.hide-for-small-only, td.hide-for-medium, td.hide-for-medium-down, td.hide-for-medium-only, td.show-for-medium-up, td.show-for-large-up, td.show-for-xlarge-up, td.show-for-xxlarge-up, td.show-for-xxlarge-only, + th.hide-for-small, + th.hide-for-small-only, + th.hide-for-medium, + th.hide-for-medium-down, + th.hide-for-medium-only, + th.show-for-medium-up, + th.show-for-large-up, + th.show-for-xlarge-up, + th.show-for-xxlarge-up, + th.show-for-xxlarge-only { + display: table-cell !important; } } +/* Orientation targeting */ +/* line 554, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_visibility.scss */ +.show-for-landscape, +.hide-for-portrait { + display: inherit !important; } + +/* line 556, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_visibility.scss */ +.hide-for-landscape, +.show-for-portrait { + display: none !important; } + +/* Specific visilbity for tables */ +/* line 561, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_visibility.scss */ +table.hide-for-landscape, table.show-for-portrait { + display: table; } + +/* line 565, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_visibility.scss */ +thead.hide-for-landscape, thead.show-for-portrait { + display: table-header-group !important; } + +/* line 569, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_visibility.scss */ +tbody.hide-for-landscape, tbody.show-for-portrait { + display: table-row-group !important; } + +/* line 573, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_visibility.scss */ +tr.hide-for-landscape, tr.show-for-portrait { + display: table-row !important; } + +/* line 578, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_visibility.scss */ +td.hide-for-landscape, td.show-for-portrait, +th.hide-for-landscape, +th.show-for-portrait { + display: table-cell !important; } + +@media only screen and (orientation: landscape) { + /* line 583, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_visibility.scss */ + .show-for-landscape, + .hide-for-portrait { + display: inherit !important; } + + /* line 585, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_visibility.scss */ + .hide-for-landscape, + .show-for-portrait { + display: none !important; } + + /* Specific visilbity for tables */ + /* line 590, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_visibility.scss */ + table.show-for-landscape, table.hide-for-portrait { + display: table; } + + /* line 594, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_visibility.scss */ + thead.show-for-landscape, thead.hide-for-portrait { + display: table-header-group !important; } + + /* line 598, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_visibility.scss */ + tbody.show-for-landscape, tbody.hide-for-portrait { + display: table-row-group !important; } + + /* line 602, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_visibility.scss */ + tr.show-for-landscape, tr.hide-for-portrait { + display: table-row !important; } + + /* line 607, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_visibility.scss */ + td.show-for-landscape, td.hide-for-portrait, + th.show-for-landscape, + th.hide-for-portrait { + display: table-cell !important; } } +@media only screen and (orientation: portrait) { + /* line 613, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_visibility.scss */ + .show-for-portrait, + .hide-for-landscape { + display: inherit !important; } + + /* line 615, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_visibility.scss */ + .hide-for-portrait, + .show-for-landscape { + display: none !important; } + + /* Specific visilbity for tables */ + /* line 620, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_visibility.scss */ + table.show-for-portrait, table.hide-for-landscape { + display: table; } + + /* line 624, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_visibility.scss */ + thead.show-for-portrait, thead.hide-for-landscape { + display: table-header-group !important; } + + /* line 628, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_visibility.scss */ + tbody.show-for-portrait, tbody.hide-for-landscape { + display: table-row-group !important; } + + /* line 632, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_visibility.scss */ + tr.show-for-portrait, tr.hide-for-landscape { + display: table-row !important; } + + /* line 637, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_visibility.scss */ + td.show-for-portrait, td.hide-for-landscape, + th.show-for-portrait, + th.hide-for-landscape { + display: table-cell !important; } } +/* Touch-enabled device targeting */ +/* line 642, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_visibility.scss */ +.show-for-touch { + display: none !important; } + +/* line 643, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_visibility.scss */ +.hide-for-touch { + display: inherit !important; } + +/* line 644, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_visibility.scss */ +.touch .show-for-touch { + display: inherit !important; } + +/* line 645, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_visibility.scss */ +.touch .hide-for-touch { + display: none !important; } + +/* Specific visilbity for tables */ +/* line 648, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_visibility.scss */ +table.hide-for-touch { + display: table; } + +/* line 649, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_visibility.scss */ +.touch table.show-for-touch { + display: table; } + +/* line 650, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_visibility.scss */ +thead.hide-for-touch { + display: table-header-group !important; } + +/* line 651, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_visibility.scss */ +.touch thead.show-for-touch { + display: table-header-group !important; } + +/* line 652, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_visibility.scss */ +tbody.hide-for-touch { + display: table-row-group !important; } + +/* line 653, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_visibility.scss */ +.touch tbody.show-for-touch { + display: table-row-group !important; } + +/* line 654, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_visibility.scss */ +tr.hide-for-touch { + display: table-row !important; } + +/* line 655, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_visibility.scss */ +.touch tr.show-for-touch { + display: table-row !important; } + +/* line 656, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_visibility.scss */ +td.hide-for-touch { + display: table-cell !important; } + +/* line 657, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_visibility.scss */ +.touch td.show-for-touch { + display: table-cell !important; } + +/* line 658, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_visibility.scss */ +th.hide-for-touch { + display: table-cell !important; } + +/* line 659, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_visibility.scss */ +.touch th.show-for-touch { + display: table-cell !important; } + +/* line 693, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ +.top-bar-section > ul > li > a:not(.button) { + padding: 0 15px; + /* reduce padding to allow more nav items */ } + +/* line 697, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ +.asciidoctor { + font-size: 1em; + /*! normalize.css v2.1.2 | MIT License | git.io/normalize */ + /* ========================================================================== HTML5 display definitions ========================================================================== */ + /** Correct `block` display not defined in IE 8/9. */ + /** Correct `inline-block` display not defined in IE 8/9. */ + /** Prevent modern browsers from displaying `audio` without controls. Remove excess height in iOS 5 devices. */ + /** Address `[hidden]` styling not present in IE 8/9. Hide the `template` element in IE, Safari, and Firefox < 22. */ + /* ========================================================================== Base ========================================================================== */ + /** 1. Set default font family to sans-serif. 2. Prevent iOS text size adjust after orientation change, without disabling user zoom. */ + /** Remove default margin. */ + /* ========================================================================== Links ========================================================================== */ + /** Remove the gray background color from active links in IE 10. */ + /** Address `outline` inconsistency between Chrome and other browsers. */ + /** Improve readability when focused and also mouse hovered in all browsers. */ + /* ========================================================================== Typography ========================================================================== */ + /** Address variable `h1` font-size and margin within `section` and `article` contexts in Firefox 4+, Safari 5, and Chrome. */ + /** Address styling not present in IE 8/9, Safari 5, and Chrome. */ + /** Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome. */ + /** Address styling not present in Safari 5 and Chrome. */ + /** Address differences between Firefox and other browsers. */ + /** Address styling not present in IE 8/9. */ + /** Correct font family set oddly in Safari 5 and Chrome. */ + /** Improve readability of pre-formatted text in all browsers. */ + /** Set consistent quote types. */ + /** Address inconsistent and variable font size in all browsers. */ + /** Prevent `sub` and `sup` affecting `line-height` in all browsers. */ + /* ========================================================================== Embedded content ========================================================================== */ + /** Remove border when inside `a` element in IE 8/9. */ + /** Correct overflow displayed oddly in IE 9. */ + /* ========================================================================== Figures ========================================================================== */ + /** Address margin not present in IE 8/9 and Safari 5. */ + /* ========================================================================== Forms ========================================================================== */ + /** Define consistent border, margin, and padding. */ + /** 1. Correct `color` not being inherited in IE 8/9. 2. Remove padding so people aren't caught out if they zero out fieldsets. */ + /** 1. Correct font family not being inherited in all browsers. 2. Correct font size not being inherited in all browsers. 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome. */ + /** Address Firefox 4+ setting `line-height` on `input` using `!important` in the UA stylesheet. */ + /** Address inconsistent `text-transform` inheritance for `button` and `select`. All other form control elements do not inherit `text-transform` values. Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+. Correct `select` style inheritance in Firefox 4+ and Opera. */ + /** 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` and `video` controls. 2. Correct inability to style clickable `input` types in iOS. 3. Improve usability and consistency of cursor style between image-type `input` and others. */ + /** Re-set default cursor for disabled elements. */ + /** 1. Address box sizing set to `content-box` in IE 8/9. 2. Remove excess padding in IE 8/9. */ + /** 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome. 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome (include `-moz` to future-proof). */ + /** Remove inner padding and search cancel button in Safari 5 and Chrome on OS X. */ + /** Remove inner padding and border in Firefox 4+. */ + /** 1. Remove default vertical scrollbar in IE 8/9. 2. Improve readability and alignment in all browsers. */ + /* ========================================================================== Tables ========================================================================== */ + /** Remove most spacing between table cells. */ + /* Typography resets */ + /* Default Link Styles */ + /* Default paragraph styles */ + /* Default header styles */ + /* Helpful Typography Defaults */ + /* Lists */ + /* Unordered Lists */ + /* Ordered Lists */ + /* Definition Lists */ + /* Abbreviations */ + /* Blockquotes */ + /* Microformats */ + /* Tables */ + /* use foundation sizes */ } + /* line 5, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor article, .asciidoctor aside, .asciidoctor details, .asciidoctor figcaption, .asciidoctor figure, .asciidoctor footer, .asciidoctor header, .asciidoctor hgroup, .asciidoctor main, .asciidoctor nav, .asciidoctor section, .asciidoctor summary { + display: block; } + /* line 8, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor audio, .asciidoctor canvas, .asciidoctor video { + display: inline-block; } + /* line 11, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor audio:not([controls]) { + display: none; + height: 0; } + /* line 14, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor [hidden], .asciidoctor template { + display: none; } + /* line 16, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor script { + display: none !important; } + /* line 20, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor html { + font-family: sans-serif; + /* 1 */ + -ms-text-size-adjust: 100%; + /* 2 */ + -webkit-text-size-adjust: 100%; + /* 2 */ } + /* line 23, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor body { + margin: 0; } + /* line 27, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor a { + background: transparent; } + /* line 30, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor a:focus { + outline: thin dotted; } + /* line 33, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor a:active, .asciidoctor a:hover { + outline: 0; } + /* line 37, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor h1 { + font-size: 2em; + margin: 0.67em 0; } + /* line 40, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor abbr[title] { + border-bottom: 1px dotted; } + /* line 43, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor b, .asciidoctor strong { + font-weight: bold; } + /* line 46, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor dfn { + font-style: italic; } + /* line 49, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor hr { + -moz-box-sizing: content-box; + box-sizing: content-box; + height: 0; } + /* line 52, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor mark { + background: #ff0; + color: #000; } + /* line 55, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor code, .asciidoctor kbd, .asciidoctor pre, .asciidoctor samp { + font-family: monospace, serif; + font-size: 1em; } + /* line 58, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor pre { + white-space: pre-wrap; } + /* line 61, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor q { + quotes: "\201C" "\201D" "\2018" "\2019"; } + /* line 64, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor small { + font-size: 80%; } + /* line 67, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor sub, .asciidoctor sup { + font-size: 75%; + line-height: 0; + position: relative; + vertical-align: baseline; } + /* line 69, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor sup { + top: -0.5em; } + /* line 71, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor sub { + bottom: -0.25em; } + /* line 75, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor img { + border: 0; } + /* line 78, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor svg:not(:root) { + overflow: hidden; } + /* line 82, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor figure { + margin: 0; } + /* line 86, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor fieldset { + border: 1px solid #c0c0c0; + margin: 0 2px; + padding: 0.35em 0.625em 0.75em; } + /* line 89, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor legend { + border: 0; + /* 1 */ + padding: 0; + /* 2 */ } + /* line 92, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor button, .asciidoctor input, .asciidoctor select, .asciidoctor textarea { + font-family: inherit; + /* 1 */ + font-size: 100%; + /* 2 */ + margin: 0; + /* 3 */ } + /* line 95, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor button, .asciidoctor input { + line-height: normal; } + /* line 98, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor button, .asciidoctor select { + text-transform: none; } + /* line 101, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor button, .asciidoctor html input[type="button"], .asciidoctor input[type="reset"], .asciidoctor input[type="submit"] { + -webkit-appearance: button; + /* 2 */ + cursor: pointer; + /* 3 */ } + /* line 104, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor button[disabled], .asciidoctor html input[disabled] { + cursor: default; } + /* line 107, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor input[type="checkbox"], .asciidoctor input[type="radio"] { + box-sizing: border-box; + /* 1 */ + padding: 0; + /* 2 */ } + /* line 110, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor input[type="search"] { + -webkit-appearance: textfield; + /* 1 */ + -moz-box-sizing: content-box; + -webkit-box-sizing: content-box; + /* 2 */ + box-sizing: content-box; } + /* line 113, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor input[type="search"]::-webkit-search-cancel-button, .asciidoctor input[type="search"]::-webkit-search-decoration { + -webkit-appearance: none; } + /* line 116, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor button::-moz-focus-inner, .asciidoctor input::-moz-focus-inner { + border: 0; + padding: 0; } + /* line 119, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor textarea { + overflow: auto; + /* 1 */ + vertical-align: top; + /* 2 */ } + /* line 123, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor table { + border-collapse: collapse; + border-spacing: 0; } + /* line 125, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor meta.foundation-mq-small { + font-family: "only screen and (min-width: 768px)"; + width: 768px; } + /* line 127, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor meta.foundation-mq-medium { + font-family: "only screen and (min-width:1280px)"; + width: 1280px; } + /* line 129, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor meta.foundation-mq-large { + font-family: "only screen and (min-width:1440px)"; + width: 1440px; } + /* line 131, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor *, .asciidoctor *:before, .asciidoctor *:after { + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; } + /* line 133, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor html, .asciidoctor body { + font-size: 100%; } + /* line 135, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor body { + background: white; + color: rgba(0, 0, 0, 0.8); + padding: 0; + margin: 0; + font-family: "Noto Serif", "DejaVu Serif", serif; + font-weight: normal; + font-style: normal; + line-height: 1; + position: relative; + cursor: auto; } + /* line 137, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor a:hover { + cursor: pointer; } + /* line 139, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor img, .asciidoctor object, .asciidoctor embed { + max-width: 100%; + height: auto; } + /* line 141, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor object, .asciidoctor embed { + height: 100%; } + /* line 143, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor img { + -ms-interpolation-mode: bicubic; } + /* line 145, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor #map_canvas img, .asciidoctor #map_canvas embed, .asciidoctor #map_canvas object, .asciidoctor .map_canvas img, .asciidoctor .map_canvas embed, .asciidoctor .map_canvas object { + max-width: none !important; } + /* line 147, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .left { + float: left !important; } + /* line 149, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .right, .asciidoctor body[class$="about"] dl dd img, body[class$="about"] dl dd .asciidoctor img { + float: right !important; } + /* line 151, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .text-left { + text-align: left !important; } + /* line 153, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .text-right { + text-align: right !important; } + /* line 155, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .text-center { + text-align: center !important; } + /* line 157, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .text-justify { + text-align: justify !important; } + /* line 159, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .hide { + display: none; } + /* line 161, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .antialiased, .asciidoctor body { + -webkit-font-smoothing: antialiased; } + /* line 163, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor img { + display: inline-block; + vertical-align: middle; } + /* line 165, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor textarea { + height: auto; + min-height: 50px; } + /* line 167, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor select { + width: 100%; } + /* line 169, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor p.lead, .asciidoctor .paragraph.lead > p, .asciidoctor #preamble > .sectionbody > .paragraph:first-of-type p { + font-size: 1.21875em; + line-height: 1.6; } + /* line 171, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .subheader, .asciidoctor .admonitionblock td.content > .title, .asciidoctor .admonitionblock ul#downloads > li td.notes > .title, ul#downloads > li .asciidoctor .admonitionblock td.notes > .title, .asciidoctor .audioblock > .title, .asciidoctor .exampleblock > .title, .asciidoctor .imageblock > .title, .asciidoctor .listingblock > .title, .asciidoctor .literalblock > .title, .asciidoctor .stemblock > .title, .asciidoctor .openblock > .title, .asciidoctor .paragraph > .title, .asciidoctor .quoteblock > .title, .asciidoctor table.tableblock > .title, .asciidoctor .verseblock > .title, .asciidoctor .videoblock > .title, .asciidoctor .dlist > .title, .asciidoctor .olist > .title, .asciidoctor .ulist > .title, .asciidoctor .qlist > .title, .asciidoctor .hdlist > .title { + line-height: 1.45; + color: #7a2518; + font-weight: normal; + margin-top: 0; + margin-bottom: 0.25em; } + /* line 174, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor div, .asciidoctor dl, .asciidoctor dt, .asciidoctor dd, .asciidoctor ul, .asciidoctor ol, .asciidoctor li, .asciidoctor h1, .asciidoctor h2, .asciidoctor h3, .asciidoctor #toctitle, .asciidoctor .sidebarblock > .content > .title, .asciidoctor ul#downloads > li .sidebarblock > .notes > .title, ul#downloads > li .asciidoctor .sidebarblock > .notes > .title, .asciidoctor ul#downloads > li table .sidebarblock > ul[id$="-download"] > .title, ul#downloads > li table .asciidoctor .sidebarblock > ul[id$="-download"] > .title, .asciidoctor #download > div .sidebarblock > ul[id$="-download"] > .title, #download > div .asciidoctor .sidebarblock > ul[id$="-download"] > .title, .asciidoctor h4, .asciidoctor h5, .asciidoctor h6, .asciidoctor pre, .asciidoctor form, .asciidoctor p, .asciidoctor blockquote, .asciidoctor th, .asciidoctor td { + margin: 0; + padding: 0; + direction: ltr; } + /* line 177, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor a { + color: #2156a5; + text-decoration: underline; + line-height: inherit; } + /* line 178, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor a:hover, .asciidoctor a:focus { + color: #1d4b8f; } + /* line 179, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor a img { + border: none; } + /* line 182, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor p { + font-family: inherit; + font-weight: normal; + font-size: 1em; + line-height: 1.6; + margin-bottom: 1.25em; + text-rendering: optimizeLegibility; } + /* line 183, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor p aside { + font-size: 0.875em; + line-height: 1.35; + font-style: italic; } + /* line 186, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor h1, .asciidoctor h2, .asciidoctor h3, .asciidoctor #toctitle, .asciidoctor .sidebarblock > .content > .title, .asciidoctor ul#downloads > li .sidebarblock > .notes > .title, ul#downloads > li .asciidoctor .sidebarblock > .notes > .title, .asciidoctor ul#downloads > li table .sidebarblock > ul[id$="-download"] > .title, ul#downloads > li table .asciidoctor .sidebarblock > ul[id$="-download"] > .title, .asciidoctor #download > div .sidebarblock > ul[id$="-download"] > .title, #download > div .asciidoctor .sidebarblock > ul[id$="-download"] > .title, .asciidoctor h4, .asciidoctor h5, .asciidoctor h6 { + font-family: "Open Sans", "DejaVu Sans", sans-serif; + font-weight: 300; + font-style: normal; + color: #ba3925; + text-rendering: optimizeLegibility; + margin-top: 1em; + margin-bottom: 0.5em; + line-height: 1.0125em; } + /* line 187, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor h1 small, .asciidoctor h2 small, .asciidoctor h3 small, .asciidoctor #toctitle small, .asciidoctor .sidebarblock > .content > .title small, .asciidoctor ul#downloads > li .sidebarblock > .notes > .title small, ul#downloads > li .asciidoctor .sidebarblock > .notes > .title small, .asciidoctor ul#downloads > li table .sidebarblock > ul[id$="-download"] > .title small, ul#downloads > li table .asciidoctor .sidebarblock > ul[id$="-download"] > .title small, .asciidoctor #download > div .sidebarblock > ul[id$="-download"] > .title small, #download > div .asciidoctor .sidebarblock > ul[id$="-download"] > .title small, .asciidoctor h4 small, .asciidoctor h5 small, .asciidoctor h6 small { + font-size: 60%; + color: #e99b8f; + line-height: 0; } + /* line 189, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor h1 { + font-size: 2.125em; } + /* line 191, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor h2 { + font-size: 1.6875em; } + /* line 193, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor h3, .asciidoctor #toctitle, .asciidoctor .sidebarblock > .content > .title, .asciidoctor ul#downloads > li .sidebarblock > .notes > .title, ul#downloads > li .asciidoctor .sidebarblock > .notes > .title, .asciidoctor ul#downloads > li table .sidebarblock > ul[id$="-download"] > .title, ul#downloads > li table .asciidoctor .sidebarblock > ul[id$="-download"] > .title, .asciidoctor #download > div .sidebarblock > ul[id$="-download"] > .title, #download > div .asciidoctor .sidebarblock > ul[id$="-download"] > .title { + font-size: 1.375em; } + /* line 195, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor h4 { + font-size: 1.125em; } + /* line 197, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor h5 { + font-size: 1.125em; } + /* line 199, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor h6 { + font-size: 1em; } + /* line 201, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor hr { + border: solid #ddddd8; + border-width: 1px 0 0; + clear: both; + margin: 1.25em 0 1.1875em; + height: 0; } + /* line 204, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor em, .asciidoctor i { + font-style: italic; + line-height: inherit; } + /* line 206, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor strong, .asciidoctor b { + font-weight: bold; + line-height: inherit; } + /* line 208, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor small { + font-size: 60%; + line-height: inherit; } + /* line 210, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor code { + font-family: "Droid Sans Mono", "DejaVu Sans Mono", "Monospace", monospace; + font-weight: normal; + color: rgba(0, 0, 0, 0.9); } + /* line 213, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor ul, .asciidoctor ol, .asciidoctor dl { + font-size: 1em; + line-height: 1.6; + margin-bottom: 1.25em; + list-style-position: outside; + font-family: inherit; } + /* line 215, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor ul, .asciidoctor ol { + margin-left: 1.5em; } + /* line 216, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor ul.no-bullet, .asciidoctor ul.social, .asciidoctor ul#downloads, .asciidoctor ul#docs-list, .asciidoctor ol.no-bullet, .asciidoctor ol.social { + margin-left: 1.5em; } + /* line 219, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor ul li ul, .asciidoctor ul li ol { + margin-left: 1.25em; + margin-bottom: 0; + font-size: 1em; + /* Override nested font-size change */ } + /* line 220, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor ul.square li ul, .asciidoctor ul.circle li ul, .asciidoctor ul.disc li ul { + list-style: inherit; } + /* line 221, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor ul.square { + list-style-type: square; } + /* line 222, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor ul.circle { + list-style-type: circle; } + /* line 223, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor ul.disc { + list-style-type: disc; } + /* line 224, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor ul.no-bullet, .asciidoctor ul.social, .asciidoctor ul#downloads, .asciidoctor ul#docs-list { + list-style: none; } + /* line 227, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor ol li ul, .asciidoctor ol li ol { + margin-left: 1.25em; + margin-bottom: 0; } + /* line 230, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor dl dt { + margin-bottom: 0.3125em; + font-weight: bold; } + /* line 231, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor dl dd { + margin-bottom: 1.25em; } + /* line 234, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor abbr, .asciidoctor acronym { + text-transform: uppercase; + font-size: 90%; + color: rgba(0, 0, 0, 0.8); + border-bottom: 1px dotted #dddddd; + cursor: help; } + /* line 236, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor abbr { + text-transform: none; } + /* line 239, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor blockquote { + margin: 0 0 1.25em; + padding: 0.5625em 1.25em 0 1.1875em; + border-left: 1px solid #dddddd; } + /* line 240, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor blockquote cite { + display: block; + font-size: 0.9375em; + color: rgba(0, 0, 0, 0.6); } + /* line 241, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor blockquote cite:before { + content: "\2014 \0020"; } + /* line 242, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor blockquote cite a, .asciidoctor blockquote cite a:visited { + color: rgba(0, 0, 0, 0.6); } + /* line 244, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor blockquote, .asciidoctor blockquote p { + line-height: 1.6; + color: rgba(0, 0, 0, 0.85); } + /* line 247, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .vcard { + display: inline-block; + margin: 0 0 1.25em 0; + border: 1px solid #dddddd; + padding: 0.625em 0.75em; } + /* line 248, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .vcard li { + margin: 0; + display: block; } + /* line 249, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .vcard .fn { + font-weight: bold; + font-size: 0.9375em; } + /* line 251, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .vevent .summary { + font-weight: bold; } + /* line 252, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .vevent abbr { + cursor: auto; + text-decoration: none; + font-weight: bold; + border: none; + padding: 0 0.0625em; } + @media only screen and (min-width: 768px) { + /* line 254, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor h1, .asciidoctor h2, .asciidoctor h3, .asciidoctor #toctitle, .asciidoctor .sidebarblock > .content > .title, .asciidoctor ul#downloads > li .sidebarblock > .notes > .title, ul#downloads > li .asciidoctor .sidebarblock > .notes > .title, .asciidoctor ul#downloads > li table .sidebarblock > ul[id$="-download"] > .title, ul#downloads > li table .asciidoctor .sidebarblock > ul[id$="-download"] > .title, .asciidoctor #download > div .sidebarblock > ul[id$="-download"] > .title, #download > div .asciidoctor .sidebarblock > ul[id$="-download"] > .title, .asciidoctor h4, .asciidoctor h5, .asciidoctor h6 { + line-height: 1.2; } + /* line 255, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor h1 { + font-size: 2.75em; } + /* line 256, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor h2 { + font-size: 2.3125em; } + /* line 257, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor h3, .asciidoctor #toctitle, .asciidoctor .sidebarblock > .content > .title, .asciidoctor ul#downloads > li .sidebarblock > .notes > .title, ul#downloads > li .asciidoctor .sidebarblock > .notes > .title, .asciidoctor ul#downloads > li table .sidebarblock > ul[id$="-download"] > .title, ul#downloads > li table .asciidoctor .sidebarblock > ul[id$="-download"] > .title, .asciidoctor #download > div .sidebarblock > ul[id$="-download"] > .title, #download > div .asciidoctor .sidebarblock > ul[id$="-download"] > .title { + font-size: 1.6875em; } + /* line 258, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor h4 { + font-size: 1.4375em; } } + /* line 260, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor table { + background: white; + margin-bottom: 1.25em; + border: solid 1px #dedede; } + /* line 261, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor table thead, .asciidoctor table tfoot { + background: #f7f8f7; + font-weight: bold; } + /* line 262, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor table thead tr th, .asciidoctor table thead tr td, .asciidoctor table tfoot tr th, .asciidoctor table tfoot tr td { + padding: 0.5em 0.625em 0.625em; + font-size: inherit; + color: rgba(0, 0, 0, 0.8); + text-align: left; } + /* line 263, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor table tr th, .asciidoctor table tr td { + padding: 0.5625em 0.625em; + font-size: inherit; + color: rgba(0, 0, 0, 0.8); } + /* line 264, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor table tr.even, .asciidoctor table tr.alt, .asciidoctor table tr:nth-of-type(even) { + background: #f8f8f7; } + /* line 265, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor table thead tr th, .asciidoctor table tfoot tr th, .asciidoctor table tbody tr td, .asciidoctor table tr td, .asciidoctor table tfoot tr td { + display: table-cell; + line-height: 1.6; } + /* line 267, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor h1, .asciidoctor h2, .asciidoctor h3, .asciidoctor #toctitle, .asciidoctor .sidebarblock > .content > .title, .asciidoctor ul#downloads > li .sidebarblock > .notes > .title, ul#downloads > li .asciidoctor .sidebarblock > .notes > .title, .asciidoctor ul#downloads > li table .sidebarblock > ul[id$="-download"] > .title, ul#downloads > li table .asciidoctor .sidebarblock > ul[id$="-download"] > .title, .asciidoctor #download > div .sidebarblock > ul[id$="-download"] > .title, #download > div .asciidoctor .sidebarblock > ul[id$="-download"] > .title, .asciidoctor h4, .asciidoctor h5, .asciidoctor h6 { + line-height: 1.2; + word-spacing: -0.05em; } + /* line 268, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor h1 strong, .asciidoctor h2 strong, .asciidoctor h3 strong, .asciidoctor #toctitle strong, .asciidoctor .sidebarblock > .content > .title strong, .asciidoctor ul#downloads > li .sidebarblock > .notes > .title strong, ul#downloads > li .asciidoctor .sidebarblock > .notes > .title strong, .asciidoctor ul#downloads > li table .sidebarblock > ul[id$="-download"] > .title strong, ul#downloads > li table .asciidoctor .sidebarblock > ul[id$="-download"] > .title strong, .asciidoctor #download > div .sidebarblock > ul[id$="-download"] > .title strong, #download > div .asciidoctor .sidebarblock > ul[id$="-download"] > .title strong, .asciidoctor h4 strong, .asciidoctor h5 strong, .asciidoctor h6 strong { + font-weight: 400; } + /* line 270, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .clearfix:before, .asciidoctor #breaking div:before, #breaking .asciidoctor div:before, .asciidoctor body[class$="about"] dl dd:before, body[class$="about"] dl .asciidoctor dd:before, .asciidoctor .clearfix:after, .asciidoctor #breaking div:after, #breaking .asciidoctor div:after, .asciidoctor body[class$="about"] dl dd:after, body[class$="about"] dl .asciidoctor dd:after, .asciidoctor .float-group:before, .asciidoctor .float-group:after { + content: " "; + display: table; } + /* line 271, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .clearfix:after, .asciidoctor #breaking div:after, #breaking .asciidoctor div:after, .asciidoctor body[class$="about"] dl dd:after, body[class$="about"] dl .asciidoctor dd:after, .asciidoctor .float-group:after { + clear: both; } + /* line 273, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor *:not(pre) > code { + font-size: 0.9375em; + font-style: normal !important; + letter-spacing: 0; + padding: 0.1em 0.5ex; + word-spacing: -0.15em; + background-color: #f7f7f8; + -webkit-border-radius: 4px; + border-radius: 4px; + line-height: 1.45; + text-rendering: optimizeSpeed; } + /* line 275, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor pre, .asciidoctor pre > code { + line-height: 1.45; + color: rgba(0, 0, 0, 0.9); + font-family: "Droid Sans Mono", "DejaVu Sans Mono", "Monospace", monospace; + font-weight: normal; + text-rendering: optimizeSpeed; } + /* line 277, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .keyseq { + color: rgba(51, 51, 51, 0.8); } + /* line 279, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor kbd { + display: inline-block; + color: rgba(0, 0, 0, 0.8); + font-size: 0.75em; + line-height: 1.4; + background-color: #f7f7f7; + border: 1px solid #ccc; + -webkit-border-radius: 3px; + border-radius: 3px; + -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 0 0 0.1em white inset; + box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 0 0 0.1em white inset; + margin: -0.15em 0.15em 0 0.15em; + padding: 0.2em 0.6em 0.2em 0.5em; + vertical-align: middle; + white-space: nowrap; } + /* line 281, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .keyseq kbd:first-child { + margin-left: 0; } + /* line 283, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .keyseq kbd:last-child { + margin-right: 0; } + /* line 285, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .menuseq, .asciidoctor .menu { + color: rgba(0, 0, 0, 0.8); } + /* line 287, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor b.button:before, .asciidoctor b.button:after { + position: relative; + top: -1px; + font-weight: normal; } + /* line 289, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor b.button:before { + content: "["; + padding: 0 3px 0 2px; } + /* line 291, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor b.button:after { + content: "]"; + padding: 0 2px 0 3px; } + /* line 293, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor p a > code:hover { + color: rgba(0, 0, 0, 0.9); } + /* line 295, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor #header, .asciidoctor #content, .asciidoctor #footnotes, .asciidoctor #footer { + width: 100%; + margin-left: auto; + margin-right: auto; + margin-top: 0; + margin-bottom: 0; + max-width: 62.5em; + *zoom: 1; + position: relative; + padding-left: 0.9375em; + padding-right: 0.9375em; } + /* line 296, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor #header:before, .asciidoctor #header:after, .asciidoctor #content:before, .asciidoctor #content:after, .asciidoctor #footnotes:before, .asciidoctor #footnotes:after, .asciidoctor #footer:before, .asciidoctor #footer:after { + content: " "; + display: table; } + /* line 297, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor #header:after, .asciidoctor #content:after, .asciidoctor #footnotes:after, .asciidoctor #footer:after { + clear: both; } + /* line 299, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor #content { + margin-top: 1.25em; } + /* line 301, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor #content:before { + content: none; } + /* line 303, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor #header > h1:first-child { + color: rgba(0, 0, 0, 0.85); + margin-top: 2.25rem; + margin-bottom: 0; } + /* line 304, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor #header > h1:first-child + #toc { + margin-top: 8px; + border-top: 1px solid #ddddd8; } + /* line 305, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor #header > h1:only-child, .asciidoctor body.toc2 #header > h1:nth-last-child(2) { + border-bottom: 1px solid #ddddd8; + padding-bottom: 8px; } + /* line 306, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor #header .details { + border-bottom: 1px solid #ddddd8; + line-height: 1.45; + padding-top: 0.25em; + padding-bottom: 0.25em; + padding-left: 0.25em; + color: rgba(0, 0, 0, 0.6); + display: -ms-flexbox; + display: -webkit-flex; + display: flex; + -ms-flex-flow: row wrap; + -webkit-flex-flow: row wrap; + flex-flow: row wrap; } + /* line 307, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor #header .details span:first-child { + margin-left: -0.125em; } + /* line 308, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor #header .details span.email a { + color: rgba(0, 0, 0, 0.85); } + /* line 309, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor #header .details br { + display: none; } + /* line 310, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor #header .details br + span:before { + content: "\00a0\2013\00a0"; } + /* line 311, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor #header .details br + span.author:before { + content: "\00a0\22c5\00a0"; + color: rgba(0, 0, 0, 0.85); } + /* line 312, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor #header .details br + span#revremark:before { + content: "\00a0|\00a0"; } + /* line 313, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor #header #revnumber { + text-transform: capitalize; } + /* line 314, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor #header #revnumber:after { + content: "\00a0"; } + /* line 316, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor #content > h1:first-child:not([class]) { + color: rgba(0, 0, 0, 0.85); + border-bottom: 1px solid #ddddd8; + padding-bottom: 8px; + margin-top: 0; + padding-top: 1rem; + margin-bottom: 1.25rem; } + /* line 318, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor #toc { + border-bottom: 1px solid #efefed; + padding-bottom: 0.5em; } + /* line 319, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor #toc > ul { + margin-left: 0.125em; } + /* line 320, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor #toc ul.sectlevel0 > li > a { + font-style: italic; } + /* line 321, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor #toc ul.sectlevel0 ul.sectlevel1 { + margin: 0.5em 0; } + /* line 322, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor #toc ul { + font-family: "Open Sans", "DejaVu Sans", sans-serif; + list-style-type: none; } + /* line 323, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor #toc a { + text-decoration: none; } + /* line 324, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor #toc a:active { + text-decoration: underline; } + /* line 326, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor #toctitle { + color: #7a2518; + font-size: 1.2em; } + @media only screen and (min-width: 768px) { + /* line 328, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor #toctitle { + font-size: 1.375em; } + /* line 329, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor body.toc2 { + padding-left: 15em; + padding-right: 0; } + /* line 330, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor #toc.toc2 { + margin-top: 0 !important; + background-color: #f8f8f7; + position: fixed; + width: 15em; + left: 0; + top: 0; + border-right: 1px solid #efefed; + border-top-width: 0 !important; + border-bottom-width: 0 !important; + z-index: 1000; + padding: 1.25em 1em; + height: 100%; + overflow: auto; } + /* line 331, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor #toc.toc2 #toctitle { + margin-top: 0; + font-size: 1.2em; } + /* line 332, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor #toc.toc2 > ul { + font-size: 0.9em; + margin-bottom: 0; } + /* line 333, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor #toc.toc2 ul ul { + margin-left: 0; + padding-left: 1em; } + /* line 334, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor #toc.toc2 ul.sectlevel0 ul.sectlevel1 { + padding-left: 0; + margin-top: 0.5em; + margin-bottom: 0.5em; } + /* line 335, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor body.toc2.toc-right { + padding-left: 0; + padding-right: 15em; } + /* line 336, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor body.toc2.toc-right #toc.toc2 { + border-right-width: 0; + border-left: 1px solid #efefed; + left: auto; + right: 0; } } + @media only screen and (min-width: 1280px) { + /* line 337, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor body.toc2 { + padding-left: 20em; + padding-right: 0; } + /* line 338, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor #toc.toc2 { + width: 20em; } + /* line 339, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor #toc.toc2 #toctitle { + font-size: 1.375em; } + /* line 340, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor #toc.toc2 > ul { + font-size: 0.95em; } + /* line 341, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor #toc.toc2 ul ul { + padding-left: 1.25em; } + /* line 342, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor body.toc2.toc-right { + padding-left: 0; + padding-right: 20em; } } + /* line 343, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor #content #toc { + border-style: solid; + border-width: 1px; + border-color: #e0e0dc; + margin-bottom: 1.25em; + padding: 1.25em; + background: #f8f8f7; + -webkit-border-radius: 4px; + border-radius: 4px; } + /* line 344, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor #content #toc > :first-child { + margin-top: 0; } + /* line 345, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor #content #toc > :last-child { + margin-bottom: 0; } + /* line 347, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor #footer { + max-width: 100%; + background-color: rgba(0, 0, 0, 0.8); + padding: 1.25em; } + /* line 349, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor #footer-text { + color: rgba(255, 255, 255, 0.8); + line-height: 1.44; } + /* line 351, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .sect1 { + padding-bottom: 0.625em; } + @media only screen and (min-width: 768px) { + /* line 353, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .sect1 { + padding-bottom: 1.25em; } } + /* line 354, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .sect1 + .sect1 { + border-top: 1px solid #efefed; } + /* line 356, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor #content h1 > a.anchor, .asciidoctor h2 > a.anchor, .asciidoctor h3 > a.anchor, .asciidoctor #toctitle > a.anchor, .asciidoctor .sidebarblock > .content > .title > a.anchor, .asciidoctor ul#downloads > li .sidebarblock > .notes > .title > a.anchor, ul#downloads > li .asciidoctor .sidebarblock > .notes > .title > a.anchor, .asciidoctor ul#downloads > li table .sidebarblock > ul[id$="-download"] > .title > a.anchor, ul#downloads > li table .asciidoctor .sidebarblock > ul[id$="-download"] > .title > a.anchor, .asciidoctor #download > div .sidebarblock > ul[id$="-download"] > .title > a.anchor, #download > div .asciidoctor .sidebarblock > ul[id$="-download"] > .title > a.anchor, .asciidoctor h4 > a.anchor, .asciidoctor h5 > a.anchor, .asciidoctor h6 > a.anchor { + position: absolute; + z-index: 1001; + width: 1.5ex; + margin-left: -1.5ex; + display: block; + text-decoration: none !important; + visibility: hidden; + text-align: center; + font-weight: normal; } + /* line 357, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor #content h1 > a.anchor:before, .asciidoctor h2 > a.anchor:before, .asciidoctor h3 > a.anchor:before, .asciidoctor #toctitle > a.anchor:before, .asciidoctor .sidebarblock > .content > .title > a.anchor:before, .asciidoctor ul#downloads > li .sidebarblock > .notes > .title > a.anchor:before, ul#downloads > li .asciidoctor .sidebarblock > .notes > .title > a.anchor:before, .asciidoctor ul#downloads > li table .sidebarblock > ul[id$="-download"] > .title > a.anchor:before, ul#downloads > li table .asciidoctor .sidebarblock > ul[id$="-download"] > .title > a.anchor:before, .asciidoctor #download > div .sidebarblock > ul[id$="-download"] > .title > a.anchor:before, #download > div .asciidoctor .sidebarblock > ul[id$="-download"] > .title > a.anchor:before, .asciidoctor h4 > a.anchor:before, .asciidoctor h5 > a.anchor:before, .asciidoctor h6 > a.anchor:before { + content: "\00A7"; + font-size: 0.85em; + display: block; + padding-top: 0.1em; } + /* line 358, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor #content h1:hover > a.anchor, .asciidoctor #content h1 > a.anchor:hover, .asciidoctor h2:hover > a.anchor, .asciidoctor h2 > a.anchor:hover, .asciidoctor h3:hover > a.anchor, .asciidoctor #toctitle:hover > a.anchor, .asciidoctor .sidebarblock > .content > .title:hover > a.anchor, .asciidoctor ul#downloads > li .sidebarblock > .notes > .title:hover > a.anchor, ul#downloads > li .asciidoctor .sidebarblock > .notes > .title:hover > a.anchor, .asciidoctor ul#downloads > li table .sidebarblock > ul[id$="-download"] > .title:hover > a.anchor, ul#downloads > li table .asciidoctor .sidebarblock > ul[id$="-download"] > .title:hover > a.anchor, .asciidoctor #download > div .sidebarblock > ul[id$="-download"] > .title:hover > a.anchor, #download > div .asciidoctor .sidebarblock > ul[id$="-download"] > .title:hover > a.anchor, .asciidoctor h3 > a.anchor:hover, .asciidoctor #toctitle > a.anchor:hover, .asciidoctor .sidebarblock > .content > .title > a.anchor:hover, .asciidoctor ul#downloads > li .sidebarblock > .notes > .title > a.anchor:hover, ul#downloads > li .asciidoctor .sidebarblock > .notes > .title > a.anchor:hover, .asciidoctor ul#downloads > li table .sidebarblock > ul[id$="-download"] > .title > a.anchor:hover, ul#downloads > li table .asciidoctor .sidebarblock > ul[id$="-download"] > .title > a.anchor:hover, .asciidoctor #download > div .sidebarblock > ul[id$="-download"] > .title > a.anchor:hover, #download > div .asciidoctor .sidebarblock > ul[id$="-download"] > .title > a.anchor:hover, .asciidoctor h4:hover > a.anchor, .asciidoctor h4 > a.anchor:hover, .asciidoctor h5:hover > a.anchor, .asciidoctor h5 > a.anchor:hover, .asciidoctor h6:hover > a.anchor, .asciidoctor h6 > a.anchor:hover { + visibility: visible; } + /* line 359, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor #content h1 > a.link, .asciidoctor h2 > a.link, .asciidoctor h3 > a.link, .asciidoctor #toctitle > a.link, .asciidoctor .sidebarblock > .content > .title > a.link, .asciidoctor ul#downloads > li .sidebarblock > .notes > .title > a.link, ul#downloads > li .asciidoctor .sidebarblock > .notes > .title > a.link, .asciidoctor ul#downloads > li table .sidebarblock > ul[id$="-download"] > .title > a.link, ul#downloads > li table .asciidoctor .sidebarblock > ul[id$="-download"] > .title > a.link, .asciidoctor #download > div .sidebarblock > ul[id$="-download"] > .title > a.link, #download > div .asciidoctor .sidebarblock > ul[id$="-download"] > .title > a.link, .asciidoctor h4 > a.link, .asciidoctor h5 > a.link, .asciidoctor h6 > a.link { + color: #ba3925; + text-decoration: none; } + /* line 360, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor #content h1 > a.link:hover, .asciidoctor h2 > a.link:hover, .asciidoctor h3 > a.link:hover, .asciidoctor #toctitle > a.link:hover, .asciidoctor .sidebarblock > .content > .title > a.link:hover, .asciidoctor ul#downloads > li .sidebarblock > .notes > .title > a.link:hover, ul#downloads > li .asciidoctor .sidebarblock > .notes > .title > a.link:hover, .asciidoctor ul#downloads > li table .sidebarblock > ul[id$="-download"] > .title > a.link:hover, ul#downloads > li table .asciidoctor .sidebarblock > ul[id$="-download"] > .title > a.link:hover, .asciidoctor #download > div .sidebarblock > ul[id$="-download"] > .title > a.link:hover, #download > div .asciidoctor .sidebarblock > ul[id$="-download"] > .title > a.link:hover, .asciidoctor h4 > a.link:hover, .asciidoctor h5 > a.link:hover, .asciidoctor h6 > a.link:hover { + color: #a53221; } + /* line 362, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .audioblock, .asciidoctor .imageblock, .asciidoctor .literalblock, .asciidoctor .listingblock, .asciidoctor .stemblock, .asciidoctor .videoblock { + margin-bottom: 1.25em; } + /* line 364, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .admonitionblock td.content > .title, .asciidoctor .admonitionblock ul#downloads > li td.notes > .title, ul#downloads > li .asciidoctor .admonitionblock td.notes > .title, .asciidoctor .audioblock > .title, .asciidoctor .exampleblock > .title, .asciidoctor .imageblock > .title, .asciidoctor .listingblock > .title, .asciidoctor .literalblock > .title, .asciidoctor .stemblock > .title, .asciidoctor .openblock > .title, .asciidoctor .paragraph > .title, .asciidoctor .quoteblock > .title, .asciidoctor table.tableblock > .title, .asciidoctor .verseblock > .title, .asciidoctor .videoblock > .title, .asciidoctor .dlist > .title, .asciidoctor .olist > .title, .asciidoctor .ulist > .title, .asciidoctor .qlist > .title, .asciidoctor .hdlist > .title { + text-rendering: optimizeLegibility; + text-align: left; + font-family: "Noto Serif", "DejaVu Serif", serif; + font-size: 1rem; + font-style: italic; } + /* line 366, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor table.tableblock > caption.title { + white-space: nowrap; + overflow: visible; + max-width: 0; } + /* line 368, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .paragraph.lead > p, .asciidoctor #preamble > .sectionbody > .paragraph:first-of-type p { + color: rgba(0, 0, 0, 0.85); } + /* line 370, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor table.tableblock #preamble > .sectionbody > .paragraph:first-of-type p { + font-size: inherit; } + /* line 372, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .admonitionblock > table { + border-collapse: separate; + border: 0; + background: none; + width: 100%; } + /* line 373, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .admonitionblock > table td.icon { + text-align: center; + width: 80px; } + /* line 374, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .admonitionblock > table td.icon img { + max-width: none; } + /* line 375, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .admonitionblock > table td.icon .title { + font-weight: bold; + font-family: "Open Sans", "DejaVu Sans", sans-serif; + text-transform: uppercase; } + /* line 376, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .admonitionblock > table td.content, .asciidoctor .admonitionblock > table ul#downloads > li td.notes, ul#downloads > li .asciidoctor .admonitionblock > table td.notes { + padding-left: 1.125em; + padding-right: 1.25em; + border-left: 1px solid #ddddd8; + color: rgba(0, 0, 0, 0.6); } + /* line 377, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .admonitionblock > table td.content > :last-child > :last-child, .asciidoctor .admonitionblock > table ul#downloads > li td.notes > :last-child > :last-child, ul#downloads > li .asciidoctor .admonitionblock > table td.notes > :last-child > :last-child { + margin-bottom: 0; } + /* line 379, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .exampleblock > .content, .asciidoctor ul#downloads > li .exampleblock > .notes, ul#downloads > li .asciidoctor .exampleblock > .notes, .asciidoctor ul#downloads > li table .exampleblock > ul[id$="-download"], ul#downloads > li table .asciidoctor .exampleblock > ul[id$="-download"], .asciidoctor #download > div .exampleblock > ul[id$="-download"], #download > div .asciidoctor .exampleblock > ul[id$="-download"] { + border-style: solid; + border-width: 1px; + border-color: #e6e6e6; + margin-bottom: 1.25em; + padding: 1.25em; + background: white; + -webkit-border-radius: 4px; + border-radius: 4px; } + /* line 380, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .exampleblock > .content > :first-child, .asciidoctor ul#downloads > li .exampleblock > .notes > :first-child, ul#downloads > li .asciidoctor .exampleblock > .notes > :first-child, .asciidoctor ul#downloads > li table .exampleblock > ul[id$="-download"] > :first-child, ul#downloads > li table .asciidoctor .exampleblock > ul[id$="-download"] > :first-child, .asciidoctor #download > div .exampleblock > ul[id$="-download"] > :first-child, #download > div .asciidoctor .exampleblock > ul[id$="-download"] > :first-child { + margin-top: 0; } + /* line 381, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .exampleblock > .content > :last-child, .asciidoctor ul#downloads > li .exampleblock > .notes > :last-child, ul#downloads > li .asciidoctor .exampleblock > .notes > :last-child, .asciidoctor ul#downloads > li table .exampleblock > ul[id$="-download"] > :last-child, ul#downloads > li table .asciidoctor .exampleblock > ul[id$="-download"] > :last-child, .asciidoctor #download > div .exampleblock > ul[id$="-download"] > :last-child, #download > div .asciidoctor .exampleblock > ul[id$="-download"] > :last-child { + margin-bottom: 0; } + /* line 383, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .sidebarblock { + border-style: solid; + border-width: 1px; + border-color: #e0e0dc; + margin-bottom: 1.25em; + padding: 1.25em; + background: #f8f8f7; + -webkit-border-radius: 4px; + border-radius: 4px; } + /* line 384, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .sidebarblock > :first-child { + margin-top: 0; } + /* line 385, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .sidebarblock > :last-child { + margin-bottom: 0; } + /* line 386, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .sidebarblock > .content > .title, .asciidoctor ul#downloads > li .sidebarblock > .notes > .title, ul#downloads > li .asciidoctor .sidebarblock > .notes > .title, .asciidoctor ul#downloads > li table .sidebarblock > ul[id$="-download"] > .title, ul#downloads > li table .asciidoctor .sidebarblock > ul[id$="-download"] > .title, .asciidoctor #download > div .sidebarblock > ul[id$="-download"] > .title, #download > div .asciidoctor .sidebarblock > ul[id$="-download"] > .title { + color: #7a2518; + margin-top: 0; + text-align: center; } + /* line 388, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .exampleblock > .content > :last-child > :last-child, .asciidoctor ul#downloads > li .exampleblock > .notes > :last-child > :last-child, ul#downloads > li .asciidoctor .exampleblock > .notes > :last-child > :last-child, .asciidoctor ul#downloads > li table .exampleblock > ul[id$="-download"] > :last-child > :last-child, ul#downloads > li table .asciidoctor .exampleblock > ul[id$="-download"] > :last-child > :last-child, .asciidoctor #download > div .exampleblock > ul[id$="-download"] > :last-child > :last-child, #download > div .asciidoctor .exampleblock > ul[id$="-download"] > :last-child > :last-child, .asciidoctor .exampleblock > .content .olist > ol > li:last-child > :last-child, .asciidoctor ul#downloads > li .exampleblock > .notes .olist > ol > li:last-child > :last-child, ul#downloads > li .asciidoctor .exampleblock > .notes .olist > ol > li:last-child > :last-child, .asciidoctor ul#downloads > li table .exampleblock > ul[id$="-download"] .olist > ol > li:last-child > :last-child, ul#downloads > li table .asciidoctor .exampleblock > ul[id$="-download"] .olist > ol > li:last-child > :last-child, .asciidoctor #download > div .exampleblock > ul[id$="-download"] .olist > ol > li:last-child > :last-child, #download > div .asciidoctor .exampleblock > ul[id$="-download"] .olist > ol > li:last-child > :last-child, .asciidoctor .exampleblock > .content .ulist > ul > li:last-child > :last-child, .asciidoctor ul#downloads > li .exampleblock > .notes .ulist > ul > li:last-child > :last-child, ul#downloads > li .asciidoctor .exampleblock > .notes .ulist > ul > li:last-child > :last-child, .asciidoctor ul#downloads > li table .exampleblock > ul[id$="-download"] .ulist > ul > li:last-child > :last-child, ul#downloads > li table .asciidoctor .exampleblock > ul[id$="-download"] .ulist > ul > li:last-child > :last-child, .asciidoctor #download > div .exampleblock > ul[id$="-download"] .ulist > ul > li:last-child > :last-child, #download > div .asciidoctor .exampleblock > ul[id$="-download"] .ulist > ul > li:last-child > :last-child, .asciidoctor .exampleblock > .content .qlist > ol > li:last-child > :last-child, .asciidoctor ul#downloads > li .exampleblock > .notes .qlist > ol > li:last-child > :last-child, ul#downloads > li .asciidoctor .exampleblock > .notes .qlist > ol > li:last-child > :last-child, .asciidoctor ul#downloads > li table .exampleblock > ul[id$="-download"] .qlist > ol > li:last-child > :last-child, ul#downloads > li table .asciidoctor .exampleblock > ul[id$="-download"] .qlist > ol > li:last-child > :last-child, .asciidoctor #download > div .exampleblock > ul[id$="-download"] .qlist > ol > li:last-child > :last-child, #download > div .asciidoctor .exampleblock > ul[id$="-download"] .qlist > ol > li:last-child > :last-child, .asciidoctor .sidebarblock > .content > :last-child > :last-child, .asciidoctor ul#downloads > li .sidebarblock > .notes > :last-child > :last-child, ul#downloads > li .asciidoctor .sidebarblock > .notes > :last-child > :last-child, .asciidoctor ul#downloads > li table .sidebarblock > ul[id$="-download"] > :last-child > :last-child, ul#downloads > li table .asciidoctor .sidebarblock > ul[id$="-download"] > :last-child > :last-child, .asciidoctor #download > div .sidebarblock > ul[id$="-download"] > :last-child > :last-child, #download > div .asciidoctor .sidebarblock > ul[id$="-download"] > :last-child > :last-child, .asciidoctor .sidebarblock > .content .olist > ol > li:last-child > :last-child, .asciidoctor ul#downloads > li .sidebarblock > .notes .olist > ol > li:last-child > :last-child, ul#downloads > li .asciidoctor .sidebarblock > .notes .olist > ol > li:last-child > :last-child, .asciidoctor ul#downloads > li table .sidebarblock > ul[id$="-download"] .olist > ol > li:last-child > :last-child, ul#downloads > li table .asciidoctor .sidebarblock > ul[id$="-download"] .olist > ol > li:last-child > :last-child, .asciidoctor #download > div .sidebarblock > ul[id$="-download"] .olist > ol > li:last-child > :last-child, #download > div .asciidoctor .sidebarblock > ul[id$="-download"] .olist > ol > li:last-child > :last-child, .asciidoctor .sidebarblock > .content .ulist > ul > li:last-child > :last-child, .asciidoctor ul#downloads > li .sidebarblock > .notes .ulist > ul > li:last-child > :last-child, ul#downloads > li .asciidoctor .sidebarblock > .notes .ulist > ul > li:last-child > :last-child, .asciidoctor ul#downloads > li table .sidebarblock > ul[id$="-download"] .ulist > ul > li:last-child > :last-child, ul#downloads > li table .asciidoctor .sidebarblock > ul[id$="-download"] .ulist > ul > li:last-child > :last-child, .asciidoctor #download > div .sidebarblock > ul[id$="-download"] .ulist > ul > li:last-child > :last-child, #download > div .asciidoctor .sidebarblock > ul[id$="-download"] .ulist > ul > li:last-child > :last-child, .asciidoctor .sidebarblock > .content .qlist > ol > li:last-child > :last-child, .asciidoctor ul#downloads > li .sidebarblock > .notes .qlist > ol > li:last-child > :last-child, ul#downloads > li .asciidoctor .sidebarblock > .notes .qlist > ol > li:last-child > :last-child, .asciidoctor ul#downloads > li table .sidebarblock > ul[id$="-download"] .qlist > ol > li:last-child > :last-child, ul#downloads > li table .asciidoctor .sidebarblock > ul[id$="-download"] .qlist > ol > li:last-child > :last-child, .asciidoctor #download > div .sidebarblock > ul[id$="-download"] .qlist > ol > li:last-child > :last-child, #download > div .asciidoctor .sidebarblock > ul[id$="-download"] .qlist > ol > li:last-child > :last-child { + margin-bottom: 0; } + /* line 390, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .literalblock pre, .asciidoctor .listingblock pre:not(.highlight), .asciidoctor .listingblock pre[class="highlight"], .asciidoctor .listingblock pre[class^="highlight "], .asciidoctor .listingblock pre.CodeRay, .asciidoctor .listingblock pre.prettyprint { + background: #f7f7f8; } + /* line 391, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .sidebarblock .literalblock pre, .asciidoctor .sidebarblock .listingblock pre:not(.highlight), .asciidoctor .sidebarblock .listingblock pre[class="highlight"], .asciidoctor .sidebarblock .listingblock pre[class^="highlight "], .asciidoctor .sidebarblock .listingblock pre.CodeRay, .asciidoctor .sidebarblock .listingblock pre.prettyprint { + background: #f2f1f1; } + /* line 393, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .literalblock pre, .asciidoctor .literalblock pre[class], .asciidoctor .listingblock pre, .asciidoctor .listingblock pre[class] { + -webkit-border-radius: 4px; + border-radius: 4px; + word-wrap: break-word; + padding: 1em; + font-size: 0.8125em; } + /* line 394, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .literalblock pre.nowrap, .asciidoctor .literalblock pre[class].nowrap, .asciidoctor .listingblock pre.nowrap, .asciidoctor .listingblock pre[class].nowrap { + overflow-x: auto; + white-space: pre; + word-wrap: normal; } + @media only screen and (min-width: 768px) { + /* line 395, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .literalblock pre, .asciidoctor .literalblock pre[class], .asciidoctor .listingblock pre, .asciidoctor .listingblock pre[class] { + font-size: 0.90625em; } } + @media only screen and (min-width: 1280px) { + /* line 396, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .literalblock pre, .asciidoctor .literalblock pre[class], .asciidoctor .listingblock pre, .asciidoctor .listingblock pre[class] { + font-size: 1em; } } + /* line 398, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .literalblock.output pre { + color: #f7f7f8; + background-color: rgba(0, 0, 0, 0.9); } + /* line 400, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .listingblock pre.highlightjs { + padding: 0; } + /* line 401, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .listingblock pre.highlightjs > code { + padding: 1em; + -webkit-border-radius: 4px; + border-radius: 4px; } + /* line 403, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .listingblock pre.prettyprint { + border-width: 0; } + /* line 405, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .listingblock > .content, .asciidoctor ul#downloads > li .listingblock > .notes, ul#downloads > li .asciidoctor .listingblock > .notes, .asciidoctor ul#downloads > li table .listingblock > ul[id$="-download"], ul#downloads > li table .asciidoctor .listingblock > ul[id$="-download"], .asciidoctor #download > div .listingblock > ul[id$="-download"], #download > div .asciidoctor .listingblock > ul[id$="-download"] { + position: relative; } + /* line 407, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .listingblock code[data-lang]:before { + display: none; + content: attr(data-lang); + position: absolute; + font-size: 0.75em; + top: 0.425rem; + right: 0.5rem; + line-height: 1; + text-transform: uppercase; + color: #999; } + /* line 409, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .listingblock:hover code[data-lang]:before { + display: block; } + /* line 411, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .listingblock.terminal pre .command:before { + content: attr(data-prompt); + padding-right: 0.5em; + color: #999; } + /* line 413, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .listingblock.terminal pre .command:not([data-prompt]):before { + content: "$"; } + /* line 415, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor table.pyhltable { + border-collapse: separate; + border: 0; + margin-bottom: 0; + background: none; } + /* line 417, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor table.pyhltable td { + vertical-align: top; + padding-top: 0; + padding-bottom: 0; } + /* line 419, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor table.pyhltable td.code { + padding-left: .75em; + padding-right: 0; } + /* line 421, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor pre.pygments .lineno, .asciidoctor table.pyhltable td:not(.code) { + color: #999; + padding-left: 0; + padding-right: .5em; + border-right: 1px solid #ddddd8; } + /* line 423, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor pre.pygments .lineno { + display: inline-block; + margin-right: .25em; } + /* line 425, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor table.pyhltable .linenodiv { + background: none !important; + padding-right: 0 !important; } + /* line 427, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .quoteblock { + margin: 0 1em 1.25em 1.5em; + display: table; } + /* line 428, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .quoteblock > .title { + margin-left: -1.5em; + margin-bottom: 0.75em; } + /* line 429, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .quoteblock blockquote, .asciidoctor .quoteblock blockquote p { + color: rgba(0, 0, 0, 0.85); + font-size: 1.15rem; + line-height: 1.75; + word-spacing: 0.1em; + letter-spacing: 0; + font-style: italic; + text-align: justify; } + /* line 430, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .quoteblock blockquote { + margin: 0; + padding: 0; + border: 0; } + /* line 431, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .quoteblock blockquote:before { + content: "\201c"; + float: left; + font-size: 2.75em; + font-weight: bold; + line-height: 0.6em; + margin-left: -0.6em; + color: #7a2518; + text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); } + /* line 432, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .quoteblock blockquote > .paragraph:last-child p { + margin-bottom: 0; } + /* line 433, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .quoteblock .attribution { + margin-top: 0.5em; + margin-right: 0.5ex; + text-align: right; } + /* line 434, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .quoteblock .quoteblock { + margin-left: 0; + margin-right: 0; + padding: 0.5em 0; + border-left: 3px solid rgba(0, 0, 0, 0.6); } + /* line 435, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .quoteblock .quoteblock blockquote { + padding: 0 0 0 0.75em; } + /* line 436, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .quoteblock .quoteblock blockquote:before { + display: none; } + /* line 438, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .verseblock { + margin: 0 1em 1.25em 1em; } + /* line 439, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .verseblock pre { + font-family: "Open Sans", "DejaVu Sans", sans; + font-size: 1.15rem; + color: rgba(0, 0, 0, 0.85); + font-weight: 300; + text-rendering: optimizeLegibility; } + /* line 440, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .verseblock pre strong { + font-weight: 400; } + /* line 441, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .verseblock .attribution { + margin-top: 1.25rem; + margin-left: 0.5ex; } + /* line 443, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .quoteblock .attribution, .asciidoctor .verseblock .attribution { + font-size: 0.9375em; + line-height: 1.45; + font-style: italic; } + /* line 444, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .quoteblock .attribution br, .asciidoctor .verseblock .attribution br { + display: none; } + /* line 445, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .quoteblock .attribution cite, .asciidoctor .verseblock .attribution cite { + display: block; + letter-spacing: -0.05em; + color: rgba(0, 0, 0, 0.6); } + /* line 447, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .quoteblock.abstract { + margin: 0 0 1.25em 0; + display: block; } + /* line 448, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .quoteblock.abstract blockquote, .asciidoctor .quoteblock.abstract blockquote p { + text-align: left; + word-spacing: 0; } + /* line 449, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .quoteblock.abstract blockquote:before, .asciidoctor .quoteblock.abstract blockquote p:first-of-type:before { + display: none; } + /* line 451, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor table.tableblock { + max-width: 100%; + border-collapse: separate; } + /* line 452, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor table.tableblock td > .paragraph:last-child p > p:last-child, .asciidoctor table.tableblock th > p:last-child, .asciidoctor table.tableblock td > p:last-child { + margin-bottom: 0; } + /* line 454, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor table.spread { + width: 100%; } + /* line 456, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor table.tableblock, .asciidoctor th.tableblock, .asciidoctor td.tableblock { + border: 0 solid #dedede; } + /* line 458, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor table.grid-all th.tableblock, .asciidoctor table.grid-all td.tableblock { + border-width: 0 1px 1px 0; } + /* line 460, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor table.grid-all tfoot > tr > th.tableblock, .asciidoctor table.grid-all tfoot > tr > td.tableblock { + border-width: 1px 1px 0 0; } + /* line 462, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor table.grid-cols th.tableblock, .asciidoctor table.grid-cols td.tableblock { + border-width: 0 1px 0 0; } + /* line 464, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor table.grid-all * > tr > .tableblock:last-child, .asciidoctor table.grid-cols * > tr > .tableblock:last-child { + border-right-width: 0; } + /* line 466, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor table.grid-rows th.tableblock, .asciidoctor table.grid-rows td.tableblock { + border-width: 0 0 1px 0; } + /* line 468, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor table.grid-all tbody > tr:last-child > th.tableblock, .asciidoctor table.grid-all tbody > tr:last-child > td.tableblock, .asciidoctor table.grid-all thead:last-child > tr > th.tableblock, .asciidoctor table.grid-rows tbody > tr:last-child > th.tableblock, .asciidoctor table.grid-rows tbody > tr:last-child > td.tableblock, .asciidoctor table.grid-rows thead:last-child > tr > th.tableblock { + border-bottom-width: 0; } + /* line 470, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor table.grid-rows tfoot > tr > th.tableblock, .asciidoctor table.grid-rows tfoot > tr > td.tableblock { + border-width: 1px 0 0 0; } + /* line 472, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor table.frame-all { + border-width: 1px; } + /* line 474, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor table.frame-sides { + border-width: 0 1px; } + /* line 476, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor table.frame-topbot { + border-width: 1px 0; } + /* line 478, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor th.halign-left, .asciidoctor td.halign-left { + text-align: left; } + /* line 480, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor th.halign-right, .asciidoctor td.halign-right { + text-align: right; } + /* line 482, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor th.halign-center, .asciidoctor td.halign-center { + text-align: center; } + /* line 484, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor th.valign-top, .asciidoctor td.valign-top { + vertical-align: top; } + /* line 486, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor th.valign-bottom, .asciidoctor td.valign-bottom { + vertical-align: bottom; } + /* line 488, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor th.valign-middle, .asciidoctor td.valign-middle { + vertical-align: middle; } + /* line 490, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor table thead th, .asciidoctor table tfoot th { + font-weight: bold; } + /* line 492, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor tbody tr th { + display: table-cell; + line-height: 1.6; + background: #f7f8f7; } + /* line 494, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor tbody tr th, .asciidoctor tbody tr th p, .asciidoctor tfoot tr th, .asciidoctor tfoot tr th p { + color: rgba(0, 0, 0, 0.8); + font-weight: bold; } + /* line 496, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor p.tableblock > code:only-child { + background: none; + padding: 0; } + /* line 498, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor p.tableblock { + font-size: 1em; } + /* line 500, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor td > div.verse { + white-space: pre; } + /* line 502, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor ol { + margin-left: 1.75em; } + /* line 504, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor ul li ol { + margin-left: 1.5em; } + /* line 506, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor dl dd { + margin-left: 1.125em; } + /* line 508, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor dl dd:last-child, .asciidoctor dl dd:last-child > :last-child { + margin-bottom: 0; } + /* line 510, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor ol > li p, .asciidoctor ul > li p, .asciidoctor ul dd, .asciidoctor ol dd, .asciidoctor .olist .olist, .asciidoctor .ulist .ulist, .asciidoctor .ulist .olist, .asciidoctor .olist .ulist { + margin-bottom: 0.625em; } + /* line 512, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor ul.unstyled, .asciidoctor ol.unnumbered, .asciidoctor ul.checklist, .asciidoctor ul.none { + list-style-type: none; } + /* line 514, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor ul.unstyled, .asciidoctor ol.unnumbered, .asciidoctor ul.checklist { + margin-left: 0.625em; } + /* line 516, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor ul.checklist li > p:first-child > .fa-check-square-o:first-child, .asciidoctor ul.checklist li > p:first-child > input[type="checkbox"]:first-child { + margin-right: 0.25em; } + /* line 518, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor ul.checklist li > p:first-child > input[type="checkbox"]:first-child { + position: relative; + top: 1px; } + /* line 520, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor ul.inline { + margin: 0 auto 0.625em auto; + margin-left: -1.375em; + margin-right: 0; + padding: 0; + list-style: none; + overflow: hidden; } + /* line 521, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor ul.inline > li { + list-style: none; + float: left; + margin-left: 1.375em; + display: block; } + /* line 522, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor ul.inline > li > * { + display: block; } + /* line 524, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .unstyled dl dt { + font-weight: normal; + font-style: normal; } + /* line 526, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor ol.arabic { + list-style-type: decimal; } + /* line 528, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor ol.decimal { + list-style-type: decimal-leading-zero; } + /* line 530, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor ol.loweralpha { + list-style-type: lower-alpha; } + /* line 532, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor ol.upperalpha { + list-style-type: upper-alpha; } + /* line 534, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor ol.lowerroman { + list-style-type: lower-roman; } + /* line 536, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor ol.upperroman { + list-style-type: upper-roman; } + /* line 538, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor ol.lowergreek { + list-style-type: lower-greek; } + /* line 540, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .hdlist > table, .asciidoctor .colist > table { + border: 0; + background: none; } + /* line 541, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .hdlist > table > tbody > tr, .asciidoctor .colist > table > tbody > tr { + background: none; } + /* line 543, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor td.hdlist1 { + padding-right: .75em; + font-weight: bold; } + /* line 545, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor td.hdlist1, .asciidoctor td.hdlist2 { + vertical-align: top; } + /* line 547, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .literalblock + .colist, .asciidoctor .listingblock + .colist { + margin-top: -0.5em; } + /* line 549, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .colist > table tr > td:first-of-type { + padding: 0 0.75em; + line-height: 1; } + /* line 550, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .colist > table tr > td:last-of-type { + padding: 0.25em 0; } + /* line 552, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .thumb, .asciidoctor .th { + line-height: 0; + display: inline-block; + border: solid 4px white; + -webkit-box-shadow: 0 0 0 1px #dddddd; + box-shadow: 0 0 0 1px #dddddd; } + /* line 554, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .imageblock.left, .asciidoctor .imageblock[style*="float: left"] { + margin: 0.25em 0.625em 1.25em 0; } + /* line 555, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .imageblock.right, .asciidoctor body[class$="about"] dl dd img.imageblock, body[class$="about"] dl dd .asciidoctor img.imageblock, .asciidoctor .imageblock[style*="float: right"] { + margin: 0.25em 0 1.25em 0.625em; } + /* line 556, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .imageblock > .title { + margin-bottom: 0; } + /* line 557, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .imageblock.thumb, .asciidoctor .imageblock.th { + border-width: 6px; } + /* line 558, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .imageblock.thumb > .title, .asciidoctor .imageblock.th > .title { + padding: 0 0.125em; } + /* line 560, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .image.left, .asciidoctor .image.right, .asciidoctor body[class$="about"] dl dd img.image, body[class$="about"] dl dd .asciidoctor img.image { + margin-top: 0.25em; + margin-bottom: 0.25em; + display: inline-block; + line-height: 0; } + /* line 561, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .image.left { + margin-right: 0.625em; } + /* line 562, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .image.right, .asciidoctor body[class$="about"] dl dd img.image, body[class$="about"] dl dd .asciidoctor img.image { + margin-left: 0.625em; } + /* line 564, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor a.image { + text-decoration: none; } + /* line 566, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor span.footnote, .asciidoctor span.footnoteref { + vertical-align: super; + font-size: 0.875em; } + /* line 567, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor span.footnote a, .asciidoctor span.footnoteref a { + text-decoration: none; } + /* line 568, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor span.footnote a:active, .asciidoctor span.footnoteref a:active { + text-decoration: underline; } + /* line 570, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor #footnotes { + padding-top: 0.75em; + padding-bottom: 0.75em; + margin-bottom: 0.625em; } + /* line 571, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor #footnotes hr { + width: 20%; + min-width: 6.25em; + margin: -.25em 0 .75em 0; + border-width: 1px 0 0 0; } + /* line 572, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor #footnotes .footnote { + padding: 0 0.375em; + line-height: 1.3; + font-size: 0.875em; + margin-left: 1.2em; + text-indent: -1.2em; + margin-bottom: .2em; } + /* line 573, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor #footnotes .footnote a:first-of-type { + font-weight: bold; + text-decoration: none; } + /* line 574, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor #footnotes .footnote:last-of-type { + margin-bottom: 0; } + /* line 576, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor #content #footnotes { + margin-top: -0.625em; + margin-bottom: 0; + padding: 0.75em 0; } + /* line 578, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .gist .file-data > table { + border: 0; + background: #fff; + width: 100%; + margin-bottom: 0; } + /* line 579, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .gist .file-data > table td.line-data { + width: 99%; } + /* line 581, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor div.unbreakable { + page-break-inside: avoid; } + /* line 583, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .big { + font-size: larger; } + /* line 585, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .small, .asciidoctor .sendgrid-subscription-widget input[type="submit"], .sendgrid-subscription-widget .asciidoctor input[type="submit"] { + font-size: smaller; } + /* line 587, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .underline { + text-decoration: underline; } + /* line 589, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .overline { + text-decoration: overline; } + /* line 591, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .line-through { + text-decoration: line-through; } + /* line 593, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .aqua { + color: #00bfbf; } + /* line 595, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .aqua-background { + background-color: #00fafa; } + /* line 597, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .black { + color: black; } + /* line 599, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .black-background { + background-color: black; } + /* line 601, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .blue { + color: #0000bf; } + /* line 603, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .blue-background { + background-color: #0000fa; } + /* line 605, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .fuchsia { + color: #bf00bf; } + /* line 607, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .fuchsia-background { + background-color: #fa00fa; } + /* line 609, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .gray { + color: #606060; } + /* line 611, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .gray-background { + background-color: #7d7d7d; } + /* line 613, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .green { + color: #006000; } + /* line 615, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .green-background { + background-color: #007d00; } + /* line 617, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .lime { + color: #00bf00; } + /* line 619, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .lime-background { + background-color: #00fa00; } + /* line 621, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .maroon { + color: #600000; } + /* line 623, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .maroon-background { + background-color: #7d0000; } + /* line 625, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .navy { + color: #000060; } + /* line 627, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .navy-background { + background-color: #00007d; } + /* line 629, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .olive { + color: #606000; } + /* line 631, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .olive-background { + background-color: #7d7d00; } + /* line 633, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .purple { + color: #600060; } + /* line 635, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .purple-background { + background-color: #7d007d; } + /* line 637, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .red { + color: #bf0000; } + /* line 639, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .red-background { + background-color: #fa0000; } + /* line 641, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .silver { + color: #909090; } + /* line 643, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .silver-background { + background-color: #bcbcbc; } + /* line 645, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .teal { + color: #006060; } + /* line 647, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .teal-background { + background-color: #007d7d; } + /* line 649, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .white { + color: #bfbfbf; } + /* line 651, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .white-background { + background-color: #fafafa; } + /* line 653, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .yellow { + color: #bfbf00; } + /* line 655, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .yellow-background { + background-color: #fafa00; } + /* line 657, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor span.icon > .fa { + cursor: default; } + /* line 659, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .admonitionblock td.icon [class^="fa icon-"] { + font-size: 2.5em; + /*text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);*/ + cursor: default; } + /* line 660, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .admonitionblock td.icon .icon-note:before { + content: "\f05a"; + color: #19407c; } + /* line 661, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .admonitionblock td.icon .icon-tip:before { + content: "\f0eb"; + text-shadow: 1px 1px 2px rgba(155, 155, 0, 0.8); + color: #111; } + /* line 662, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .admonitionblock td.icon .icon-warning:before { + content: "\f071"; + color: #bf6900; } + /* line 663, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .admonitionblock td.icon .icon-caution:before { + content: "\f06d"; + color: #bf3400; } + /* line 664, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .admonitionblock td.icon .icon-important:before { + content: "\f06a"; + color: #bf0000; } + /* line 666, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .conum[data-value] { + display: inline-block; + color: #fff !important; + background-color: rgba(0, 0, 0, 0.8); + -webkit-border-radius: 100px; + border-radius: 100px; + text-align: center; + font-size: 0.75em; + width: 1.67em; + height: 1.67em; + line-height: 1.67em; + font-family: "Open Sans", "DejaVu Sans", sans-serif; + font-style: normal; + font-weight: bold; } + /* line 667, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .conum[data-value] * { + color: #fff !important; } + /* line 668, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .conum[data-value] + b { + display: none; } + /* line 669, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .conum[data-value]:after { + content: attr(data-value); } + /* line 670, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor pre .conum[data-value] { + position: relative; + top: -0.125em; } + /* line 672, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor b.conum * { + color: inherit !important; } + /* line 674, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .conum:not([data-value]):empty { + display: none; } + /* line 676, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor h1, .asciidoctor h2 { + letter-spacing: -0.01em; } + /* line 678, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor dt, .asciidoctor th.tableblock, .asciidoctor td.content, .asciidoctor ul#downloads > li td.notes, ul#downloads > li .asciidoctor td.notes { + text-rendering: optimizeLegibility; } + /* line 680, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor p, .asciidoctor td.content, .asciidoctor ul#downloads > li td.notes, ul#downloads > li .asciidoctor td.notes { + letter-spacing: -0.01em; } + /* line 681, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor p strong, .asciidoctor td.content strong, .asciidoctor ul#downloads > li td.notes strong, ul#downloads > li .asciidoctor td.notes strong { + letter-spacing: -0.005em; } + /* line 683, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor p, .asciidoctor blockquote, .asciidoctor dt, .asciidoctor td.content, .asciidoctor ul#downloads > li td.notes, ul#downloads > li .asciidoctor td.notes { + font-size: 1.0625rem; } + /* line 685, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor p { + margin-bottom: 1.25rem; } + /* line 687, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .sidebarblock p, .asciidoctor .sidebarblock dt, .asciidoctor .sidebarblock td.content, .asciidoctor .sidebarblock ul#downloads > li td.notes, ul#downloads > li .asciidoctor .sidebarblock td.notes, .asciidoctor p.tableblock { + font-size: 1em; } + /* line 689, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .exampleblock > .content, .asciidoctor ul#downloads > li .exampleblock > .notes, ul#downloads > li .asciidoctor .exampleblock > .notes, .asciidoctor ul#downloads > li table .exampleblock > ul[id$="-download"], ul#downloads > li table .asciidoctor .exampleblock > ul[id$="-download"], .asciidoctor #download > div .exampleblock > ul[id$="-download"], #download > div .asciidoctor .exampleblock > ul[id$="-download"] { + background-color: #fffef7; + border-color: #e0e0dc; + -webkit-box-shadow: 0 1px 4px #e0e0dc; + box-shadow: 0 1px 4px #e0e0dc; } + /* line 691, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .print-only { + display: none !important; } + @media print { + /* line 697, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + .asciidoctor { + @page { + margin: 1.25cm 0.75cm; } + } + /* line 694, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor * { + -webkit-box-shadow: none !important; + box-shadow: none !important; + text-shadow: none !important; } + /* line 695, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor a { + color: inherit !important; + text-decoration: underline !important; } + /* line 696, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor a.bare, .asciidoctor a[href^="#"], .asciidoctor a[href^="mailto:"] { + text-decoration: none !important; } + /* line 697, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor a[href^="http:"]:not(.bare):after, .asciidoctor a[href^="https:"]:not(.bare):after, .asciidoctor a[href^="mailto:"]:not(.bare):after { + content: "(" attr(href) ")"; + display: inline-block; + font-size: 0.875em; + padding-left: 0.25em; } + /* line 698, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor abbr[title]:after { + content: " (" attr(title) ")"; } + /* line 699, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor pre, .asciidoctor blockquote, .asciidoctor tr, .asciidoctor img { + page-break-inside: avoid; } + /* line 700, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor thead { + display: table-header-group; } + /* line 701, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor img { + max-width: 100% !important; } + /* line 702, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor p, .asciidoctor blockquote, .asciidoctor dt, .asciidoctor td.content, .asciidoctor ul#downloads > li td.notes, ul#downloads > li .asciidoctor td.notes { + font-size: 1em; + orphans: 3; + widows: 3; } + /* line 703, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor h2, .asciidoctor h3, .asciidoctor #toctitle, .asciidoctor .sidebarblock > .content > .title, .asciidoctor ul#downloads > li .sidebarblock > .notes > .title, ul#downloads > li .asciidoctor .sidebarblock > .notes > .title, .asciidoctor ul#downloads > li table .sidebarblock > ul[id$="-download"] > .title, ul#downloads > li table .asciidoctor .sidebarblock > ul[id$="-download"] > .title, .asciidoctor #download > div .sidebarblock > ul[id$="-download"] > .title, #download > div .asciidoctor .sidebarblock > ul[id$="-download"] > .title, .asciidoctor #toctitle, .asciidoctor .sidebarblock > .content > .title, .asciidoctor ul#downloads > li .sidebarblock > .notes > .title, ul#downloads > li .asciidoctor .sidebarblock > .notes > .title, .asciidoctor ul#downloads > li table .sidebarblock > ul[id$="-download"] > .title, ul#downloads > li table .asciidoctor .sidebarblock > ul[id$="-download"] > .title, .asciidoctor #download > div .sidebarblock > ul[id$="-download"] > .title, #download > div .asciidoctor .sidebarblock > ul[id$="-download"] > .title { + page-break-after: avoid; } + /* line 704, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor #toc, .asciidoctor .sidebarblock, .asciidoctor .exampleblock > .content, .asciidoctor ul#downloads > li .exampleblock > .notes, ul#downloads > li .asciidoctor .exampleblock > .notes, .asciidoctor ul#downloads > li table .exampleblock > ul[id$="-download"], ul#downloads > li table .asciidoctor .exampleblock > ul[id$="-download"], .asciidoctor #download > div .exampleblock > ul[id$="-download"], #download > div .asciidoctor .exampleblock > ul[id$="-download"] { + background: none !important; } + /* line 705, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor #toc { + border-bottom: 1px solid #ddddd8 !important; + padding-bottom: 0 !important; } + /* line 706, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .sect1 { + padding-bottom: 0 !important; } + /* line 707, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .sect1 + .sect1 { + border: 0 !important; } + /* line 708, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor #header > h1:first-child { + margin-top: 1.25rem; } + /* line 709, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor body.book #header { + text-align: center; } + /* line 710, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor body.book #header > h1:first-child { + border: 0 !important; + margin: 2.5em 0 1em 0; } + /* line 711, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor body.book #header .details { + border: 0 !important; + display: block; + padding: 0 !important; } + /* line 712, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor body.book #header .details span:first-child { + margin-left: 0 !important; } + /* line 713, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor body.book #header .details br { + display: block; } + /* line 714, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor body.book #header .details br + span:before { + content: none !important; } + /* line 715, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor body.book #toc { + border: 0 !important; + text-align: left !important; + padding: 0 !important; + margin: 0 !important; } + /* line 716, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor body.book #toc, .asciidoctor body.book #preamble, .asciidoctor body.book h1.sect0, .asciidoctor body.book .sect1 > h2 { + page-break-before: always; } + /* line 717, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .listingblock code[data-lang]:before { + display: block; } + /* line 718, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor #footer { + background: none !important; + padding: 0 0.9375em; } + /* line 719, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor #footer-text { + color: rgba(0, 0, 0, 0.6) !important; + font-size: 0.9em; } + /* line 720, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .hide-on-print { + display: none !important; } + /* line 721, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .print-only { + display: block !important; } + /* line 722, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .hide-for-print { + display: none !important; } + /* line 723, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .show-for-print { + display: inherit !important; } } + /* line 702, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + .asciidoctor .imageblock > .content, .asciidoctor ul#downloads > li .imageblock > .notes, ul#downloads > li .asciidoctor .imageblock > .notes, .asciidoctor ul#downloads > li table .imageblock > ul[id$="-download"], ul#downloads > li table .asciidoctor .imageblock > ul[id$="-download"], .asciidoctor #download > div .imageblock > ul[id$="-download"], #download > div .asciidoctor .imageblock > ul[id$="-download"] { + text-align: center; } + /* line 704, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + .asciidoctor .imageblock > .content > img, .asciidoctor ul#downloads > li .imageblock > .notes > img, ul#downloads > li .asciidoctor .imageblock > .notes > img, .asciidoctor ul#downloads > li table .imageblock > ul[id$="-download"] > img, ul#downloads > li table .asciidoctor .imageblock > ul[id$="-download"] > img, .asciidoctor #download > div .imageblock > ul[id$="-download"] > img, #download > div .asciidoctor .imageblock > ul[id$="-download"] > img { + padding: 0.25em; + border: 1px solid #eee; + max-width: 70%; } + /* line 711, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + .asciidoctor h1, .asciidoctor h2, .asciidoctor h3, .asciidoctor #toctitle, .asciidoctor .sidebarblock > .content > .title, .asciidoctor ul#downloads > li .sidebarblock > .notes > .title, ul#downloads > li .asciidoctor .sidebarblock > .notes > .title, .asciidoctor ul#downloads > li table .sidebarblock > ul[id$="-download"] > .title, ul#downloads > li table .asciidoctor .sidebarblock > ul[id$="-download"] > .title, .asciidoctor #download > div .sidebarblock > ul[id$="-download"] > .title, #download > div .asciidoctor .sidebarblock > ul[id$="-download"] > .title, .asciidoctor h4, .asciidoctor h5, .asciidoctor h6 { + font-family: inherit; + color: #222222; } + /* line 717, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + .asciidoctor h1 { + font-size: 2.75rem; } + /* line 718, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + .asciidoctor h2 { + font-size: 2.3125rem; } + /* line 719, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + .asciidoctor h3 { + font-size: 1.6875rem; } + /* line 720, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + .asciidoctor h4 { + font-size: 1.4375rem; } + /* line 721, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + .asciidoctor h5 { + font-size: 1.125rem; } + /* line 722, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + .asciidoctor h6 { + font-size: 1rem; } + /* line 724, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + .asciidoctor a, .asciidoctor a.anchor { + color: #5e8949; + text-decoration: none; + line-height: inherit; } + /* line 730, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + .asciidoctor a:hover, .asciidoctor a:focus, .asciidoctor a.anchor:hover, .asciidoctor a.anchor:focus { + color: #0079a1; } + /* line 735, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + .asciidoctor > aside { + width: 33.33333%; + float: right; + margin: 0 0 1.875rem 1.875rem; } + /* line 741, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + .asciidoctor i.fa { + font-style: normal; } + +@media only screen and (min-width: 64.063em) { + /* line 748, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + .hero #download > .columns > a, .hero #stack-list #download > li > a, #stack-list .hero #download > li > a, .hero #theme-list li#download > div > a, #theme-list .hero li#download > div > a { + margin-top: 0.5em; } + /* line 751, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + .hero #download > .columns:first-child, .hero #stack-list #download > li:first-child, #stack-list .hero #download > li:first-child, .hero #theme-list li#download > div:first-child, #theme-list .hero li#download > div:first-child { + display: block; } + + /* line 755, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + ul#downloads li table { + width: 100%; } } +@media only screen and (min-width: 40.063em) { + /* line 763, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + .top-bar-section ul, + .top-bar-section .dropdown li a, + .top-bar-section .dropdown li a:not(.button):hover { + background: #fff; } + + /* line 766, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + .top-bar .name h1 a { + font-size: 1em; } + + /* line 769, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + .hero h1 span { + font-size: inherit; + display: inline; } } +/* line 775, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ +#search-results { + min-height: 10em; + margin-top: -2em; } + /* line 778, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + #search-results table { + margin: 0; + border: 0; } + /* line 781, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + #search-results table td { + line-height: 1em; + padding: 0; } + /* line 786, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + #search-results .gsc-table-result { + margin-top: 0.5em; } + /* line 788, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + #search-results .gsc-table-result td { + padding-left: 8px; } + /* line 792, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + #search-results .gsc-selected-option-container { + width: auto !important; } + /* line 795, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + #search-results .gcsc-branding-img-noclear { + display: block; + width: 51px !important; } + +/* line 801, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ +ul.sub-nav { + border-bottom: 1px solid #ddd; } + +/* line 805, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ +a.pdf { + display: inline-block; + background-image: url("/dashboard/images/pdf-icon.png"); + background-repeat: no-repeat; + background-position: 0 50%; + background-size: 33px auto; + padding-left: 45px; + min-height: 40px; + line-height: 1.2em; } + /* line 815, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + a.pdf span { + font-size: 0.8em; + color: #777; + display: block; } + +/* line 824, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ +ul#docs-list > li { + min-height: 150px; + margin-bottom: 1.5em; } + /* line 829, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + ul#docs-list > li h3 { + border-bottom: 1px solid #eee; + padding-bottom: 0.5em; } + /* line 832, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + ul#docs-list > li h3 a { + color: inherit; } + /* line 837, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + ul#docs-list > li a.pdf { + margin-top: 0.5em; } + +/* line 843, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ +iframe.video { + border: 1px solid #ccc; + margin-bottom: 1em; } + +/* line 848, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ +#addonsVideoModal { + width: 620px; + /* 560px 2x20px padding */ + margin-left: -25%; } + +/* line 853, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ +.warning-message { + background-color: #FFFBCC; + border: 1px solid #FB8168; + padding: 9px; + text-align: justify; } + +/* PHP 7 banner */ +/* line 861, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ +#php7-banner { + background: #5e8949; + text-align: center; } + /* line 865, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + #php7-banner h2 { + color: #fff; } + /* line 869, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + #php7-banner a { + font-size: 0.8em; + color: rgba(255, 255, 255, 0.8); } + /* line 873, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + #php7-banner a:hover { + text-decoration: underline; } diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/stylesheets/all.css b/TE2/Proyecto Teknovate/htdocs/dashboard/stylesheets/all.css new file mode 100644 index 0000000..a0a6d54 --- /dev/null +++ b/TE2/Proyecto Teknovate/htdocs/dashboard/stylesheets/all.css @@ -0,0 +1,9147 @@ +/* global */ +/* line 14, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ +#wrapper { + background: #fff; + padding-bottom: 2em; } + +/* line 22, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ +.top-bar .name h1 a { + font-size: 0.8em; } + +/* line 26, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ +ol.no-number { + list-style: none; + margin-left: 0; } + +/* line 31, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ +code { + white-space: pre-line; } + +/* line 37, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ +ol.separate > li, ul.separate > li { + border-bottom: 1px solid #ddd; + margin-bottom: 0.5em; } + +/* Locale selector */ +/* line 46, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ +#locales a img { + margin-right: 0.5em; + vertical-align: baseline; } + +/* line 53, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ +h1 a[name], h2 a[name], h3 a[name], h4 a[name], h5 a[name], h6 a[name] { + color: inherit; + cursor: inherit; + text-decoration: none; } + +/* line 60, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ +h3 + a img, h4 + a img { + margin-bottom: 0.5em; } + +/* line 65, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ +img.margin.right, body[class$="about"] dl dd img.margin { + margin: 0 0 1em 1em; } +/* line 68, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ +img.margin.left { + margin: 0 1em 1em 0; } + +/* line 73, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ +p code { + direction: ltr; + font-size: inherit; + font-weight: normal; + color: #2a5d84; + display: block; + padding: 0.5em 1em !important; } + +/* latest news headling */ +/* line 88, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ +#breaking div:first-child { + display: table; + text-align: center; + margin-bottom: 0.5em; } + /* line 93, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + #breaking div:first-child h4 { + font-size: 2em; + line-height: 1.2em; + display: table-cell; + vertical-align: middle; } + +/* top bar */ +/* line 113, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ +.top-bar-section .dropdown { + border-bottom: 2px solid #eee; } + /* line 116, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + .top-bar-section .dropdown li { + border-bottom: 1px solid #eee; } + /* line 119, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + .top-bar-section .dropdown li:last-child { + border-bottom: 0; } + /* line 122, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + .top-bar-section .dropdown li a:not(.button):hover { + color: #5e8949; } +/* line 128, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ +.top-bar-section li.has-form { + padding-top: 8px; } + +/* line 133, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ +a.download, .hero #download > .columns > a, .hero #stack-list #download > li > a, #stack-list .hero #download > li > a, .hero #theme-list li#download > div > a, #theme-list .hero li#download > div > a, a#forum { + background: #fff; + border: 1px solid #ccc; + box-shadow: inset 0 1px 0 #fff; + margin: 0.5em 0; + padding: 10px; + display: block; + color: #777; } + /* line 144, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + a.download:active, .hero #download > .columns > a:active, .hero #stack-list #download > li > a:active, #stack-list .hero #download > li > a:active, .hero #theme-list li#download > div > a:active, #theme-list .hero li#download > div > a:active, a#forum:active, a.download:visited, .hero #download > .columns > a:visited, .hero #stack-list #download > li > a:visited, #stack-list .hero #download > li > a:visited, .hero #theme-list li#download > div > a:visited, #theme-list .hero li#download > div > a:visited, a#forum:visited { + color: #ccc; } + /* line 148, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + a.download strong, .hero #download > .columns > a strong, .hero #stack-list #download > li > a strong, #stack-list .hero #download > li > a strong, .hero #theme-list li#download > div > a strong, #theme-list .hero li#download > div > a strong, a#forum strong { + color: #555555; } + /* line 152, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + a.download img, .hero #download > .columns > a img, .hero #stack-list #download > li > a img, #stack-list .hero #download > li > a img, .hero #theme-list li#download > div > a img, #theme-list .hero li#download > div > a img, a#forum img { + margin-right: 10px; + vertical-align: text-top; + width: 20px; + height: 20px; } + +/* hero unit */ +/* line 160, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ +.hero { + background: #efeee5; + padding: 1em 0; + margin-bottom: 2em; + /* download bar */ } + /* line 165, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + .hero h1 { + font-weight: bold; + font-size: 3em; + line-height: 1em; + padding: 0.3em 0; } + /* line 172, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + .hero h1 span { + font-weight: normal; + font-size: 0.5em; + display: block; } + /* line 177, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + .hero h1 img { + height: 1em; + margin-right: 0.3em; + vertical-align: bottom; } + /* line 188, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + .hero h2 { + font-size: 1.6em; + font-weight: bold; } + /* line 192, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + .hero h3 { + font-size: 1.4em; } + /* line 196, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + .hero #download { + background: #fff; + border: 1px solid #ccc; + padding: 5px; + margin-top: 1em; } + /* line 203, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + .hero #download > .columns:first-child, .hero #stack-list #download > li:first-child, #stack-list .hero #download > li:first-child, .hero #theme-list li#download > div:first-child, #theme-list .hero li#download > div:first-child { + display: none; + /* overriden by @media query */ + padding-left: 0; } + /* line 208, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + .hero #download > .columns > a, .hero #stack-list #download > li > a, #stack-list .hero #download > li > a, .hero #theme-list li#download > div > a, #theme-list .hero li#download > div > a { + text-align: center; + background: #eee; } + /* line 212, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + .hero #download > .columns > a:active, .hero #stack-list #download > li > a:active, #stack-list .hero #download > li > a:active, .hero #theme-list li#download > div > a:active, #theme-list .hero li#download > div > a:active, .hero #download > .columns > a:visited, .hero #stack-list #download > li > a:visited, #stack-list .hero #download > li > a:visited, .hero #theme-list li#download > div > a:visited, #theme-list .hero li#download > div > a:visited { + color: inherit; } + /* line 216, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + .hero #download > .columns > a span, .hero #stack-list #download > li > a span, #stack-list .hero #download > li > a span, .hero #theme-list li#download > div > a span, #theme-list .hero li#download > div > a span { + display: block; + margin-top: 0.5em; + color: #777; } + /* line 224, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + .hero #download #arrow { + height: 80px; + padding: 10px 0 0 20px; + position: relative; + color: #fff; + background: #5e8949; } + /* line 236, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + .hero #download #arrow:after { + top: 50%; + border: solid transparent; + content: " "; + height: 0; + width: 0; + position: absolute; + pointer-events: none; + left: 100%; + border-left-color: #5e8949; + margin-left: -30px; + border-width: 40px; + margin-top: -40px; + background: #fff; } + /* line 258, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + .hero #download #arrow h2 { + color: inherit; + margin-bottom: 0; + font-weight: normal; + font-size: 1.4em; } + /* line 265, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + .hero #download #arrow a { + font-size: 0.8em; + color: rgba(255, 255, 255, 0.8); } + /* line 269, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + .hero #download #arrow a:hover { + text-decoration: underline; } + +/* line 277, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ +body.index .hero { + padding: 2em 0; } + /* line 280, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + body.index .hero h1 { + text-align: center; + border-top: 2px solid #ccc; + border-bottom: 2px solid #ccc; + margin-bottom: 1em; } + +/* line 289, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ +.panel h1, p code h1, ul#downloads > li h1, .panel h2, p code h2, ul#downloads > li h2, .panel h3, p code h3, ul#downloads > li h3, .panel h4, p code h4, ul#downloads > li h4, .panel p, p code p, ul#downloads > li p { + margin: 0; } + +/* about, documentation & discussions */ +/* line 296, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ +#about h3, #documentation h3, #discussions h3 { + font-size: 1.2em; + font-weight: bold; + margin-bottom: 1em; + border-bottom: 2px solid #eee; + padding-bottom: 0.2em; } + +/* line 307, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ +#documentation dt, #documentation h5, #discussions dt, #discussions h5 { + font-weight: bold; + color: inherit; + font-size: 1em; } +/* line 313, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ +#documentation p, #discussions p { + margin-bottom: 0; } +/* line 317, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ +#documentation li, #documentation dd, #discussions li, #discussions dd { + margin-bottom: 1em; } + +/* footer */ +/* line 323, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ +body > footer { + color: #888; + padding: 1em 0; } + /* line 328, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + body > footer ul.inline-list, body > footer p { + margin-bottom: 0; } + /* line 332, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + body > footer a, body > footer p { + font-size: 0.8em; } + /* line 335, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + body > footer a, body > footer a:hover, body > footer a:active, body > footer a:visited, body > footer p, body > footer p:hover, body > footer p:active, body > footer p:visited { + color: inherit; } + /* line 339, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + body > footer .social, body > footer .inline-list { + float: left; + margin-right: 1em; } + /* line 343, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + body > footer .social { + margin-top: -0.5em; } + +/* sub page layout */ +/* line 349, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ +aside { + padding: 0.5em 1em; + background: #eee; } + /* line 354, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + aside h3:not(:first-child), aside h4:not(:first-child) { + margin: 0.5em 0; } + /* line 358, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + aside > img { + margin: 0.5em 0; } + /* line 361, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + aside .social { + margin-bottom: 1em; } + /* line 364, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + aside ol.sections { + list-style: none; + margin-left: 0; } + /* line 367, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + aside ol.sections li { + margin-bottom: 0.25em; } + /* line 369, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + aside ol.sections li:last-child { + margin-bottom: 0; } + +/* XAMPP stamps table */ +/* line 379, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ +table#stamps td:first-child { + border-right: 1px solid #ddd; + text-align: center; } + +/* social icons */ +/* line 388, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ +.social { + margin-bottom: 0; } + /* line 392, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + .social li { + display: inline-block; + margin-right: 5px; } + /* line 396, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + .social li a { + display: block; + width: 25px; + height: 25px; + text-indent: -9999px; + background-image: url("/dashboard/images/social-icons.png"); } + /* line 403, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + .social li.twitter a { + background-position: 0 0; } + /* line 406, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + .social li.facebook a { + background-position: -25px 0; } + /* line 409, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + .social li.google a { + background-position: -50px 0; } + /* line 414, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + .social.large { + margin-bottom: 1em; } + /* line 418, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + .social.large li a { + width: 70px; + height: 70px; + background-image: url("/dashboard/images/social-icons-large.png"); } + /* line 423, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + .social.large li.twitter a { + background-position: 0 0; } + /* line 426, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + .social.large li.facebook a { + background-position: -70px 0; } + /* line 429, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + .social.large li.google a { + background-position: -140px 0; } + +/* tweet it form */ +/* line 438, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ +form#tweet input, form#tweet textarea { + margin-bottom: 0; } + +/* downloads list */ +/* line 451, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ +ul#downloads > li h3 img { + vertical-align: text-top; + width: 40px; + height: 40px; + margin-right: 10px; } +/* line 456, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ +ul#downloads > li h3 span { + color: #777; } +/* line 461, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ +ul#downloads > li table { + margin-top: 1.5em; } + /* line 464, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + ul#downloads > li table th { + text-align: left; } + /* line 470, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + ul#downloads > li table td ul.inline-list li:last-child { + margin-right: 0; } + /* line 476, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + ul#downloads > li table .button, ul#downloads > li table .sendgrid-subscription-widget input[type="submit"], .sendgrid-subscription-widget ul#downloads > li table input[type="submit"] { + margin: 0 0 5px 5px; + padding: 7px; + font-size: 0.9em; } + /* line 481, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + ul#downloads > li table .button:last-child, ul#downloads > li table .sendgrid-subscription-widget input[type="submit"]:last-child, .sendgrid-subscription-widget ul#downloads > li table input[type="submit"]:last-child { + margin-bottom: 0; } +/* line 488, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ +ul#downloads > li ul.inline-list, ul#downloads > li ul.inline-list li { + margin-left: 0; } +/* line 491, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ +ul#downloads > li ul.inline-list li { + margin-right: 1em; } +/* line 496, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ +ul#downloads > li .notes { + max-width: 550px !important; } + /* line 500, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + ul#downloads > li .notes p { + font-size: 0.8em; + color: #777; + margin-bottom: 0; } +/* line 508, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ +ul#downloads > li#download-windows p:last-child { + color: #777; + margin-top: 1em; + font-size: 0.8em; } + +/* line 518, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ +ul#downloads > li table ul[id$="-download"], #download > div ul[id$="-download"] { + padding: 0 !important; + max-width: 50px !important; + text-align: center; } + +/* team images */ +/* line 529, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ +body[class$="about"] dl dd img { + border: 1px solid #eee; + padding: 3px; + margin: 0 0 0.5em 0.5em; } + +/* line 537, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ +#mailing-list { + margin-bottom: 0.5em; } + /* line 540, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + #mailing-list input, #mailing-list a { + margin-bottom: 0; } + +/* line 545, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ +#stack-list { + list-style: none; + margin-left: 0; } + /* line 550, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + #stack-list li { + display: inline-block; + margin: 0 0 0.5em 0; + text-align: center; } + /* line 556, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + #stack-list li a { + color: #2a5d84; + display: block; + min-height: 200px; } + /* line 561, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + #stack-list li a span { + display: block; } + /* line 564, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + #stack-list li a span.type { + font-size: 0.9em; + color: #777; } + +/* line 573, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ +#theme-list { + list-style: none; + margin-left: 0; } + /* line 577, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + #theme-list li { + margin-bottom: 1.5em !important; } + /* line 581, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + #theme-list li h4 a { + color: inherit; } + +/* line 596, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ +body.add-ons #theme-list { + margin-bottom: 2em; } +/* line 599, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ +body.add-ons aside ul { + margin-bottom: 0; } + +/* line 605, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ +.button.icon img, .sendgrid-subscription-widget input.icon[type="submit"] img { + margin-right: 1em; } + +/* line 610, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ +a#forum { + display: inline-block; + font-size: 1.4em; + color: #fb7a24; } + /* line 616, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + a#forum img { + width: 30px; + height: 30px; + margin-right: 0.5em; } + /* line 621, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + a#forum span { + display: block; + font-size: 0.7em; + color: #777; + text-align: right; } + +/* line 631, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ +ol#articles li span { + font-size: 0.8em; + color: #777; + display: block; } + +/* line 640, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ +.accordion dt { + border-bottom: 1px solid #ddd; + padding: 0.5em 0; + margin-bottom: 0; + font-size: 1.1em; } +/* line 646, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ +.accordion dd { + margin-top: 1em; } + +/* Sendgrid form */ +/* line 654, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ +.sendgrid-subscription-widget label span { + display: none; } +/* line 658, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ +.sendgrid-subscription-widget label input { + margin: 0; } +/* line 662, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ +.sendgrid-subscription-widget input[type="submit"] { + text-transform: capitalize; + margin: 0; } +/* line 667, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ +.sendgrid-subscription-widget .response { + line-height: 1.5em; } + +/* Retina Overrides */ +@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) { + /* line 680, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + .social li a { + background-image: url("/dashboard/images/social-icons@2x.png"); + background-size: auto 25px; } + + /* line 684, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + .social.large li a { + background-image: url("/dashboard/images/social-icons-large@2x.png"); + background-size: auto 70px; } } +/* import foundation last */ +/* line 287, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_global.scss */ +meta.foundation-mq-small { + font-family: "/only screen and (max-width: 40em)/"; + width: 0em; } + +/* line 292, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_global.scss */ +meta.foundation-mq-medium { + font-family: "/only screen and (min-width:40.063em) and (max-width:64em)/"; + width: 40.063em; } + +/* line 297, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_global.scss */ +meta.foundation-mq-large { + font-family: "/only screen and (min-width:64.063em)/"; + width: 64.063em; } + +/* line 302, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_global.scss */ +meta.foundation-mq-xlarge { + font-family: "/only screen and (min-width:90.063em)/"; + width: 90.063em; } + +/* line 307, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_global.scss */ +meta.foundation-mq-xxlarge { + font-family: "/only screen and (min-width:120.063em)/"; + width: 120.063em; } + +/* line 317, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_global.scss */ +*, +*:before, +*:after { + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; } + +/* line 322, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_global.scss */ +html, +body { + font-size: 100%; } + +/* line 325, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_global.scss */ +body { + background: #333333; + color: #555555; + padding: 0; + margin: 0; + font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; + font-weight: normal; + font-style: normal; + line-height: 1; + position: relative; + cursor: default; } + +/* line 338, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_global.scss */ +a:hover { + cursor: pointer; } + +/* line 343, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_global.scss */ +img, +object, +embed { + max-width: 100%; + height: auto; } + +/* line 346, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_global.scss */ +object, +embed { + height: 100%; } + +/* line 347, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_global.scss */ +img { + -ms-interpolation-mode: bicubic; } + +/* line 353, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_global.scss */ +#map_canvas img, +#map_canvas embed, +#map_canvas object, +.map_canvas img, +.map_canvas embed, +.map_canvas object { + max-width: none !important; } + +/* line 358, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_global.scss */ +.left { + float: left !important; } + +/* line 359, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_global.scss */ +.right, body[class$="about"] dl dd img { + float: right !important; } + +/* line 360, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_global.scss */ +.clearfix, #breaking div, body[class$="about"] dl dd { + *zoom: 1; } + /* line 165, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_global.scss */ + .clearfix:before, #breaking div:before, body[class$="about"] dl dd:before, .clearfix:after, #breaking div:after, body[class$="about"] dl dd:after { + content: " "; + display: table; } + /* line 166, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_global.scss */ + .clearfix:after, #breaking div:after, body[class$="about"] dl dd:after { + clear: both; } + +/* line 361, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_global.scss */ +.text-left { + text-align: left !important; } + +/* line 362, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_global.scss */ +.text-right { + text-align: right !important; } + +/* line 363, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_global.scss */ +.text-center { + text-align: center !important; } + +/* line 364, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_global.scss */ +.text-justify { + text-align: justify !important; } + +/* line 365, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_global.scss */ +.hide { + display: none; } + +/* line 371, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_global.scss */ +.antialiased { + -webkit-font-smoothing: antialiased; } + +/* line 374, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_global.scss */ +img { + display: inline-block; + vertical-align: middle; } + +/* line 384, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_global.scss */ +textarea { + height: auto; + min-height: 50px; } + +/* line 387, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_global.scss */ +select { + width: 100%; } + +/* line 190, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ +.row, #stack-list, #theme-list li, ul#docs-list { + width: 100%; + margin-left: auto; + margin-right: auto; + margin-top: 0; + margin-bottom: 0; + max-width: 62.5rem; + *zoom: 1; } + /* line 165, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_global.scss */ + .row:before, #stack-list:before, #theme-list li:before, ul#docs-list:before, .row:after, #stack-list:after, #theme-list li:after, ul#docs-list:after { + content: " "; + display: table; } + /* line 166, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_global.scss */ + .row:after, #stack-list:after, #theme-list li:after, ul#docs-list:after { + clear: both; } + /* line 195, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .row.collapse > .column, .collapse#stack-list > .column, #theme-list li.collapse > .column, ul.collapse#docs-list > .column, + .row.collapse > .columns, + .collapse#stack-list > .columns, + #theme-list li.collapse > .columns, + ul.collapse#docs-list > .columns, + #stack-list .row.collapse > li, + .collapse#stack-list > li, + #theme-list #stack-list li.collapse > li, + #stack-list #theme-list li.collapse > li, + #theme-list li.collapse > div, + ul#docs-list.collapse > li { + position: relative; + padding-left: 0; + padding-right: 0; + float: left; } + /* line 197, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .row.collapse .row, .collapse#stack-list .row, #theme-list li.collapse .row, ul.collapse#docs-list .row, .row.collapse #stack-list, .collapse#stack-list #stack-list, #theme-list li.collapse #stack-list, ul.collapse#docs-list #stack-list, .row.collapse #theme-list li, #theme-list .row.collapse li, .collapse#stack-list #theme-list li, #theme-list .collapse#stack-list li, #theme-list li.collapse li, ul.collapse#docs-list #theme-list li, #theme-list ul.collapse#docs-list li, .row.collapse ul#docs-list, .collapse#stack-list ul#docs-list, #theme-list li.collapse ul#docs-list, ul.collapse#docs-list ul#docs-list { + margin-left: 0; + margin-right: 0; } + /* line 200, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .row .row, #stack-list .row, #theme-list li .row, ul#docs-list .row, .row #stack-list, #stack-list #stack-list, #theme-list li #stack-list, ul#docs-list #stack-list, .row #theme-list li, #theme-list .row li, #stack-list #theme-list li, #theme-list #stack-list li, #theme-list li li, ul#docs-list #theme-list li, #theme-list ul#docs-list li, .row ul#docs-list, #stack-list ul#docs-list, #theme-list li ul#docs-list, ul#docs-list ul#docs-list { + width: auto; + margin-left: -0.9375rem; + margin-right: -0.9375rem; + margin-top: 0; + margin-bottom: 0; + max-width: none; + *zoom: 1; } + /* line 165, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_global.scss */ + .row .row:before, #stack-list .row:before, #theme-list li .row:before, ul#docs-list .row:before, .row #stack-list:before, #stack-list #stack-list:before, #theme-list li #stack-list:before, ul#docs-list #stack-list:before, .row #theme-list li:before, #theme-list .row li:before, #stack-list #theme-list li:before, #theme-list #stack-list li:before, #theme-list li li:before, ul#docs-list #theme-list li:before, #theme-list ul#docs-list li:before, .row ul#docs-list:before, #stack-list ul#docs-list:before, #theme-list li ul#docs-list:before, ul#docs-list ul#docs-list:before, .row .row:after, #stack-list .row:after, #theme-list li .row:after, ul#docs-list .row:after, .row #stack-list:after, #stack-list #stack-list:after, #theme-list li #stack-list:after, ul#docs-list #stack-list:after, .row #theme-list li:after, #theme-list .row li:after, #stack-list #theme-list li:after, #theme-list #stack-list li:after, #theme-list li li:after, ul#docs-list #theme-list li:after, #theme-list ul#docs-list li:after, .row ul#docs-list:after, #stack-list ul#docs-list:after, #theme-list li ul#docs-list:after, ul#docs-list ul#docs-list:after { + content: " "; + display: table; } + /* line 166, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_global.scss */ + .row .row:after, #stack-list .row:after, #theme-list li .row:after, ul#docs-list .row:after, .row #stack-list:after, #stack-list #stack-list:after, #theme-list li #stack-list:after, ul#docs-list #stack-list:after, .row #theme-list li:after, #theme-list .row li:after, #stack-list #theme-list li:after, #theme-list #stack-list li:after, #theme-list li li:after, ul#docs-list #theme-list li:after, #theme-list ul#docs-list li:after, .row ul#docs-list:after, #stack-list ul#docs-list:after, #theme-list li ul#docs-list:after, ul#docs-list ul#docs-list:after { + clear: both; } + /* line 201, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .row .row.collapse, #stack-list .row.collapse, #theme-list li .row.collapse, ul#docs-list .row.collapse, .row .collapse#stack-list, #stack-list .collapse#stack-list, #theme-list li .collapse#stack-list, ul#docs-list .collapse#stack-list, .row #theme-list li.collapse, #theme-list .row li.collapse, #stack-list #theme-list li.collapse, #theme-list #stack-list li.collapse, #theme-list li li.collapse, ul#docs-list #theme-list li.collapse, #theme-list ul#docs-list li.collapse, .row ul.collapse#docs-list, #stack-list ul.collapse#docs-list, #theme-list li ul.collapse#docs-list, ul#docs-list ul.collapse#docs-list { + width: auto; + margin: 0; + max-width: none; + *zoom: 1; } + /* line 165, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_global.scss */ + .row .row.collapse:before, #stack-list .row.collapse:before, #theme-list li .row.collapse:before, ul#docs-list .row.collapse:before, .row .collapse#stack-list:before, #stack-list .collapse#stack-list:before, #theme-list li .collapse#stack-list:before, ul#docs-list .collapse#stack-list:before, .row #theme-list li.collapse:before, #theme-list .row li.collapse:before, #stack-list #theme-list li.collapse:before, #theme-list #stack-list li.collapse:before, #theme-list li li.collapse:before, ul#docs-list #theme-list li.collapse:before, #theme-list ul#docs-list li.collapse:before, .row ul.collapse#docs-list:before, #stack-list ul.collapse#docs-list:before, #theme-list li ul.collapse#docs-list:before, ul#docs-list ul.collapse#docs-list:before, .row .row.collapse:after, #stack-list .row.collapse:after, #theme-list li .row.collapse:after, ul#docs-list .row.collapse:after, .row .collapse#stack-list:after, #stack-list .collapse#stack-list:after, #theme-list li .collapse#stack-list:after, ul#docs-list .collapse#stack-list:after, .row #theme-list li.collapse:after, #theme-list .row li.collapse:after, #stack-list #theme-list li.collapse:after, #theme-list #stack-list li.collapse:after, #theme-list li li.collapse:after, ul#docs-list #theme-list li.collapse:after, #theme-list ul#docs-list li.collapse:after, .row ul.collapse#docs-list:after, #stack-list ul.collapse#docs-list:after, #theme-list li ul.collapse#docs-list:after, ul#docs-list ul.collapse#docs-list:after { + content: " "; + display: table; } + /* line 166, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_global.scss */ + .row .row.collapse:after, #stack-list .row.collapse:after, #theme-list li .row.collapse:after, ul#docs-list .row.collapse:after, .row .collapse#stack-list:after, #stack-list .collapse#stack-list:after, #theme-list li .collapse#stack-list:after, ul#docs-list .collapse#stack-list:after, .row #theme-list li.collapse:after, #theme-list .row li.collapse:after, #stack-list #theme-list li.collapse:after, #theme-list #stack-list li.collapse:after, #theme-list li li.collapse:after, ul#docs-list #theme-list li.collapse:after, #theme-list ul#docs-list li.collapse:after, .row ul.collapse#docs-list:after, #stack-list ul.collapse#docs-list:after, #theme-list li ul.collapse#docs-list:after, ul#docs-list ul.collapse#docs-list:after { + clear: both; } + +/* line 206, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ +.column, +.columns, +#stack-list li, +#theme-list li > div, +ul#docs-list > li { + position: relative; + padding-left: 0.9375rem; + padding-right: 0.9375rem; + width: 100%; + float: left; } + +@media only screen { + /* line 148, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .small-push-1 { + position: relative; + left: 8.33333%; + right: auto; } + + /* line 151, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .small-pull-1 { + position: relative; + right: 8.33333%; + left: auto; } + + /* line 148, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .small-push-2 { + position: relative; + left: 16.66667%; + right: auto; } + + /* line 151, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .small-pull-2 { + position: relative; + right: 16.66667%; + left: auto; } + + /* line 148, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .small-push-3 { + position: relative; + left: 25%; + right: auto; } + + /* line 151, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .small-pull-3 { + position: relative; + right: 25%; + left: auto; } + + /* line 148, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .small-push-4 { + position: relative; + left: 33.33333%; + right: auto; } + + /* line 151, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .small-pull-4 { + position: relative; + right: 33.33333%; + left: auto; } + + /* line 148, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .small-push-5 { + position: relative; + left: 41.66667%; + right: auto; } + + /* line 151, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .small-pull-5 { + position: relative; + right: 41.66667%; + left: auto; } + + /* line 148, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .small-push-6 { + position: relative; + left: 50%; + right: auto; } + + /* line 151, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .small-pull-6 { + position: relative; + right: 50%; + left: auto; } + + /* line 148, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .small-push-7 { + position: relative; + left: 58.33333%; + right: auto; } + + /* line 151, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .small-pull-7 { + position: relative; + right: 58.33333%; + left: auto; } + + /* line 148, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .small-push-8 { + position: relative; + left: 66.66667%; + right: auto; } + + /* line 151, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .small-pull-8 { + position: relative; + right: 66.66667%; + left: auto; } + + /* line 148, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .small-push-9 { + position: relative; + left: 75%; + right: auto; } + + /* line 151, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .small-pull-9 { + position: relative; + right: 75%; + left: auto; } + + /* line 148, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .small-push-10 { + position: relative; + left: 83.33333%; + right: auto; } + + /* line 151, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .small-pull-10 { + position: relative; + right: 83.33333%; + left: auto; } + + /* line 148, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .small-push-11 { + position: relative; + left: 91.66667%; + right: auto; } + + /* line 151, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .small-pull-11 { + position: relative; + right: 91.66667%; + left: auto; } + + /* line 157, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .column, + .columns, + #stack-list li, + #theme-list li > div, + ul#docs-list > li { + position: relative; + padding-left: 0.9375rem; + padding-right: 0.9375rem; + float: left; } + + /* line 161, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .small-1 { + position: relative; + width: 8.33333%; } + + /* line 161, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .small-2 { + position: relative; + width: 16.66667%; } + + /* line 161, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .small-3 { + position: relative; + width: 25%; } + + /* line 161, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .small-4 { + position: relative; + width: 33.33333%; } + + /* line 161, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .small-5 { + position: relative; + width: 41.66667%; } + + /* line 161, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .small-6, #stack-list li { + position: relative; + width: 50%; } + + /* line 161, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .small-7 { + position: relative; + width: 58.33333%; } + + /* line 161, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .small-8 { + position: relative; + width: 66.66667%; } + + /* line 161, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .small-9 { + position: relative; + width: 75%; } + + /* line 161, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .small-10 { + position: relative; + width: 83.33333%; } + + /* line 161, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .small-11 { + position: relative; + width: 91.66667%; } + + /* line 161, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .small-12 { + position: relative; + width: 100%; } + + /* line 165, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .small-offset-0 { + position: relative; + margin-left: 0%; } + + /* line 165, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .small-offset-1 { + position: relative; + margin-left: 8.33333%; } + + /* line 165, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .small-offset-2 { + position: relative; + margin-left: 16.66667%; } + + /* line 165, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .small-offset-3 { + position: relative; + margin-left: 25%; } + + /* line 165, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .small-offset-4 { + position: relative; + margin-left: 33.33333%; } + + /* line 165, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .small-offset-5 { + position: relative; + margin-left: 41.66667%; } + + /* line 165, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .small-offset-6 { + position: relative; + margin-left: 50%; } + + /* line 165, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .small-offset-7 { + position: relative; + margin-left: 58.33333%; } + + /* line 165, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .small-offset-8 { + position: relative; + margin-left: 66.66667%; } + + /* line 165, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .small-offset-9 { + position: relative; + margin-left: 75%; } + + /* line 165, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .small-offset-10 { + position: relative; + margin-left: 83.33333%; } + + /* line 168, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + [class*="column"] + [class*="column"]:last-child { + float: right; } + + /* line 169, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + [class*="column"] + [class*="column"].end { + float: left; } + + /* line 172, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .column.small-centered, + .columns.small-centered, + #stack-list li.small-centered, + #theme-list li > div.small-centered, + ul#docs-list > li.small-centered { + position: relative; + margin-left: auto; + margin-right: auto; + float: none !important; } + + /* line 175, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .column.small-uncentered, + .columns.small-uncentered, + #stack-list li.small-uncentered, + #theme-list li > div.small-uncentered, + ul#docs-list > li.small-uncentered { + margin-left: 0; + margin-right: 0; + float: left !important; } + + /* line 182, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .column.small-uncentered.opposite, + .columns.small-uncentered.opposite, + #stack-list li.small-uncentered.opposite, + #theme-list li > div.small-uncentered.opposite, + ul#docs-list > li.small-uncentered.opposite { + float: right !important; } } +@media only screen and (min-width: 40.063em) { + /* line 148, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .medium-push-1 { + position: relative; + left: 8.33333%; + right: auto; } + + /* line 151, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .medium-pull-1 { + position: relative; + right: 8.33333%; + left: auto; } + + /* line 148, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .medium-push-2 { + position: relative; + left: 16.66667%; + right: auto; } + + /* line 151, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .medium-pull-2 { + position: relative; + right: 16.66667%; + left: auto; } + + /* line 148, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .medium-push-3 { + position: relative; + left: 25%; + right: auto; } + + /* line 151, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .medium-pull-3 { + position: relative; + right: 25%; + left: auto; } + + /* line 148, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .medium-push-4 { + position: relative; + left: 33.33333%; + right: auto; } + + /* line 151, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .medium-pull-4 { + position: relative; + right: 33.33333%; + left: auto; } + + /* line 148, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .medium-push-5 { + position: relative; + left: 41.66667%; + right: auto; } + + /* line 151, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .medium-pull-5 { + position: relative; + right: 41.66667%; + left: auto; } + + /* line 148, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .medium-push-6 { + position: relative; + left: 50%; + right: auto; } + + /* line 151, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .medium-pull-6 { + position: relative; + right: 50%; + left: auto; } + + /* line 148, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .medium-push-7 { + position: relative; + left: 58.33333%; + right: auto; } + + /* line 151, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .medium-pull-7 { + position: relative; + right: 58.33333%; + left: auto; } + + /* line 148, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .medium-push-8 { + position: relative; + left: 66.66667%; + right: auto; } + + /* line 151, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .medium-pull-8 { + position: relative; + right: 66.66667%; + left: auto; } + + /* line 148, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .medium-push-9 { + position: relative; + left: 75%; + right: auto; } + + /* line 151, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .medium-pull-9 { + position: relative; + right: 75%; + left: auto; } + + /* line 148, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .medium-push-10 { + position: relative; + left: 83.33333%; + right: auto; } + + /* line 151, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .medium-pull-10 { + position: relative; + right: 83.33333%; + left: auto; } + + /* line 148, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .medium-push-11 { + position: relative; + left: 91.66667%; + right: auto; } + + /* line 151, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .medium-pull-11 { + position: relative; + right: 91.66667%; + left: auto; } + + /* line 157, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .column, + .columns, + #stack-list li, + #theme-list li > div, + ul#docs-list > li { + position: relative; + padding-left: 0.9375rem; + padding-right: 0.9375rem; + float: left; } + + /* line 161, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .medium-1 { + position: relative; + width: 8.33333%; } + + /* line 161, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .medium-2, #theme-list li > div.theme-icon { + position: relative; + width: 16.66667%; } + + /* line 161, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .medium-3 { + position: relative; + width: 25%; } + + /* line 161, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .medium-4 { + position: relative; + width: 33.33333%; } + + /* line 161, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .medium-5 { + position: relative; + width: 41.66667%; } + + /* line 161, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .medium-6 { + position: relative; + width: 50%; } + + /* line 161, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .medium-7 { + position: relative; + width: 58.33333%; } + + /* line 161, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .medium-8 { + position: relative; + width: 66.66667%; } + + /* line 161, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .medium-9 { + position: relative; + width: 75%; } + + /* line 161, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .medium-10, #theme-list li > div { + position: relative; + width: 83.33333%; } + + /* line 161, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .medium-11 { + position: relative; + width: 91.66667%; } + + /* line 161, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .medium-12 { + position: relative; + width: 100%; } + + /* line 165, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .medium-offset-0 { + position: relative; + margin-left: 0%; } + + /* line 165, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .medium-offset-1 { + position: relative; + margin-left: 8.33333%; } + + /* line 165, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .medium-offset-2 { + position: relative; + margin-left: 16.66667%; } + + /* line 165, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .medium-offset-3 { + position: relative; + margin-left: 25%; } + + /* line 165, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .medium-offset-4 { + position: relative; + margin-left: 33.33333%; } + + /* line 165, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .medium-offset-5 { + position: relative; + margin-left: 41.66667%; } + + /* line 165, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .medium-offset-6 { + position: relative; + margin-left: 50%; } + + /* line 165, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .medium-offset-7 { + position: relative; + margin-left: 58.33333%; } + + /* line 165, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .medium-offset-8 { + position: relative; + margin-left: 66.66667%; } + + /* line 165, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .medium-offset-9 { + position: relative; + margin-left: 75%; } + + /* line 165, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .medium-offset-10 { + position: relative; + margin-left: 83.33333%; } + + /* line 168, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + [class*="column"] + [class*="column"]:last-child { + float: right; } + + /* line 169, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + [class*="column"] + [class*="column"].end { + float: left; } + + /* line 172, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .column.medium-centered, + .columns.medium-centered, + #stack-list li.medium-centered, + #theme-list li > div.medium-centered, + ul#docs-list > li.medium-centered { + position: relative; + margin-left: auto; + margin-right: auto; + float: none !important; } + + /* line 175, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .column.medium-uncentered, + .columns.medium-uncentered, + #stack-list li.medium-uncentered, + #theme-list li > div.medium-uncentered, + ul#docs-list > li.medium-uncentered { + margin-left: 0; + margin-right: 0; + float: left !important; } + + /* line 182, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .column.medium-uncentered.opposite, + .columns.medium-uncentered.opposite, + #stack-list li.medium-uncentered.opposite, + #theme-list li > div.medium-uncentered.opposite, + ul#docs-list > li.medium-uncentered.opposite { + float: right !important; } + + /* line 216, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .push-1 { + position: relative; + left: 8.33333%; + right: auto; } + + /* line 219, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .pull-1 { + position: relative; + right: 8.33333%; + left: auto; } + + /* line 216, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .push-2 { + position: relative; + left: 16.66667%; + right: auto; } + + /* line 219, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .pull-2 { + position: relative; + right: 16.66667%; + left: auto; } + + /* line 216, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .push-3 { + position: relative; + left: 25%; + right: auto; } + + /* line 219, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .pull-3 { + position: relative; + right: 25%; + left: auto; } + + /* line 216, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .push-4 { + position: relative; + left: 33.33333%; + right: auto; } + + /* line 219, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .pull-4 { + position: relative; + right: 33.33333%; + left: auto; } + + /* line 216, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .push-5 { + position: relative; + left: 41.66667%; + right: auto; } + + /* line 219, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .pull-5 { + position: relative; + right: 41.66667%; + left: auto; } + + /* line 216, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .push-6 { + position: relative; + left: 50%; + right: auto; } + + /* line 219, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .pull-6 { + position: relative; + right: 50%; + left: auto; } + + /* line 216, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .push-7 { + position: relative; + left: 58.33333%; + right: auto; } + + /* line 219, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .pull-7 { + position: relative; + right: 58.33333%; + left: auto; } + + /* line 216, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .push-8 { + position: relative; + left: 66.66667%; + right: auto; } + + /* line 219, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .pull-8 { + position: relative; + right: 66.66667%; + left: auto; } + + /* line 216, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .push-9 { + position: relative; + left: 75%; + right: auto; } + + /* line 219, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .pull-9 { + position: relative; + right: 75%; + left: auto; } + + /* line 216, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .push-10 { + position: relative; + left: 83.33333%; + right: auto; } + + /* line 219, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .pull-10 { + position: relative; + right: 83.33333%; + left: auto; } + + /* line 216, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .push-11 { + position: relative; + left: 91.66667%; + right: auto; } + + /* line 219, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .pull-11 { + position: relative; + right: 91.66667%; + left: auto; } } +@media only screen and (min-width: 64.063em) { + /* line 148, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .large-push-1 { + position: relative; + left: 8.33333%; + right: auto; } + + /* line 151, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .large-pull-1 { + position: relative; + right: 8.33333%; + left: auto; } + + /* line 148, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .large-push-2 { + position: relative; + left: 16.66667%; + right: auto; } + + /* line 151, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .large-pull-2 { + position: relative; + right: 16.66667%; + left: auto; } + + /* line 148, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .large-push-3 { + position: relative; + left: 25%; + right: auto; } + + /* line 151, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .large-pull-3 { + position: relative; + right: 25%; + left: auto; } + + /* line 148, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .large-push-4 { + position: relative; + left: 33.33333%; + right: auto; } + + /* line 151, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .large-pull-4 { + position: relative; + right: 33.33333%; + left: auto; } + + /* line 148, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .large-push-5 { + position: relative; + left: 41.66667%; + right: auto; } + + /* line 151, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .large-pull-5 { + position: relative; + right: 41.66667%; + left: auto; } + + /* line 148, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .large-push-6 { + position: relative; + left: 50%; + right: auto; } + + /* line 151, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .large-pull-6 { + position: relative; + right: 50%; + left: auto; } + + /* line 148, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .large-push-7 { + position: relative; + left: 58.33333%; + right: auto; } + + /* line 151, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .large-pull-7 { + position: relative; + right: 58.33333%; + left: auto; } + + /* line 148, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .large-push-8 { + position: relative; + left: 66.66667%; + right: auto; } + + /* line 151, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .large-pull-8 { + position: relative; + right: 66.66667%; + left: auto; } + + /* line 148, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .large-push-9 { + position: relative; + left: 75%; + right: auto; } + + /* line 151, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .large-pull-9 { + position: relative; + right: 75%; + left: auto; } + + /* line 148, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .large-push-10 { + position: relative; + left: 83.33333%; + right: auto; } + + /* line 151, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .large-pull-10 { + position: relative; + right: 83.33333%; + left: auto; } + + /* line 148, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .large-push-11 { + position: relative; + left: 91.66667%; + right: auto; } + + /* line 151, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .large-pull-11 { + position: relative; + right: 91.66667%; + left: auto; } + + /* line 157, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .column, + .columns, + #stack-list li, + #theme-list li > div, + ul#docs-list > li { + position: relative; + padding-left: 0.9375rem; + padding-right: 0.9375rem; + float: left; } + + /* line 161, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .large-1 { + position: relative; + width: 8.33333%; } + + /* line 161, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .large-2 { + position: relative; + width: 16.66667%; } + + /* line 161, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .large-3, #stack-list li { + position: relative; + width: 25%; } + + /* line 161, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .large-4 { + position: relative; + width: 33.33333%; } + + /* line 161, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .large-5 { + position: relative; + width: 41.66667%; } + + /* line 161, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .large-6, ul#docs-list > li { + position: relative; + width: 50%; } + + /* line 161, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .large-7 { + position: relative; + width: 58.33333%; } + + /* line 161, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .large-8 { + position: relative; + width: 66.66667%; } + + /* line 161, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .large-9 { + position: relative; + width: 75%; } + + /* line 161, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .large-10 { + position: relative; + width: 83.33333%; } + + /* line 161, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .large-11 { + position: relative; + width: 91.66667%; } + + /* line 161, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .large-12 { + position: relative; + width: 100%; } + + /* line 165, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .large-offset-0 { + position: relative; + margin-left: 0%; } + + /* line 165, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .large-offset-1 { + position: relative; + margin-left: 8.33333%; } + + /* line 165, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .large-offset-2 { + position: relative; + margin-left: 16.66667%; } + + /* line 165, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .large-offset-3 { + position: relative; + margin-left: 25%; } + + /* line 165, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .large-offset-4 { + position: relative; + margin-left: 33.33333%; } + + /* line 165, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .large-offset-5 { + position: relative; + margin-left: 41.66667%; } + + /* line 165, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .large-offset-6 { + position: relative; + margin-left: 50%; } + + /* line 165, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .large-offset-7 { + position: relative; + margin-left: 58.33333%; } + + /* line 165, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .large-offset-8 { + position: relative; + margin-left: 66.66667%; } + + /* line 165, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .large-offset-9 { + position: relative; + margin-left: 75%; } + + /* line 165, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .large-offset-10 { + position: relative; + margin-left: 83.33333%; } + + /* line 168, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + [class*="column"] + [class*="column"]:last-child { + float: right; } + + /* line 169, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + [class*="column"] + [class*="column"].end { + float: left; } + + /* line 172, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .column.large-centered, + .columns.large-centered, + #stack-list li.large-centered, + #theme-list li > div.large-centered, + ul#docs-list > li.large-centered { + position: relative; + margin-left: auto; + margin-right: auto; + float: none !important; } + + /* line 175, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .column.large-uncentered, + .columns.large-uncentered, + #stack-list li.large-uncentered, + #theme-list li > div.large-uncentered, + ul#docs-list > li.large-uncentered { + margin-left: 0; + margin-right: 0; + float: left !important; } + + /* line 182, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .column.large-uncentered.opposite, + .columns.large-uncentered.opposite, + #stack-list li.large-uncentered.opposite, + #theme-list li > div.large-uncentered.opposite, + ul#docs-list > li.large-uncentered.opposite { + float: right !important; } } +@media only screen and (min-width: 90.063em) { + /* line 148, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xlarge-push-1 { + position: relative; + left: 8.33333%; + right: auto; } + + /* line 151, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xlarge-pull-1 { + position: relative; + right: 8.33333%; + left: auto; } + + /* line 148, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xlarge-push-2 { + position: relative; + left: 16.66667%; + right: auto; } + + /* line 151, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xlarge-pull-2 { + position: relative; + right: 16.66667%; + left: auto; } + + /* line 148, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xlarge-push-3 { + position: relative; + left: 25%; + right: auto; } + + /* line 151, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xlarge-pull-3 { + position: relative; + right: 25%; + left: auto; } + + /* line 148, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xlarge-push-4 { + position: relative; + left: 33.33333%; + right: auto; } + + /* line 151, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xlarge-pull-4 { + position: relative; + right: 33.33333%; + left: auto; } + + /* line 148, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xlarge-push-5 { + position: relative; + left: 41.66667%; + right: auto; } + + /* line 151, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xlarge-pull-5 { + position: relative; + right: 41.66667%; + left: auto; } + + /* line 148, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xlarge-push-6 { + position: relative; + left: 50%; + right: auto; } + + /* line 151, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xlarge-pull-6 { + position: relative; + right: 50%; + left: auto; } + + /* line 148, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xlarge-push-7 { + position: relative; + left: 58.33333%; + right: auto; } + + /* line 151, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xlarge-pull-7 { + position: relative; + right: 58.33333%; + left: auto; } + + /* line 148, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xlarge-push-8 { + position: relative; + left: 66.66667%; + right: auto; } + + /* line 151, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xlarge-pull-8 { + position: relative; + right: 66.66667%; + left: auto; } + + /* line 148, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xlarge-push-9 { + position: relative; + left: 75%; + right: auto; } + + /* line 151, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xlarge-pull-9 { + position: relative; + right: 75%; + left: auto; } + + /* line 148, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xlarge-push-10 { + position: relative; + left: 83.33333%; + right: auto; } + + /* line 151, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xlarge-pull-10 { + position: relative; + right: 83.33333%; + left: auto; } + + /* line 148, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xlarge-push-11 { + position: relative; + left: 91.66667%; + right: auto; } + + /* line 151, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xlarge-pull-11 { + position: relative; + right: 91.66667%; + left: auto; } + + /* line 157, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .column, + .columns, + #stack-list li, + #theme-list li > div, + ul#docs-list > li { + position: relative; + padding-left: 0.9375rem; + padding-right: 0.9375rem; + float: left; } + + /* line 161, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xlarge-1 { + position: relative; + width: 8.33333%; } + + /* line 161, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xlarge-2 { + position: relative; + width: 16.66667%; } + + /* line 161, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xlarge-3 { + position: relative; + width: 25%; } + + /* line 161, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xlarge-4 { + position: relative; + width: 33.33333%; } + + /* line 161, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xlarge-5 { + position: relative; + width: 41.66667%; } + + /* line 161, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xlarge-6 { + position: relative; + width: 50%; } + + /* line 161, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xlarge-7 { + position: relative; + width: 58.33333%; } + + /* line 161, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xlarge-8 { + position: relative; + width: 66.66667%; } + + /* line 161, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xlarge-9 { + position: relative; + width: 75%; } + + /* line 161, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xlarge-10 { + position: relative; + width: 83.33333%; } + + /* line 161, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xlarge-11 { + position: relative; + width: 91.66667%; } + + /* line 161, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xlarge-12 { + position: relative; + width: 100%; } + + /* line 165, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xlarge-offset-0 { + position: relative; + margin-left: 0%; } + + /* line 165, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xlarge-offset-1 { + position: relative; + margin-left: 8.33333%; } + + /* line 165, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xlarge-offset-2 { + position: relative; + margin-left: 16.66667%; } + + /* line 165, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xlarge-offset-3 { + position: relative; + margin-left: 25%; } + + /* line 165, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xlarge-offset-4 { + position: relative; + margin-left: 33.33333%; } + + /* line 165, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xlarge-offset-5 { + position: relative; + margin-left: 41.66667%; } + + /* line 165, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xlarge-offset-6 { + position: relative; + margin-left: 50%; } + + /* line 165, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xlarge-offset-7 { + position: relative; + margin-left: 58.33333%; } + + /* line 165, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xlarge-offset-8 { + position: relative; + margin-left: 66.66667%; } + + /* line 165, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xlarge-offset-9 { + position: relative; + margin-left: 75%; } + + /* line 165, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xlarge-offset-10 { + position: relative; + margin-left: 83.33333%; } + + /* line 168, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + [class*="column"] + [class*="column"]:last-child { + float: right; } + + /* line 169, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + [class*="column"] + [class*="column"].end { + float: left; } + + /* line 172, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .column.xlarge-centered, + .columns.xlarge-centered, + #stack-list li.xlarge-centered, + #theme-list li > div.xlarge-centered, + ul#docs-list > li.xlarge-centered { + position: relative; + margin-left: auto; + margin-right: auto; + float: none !important; } + + /* line 175, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .column.xlarge-uncentered, + .columns.xlarge-uncentered, + #stack-list li.xlarge-uncentered, + #theme-list li > div.xlarge-uncentered, + ul#docs-list > li.xlarge-uncentered { + margin-left: 0; + margin-right: 0; + float: left !important; } + + /* line 182, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .column.xlarge-uncentered.opposite, + .columns.xlarge-uncentered.opposite, + #stack-list li.xlarge-uncentered.opposite, + #theme-list li > div.xlarge-uncentered.opposite, + ul#docs-list > li.xlarge-uncentered.opposite { + float: right !important; } } +@media only screen and (min-width: 120.063em) { + /* line 148, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xxlarge-push-1 { + position: relative; + left: 8.33333%; + right: auto; } + + /* line 151, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xxlarge-pull-1 { + position: relative; + right: 8.33333%; + left: auto; } + + /* line 148, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xxlarge-push-2 { + position: relative; + left: 16.66667%; + right: auto; } + + /* line 151, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xxlarge-pull-2 { + position: relative; + right: 16.66667%; + left: auto; } + + /* line 148, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xxlarge-push-3 { + position: relative; + left: 25%; + right: auto; } + + /* line 151, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xxlarge-pull-3 { + position: relative; + right: 25%; + left: auto; } + + /* line 148, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xxlarge-push-4 { + position: relative; + left: 33.33333%; + right: auto; } + + /* line 151, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xxlarge-pull-4 { + position: relative; + right: 33.33333%; + left: auto; } + + /* line 148, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xxlarge-push-5 { + position: relative; + left: 41.66667%; + right: auto; } + + /* line 151, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xxlarge-pull-5 { + position: relative; + right: 41.66667%; + left: auto; } + + /* line 148, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xxlarge-push-6 { + position: relative; + left: 50%; + right: auto; } + + /* line 151, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xxlarge-pull-6 { + position: relative; + right: 50%; + left: auto; } + + /* line 148, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xxlarge-push-7 { + position: relative; + left: 58.33333%; + right: auto; } + + /* line 151, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xxlarge-pull-7 { + position: relative; + right: 58.33333%; + left: auto; } + + /* line 148, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xxlarge-push-8 { + position: relative; + left: 66.66667%; + right: auto; } + + /* line 151, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xxlarge-pull-8 { + position: relative; + right: 66.66667%; + left: auto; } + + /* line 148, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xxlarge-push-9 { + position: relative; + left: 75%; + right: auto; } + + /* line 151, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xxlarge-pull-9 { + position: relative; + right: 75%; + left: auto; } + + /* line 148, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xxlarge-push-10 { + position: relative; + left: 83.33333%; + right: auto; } + + /* line 151, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xxlarge-pull-10 { + position: relative; + right: 83.33333%; + left: auto; } + + /* line 148, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xxlarge-push-11 { + position: relative; + left: 91.66667%; + right: auto; } + + /* line 151, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xxlarge-pull-11 { + position: relative; + right: 91.66667%; + left: auto; } + + /* line 157, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .column, + .columns, + #stack-list li, + #theme-list li > div, + ul#docs-list > li { + position: relative; + padding-left: 0.9375rem; + padding-right: 0.9375rem; + float: left; } + + /* line 161, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xxlarge-1 { + position: relative; + width: 8.33333%; } + + /* line 161, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xxlarge-2 { + position: relative; + width: 16.66667%; } + + /* line 161, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xxlarge-3 { + position: relative; + width: 25%; } + + /* line 161, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xxlarge-4 { + position: relative; + width: 33.33333%; } + + /* line 161, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xxlarge-5 { + position: relative; + width: 41.66667%; } + + /* line 161, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xxlarge-6 { + position: relative; + width: 50%; } + + /* line 161, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xxlarge-7 { + position: relative; + width: 58.33333%; } + + /* line 161, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xxlarge-8 { + position: relative; + width: 66.66667%; } + + /* line 161, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xxlarge-9 { + position: relative; + width: 75%; } + + /* line 161, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xxlarge-10 { + position: relative; + width: 83.33333%; } + + /* line 161, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xxlarge-11 { + position: relative; + width: 91.66667%; } + + /* line 161, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xxlarge-12 { + position: relative; + width: 100%; } + + /* line 165, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xxlarge-offset-0 { + position: relative; + margin-left: 0%; } + + /* line 165, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xxlarge-offset-1 { + position: relative; + margin-left: 8.33333%; } + + /* line 165, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xxlarge-offset-2 { + position: relative; + margin-left: 16.66667%; } + + /* line 165, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xxlarge-offset-3 { + position: relative; + margin-left: 25%; } + + /* line 165, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xxlarge-offset-4 { + position: relative; + margin-left: 33.33333%; } + + /* line 165, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xxlarge-offset-5 { + position: relative; + margin-left: 41.66667%; } + + /* line 165, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xxlarge-offset-6 { + position: relative; + margin-left: 50%; } + + /* line 165, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xxlarge-offset-7 { + position: relative; + margin-left: 58.33333%; } + + /* line 165, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xxlarge-offset-8 { + position: relative; + margin-left: 66.66667%; } + + /* line 165, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xxlarge-offset-9 { + position: relative; + margin-left: 75%; } + + /* line 165, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .xxlarge-offset-10 { + position: relative; + margin-left: 83.33333%; } + + /* line 168, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + [class*="column"] + [class*="column"]:last-child { + float: right; } + + /* line 169, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + [class*="column"] + [class*="column"].end { + float: left; } + + /* line 172, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .column.xxlarge-centered, + .columns.xxlarge-centered, + #stack-list li.xxlarge-centered, + #theme-list li > div.xxlarge-centered, + ul#docs-list > li.xxlarge-centered { + position: relative; + margin-left: auto; + margin-right: auto; + float: none !important; } + + /* line 175, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .column.xxlarge-uncentered, + .columns.xxlarge-uncentered, + #stack-list li.xxlarge-uncentered, + #theme-list li > div.xxlarge-uncentered, + ul#docs-list > li.xxlarge-uncentered { + margin-left: 0; + margin-right: 0; + float: left !important; } + + /* line 182, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_grid.scss */ + .column.xxlarge-uncentered.opposite, + .columns.xxlarge-uncentered.opposite, + #stack-list li.xxlarge-uncentered.opposite, + #theme-list li > div.xxlarge-uncentered.opposite, + ul#docs-list > li.xxlarge-uncentered.opposite { + float: right !important; } } +/* line 23, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_accordion.scss */ +.accordion { + *zoom: 1; + margin-bottom: 0; } + /* line 165, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_global.scss */ + .accordion:before, .accordion:after { + content: " "; + display: table; } + /* line 166, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_global.scss */ + .accordion:after { + clear: both; } + /* line 25, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_accordion.scss */ + .accordion dd { + display: block; + margin-bottom: 0 !important; } + /* line 28, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_accordion.scss */ + .accordion dd.active a { + background: #e7e7e7; } + /* line 29, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_accordion.scss */ + .accordion dd > a { + background: #efefef; + color: #222222; + padding: 1rem; + display: block; + font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; + font-size: 1rem; } + /* line 36, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_accordion.scss */ + .accordion dd > a:hover { + background: #e2e2e2; } + /* line 39, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_accordion.scss */ + .accordion .content, .accordion ul#downloads > li .notes, ul#downloads > li .accordion .notes, .accordion ul#downloads > li table ul[id$="-download"], ul#downloads > li table .accordion ul[id$="-download"], .accordion #download > div ul[id$="-download"], #download > div .accordion ul[id$="-download"] { + display: none; + padding: 0.9375rem; } + /* line 42, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_accordion.scss */ + .accordion .content.active, .accordion ul#downloads > li .active.notes, ul#downloads > li .accordion .active.notes, .accordion ul#downloads > li table ul.active[id$="-download"], ul#downloads > li table .accordion ul.active[id$="-download"], .accordion #download > div ul.active[id$="-download"], #download > div .accordion ul.active[id$="-download"] { + display: block; + background: white; } + +/* line 102, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_alert-boxes.scss */ +.alert-box, .sendgrid-subscription-widget .response.sent, .sendgrid-subscription-widget .response.error, .sendgrid-subscription-widget .response.success { + border-style: solid; + border-width: 1px; + display: block; + font-weight: normal; + margin-bottom: 1.25rem; + position: relative; + padding: 0.875rem 1.5rem 0.875rem 0.875rem; + font-size: 0.8125rem; + background-color: #008cba; + border-color: #0079a1; + color: white; } + /* line 105, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_alert-boxes.scss */ + .alert-box .close, .sendgrid-subscription-widget .response.sent .close, .sendgrid-subscription-widget .response.error .close, .sendgrid-subscription-widget .response.success .close { + font-size: 1.375rem; + padding: 9px 6px 4px; + line-height: 0; + position: absolute; + top: 50%; + margin-top: -0.6875rem; + right: 0.25rem; + color: #333333; + opacity: 0.3; } + /* line 87, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_alert-boxes.scss */ + .alert-box .close:hover, .sendgrid-subscription-widget .response.sent .close:hover, .sendgrid-subscription-widget .response.error .close:hover, .sendgrid-subscription-widget .response.success .close:hover, .alert-box .close:focus, .sendgrid-subscription-widget .response.sent .close:focus, .sendgrid-subscription-widget .response.error .close:focus, .sendgrid-subscription-widget .response.success .close:focus { + opacity: 0.5; } + /* line 107, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_alert-boxes.scss */ + .alert-box.radius, .sendgrid-subscription-widget .radius.response.sent, .sendgrid-subscription-widget .radius.response.error, .sendgrid-subscription-widget .radius.response.success { + -webkit-border-radius: 3px; + border-radius: 3px; } + /* line 108, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_alert-boxes.scss */ + .alert-box.round, .sendgrid-subscription-widget .round.response.sent, .sendgrid-subscription-widget .round.response.error, .sendgrid-subscription-widget .round.response.success { + -webkit-border-radius: 1000px; + border-radius: 1000px; } + /* line 110, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_alert-boxes.scss */ + .alert-box.success, .sendgrid-subscription-widget .success.response { + background-color: #5e8949; + border-color: #537840; + color: white; } + /* line 111, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_alert-boxes.scss */ + .alert-box.alert, .sendgrid-subscription-widget .alert.response.sent, .sendgrid-subscription-widget .alert.response.error, .sendgrid-subscription-widget .alert.response.success { + background-color: #f04124; + border-color: #ea2f10; + color: white; } + /* line 112, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_alert-boxes.scss */ + .alert-box.secondary, .sendgrid-subscription-widget .secondary.response.sent, .sendgrid-subscription-widget .secondary.response.error, .sendgrid-subscription-widget .secondary.response.success { + background-color: #e7e7e7; + border-color: #dadada; + color: #4e4e4e; } + /* line 113, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_alert-boxes.scss */ + .alert-box.warning, .sendgrid-subscription-widget .warning.response.sent, .sendgrid-subscription-widget .warning.response.error, .sendgrid-subscription-widget .warning.response.success { + background-color: #f08a24; + border-color: #ea7d10; + color: white; } + /* line 114, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_alert-boxes.scss */ + .alert-box.info, .sendgrid-subscription-widget .info.response.sent, .sendgrid-subscription-widget .info.response.error, .sendgrid-subscription-widget .info.response.success { + background-color: #a0d3e8; + border-color: #8bc9e3; + color: #4e4e4e; } + +/* line 69, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ +[class*="block-grid-"] { + display: block; + padding: 0; + margin: 0 -0.625rem; + *zoom: 1; } + /* line 165, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_global.scss */ + [class*="block-grid-"]:before, [class*="block-grid-"]:after { + content: " "; + display: table; } + /* line 166, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_global.scss */ + [class*="block-grid-"]:after { + clear: both; } + /* line 35, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + [class*="block-grid-"] > li { + display: inline; + height: auto; + float: left; + padding: 0 0.625rem 1.25rem; } + +@media only screen { + /* line 44, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .small-block-grid-1 > li { + width: 100%; + padding: 0 0.625rem 1.25rem; } + /* line 48, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .small-block-grid-1 > li:nth-of-type(n) { + clear: none; } + /* line 49, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .small-block-grid-1 > li:nth-of-type(1n+1) { + clear: both; } + + /* line 44, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .small-block-grid-2 > li { + width: 50%; + padding: 0 0.625rem 1.25rem; } + /* line 48, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .small-block-grid-2 > li:nth-of-type(n) { + clear: none; } + /* line 49, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .small-block-grid-2 > li:nth-of-type(2n+1) { + clear: both; } + + /* line 44, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .small-block-grid-3 > li { + width: 33.33333%; + padding: 0 0.625rem 1.25rem; } + /* line 48, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .small-block-grid-3 > li:nth-of-type(n) { + clear: none; } + /* line 49, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .small-block-grid-3 > li:nth-of-type(3n+1) { + clear: both; } + + /* line 44, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .small-block-grid-4 > li { + width: 25%; + padding: 0 0.625rem 1.25rem; } + /* line 48, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .small-block-grid-4 > li:nth-of-type(n) { + clear: none; } + /* line 49, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .small-block-grid-4 > li:nth-of-type(4n+1) { + clear: both; } + + /* line 44, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .small-block-grid-5 > li { + width: 20%; + padding: 0 0.625rem 1.25rem; } + /* line 48, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .small-block-grid-5 > li:nth-of-type(n) { + clear: none; } + /* line 49, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .small-block-grid-5 > li:nth-of-type(5n+1) { + clear: both; } + + /* line 44, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .small-block-grid-6 > li { + width: 16.66667%; + padding: 0 0.625rem 1.25rem; } + /* line 48, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .small-block-grid-6 > li:nth-of-type(n) { + clear: none; } + /* line 49, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .small-block-grid-6 > li:nth-of-type(6n+1) { + clear: both; } + + /* line 44, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .small-block-grid-7 > li { + width: 14.28571%; + padding: 0 0.625rem 1.25rem; } + /* line 48, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .small-block-grid-7 > li:nth-of-type(n) { + clear: none; } + /* line 49, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .small-block-grid-7 > li:nth-of-type(7n+1) { + clear: both; } + + /* line 44, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .small-block-grid-8 > li { + width: 12.5%; + padding: 0 0.625rem 1.25rem; } + /* line 48, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .small-block-grid-8 > li:nth-of-type(n) { + clear: none; } + /* line 49, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .small-block-grid-8 > li:nth-of-type(8n+1) { + clear: both; } + + /* line 44, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .small-block-grid-9 > li { + width: 11.11111%; + padding: 0 0.625rem 1.25rem; } + /* line 48, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .small-block-grid-9 > li:nth-of-type(n) { + clear: none; } + /* line 49, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .small-block-grid-9 > li:nth-of-type(9n+1) { + clear: both; } + + /* line 44, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .small-block-grid-10 > li { + width: 10%; + padding: 0 0.625rem 1.25rem; } + /* line 48, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .small-block-grid-10 > li:nth-of-type(n) { + clear: none; } + /* line 49, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .small-block-grid-10 > li:nth-of-type(10n+1) { + clear: both; } + + /* line 44, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .small-block-grid-11 > li { + width: 9.09091%; + padding: 0 0.625rem 1.25rem; } + /* line 48, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .small-block-grid-11 > li:nth-of-type(n) { + clear: none; } + /* line 49, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .small-block-grid-11 > li:nth-of-type(11n+1) { + clear: both; } + + /* line 44, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .small-block-grid-12 > li { + width: 8.33333%; + padding: 0 0.625rem 1.25rem; } + /* line 48, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .small-block-grid-12 > li:nth-of-type(n) { + clear: none; } + /* line 49, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .small-block-grid-12 > li:nth-of-type(12n+1) { + clear: both; } } +@media only screen and (min-width: 40.063em) { + /* line 44, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .medium-block-grid-1 > li { + width: 100%; + padding: 0 0.625rem 1.25rem; } + /* line 48, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .medium-block-grid-1 > li:nth-of-type(n) { + clear: none; } + /* line 49, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .medium-block-grid-1 > li:nth-of-type(1n+1) { + clear: both; } + + /* line 44, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .medium-block-grid-2 > li { + width: 50%; + padding: 0 0.625rem 1.25rem; } + /* line 48, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .medium-block-grid-2 > li:nth-of-type(n) { + clear: none; } + /* line 49, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .medium-block-grid-2 > li:nth-of-type(2n+1) { + clear: both; } + + /* line 44, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .medium-block-grid-3 > li { + width: 33.33333%; + padding: 0 0.625rem 1.25rem; } + /* line 48, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .medium-block-grid-3 > li:nth-of-type(n) { + clear: none; } + /* line 49, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .medium-block-grid-3 > li:nth-of-type(3n+1) { + clear: both; } + + /* line 44, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .medium-block-grid-4 > li { + width: 25%; + padding: 0 0.625rem 1.25rem; } + /* line 48, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .medium-block-grid-4 > li:nth-of-type(n) { + clear: none; } + /* line 49, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .medium-block-grid-4 > li:nth-of-type(4n+1) { + clear: both; } + + /* line 44, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .medium-block-grid-5 > li { + width: 20%; + padding: 0 0.625rem 1.25rem; } + /* line 48, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .medium-block-grid-5 > li:nth-of-type(n) { + clear: none; } + /* line 49, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .medium-block-grid-5 > li:nth-of-type(5n+1) { + clear: both; } + + /* line 44, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .medium-block-grid-6 > li { + width: 16.66667%; + padding: 0 0.625rem 1.25rem; } + /* line 48, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .medium-block-grid-6 > li:nth-of-type(n) { + clear: none; } + /* line 49, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .medium-block-grid-6 > li:nth-of-type(6n+1) { + clear: both; } + + /* line 44, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .medium-block-grid-7 > li { + width: 14.28571%; + padding: 0 0.625rem 1.25rem; } + /* line 48, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .medium-block-grid-7 > li:nth-of-type(n) { + clear: none; } + /* line 49, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .medium-block-grid-7 > li:nth-of-type(7n+1) { + clear: both; } + + /* line 44, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .medium-block-grid-8 > li { + width: 12.5%; + padding: 0 0.625rem 1.25rem; } + /* line 48, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .medium-block-grid-8 > li:nth-of-type(n) { + clear: none; } + /* line 49, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .medium-block-grid-8 > li:nth-of-type(8n+1) { + clear: both; } + + /* line 44, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .medium-block-grid-9 > li { + width: 11.11111%; + padding: 0 0.625rem 1.25rem; } + /* line 48, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .medium-block-grid-9 > li:nth-of-type(n) { + clear: none; } + /* line 49, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .medium-block-grid-9 > li:nth-of-type(9n+1) { + clear: both; } + + /* line 44, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .medium-block-grid-10 > li { + width: 10%; + padding: 0 0.625rem 1.25rem; } + /* line 48, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .medium-block-grid-10 > li:nth-of-type(n) { + clear: none; } + /* line 49, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .medium-block-grid-10 > li:nth-of-type(10n+1) { + clear: both; } + + /* line 44, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .medium-block-grid-11 > li { + width: 9.09091%; + padding: 0 0.625rem 1.25rem; } + /* line 48, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .medium-block-grid-11 > li:nth-of-type(n) { + clear: none; } + /* line 49, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .medium-block-grid-11 > li:nth-of-type(11n+1) { + clear: both; } + + /* line 44, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .medium-block-grid-12 > li { + width: 8.33333%; + padding: 0 0.625rem 1.25rem; } + /* line 48, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .medium-block-grid-12 > li:nth-of-type(n) { + clear: none; } + /* line 49, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .medium-block-grid-12 > li:nth-of-type(12n+1) { + clear: both; } } +@media only screen and (min-width: 64.063em) { + /* line 44, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .large-block-grid-1 > li { + width: 100%; + padding: 0 0.625rem 1.25rem; } + /* line 48, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .large-block-grid-1 > li:nth-of-type(n) { + clear: none; } + /* line 49, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .large-block-grid-1 > li:nth-of-type(1n+1) { + clear: both; } + + /* line 44, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .large-block-grid-2 > li { + width: 50%; + padding: 0 0.625rem 1.25rem; } + /* line 48, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .large-block-grid-2 > li:nth-of-type(n) { + clear: none; } + /* line 49, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .large-block-grid-2 > li:nth-of-type(2n+1) { + clear: both; } + + /* line 44, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .large-block-grid-3 > li { + width: 33.33333%; + padding: 0 0.625rem 1.25rem; } + /* line 48, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .large-block-grid-3 > li:nth-of-type(n) { + clear: none; } + /* line 49, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .large-block-grid-3 > li:nth-of-type(3n+1) { + clear: both; } + + /* line 44, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .large-block-grid-4 > li { + width: 25%; + padding: 0 0.625rem 1.25rem; } + /* line 48, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .large-block-grid-4 > li:nth-of-type(n) { + clear: none; } + /* line 49, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .large-block-grid-4 > li:nth-of-type(4n+1) { + clear: both; } + + /* line 44, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .large-block-grid-5 > li { + width: 20%; + padding: 0 0.625rem 1.25rem; } + /* line 48, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .large-block-grid-5 > li:nth-of-type(n) { + clear: none; } + /* line 49, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .large-block-grid-5 > li:nth-of-type(5n+1) { + clear: both; } + + /* line 44, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .large-block-grid-6 > li { + width: 16.66667%; + padding: 0 0.625rem 1.25rem; } + /* line 48, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .large-block-grid-6 > li:nth-of-type(n) { + clear: none; } + /* line 49, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .large-block-grid-6 > li:nth-of-type(6n+1) { + clear: both; } + + /* line 44, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .large-block-grid-7 > li { + width: 14.28571%; + padding: 0 0.625rem 1.25rem; } + /* line 48, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .large-block-grid-7 > li:nth-of-type(n) { + clear: none; } + /* line 49, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .large-block-grid-7 > li:nth-of-type(7n+1) { + clear: both; } + + /* line 44, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .large-block-grid-8 > li { + width: 12.5%; + padding: 0 0.625rem 1.25rem; } + /* line 48, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .large-block-grid-8 > li:nth-of-type(n) { + clear: none; } + /* line 49, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .large-block-grid-8 > li:nth-of-type(8n+1) { + clear: both; } + + /* line 44, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .large-block-grid-9 > li { + width: 11.11111%; + padding: 0 0.625rem 1.25rem; } + /* line 48, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .large-block-grid-9 > li:nth-of-type(n) { + clear: none; } + /* line 49, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .large-block-grid-9 > li:nth-of-type(9n+1) { + clear: both; } + + /* line 44, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .large-block-grid-10 > li { + width: 10%; + padding: 0 0.625rem 1.25rem; } + /* line 48, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .large-block-grid-10 > li:nth-of-type(n) { + clear: none; } + /* line 49, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .large-block-grid-10 > li:nth-of-type(10n+1) { + clear: both; } + + /* line 44, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .large-block-grid-11 > li { + width: 9.09091%; + padding: 0 0.625rem 1.25rem; } + /* line 48, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .large-block-grid-11 > li:nth-of-type(n) { + clear: none; } + /* line 49, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .large-block-grid-11 > li:nth-of-type(11n+1) { + clear: both; } + + /* line 44, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .large-block-grid-12 > li { + width: 8.33333%; + padding: 0 0.625rem 1.25rem; } + /* line 48, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .large-block-grid-12 > li:nth-of-type(n) { + clear: none; } + /* line 49, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_block-grid.scss */ + .large-block-grid-12 > li:nth-of-type(12n+1) { + clear: both; } } +/* line 114, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_breadcrumbs.scss */ +.breadcrumbs { + display: block; + padding: 0.5625rem 0.875rem 0.5625rem; + overflow: hidden; + margin-left: 0; + list-style: none; + border-style: solid; + border-width: 1px; + background-color: #f4f4f4; + border-color: #dadada; + -webkit-border-radius: 3px; + border-radius: 3px; } + /* line 118, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_breadcrumbs.scss */ + .breadcrumbs > * { + margin: 0; + float: left; + font-size: 0.6875rem; + text-transform: uppercase; } + /* line 62, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_breadcrumbs.scss */ + .breadcrumbs > *:hover a, .breadcrumbs > *:focus a { + text-decoration: underline; } + /* line 65, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_breadcrumbs.scss */ + .breadcrumbs > * a, + .breadcrumbs > * span { + text-transform: uppercase; + color: #008cba; } + /* line 71, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_breadcrumbs.scss */ + .breadcrumbs > *.current { + cursor: default; + color: #333333; } + /* line 74, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_breadcrumbs.scss */ + .breadcrumbs > *.current a { + cursor: default; + color: #333333; } + /* line 80, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_breadcrumbs.scss */ + .breadcrumbs > *.current:hover, .breadcrumbs > *.current:hover a, .breadcrumbs > *.current:focus, .breadcrumbs > *.current:focus a { + text-decoration: none; } + /* line 84, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_breadcrumbs.scss */ + .breadcrumbs > *.unavailable { + color: #999999; } + /* line 86, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_breadcrumbs.scss */ + .breadcrumbs > *.unavailable a { + color: #999999; } + /* line 91, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_breadcrumbs.scss */ + .breadcrumbs > *.unavailable:hover, .breadcrumbs > *.unavailable:hover a, .breadcrumbs > *.unavailable:focus, + .breadcrumbs > *.unavailable a:focus { + text-decoration: none; + color: #999999; + cursor: default; } + /* line 98, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_breadcrumbs.scss */ + .breadcrumbs > *:before { + content: "/"; + color: #aaaaaa; + margin: 0 0.75rem; + position: relative; + top: 1px; } + /* line 106, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_breadcrumbs.scss */ + .breadcrumbs > *:first-child:before { + content: " "; + margin: 0; } + +/* line 197, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_buttons.scss */ +button, .button, .sendgrid-subscription-widget input[type="submit"] { + cursor: pointer; + font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; + font-weight: normal; + line-height: normal; + margin: 0 0 1.25rem; + position: relative; + text-decoration: none; + text-align: center; + display: inline-block; + padding-top: 1rem; + padding-right: 2rem; + padding-bottom: 1.0625rem; + padding-left: 2rem; + font-size: 1rem; + /* @else { font-size: $padding - rem-calc(2); } */ + background-color: #008cba; + border-color: #0079a1; + color: white; + -webkit-transition: background-color 300ms ease-out; + -moz-transition: background-color 300ms ease-out; + transition: background-color 300ms ease-out; + padding-top: 1.0625rem; + padding-bottom: 1rem; + -webkit-appearance: none; + border: none; + font-weight: normal !important; } + /* line 142, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_buttons.scss */ + button:hover, button:focus, .button:hover, .sendgrid-subscription-widget input[type="submit"]:hover, .button:focus, .sendgrid-subscription-widget input[type="submit"]:focus { + background-color: #0079a1; } + /* line 153, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_buttons.scss */ + button:hover, button:focus, .button:hover, .sendgrid-subscription-widget input[type="submit"]:hover, .button:focus, .sendgrid-subscription-widget input[type="submit"]:focus { + color: white; } + /* line 205, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_buttons.scss */ + button.secondary, .button.secondary, .sendgrid-subscription-widget input.secondary[type="submit"] { + background-color: #e7e7e7; + border-color: #dadada; + color: #333333; } + /* line 142, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_buttons.scss */ + button.secondary:hover, button.secondary:focus, .button.secondary:hover, .sendgrid-subscription-widget input.secondary[type="submit"]:hover, .button.secondary:focus, .sendgrid-subscription-widget input.secondary[type="submit"]:focus { + background-color: #dadada; } + /* line 148, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_buttons.scss */ + button.secondary:hover, button.secondary:focus, .button.secondary:hover, .sendgrid-subscription-widget input.secondary[type="submit"]:hover, .button.secondary:focus, .sendgrid-subscription-widget input.secondary[type="submit"]:focus { + color: #333333; } + /* line 206, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_buttons.scss */ + button.success, .button.success, .sendgrid-subscription-widget input.success[type="submit"] { + background-color: #5e8949; + border-color: #537840; + color: white; } + /* line 142, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_buttons.scss */ + button.success:hover, button.success:focus, .button.success:hover, .sendgrid-subscription-widget input.success[type="submit"]:hover, .button.success:focus, .sendgrid-subscription-widget input.success[type="submit"]:focus { + background-color: #537840; } + /* line 153, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_buttons.scss */ + button.success:hover, button.success:focus, .button.success:hover, .sendgrid-subscription-widget input.success[type="submit"]:hover, .button.success:focus, .sendgrid-subscription-widget input.success[type="submit"]:focus { + color: white; } + /* line 207, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_buttons.scss */ + button.alert, .button.alert, .sendgrid-subscription-widget input.alert[type="submit"] { + background-color: #f04124; + border-color: #ea2f10; + color: white; } + /* line 142, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_buttons.scss */ + button.alert:hover, button.alert:focus, .button.alert:hover, .sendgrid-subscription-widget input.alert[type="submit"]:hover, .button.alert:focus, .sendgrid-subscription-widget input.alert[type="submit"]:focus { + background-color: #ea2f10; } + /* line 153, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_buttons.scss */ + button.alert:hover, button.alert:focus, .button.alert:hover, .sendgrid-subscription-widget input.alert[type="submit"]:hover, .button.alert:focus, .sendgrid-subscription-widget input.alert[type="submit"]:focus { + color: white; } + /* line 209, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_buttons.scss */ + button.large, .button.large, .sendgrid-subscription-widget input.large[type="submit"] { + padding-top: 1.125rem; + padding-right: 2.25rem; + padding-bottom: 1.1875rem; + padding-left: 2.25rem; + font-size: 1.25rem; + /* @else { font-size: $padding - rem-calc(2); } */ } + /* line 210, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_buttons.scss */ + button.small, .button.small, .sendgrid-subscription-widget input[type="submit"] { + padding-top: 0.875rem; + padding-right: 1.75rem; + padding-bottom: 0.9375rem; + padding-left: 1.75rem; + font-size: 0.8125rem; + /* @else { font-size: $padding - rem-calc(2); } */ } + /* line 211, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_buttons.scss */ + button.tiny, .button.tiny, .sendgrid-subscription-widget input.tiny[type="submit"] { + padding-top: 0.625rem; + padding-right: 1.25rem; + padding-bottom: 0.6875rem; + padding-left: 1.25rem; + font-size: 0.6875rem; + /* @else { font-size: $padding - rem-calc(2); } */ } + /* line 212, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_buttons.scss */ + button.expand, .button.expand, .sendgrid-subscription-widget input.expand[type="submit"] { + padding-right: 0; + padding-left: 0; + width: 100%; } + /* line 214, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_buttons.scss */ + button.left-align, .button.left-align, .sendgrid-subscription-widget input.left-align[type="submit"] { + text-align: left; + text-indent: 0.75rem; } + /* line 215, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_buttons.scss */ + button.right-align, .button.right-align, .sendgrid-subscription-widget input.right-align[type="submit"] { + text-align: right; + padding-right: 0.75rem; } + /* line 217, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_buttons.scss */ + button.radius, .button.radius, .sendgrid-subscription-widget input.radius[type="submit"] { + -webkit-border-radius: 3px; + border-radius: 3px; } + /* line 218, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_buttons.scss */ + button.round, .button.round, .sendgrid-subscription-widget input.round[type="submit"] { + -webkit-border-radius: 1000px; + border-radius: 1000px; } + /* line 220, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_buttons.scss */ + button.disabled, button[disabled], .button.disabled, .sendgrid-subscription-widget input.disabled[type="submit"], .button[disabled], .sendgrid-subscription-widget input[disabled][type="submit"] { + background-color: #008cba; + border-color: #0079a1; + color: white; + cursor: default; + opacity: 0.7; + -webkit-box-shadow: none; + box-shadow: none; } + /* line 142, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_buttons.scss */ + button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .sendgrid-subscription-widget input.disabled[type="submit"]:hover, .button.disabled:focus, .sendgrid-subscription-widget input.disabled[type="submit"]:focus, .button[disabled]:hover, .sendgrid-subscription-widget input[disabled][type="submit"]:hover, .button[disabled]:focus, .sendgrid-subscription-widget input[disabled][type="submit"]:focus { + background-color: #0079a1; } + /* line 153, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_buttons.scss */ + button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .sendgrid-subscription-widget input.disabled[type="submit"]:hover, .button.disabled:focus, .sendgrid-subscription-widget input.disabled[type="submit"]:focus, .button[disabled]:hover, .sendgrid-subscription-widget input[disabled][type="submit"]:hover, .button[disabled]:focus, .sendgrid-subscription-widget input[disabled][type="submit"]:focus { + color: white; } + /* line 166, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_buttons.scss */ + button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .sendgrid-subscription-widget input.disabled[type="submit"]:hover, .button.disabled:focus, .sendgrid-subscription-widget input.disabled[type="submit"]:focus, .button[disabled]:hover, .sendgrid-subscription-widget input[disabled][type="submit"]:hover, .button[disabled]:focus, .sendgrid-subscription-widget input[disabled][type="submit"]:focus { + background-color: #008cba; } + /* line 221, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_buttons.scss */ + button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .sendgrid-subscription-widget input.disabled.secondary[type="submit"], .button[disabled].secondary, .sendgrid-subscription-widget input[disabled].secondary[type="submit"] { + background-color: #e7e7e7; + border-color: #dadada; + color: #333333; + cursor: default; + opacity: 0.7; + -webkit-box-shadow: none; + box-shadow: none; } + /* line 142, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_buttons.scss */ + button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .sendgrid-subscription-widget input.disabled.secondary[type="submit"]:hover, .button.disabled.secondary:focus, .sendgrid-subscription-widget input.disabled.secondary[type="submit"]:focus, .button[disabled].secondary:hover, .sendgrid-subscription-widget input[disabled].secondary[type="submit"]:hover, .button[disabled].secondary:focus, .sendgrid-subscription-widget input[disabled].secondary[type="submit"]:focus { + background-color: #dadada; } + /* line 148, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_buttons.scss */ + button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .sendgrid-subscription-widget input.disabled.secondary[type="submit"]:hover, .button.disabled.secondary:focus, .sendgrid-subscription-widget input.disabled.secondary[type="submit"]:focus, .button[disabled].secondary:hover, .sendgrid-subscription-widget input[disabled].secondary[type="submit"]:hover, .button[disabled].secondary:focus, .sendgrid-subscription-widget input[disabled].secondary[type="submit"]:focus { + color: #333333; } + /* line 166, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_buttons.scss */ + button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .sendgrid-subscription-widget input.disabled.secondary[type="submit"]:hover, .button.disabled.secondary:focus, .sendgrid-subscription-widget input.disabled.secondary[type="submit"]:focus, .button[disabled].secondary:hover, .sendgrid-subscription-widget input[disabled].secondary[type="submit"]:hover, .button[disabled].secondary:focus, .sendgrid-subscription-widget input[disabled].secondary[type="submit"]:focus { + background-color: #e7e7e7; } + /* line 222, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_buttons.scss */ + button.disabled.success, button[disabled].success, .button.disabled.success, .sendgrid-subscription-widget input.disabled.success[type="submit"], .button[disabled].success, .sendgrid-subscription-widget input[disabled].success[type="submit"] { + background-color: #5e8949; + border-color: #537840; + color: white; + cursor: default; + opacity: 0.7; + -webkit-box-shadow: none; + box-shadow: none; } + /* line 142, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_buttons.scss */ + button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .sendgrid-subscription-widget input.disabled.success[type="submit"]:hover, .button.disabled.success:focus, .sendgrid-subscription-widget input.disabled.success[type="submit"]:focus, .button[disabled].success:hover, .sendgrid-subscription-widget input[disabled].success[type="submit"]:hover, .button[disabled].success:focus, .sendgrid-subscription-widget input[disabled].success[type="submit"]:focus { + background-color: #537840; } + /* line 153, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_buttons.scss */ + button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .sendgrid-subscription-widget input.disabled.success[type="submit"]:hover, .button.disabled.success:focus, .sendgrid-subscription-widget input.disabled.success[type="submit"]:focus, .button[disabled].success:hover, .sendgrid-subscription-widget input[disabled].success[type="submit"]:hover, .button[disabled].success:focus, .sendgrid-subscription-widget input[disabled].success[type="submit"]:focus { + color: white; } + /* line 166, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_buttons.scss */ + button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .sendgrid-subscription-widget input.disabled.success[type="submit"]:hover, .button.disabled.success:focus, .sendgrid-subscription-widget input.disabled.success[type="submit"]:focus, .button[disabled].success:hover, .sendgrid-subscription-widget input[disabled].success[type="submit"]:hover, .button[disabled].success:focus, .sendgrid-subscription-widget input[disabled].success[type="submit"]:focus { + background-color: #5e8949; } + /* line 223, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_buttons.scss */ + button.disabled.alert, button[disabled].alert, .button.disabled.alert, .sendgrid-subscription-widget input.disabled.alert[type="submit"], .button[disabled].alert, .sendgrid-subscription-widget input[disabled].alert[type="submit"] { + background-color: #f04124; + border-color: #ea2f10; + color: white; + cursor: default; + opacity: 0.7; + -webkit-box-shadow: none; + box-shadow: none; } + /* line 142, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_buttons.scss */ + button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .sendgrid-subscription-widget input.disabled.alert[type="submit"]:hover, .button.disabled.alert:focus, .sendgrid-subscription-widget input.disabled.alert[type="submit"]:focus, .button[disabled].alert:hover, .sendgrid-subscription-widget input[disabled].alert[type="submit"]:hover, .button[disabled].alert:focus, .sendgrid-subscription-widget input[disabled].alert[type="submit"]:focus { + background-color: #ea2f10; } + /* line 153, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_buttons.scss */ + button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .sendgrid-subscription-widget input.disabled.alert[type="submit"]:hover, .button.disabled.alert:focus, .sendgrid-subscription-widget input.disabled.alert[type="submit"]:focus, .button[disabled].alert:hover, .sendgrid-subscription-widget input[disabled].alert[type="submit"]:hover, .button[disabled].alert:focus, .sendgrid-subscription-widget input[disabled].alert[type="submit"]:focus { + color: white; } + /* line 166, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_buttons.scss */ + button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .sendgrid-subscription-widget input.disabled.alert[type="submit"]:hover, .button.disabled.alert:focus, .sendgrid-subscription-widget input.disabled.alert[type="submit"]:focus, .button[disabled].alert:hover, .sendgrid-subscription-widget input[disabled].alert[type="submit"]:hover, .button[disabled].alert:focus, .sendgrid-subscription-widget input[disabled].alert[type="submit"]:focus { + background-color: #f04124; } + +@media only screen and (min-width: 40.063em) { + /* line 228, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_buttons.scss */ + button, .button, .sendgrid-subscription-widget input[type="submit"] { + display: inline-block; } } +/* line 80, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_button-groups.scss */ +.button-group { + list-style: none; + margin: 0; + *zoom: 1; } + /* line 165, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_global.scss */ + .button-group:before, .button-group:after { + content: " "; + display: table; } + /* line 166, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_global.scss */ + .button-group:after { + clear: both; } + /* line 82, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_button-groups.scss */ + .button-group > * { + margin: 0; + float: left; } + /* line 35, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_button-groups.scss */ + .button-group > * > button, .button-group > * .button, .button-group > * .sendgrid-subscription-widget input[type="submit"], .sendgrid-subscription-widget .button-group > * input[type="submit"] { + border-right: 1px solid; + border-color: rgba(255, 255, 255, 0.5); } + /* line 45, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_button-groups.scss */ + .button-group > *:first-child { + margin-left: 0; } + /* line 35, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_button-groups.scss */ + .button-group.radius > * > button, .button-group.radius > * .button, .button-group.radius > * .sendgrid-subscription-widget input[type="submit"], .sendgrid-subscription-widget .button-group.radius > * input[type="submit"] { + border-right: 1px solid; + border-color: rgba(255, 255, 255, 0.5); } + /* line 63, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_button-groups.scss */ + .button-group.radius > *:first-child, .button-group.radius > *:first-child > a, .button-group.radius > *:first-child > button, .button-group.radius > *:first-child > .button, .sendgrid-subscription-widget .button-group.radius > *:first-child > input[type="submit"] { + -moz-border-radius-bottomleft: 3px; + -moz-border-radius-topleft: 3px; + -webkit-border-bottom-left-radius: 3px; + -webkit-border-top-left-radius: 3px; + border-bottom-left-radius: 3px; + border-top-left-radius: 3px; } + /* line 67, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_button-groups.scss */ + .button-group.radius > *:last-child, .button-group.radius > *:last-child > a, .button-group.radius > *:last-child > button, .button-group.radius > *:last-child > .button, .sendgrid-subscription-widget .button-group.radius > *:last-child > input[type="submit"] { + -moz-border-radius-topright: 3px; + -moz-border-radius-bottomright: 3px; + -webkit-border-top-right-radius: 3px; + -webkit-border-bottom-right-radius: 3px; + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; } + /* line 35, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_button-groups.scss */ + .button-group.round > * > button, .button-group.round > * .button, .button-group.round > * .sendgrid-subscription-widget input[type="submit"], .sendgrid-subscription-widget .button-group.round > * input[type="submit"] { + border-right: 1px solid; + border-color: rgba(255, 255, 255, 0.5); } + /* line 63, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_button-groups.scss */ + .button-group.round > *:first-child, .button-group.round > *:first-child > a, .button-group.round > *:first-child > button, .button-group.round > *:first-child > .button, .sendgrid-subscription-widget .button-group.round > *:first-child > input[type="submit"] { + -moz-border-radius-bottomleft: 1000px; + -moz-border-radius-topleft: 1000px; + -webkit-border-bottom-left-radius: 1000px; + -webkit-border-top-left-radius: 1000px; + border-bottom-left-radius: 1000px; + border-top-left-radius: 1000px; } + /* line 67, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_button-groups.scss */ + .button-group.round > *:last-child, .button-group.round > *:last-child > a, .button-group.round > *:last-child > button, .button-group.round > *:last-child > .button, .sendgrid-subscription-widget .button-group.round > *:last-child > input[type="submit"] { + -moz-border-radius-topright: 1000px; + -moz-border-radius-bottomright: 1000px; + -webkit-border-top-right-radius: 1000px; + -webkit-border-bottom-right-radius: 1000px; + border-top-right-radius: 1000px; + border-bottom-right-radius: 1000px; } + /* line 88, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_button-groups.scss */ + .button-group.even-2 li { + width: 50%; } + /* line 35, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_button-groups.scss */ + .button-group.even-2 li > button, .button-group.even-2 li .button, .button-group.even-2 li .sendgrid-subscription-widget input[type="submit"], .sendgrid-subscription-widget .button-group.even-2 li input[type="submit"] { + border-right: 1px solid; + border-color: rgba(255, 255, 255, 0.5); } + /* line 73, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_button-groups.scss */ + .button-group.even-2 li button, .button-group.even-2 li .button, .button-group.even-2 li .sendgrid-subscription-widget input[type="submit"], .sendgrid-subscription-widget .button-group.even-2 li input[type="submit"] { + width: 100%; } + /* line 88, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_button-groups.scss */ + .button-group.even-3 li { + width: 33.33333%; } + /* line 35, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_button-groups.scss */ + .button-group.even-3 li > button, .button-group.even-3 li .button, .button-group.even-3 li .sendgrid-subscription-widget input[type="submit"], .sendgrid-subscription-widget .button-group.even-3 li input[type="submit"] { + border-right: 1px solid; + border-color: rgba(255, 255, 255, 0.5); } + /* line 73, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_button-groups.scss */ + .button-group.even-3 li button, .button-group.even-3 li .button, .button-group.even-3 li .sendgrid-subscription-widget input[type="submit"], .sendgrid-subscription-widget .button-group.even-3 li input[type="submit"] { + width: 100%; } + /* line 88, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_button-groups.scss */ + .button-group.even-4 li { + width: 25%; } + /* line 35, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_button-groups.scss */ + .button-group.even-4 li > button, .button-group.even-4 li .button, .button-group.even-4 li .sendgrid-subscription-widget input[type="submit"], .sendgrid-subscription-widget .button-group.even-4 li input[type="submit"] { + border-right: 1px solid; + border-color: rgba(255, 255, 255, 0.5); } + /* line 73, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_button-groups.scss */ + .button-group.even-4 li button, .button-group.even-4 li .button, .button-group.even-4 li .sendgrid-subscription-widget input[type="submit"], .sendgrid-subscription-widget .button-group.even-4 li input[type="submit"] { + width: 100%; } + /* line 88, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_button-groups.scss */ + .button-group.even-5 li { + width: 20%; } + /* line 35, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_button-groups.scss */ + .button-group.even-5 li > button, .button-group.even-5 li .button, .button-group.even-5 li .sendgrid-subscription-widget input[type="submit"], .sendgrid-subscription-widget .button-group.even-5 li input[type="submit"] { + border-right: 1px solid; + border-color: rgba(255, 255, 255, 0.5); } + /* line 73, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_button-groups.scss */ + .button-group.even-5 li button, .button-group.even-5 li .button, .button-group.even-5 li .sendgrid-subscription-widget input[type="submit"], .sendgrid-subscription-widget .button-group.even-5 li input[type="submit"] { + width: 100%; } + /* line 88, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_button-groups.scss */ + .button-group.even-6 li { + width: 16.66667%; } + /* line 35, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_button-groups.scss */ + .button-group.even-6 li > button, .button-group.even-6 li .button, .button-group.even-6 li .sendgrid-subscription-widget input[type="submit"], .sendgrid-subscription-widget .button-group.even-6 li input[type="submit"] { + border-right: 1px solid; + border-color: rgba(255, 255, 255, 0.5); } + /* line 73, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_button-groups.scss */ + .button-group.even-6 li button, .button-group.even-6 li .button, .button-group.even-6 li .sendgrid-subscription-widget input[type="submit"], .sendgrid-subscription-widget .button-group.even-6 li input[type="submit"] { + width: 100%; } + /* line 88, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_button-groups.scss */ + .button-group.even-7 li { + width: 14.28571%; } + /* line 35, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_button-groups.scss */ + .button-group.even-7 li > button, .button-group.even-7 li .button, .button-group.even-7 li .sendgrid-subscription-widget input[type="submit"], .sendgrid-subscription-widget .button-group.even-7 li input[type="submit"] { + border-right: 1px solid; + border-color: rgba(255, 255, 255, 0.5); } + /* line 73, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_button-groups.scss */ + .button-group.even-7 li button, .button-group.even-7 li .button, .button-group.even-7 li .sendgrid-subscription-widget input[type="submit"], .sendgrid-subscription-widget .button-group.even-7 li input[type="submit"] { + width: 100%; } + /* line 88, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_button-groups.scss */ + .button-group.even-8 li { + width: 12.5%; } + /* line 35, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_button-groups.scss */ + .button-group.even-8 li > button, .button-group.even-8 li .button, .button-group.even-8 li .sendgrid-subscription-widget input[type="submit"], .sendgrid-subscription-widget .button-group.even-8 li input[type="submit"] { + border-right: 1px solid; + border-color: rgba(255, 255, 255, 0.5); } + /* line 73, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_button-groups.scss */ + .button-group.even-8 li button, .button-group.even-8 li .button, .button-group.even-8 li .sendgrid-subscription-widget input[type="submit"], .sendgrid-subscription-widget .button-group.even-8 li input[type="submit"] { + width: 100%; } + +/* line 92, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_button-groups.scss */ +.button-bar { + *zoom: 1; } + /* line 165, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_global.scss */ + .button-bar:before, .button-bar:after { + content: " "; + display: table; } + /* line 166, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_global.scss */ + .button-bar:after { + clear: both; } + /* line 94, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_button-groups.scss */ + .button-bar .button-group { + float: left; + margin-right: 0.625rem; } + /* line 28, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_button-groups.scss */ + .button-bar .button-group div { + overflow: hidden; } + +/* Clearing Styles */ +/* line 40, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_clearing.scss */ +[data-clearing] { + *zoom: 1; + margin-bottom: 0; + margin-left: 0; + list-style: none; } + /* line 165, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_global.scss */ + [data-clearing]:before, [data-clearing]:after { + content: " "; + display: table; } + /* line 166, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_global.scss */ + [data-clearing]:after { + clear: both; } + /* line 46, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_clearing.scss */ + [data-clearing] li { + float: left; + margin-right: 10px; } + +/* line 52, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_clearing.scss */ +.clearing-blackout { + background: #333333; + position: fixed; + width: 100%; + height: 100%; + top: 0; + left: 0; + z-index: 998; } + /* line 61, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_clearing.scss */ + .clearing-blackout .clearing-close { + display: block; } + +/* line 64, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_clearing.scss */ +.clearing-container { + position: relative; + z-index: 998; + height: 100%; + overflow: hidden; + margin: 0; } + +/* line 72, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_clearing.scss */ +.visible-img { + height: 95%; + position: relative; } + /* line 76, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_clearing.scss */ + .visible-img img { + position: absolute; + left: 50%; + top: 50%; + margin-left: -50%; + max-height: 100%; + max-width: 100%; } + +/* line 86, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_clearing.scss */ +.clearing-caption { + color: #cccccc; + font-size: 0.875em; + line-height: 1.3; + margin-bottom: 0; + text-align: center; + bottom: 0; + background: #333333; + width: 100%; + padding: 10px 30px 20px; + position: absolute; + left: 0; } + +/* line 100, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_clearing.scss */ +.clearing-close { + z-index: 999; + padding-left: 20px; + padding-top: 10px; + font-size: 30px; + line-height: 1; + color: #cccccc; + display: none; } + /* line 110, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_clearing.scss */ + .clearing-close:hover, .clearing-close:focus { + color: #ccc; } + +/* line 113, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_clearing.scss */ +.clearing-assembled .clearing-container { + height: 100%; } + /* line 114, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_clearing.scss */ + .clearing-assembled .clearing-container .carousel > ul { + display: none; } + +/* line 118, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_clearing.scss */ +.clearing-feature li { + display: none; } + /* line 120, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_clearing.scss */ + .clearing-feature li.clearing-featured-img { + display: block; } + +@media only screen and (min-width: 40.063em) { + /* line 128, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_clearing.scss */ + .clearing-main-prev, + .clearing-main-next { + position: absolute; + height: 100%; + width: 40px; + top: 0; } + /* line 133, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_clearing.scss */ + .clearing-main-prev > span, + .clearing-main-next > span { + position: absolute; + top: 50%; + display: block; + width: 0; + height: 0; + border: solid 12px; } + /* line 140, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_clearing.scss */ + .clearing-main-prev > span:hover, + .clearing-main-next > span:hover { + opacity: 0.8; } + + /* line 143, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_clearing.scss */ + .clearing-main-prev { + left: 0; } + /* line 145, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_clearing.scss */ + .clearing-main-prev > span { + left: 5px; + border-color: transparent; + border-right-color: #cccccc; } + + /* line 151, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_clearing.scss */ + .clearing-main-next { + right: 0; } + /* line 153, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_clearing.scss */ + .clearing-main-next > span { + border-color: transparent; + border-left-color: #cccccc; } + + /* line 160, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_clearing.scss */ + .clearing-main-prev.disabled, + .clearing-main-next.disabled { + opacity: 0.3; } + + /* line 164, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_clearing.scss */ + .clearing-assembled .clearing-container .carousel { + background: rgba(51, 51, 51, 0.8); + height: 120px; + margin-top: 10px; + text-align: center; } + /* line 170, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_clearing.scss */ + .clearing-assembled .clearing-container .carousel > ul { + display: inline-block; + z-index: 999; + height: 100%; + position: relative; + float: none; } + /* line 177, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_clearing.scss */ + .clearing-assembled .clearing-container .carousel > ul li { + display: block; + width: 120px; + min-height: inherit; + float: left; + overflow: hidden; + margin-right: 0; + padding: 0; + position: relative; + cursor: pointer; + opacity: 0.4; } + /* line 190, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_clearing.scss */ + .clearing-assembled .clearing-container .carousel > ul li.fix-height img { + height: 100%; + max-width: none; } + /* line 196, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_clearing.scss */ + .clearing-assembled .clearing-container .carousel > ul li a.th { + border: none; + -webkit-box-shadow: none; + box-shadow: none; + display: block; } + /* line 205, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_clearing.scss */ + .clearing-assembled .clearing-container .carousel > ul li img { + cursor: pointer !important; + width: 100% !important; } + /* line 210, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_clearing.scss */ + .clearing-assembled .clearing-container .carousel > ul li.visible { + opacity: 1; } + /* line 211, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_clearing.scss */ + .clearing-assembled .clearing-container .carousel > ul li:hover { + opacity: 0.8; } + /* line 216, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_clearing.scss */ + .clearing-assembled .clearing-container .visible-img { + background: #333333; + overflow: hidden; + height: 85%; } + + /* line 223, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_clearing.scss */ + .clearing-close { + position: absolute; + top: 10px; + right: 20px; + padding-left: 0; + padding-top: 0; } } +@media only screen and (max-width: 40em) { + /* line 135, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_dropdown.scss */ + .f-dropdown, ul#downloads > li .notes, ul#downloads > li table ul[id$="-download"], #download > div ul[id$="-download"] { + max-width: 100%; + left: 0; } } +/* Foundation Dropdowns */ +/* line 142, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_dropdown.scss */ +.f-dropdown, ul#downloads > li .notes, ul#downloads > li table ul[id$="-download"], #download > div ul[id$="-download"] { + position: absolute; + top: -9999px; + list-style: none; + margin-left: 0; + width: 100%; + max-height: none; + height: auto; + background: white; + border: solid 1px #cccccc; + font-size: 16px; + z-index: 99; + margin-top: 2px; + max-width: 200px; } + /* line 54, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_dropdown.scss */ + .f-dropdown > *:first-child, ul#downloads > li .notes > *:first-child, ul#downloads > li table ul[id$="-download"] > *:first-child, #download > div ul[id$="-download"] > *:first-child { + margin-top: 0; } + /* line 55, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_dropdown.scss */ + .f-dropdown > *:last-child, ul#downloads > li .notes > *:last-child, ul#downloads > li table ul[id$="-download"] > *:last-child, #download > div ul[id$="-download"] > *:last-child { + margin-bottom: 0; } + /* line 80, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_dropdown.scss */ + .f-dropdown:before, ul#downloads > li .notes:before, ul#downloads > li table ul[id$="-download"]:before, #download > div ul[id$="-download"]:before { + content: ""; + display: block; + width: 0; + height: 0; + border: inset 6px; + border-color: transparent transparent white transparent; + border-bottom-style: solid; + position: absolute; + top: -12px; + left: 10px; + z-index: 99; } + /* line 87, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_dropdown.scss */ + .f-dropdown:after, ul#downloads > li .notes:after, ul#downloads > li table ul[id$="-download"]:after, #download > div ul[id$="-download"]:after { + content: ""; + display: block; + width: 0; + height: 0; + border: inset 7px; + border-color: transparent transparent #cccccc transparent; + border-bottom-style: solid; + position: absolute; + top: -14px; + left: 9px; + z-index: 98; } + /* line 95, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_dropdown.scss */ + .f-dropdown.right:before, ul#downloads > li .right.notes:before, ul#downloads > li body[class$="about"] dl dd img.notes:before, body[class$="about"] dl dd ul#downloads > li img.notes:before, ul#downloads > li table ul.right[id$="-download"]:before, #download > div ul.right[id$="-download"]:before, body[class$="about"] dl dd img.f-dropdown:before { + left: auto; + right: 10px; } + /* line 99, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_dropdown.scss */ + .f-dropdown.right:after, ul#downloads > li .right.notes:after, ul#downloads > li body[class$="about"] dl dd img.notes:after, body[class$="about"] dl dd ul#downloads > li img.notes:after, ul#downloads > li table ul.right[id$="-download"]:after, #download > div ul.right[id$="-download"]:after, body[class$="about"] dl dd img.f-dropdown:after { + left: auto; + right: 9px; } + /* line 146, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_dropdown.scss */ + .f-dropdown li, ul#downloads > li .notes li, ul#downloads > li table ul[id$="-download"] li, #download > div ul[id$="-download"] li { + font-size: 0.875rem; + cursor: pointer; + line-height: 1.125rem; + margin: 0; } + /* line 122, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_dropdown.scss */ + .f-dropdown li:hover, ul#downloads > li .notes li:hover, ul#downloads > li table ul[id$="-download"] li:hover, #download > div ul[id$="-download"] li:hover, .f-dropdown li:focus, ul#downloads > li .notes li:focus, ul#downloads > li table ul[id$="-download"] li:focus, #download > div ul[id$="-download"] li:focus { + background: #eeeeee; } + /* line 124, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_dropdown.scss */ + .f-dropdown li a, ul#downloads > li .notes li a, ul#downloads > li table ul[id$="-download"] li a, #download > div ul[id$="-download"] li a { + display: block; + padding: 0.5rem; + color: #555555; } + /* line 149, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_dropdown.scss */ + .f-dropdown.content, ul#downloads > li .notes, ul#downloads > li table ul[id$="-download"], #download > div ul[id$="-download"] { + position: absolute; + top: -9999px; + list-style: none; + margin-left: 0; + padding: 1.25rem; + width: 100%; + height: auto; + max-height: none; + background: white; + border: solid 1px #cccccc; + font-size: 16px; + z-index: 99; + max-width: 200px; } + /* line 54, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_dropdown.scss */ + .f-dropdown.content > *:first-child, ul#downloads > li .notes > *:first-child, ul#downloads > li table ul[id$="-download"] > *:first-child, #download > div ul[id$="-download"] > *:first-child { + margin-top: 0; } + /* line 55, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_dropdown.scss */ + .f-dropdown.content > *:last-child, ul#downloads > li .notes > *:last-child, ul#downloads > li table ul[id$="-download"] > *:last-child, #download > div ul[id$="-download"] > *:last-child { + margin-bottom: 0; } + /* line 152, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_dropdown.scss */ + .f-dropdown.tiny, ul#downloads > li .tiny.notes, ul#downloads > li table ul.tiny[id$="-download"], #download > div ul.tiny[id$="-download"] { + max-width: 200px; } + /* line 153, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_dropdown.scss */ + .f-dropdown.small, ul#downloads > li .small.notes, ul#downloads > li .sendgrid-subscription-widget input.notes[type="submit"], .sendgrid-subscription-widget ul#downloads > li input.notes[type="submit"], ul#downloads > li table ul.small[id$="-download"], #download > div ul.small[id$="-download"], .sendgrid-subscription-widget input.f-dropdown[type="submit"] { + max-width: 300px; } + /* line 154, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_dropdown.scss */ + .f-dropdown.medium, ul#downloads > li .medium.notes, ul#downloads > li table ul.medium[id$="-download"], #download > div ul.medium[id$="-download"] { + max-width: 500px; } + /* line 155, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_dropdown.scss */ + .f-dropdown.large, ul#downloads > li .large.notes, ul#downloads > li table ul.large[id$="-download"], #download > div ul.large[id$="-download"] { + max-width: 800px; } + +/* line 118, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_dropdown-buttons.scss */ +.dropdown.button, .sendgrid-subscription-widget input.dropdown[type="submit"] { + position: relative; + padding-right: 3.5625rem; } + /* line 58, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_dropdown-buttons.scss */ + .dropdown.button:before, .sendgrid-subscription-widget input.dropdown[type="submit"]:before { + position: absolute; + content: ""; + width: 0; + height: 0; + display: block; + border-style: solid; + border-color: white transparent transparent transparent; + top: 50%; } + /* line 93, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_dropdown-buttons.scss */ + .dropdown.button:before, .sendgrid-subscription-widget input.dropdown[type="submit"]:before { + border-width: 0.375rem; + right: 1.40625rem; + margin-top: -0.15625rem; } + /* line 112, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_dropdown-buttons.scss */ + .dropdown.button:before, .sendgrid-subscription-widget input.dropdown[type="submit"]:before { + border-color: white transparent transparent transparent; } + /* line 119, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_dropdown-buttons.scss */ + .dropdown.button.tiny, .sendgrid-subscription-widget input.dropdown.tiny[type="submit"] { + padding-right: 2.625rem; } + /* line 73, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_dropdown-buttons.scss */ + .dropdown.button.tiny:before, .sendgrid-subscription-widget input.dropdown.tiny[type="submit"]:before { + border-width: 0.375rem; + right: 1.125rem; + margin-top: -0.125rem; } + /* line 112, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_dropdown-buttons.scss */ + .dropdown.button.tiny:before, .sendgrid-subscription-widget input.dropdown.tiny[type="submit"]:before { + border-color: white transparent transparent transparent; } + /* line 120, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_dropdown-buttons.scss */ + .dropdown.button.small, .sendgrid-subscription-widget input.dropdown[type="submit"] { + padding-right: 3.0625rem; } + /* line 83, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_dropdown-buttons.scss */ + .dropdown.button.small:before, .sendgrid-subscription-widget input.dropdown[type="submit"]:before { + border-width: 0.4375rem; + right: 1.3125rem; + margin-top: -0.15625rem; } + /* line 112, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_dropdown-buttons.scss */ + .dropdown.button.small:before, .sendgrid-subscription-widget input.dropdown[type="submit"]:before { + border-color: white transparent transparent transparent; } + /* line 121, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_dropdown-buttons.scss */ + .dropdown.button.large, .sendgrid-subscription-widget input.dropdown.large[type="submit"] { + padding-right: 3.625rem; } + /* line 103, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_dropdown-buttons.scss */ + .dropdown.button.large:before, .sendgrid-subscription-widget input.dropdown.large[type="submit"]:before { + border-width: 0.3125rem; + right: 1.71875rem; + margin-top: -0.15625rem; } + /* line 112, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_dropdown-buttons.scss */ + .dropdown.button.large:before, .sendgrid-subscription-widget input.dropdown.large[type="submit"]:before { + border-color: white transparent transparent transparent; } + /* line 122, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_dropdown-buttons.scss */ + .dropdown.button.secondary:before, .sendgrid-subscription-widget input.dropdown.secondary[type="submit"]:before { + border-color: #333333 transparent transparent transparent; } + +/* line 45, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_flex-video.scss */ +.flex-video { + position: relative; + padding-top: 1.5625rem; + padding-bottom: 67.5%; + height: 0; + margin-bottom: 1rem; + overflow: hidden; } + /* line 28, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_flex-video.scss */ + .flex-video.widescreen { + padding-bottom: 57.25%; } + /* line 29, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_flex-video.scss */ + .flex-video.vimeo { + padding-top: 0; } + /* line 34, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_flex-video.scss */ + .flex-video iframe, + .flex-video object, + .flex-video embed, + .flex-video video { + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; } + +/* Standard Forms */ +/* line 300, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_forms.scss */ +form { + margin: 0 0 1rem; } + +/* Using forms within rows, we need to set some defaults */ +/* line 75, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_forms.scss */ +form .row .row, form #stack-list .row, form #theme-list li .row, #theme-list form li .row, form ul#docs-list .row, form .row #stack-list, form #stack-list #stack-list, form #theme-list li #stack-list, #theme-list form li #stack-list, form ul#docs-list #stack-list, form .row #theme-list li, #theme-list form .row li, form #stack-list #theme-list li, #theme-list form #stack-list li, form #theme-list li li, #theme-list form li li, form ul#docs-list #theme-list li, #theme-list form ul#docs-list li, form .row ul#docs-list, form #stack-list ul#docs-list, form #theme-list li ul#docs-list, #theme-list form li ul#docs-list, form ul#docs-list ul#docs-list { + margin: 0 -0.5rem; } + /* line 78, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_forms.scss */ + form .row .row .column, form #stack-list .row .column, form #theme-list li .row .column, #theme-list form li .row .column, form ul#docs-list .row .column, form .row #stack-list .column, form #stack-list #stack-list .column, form #theme-list li #stack-list .column, #theme-list form li #stack-list .column, form ul#docs-list #stack-list .column, form .row #theme-list li .column, #theme-list form .row li .column, form #stack-list #theme-list li .column, #theme-list form #stack-list li .column, form #theme-list li li .column, #theme-list form li li .column, form ul#docs-list #theme-list li .column, #theme-list form ul#docs-list li .column, form .row ul#docs-list .column, form #stack-list ul#docs-list .column, form #theme-list li ul#docs-list .column, #theme-list form li ul#docs-list .column, form ul#docs-list ul#docs-list .column, + form .row .row .columns, + form #stack-list .row .columns, + form #theme-list li .row .columns, + #theme-list form li .row .columns, + form ul#docs-list .row .columns, + form .row #stack-list .columns, + form #stack-list #stack-list .columns, + form #theme-list li #stack-list .columns, + #theme-list form li #stack-list .columns, + form ul#docs-list #stack-list .columns, + form .row #theme-list li .columns, + #theme-list form .row li .columns, + form #stack-list #theme-list li .columns, + #theme-list form #stack-list li .columns, + form #theme-list li li .columns, + #theme-list form li li .columns, + form ul#docs-list #theme-list li .columns, + #theme-list form ul#docs-list li .columns, + form .row ul#docs-list .columns, + form #stack-list ul#docs-list .columns, + form #theme-list li ul#docs-list .columns, + #theme-list form li ul#docs-list .columns, + form ul#docs-list ul#docs-list .columns, + #stack-list form .row .row li, + form #stack-list .row li, + #stack-list form #theme-list li .row li, + #stack-list #theme-list form li .row li, + #stack-list form ul#docs-list .row li, + form .row #stack-list li, + form #stack-list #stack-list li, + form #theme-list li #stack-list li, + #theme-list form li #stack-list li, + form ul#docs-list #stack-list li, + #stack-list form .row #theme-list li li, + #stack-list #theme-list form .row li li, + form #stack-list #theme-list li li, + #theme-list form #stack-list li li, + #stack-list form #theme-list li li li, + #stack-list #theme-list form li li li, + #stack-list form ul#docs-list #theme-list li li, + #stack-list #theme-list form ul#docs-list li li, + #stack-list form .row ul#docs-list li, + form #stack-list ul#docs-list li, + #stack-list form #theme-list li ul#docs-list li, + #stack-list #theme-list form li ul#docs-list li, + #stack-list form ul#docs-list ul#docs-list li, + form .row #theme-list li > div, + #theme-list form .row li > div, + form #stack-list #theme-list li > div, + #theme-list form #stack-list li > div, + form #theme-list li li > div, + #theme-list form li li > div, + form ul#docs-list #theme-list li > div, + #theme-list form ul#docs-list li > div, + form .row ul#docs-list > li, + form #theme-list li ul#docs-list > li, + #theme-list form li ul#docs-list > li, + form ul#docs-list ul#docs-list > li { + padding: 0 0.5rem; } + /* line 81, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_forms.scss */ + form .row .row.collapse, form #stack-list .row.collapse, form #theme-list li .row.collapse, #theme-list form li .row.collapse, form ul#docs-list .row.collapse, form .row .collapse#stack-list, form #stack-list .collapse#stack-list, form #theme-list li .collapse#stack-list, #theme-list form li .collapse#stack-list, form ul#docs-list .collapse#stack-list, form .row #theme-list li.collapse, #theme-list form .row li.collapse, form #stack-list #theme-list li.collapse, #theme-list form #stack-list li.collapse, form #theme-list li li.collapse, #theme-list form li li.collapse, form ul#docs-list #theme-list li.collapse, #theme-list form ul#docs-list li.collapse, form .row ul.collapse#docs-list, form #stack-list ul.collapse#docs-list, form #theme-list li ul.collapse#docs-list, #theme-list form li ul.collapse#docs-list, form ul#docs-list ul.collapse#docs-list { + margin: 0; } + /* line 84, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_forms.scss */ + form .row .row.collapse .column, form #stack-list .row.collapse .column, form #theme-list li .row.collapse .column, #theme-list form li .row.collapse .column, form ul#docs-list .row.collapse .column, form .row .collapse#stack-list .column, form #stack-list .collapse#stack-list .column, form #theme-list li .collapse#stack-list .column, #theme-list form li .collapse#stack-list .column, form ul#docs-list .collapse#stack-list .column, form .row #theme-list li.collapse .column, #theme-list form .row li.collapse .column, form #stack-list #theme-list li.collapse .column, #theme-list form #stack-list li.collapse .column, form #theme-list li li.collapse .column, #theme-list form li li.collapse .column, form ul#docs-list #theme-list li.collapse .column, #theme-list form ul#docs-list li.collapse .column, form .row ul.collapse#docs-list .column, form #stack-list ul.collapse#docs-list .column, form #theme-list li ul.collapse#docs-list .column, #theme-list form li ul.collapse#docs-list .column, form ul#docs-list ul.collapse#docs-list .column, + form .row .row.collapse .columns, + form #stack-list .row.collapse .columns, + form #theme-list li .row.collapse .columns, + #theme-list form li .row.collapse .columns, + form ul#docs-list .row.collapse .columns, + form .row .collapse#stack-list .columns, + form #stack-list .collapse#stack-list .columns, + form #theme-list li .collapse#stack-list .columns, + #theme-list form li .collapse#stack-list .columns, + form ul#docs-list .collapse#stack-list .columns, + form .row #theme-list li.collapse .columns, + #theme-list form .row li.collapse .columns, + form #stack-list #theme-list li.collapse .columns, + #theme-list form #stack-list li.collapse .columns, + form #theme-list li li.collapse .columns, + #theme-list form li li.collapse .columns, + form ul#docs-list #theme-list li.collapse .columns, + #theme-list form ul#docs-list li.collapse .columns, + form .row ul.collapse#docs-list .columns, + form #stack-list ul.collapse#docs-list .columns, + form #theme-list li ul.collapse#docs-list .columns, + #theme-list form li ul.collapse#docs-list .columns, + form ul#docs-list ul.collapse#docs-list .columns, + form .row .row.collapse #stack-list li, + #stack-list form .row .row.collapse li, + form #stack-list .row.collapse li, + form #theme-list li .row.collapse #stack-list li, + #stack-list form #theme-list li .row.collapse li, + #theme-list form li .row.collapse #stack-list li, + #stack-list #theme-list form li .row.collapse li, + form ul#docs-list .row.collapse #stack-list li, + #stack-list form ul#docs-list .row.collapse li, + form .row .collapse#stack-list li, + form .collapse#stack-list .collapse#stack-list li, + form #theme-list li .collapse#stack-list li, + #theme-list form li .collapse#stack-list li, + form ul#docs-list .collapse#stack-list li, + form .row #theme-list li.collapse #stack-list li, + #stack-list form .row #theme-list li.collapse li, + #theme-list form .row li.collapse #stack-list li, + #stack-list #theme-list form .row li.collapse li, + form #stack-list #theme-list li.collapse li, + #theme-list form #stack-list li.collapse li, + form #theme-list li li.collapse #stack-list li, + #stack-list form #theme-list li li.collapse li, + #theme-list form li li.collapse #stack-list li, + #stack-list #theme-list form li li.collapse li, + form ul#docs-list #theme-list li.collapse #stack-list li, + #stack-list form ul#docs-list #theme-list li.collapse li, + #theme-list form ul#docs-list li.collapse #stack-list li, + #stack-list #theme-list form ul#docs-list li.collapse li, + form .row ul.collapse#docs-list #stack-list li, + #stack-list form .row ul.collapse#docs-list li, + form #stack-list ul.collapse#docs-list li, + form #theme-list li ul.collapse#docs-list #stack-list li, + #stack-list form #theme-list li ul.collapse#docs-list li, + #theme-list form li ul.collapse#docs-list #stack-list li, + #stack-list #theme-list form li ul.collapse#docs-list li, + form ul#docs-list ul.collapse#docs-list #stack-list li, + #stack-list form ul#docs-list ul.collapse#docs-list li, + form .row .row.collapse #theme-list li > div, + #theme-list form .row .row.collapse li > div, + form #stack-list .row.collapse #theme-list li > div, + #theme-list form #stack-list .row.collapse li > div, + form #theme-list li .row.collapse li > div, + #theme-list form li .row.collapse li > div, + form ul#docs-list .row.collapse #theme-list li > div, + #theme-list form ul#docs-list .row.collapse li > div, + form .row .collapse#stack-list #theme-list li > div, + #theme-list form .row .collapse#stack-list li > div, + form #stack-list .collapse#stack-list #theme-list li > div, + #theme-list form #stack-list .collapse#stack-list li > div, + form #theme-list li .collapse#stack-list li > div, + #theme-list form li .collapse#stack-list li > div, + form ul#docs-list .collapse#stack-list #theme-list li > div, + #theme-list form ul#docs-list .collapse#stack-list li > div, + form .row #theme-list li.collapse li > div, + #theme-list form .row li.collapse li > div, + form #stack-list #theme-list li.collapse li > div, + #theme-list form #stack-list li.collapse li > div, + form #theme-list li li.collapse li > div, + #theme-list form li li.collapse li > div, + form ul#docs-list #theme-list li.collapse li > div, + #theme-list form ul#docs-list li.collapse li > div, + form .row ul.collapse#docs-list #theme-list li > div, + #theme-list form .row ul.collapse#docs-list li > div, + form #stack-list ul.collapse#docs-list #theme-list li > div, + #theme-list form #stack-list ul.collapse#docs-list li > div, + form #theme-list li ul.collapse#docs-list li > div, + #theme-list form li ul.collapse#docs-list li > div, + form ul#docs-list ul.collapse#docs-list #theme-list li > div, + #theme-list form ul#docs-list ul.collapse#docs-list li > div, + form .row .row.collapse ul#docs-list > li, + form #theme-list li .row.collapse ul#docs-list > li, + #theme-list form li .row.collapse ul#docs-list > li, + form ul#docs-list .row.collapse ul#docs-list > li, + form #stack-list .collapse#stack-list ul#docs-list > li, + form .row #theme-list li.collapse ul#docs-list > li, + #theme-list form .row li.collapse ul#docs-list > li, + form #theme-list li li.collapse ul#docs-list > li, + #theme-list form li li.collapse ul#docs-list > li, + form ul#docs-list #theme-list li.collapse ul#docs-list > li, + #theme-list form ul#docs-list li.collapse ul#docs-list > li, + form .row ul.collapse#docs-list ul#docs-list > li, + form #theme-list li ul.collapse#docs-list ul#docs-list > li, + #theme-list form li ul.collapse#docs-list ul#docs-list > li, + form ul#docs-list ul.collapse#docs-list ul#docs-list > li { + padding: 0; } + /* line 85, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_forms.scss */ + form .row .row.collapse input, form #stack-list .row.collapse input, form #theme-list li .row.collapse input, #theme-list form li .row.collapse input, form ul#docs-list .row.collapse input, form .row .collapse#stack-list input, form #stack-list .collapse#stack-list input, form #theme-list li .collapse#stack-list input, #theme-list form li .collapse#stack-list input, form ul#docs-list .collapse#stack-list input, form .row #theme-list li.collapse input, #theme-list form .row li.collapse input, form #stack-list #theme-list li.collapse input, #theme-list form #stack-list li.collapse input, form #theme-list li li.collapse input, #theme-list form li li.collapse input, form ul#docs-list #theme-list li.collapse input, #theme-list form ul#docs-list li.collapse input, form .row ul.collapse#docs-list input, form #stack-list ul.collapse#docs-list input, form #theme-list li ul.collapse#docs-list input, #theme-list form li ul.collapse#docs-list input, form ul#docs-list ul.collapse#docs-list input { + -moz-border-radius-bottomright: 0; + -moz-border-radius-topright: 0; + -webkit-border-bottom-right-radius: 0; + -webkit-border-top-right-radius: 0; } +/* line 97, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_forms.scss */ +form .row input.column, form #stack-list input.column, form #theme-list li input.column, #theme-list form li input.column, form ul#docs-list input.column, +form .row input.columns, +form #stack-list input.columns, +form #theme-list li input.columns, +#theme-list form li input.columns, +form ul#docs-list input.columns, +form .row textarea.column, +form #stack-list textarea.column, +form #theme-list li textarea.column, +#theme-list form li textarea.column, +form ul#docs-list textarea.column, +form .row textarea.columns, +form #stack-list textarea.columns, +form #theme-list li textarea.columns, +#theme-list form li textarea.columns, +form ul#docs-list textarea.columns { + padding-left: 0.5rem; } + +/* Label Styles */ +/* line 306, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_forms.scss */ +label { + font-size: 0.875rem; + color: #4d4d4d; + cursor: pointer; + display: block; + font-weight: normal; + margin-bottom: 0.5rem; + /* Styles for required inputs */ } + /* line 307, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_forms.scss */ + label.right { + float: none; + text-align: right; } + /* line 308, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_forms.scss */ + label.inline { + margin: 0 0 1rem 0; + padding: 0.625rem 0; } + /* line 310, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_forms.scss */ + label small { + text-transform: capitalize; + color: #666666; } + +/* line 316, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_forms.scss */ +select { + -webkit-appearance: none !important; + background: #fafafa url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iM3B4IiB2aWV3Qm94PSIwIDAgNiAzIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA2IDMiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwb2x5Z29uIHBvaW50cz0iNS45OTIsMCAyLjk5MiwzIC0wLjAwOCwwICIvPjwvc3ZnPg==") no-repeat; + background-position-x: 97%; + background-position-y: center; + border: 1px solid #cccccc; + padding: 0.5rem; + font-size: 0.875rem; + -webkit-border-radius: 0; + border-radius: 0; } + /* line 327, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_forms.scss */ + select.radius { + -webkit-border-radius: 3px; + border-radius: 3px; } + /* line 328, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_forms.scss */ + select:hover { + background: #f2f2f2 url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iM3B4IiB2aWV3Qm94PSIwIDAgNiAzIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA2IDMiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwb2x5Z29uIHBvaW50cz0iNS45OTIsMCAyLjk5MiwzIC0wLjAwOCwwICIvPjwvc3ZnPg==") no-repeat; + background-position-x: 97%; + background-position-y: center; + border-color: #999999; } + +@-moz-document url-prefix() { + /* line 338, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_forms.scss */ + select { + background: #fafafa; } + + /* line 339, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_forms.scss */ + select:hover { + background: #f2f2f2; } } + +/* Attach elements to the beginning or end of an input */ +/* line 343, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_forms.scss */ +.prefix, +.postfix { + display: block; + position: relative; + z-index: 2; + text-align: center; + width: 100%; + padding-top: 0; + padding-bottom: 0; + border-style: solid; + border-width: 1px; + overflow: hidden; + font-size: 0.875rem; + height: 2.3125rem; + line-height: 2.3125rem; } + +/* Adjust padding, alignment and radius if pre/post element is a button */ +/* line 346, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_forms.scss */ +.postfix.button, .sendgrid-subscription-widget input.postfix[type="submit"] { + padding-left: 0; + padding-right: 0; + padding-top: 0; + padding-bottom: 0; + text-align: center; + line-height: 2.125rem; + border: none; } + +/* line 347, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_forms.scss */ +.prefix.button, .sendgrid-subscription-widget input.prefix[type="submit"] { + padding-left: 0; + padding-right: 0; + padding-top: 0; + padding-bottom: 0; + text-align: center; + line-height: 2.125rem; + border: none; } + +/* line 349, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_forms.scss */ +.prefix.button.radius, .sendgrid-subscription-widget input.prefix.radius[type="submit"] { + -webkit-border-radius: 0; + border-radius: 0; + -moz-border-radius-bottomleft: 3px; + -moz-border-radius-topleft: 3px; + -webkit-border-bottom-left-radius: 3px; + -webkit-border-top-left-radius: 3px; + border-bottom-left-radius: 3px; + border-top-left-radius: 3px; } + +/* line 350, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_forms.scss */ +.postfix.button.radius, .sendgrid-subscription-widget input.postfix.radius[type="submit"] { + -webkit-border-radius: 0; + border-radius: 0; + -moz-border-radius-topright: 3px; + -moz-border-radius-bottomright: 3px; + -webkit-border-top-right-radius: 3px; + -webkit-border-bottom-right-radius: 3px; + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; } + +/* line 351, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_forms.scss */ +.prefix.button.round, .sendgrid-subscription-widget input.prefix.round[type="submit"] { + -webkit-border-radius: 0; + border-radius: 0; + -moz-border-radius-bottomleft: 1000px; + -moz-border-radius-topleft: 1000px; + -webkit-border-bottom-left-radius: 1000px; + -webkit-border-top-left-radius: 1000px; + border-bottom-left-radius: 1000px; + border-top-left-radius: 1000px; } + +/* line 352, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_forms.scss */ +.postfix.button.round, .sendgrid-subscription-widget input.postfix.round[type="submit"] { + -webkit-border-radius: 0; + border-radius: 0; + -moz-border-radius-topright: 1000px; + -moz-border-radius-bottomright: 1000px; + -webkit-border-top-right-radius: 1000px; + -webkit-border-bottom-right-radius: 1000px; + border-top-right-radius: 1000px; + border-bottom-right-radius: 1000px; } + +/* Separate prefix and postfix styles when on span or label so buttons keep their own */ +/* line 355, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_forms.scss */ +span.prefix, label.prefix { + background: #f2f2f2; + border-color: #d9d9d9; + border-right: none; + color: #333333; } + /* line 356, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_forms.scss */ + span.prefix.radius, label.prefix.radius { + -webkit-border-radius: 0; + border-radius: 0; + -moz-border-radius-bottomleft: 3px; + -moz-border-radius-topleft: 3px; + -webkit-border-bottom-left-radius: 3px; + -webkit-border-top-left-radius: 3px; + border-bottom-left-radius: 3px; + border-top-left-radius: 3px; } + +/* line 358, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_forms.scss */ +span.postfix, label.postfix { + background: #f2f2f2; + border-color: #cccccc; + border-left: none; + color: #333333; } + /* line 359, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_forms.scss */ + span.postfix.radius, label.postfix.radius { + -webkit-border-radius: 0; + border-radius: 0; + -moz-border-radius-topright: 3px; + -moz-border-radius-bottomright: 3px; + -webkit-border-top-right-radius: 3px; + -webkit-border-bottom-right-radius: 3px; + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; } + +/* Input groups will automatically style first and last elements of the group */ +/* line 365, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_forms.scss */ +.input-group.radius > *:first-child, .input-group.radius > *:first-child * { + -moz-border-radius-bottomleft: 3px; + -moz-border-radius-topleft: 3px; + -webkit-border-bottom-left-radius: 3px; + -webkit-border-top-left-radius: 3px; + border-bottom-left-radius: 3px; + border-top-left-radius: 3px; } +/* line 368, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_forms.scss */ +.input-group.radius > *:last-child, .input-group.radius > *:last-child * { + -moz-border-radius-topright: 3px; + -moz-border-radius-bottomright: 3px; + -webkit-border-top-right-radius: 3px; + -webkit-border-bottom-right-radius: 3px; + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; } +/* line 373, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_forms.scss */ +.input-group.round > *:first-child, .input-group.round > *:first-child * { + -moz-border-radius-bottomleft: 1000px; + -moz-border-radius-topleft: 1000px; + -webkit-border-bottom-left-radius: 1000px; + -webkit-border-top-left-radius: 1000px; + border-bottom-left-radius: 1000px; + border-top-left-radius: 1000px; } +/* line 376, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_forms.scss */ +.input-group.round > *:last-child, .input-group.round > *:last-child * { + -moz-border-radius-topright: 1000px; + -moz-border-radius-bottomright: 1000px; + -webkit-border-top-right-radius: 1000px; + -webkit-border-bottom-right-radius: 1000px; + border-top-right-radius: 1000px; + border-bottom-right-radius: 1000px; } + +/* We use this to get basic styling on all basic form elements */ +/* line 396, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_forms.scss */ +input[type="text"], +input[type="password"], +input[type="date"], +input[type="datetime"], +input[type="datetime-local"], +input[type="month"], +input[type="week"], +input[type="email"], +input[type="number"], +input[type="search"], +input[type="tel"], +input[type="time"], +input[type="url"], +textarea { + -webkit-appearance: none; + -webkit-border-radius: 0; + border-radius: 0; + background-color: white; + font-family: inherit; + border: 1px solid #cccccc; + -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); + box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); + color: rgba(0, 0, 0, 0.75); + display: block; + font-size: 0.875rem; + margin: 0 0 1rem 0; + padding: 0.5rem; + height: 2.3125rem; + width: 100%; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + -webkit-transition: -webkit-box-shadow 0.45s, border-color 0.45s ease-in-out; + -moz-transition: -moz-box-shadow 0.45s, border-color 0.45s ease-in-out; + transition: box-shadow 0.45s, border-color 0.45s ease-in-out; } + /* line 182, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_global.scss */ + input[type="text"]:focus, + input[type="password"]:focus, + input[type="date"]:focus, + input[type="datetime"]:focus, + input[type="datetime-local"]:focus, + input[type="month"]:focus, + input[type="week"]:focus, + input[type="email"]:focus, + input[type="number"]:focus, + input[type="search"]:focus, + input[type="tel"]:focus, + input[type="time"]:focus, + input[type="url"]:focus, + textarea:focus { + -webkit-box-shadow: 0 0 5px #999999; + -moz-box-shadow: 0 0 5px #999999; + box-shadow: 0 0 5px #999999; + border-color: #999999; } + /* line 123, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_forms.scss */ + input[type="text"]:focus, + input[type="password"]:focus, + input[type="date"]:focus, + input[type="datetime"]:focus, + input[type="datetime-local"]:focus, + input[type="month"]:focus, + input[type="week"]:focus, + input[type="email"]:focus, + input[type="number"]:focus, + input[type="search"]:focus, + input[type="tel"]:focus, + input[type="time"]:focus, + input[type="url"]:focus, + textarea:focus { + background: #fafafa; + border-color: #999999; + outline: none; } + /* line 130, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_forms.scss */ + input[type="text"][disabled], + input[type="password"][disabled], + input[type="date"][disabled], + input[type="datetime"][disabled], + input[type="datetime-local"][disabled], + input[type="month"][disabled], + input[type="week"][disabled], + input[type="email"][disabled], + input[type="number"][disabled], + input[type="search"][disabled], + input[type="tel"][disabled], + input[type="time"][disabled], + input[type="url"][disabled], + textarea[disabled] { + background-color: #dddddd; } + +/* Adjust margin for form elements below */ +/* line 410, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_forms.scss */ +input[type="file"], +input[type="checkbox"], +input[type="radio"], +select { + margin: 0 0 1rem 0; } + +/* line 415, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_forms.scss */ +input[type="checkbox"] + label, +input[type="radio"] + label { + display: inline-block; + margin-left: 0.5rem; + margin-right: 1rem; + margin-bottom: 0; + vertical-align: baseline; } + +/* Normalize file input width */ +/* line 424, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_forms.scss */ +input[type="file"] { + width: 100%; } + +/* We add basic fieldset styling */ +/* line 429, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_forms.scss */ +fieldset { + border: solid 1px #dddddd; + padding: 1.25rem; + margin: 1.125rem 0; } + /* line 247, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_forms.scss */ + fieldset legend { + font-weight: bold; + background: white; + padding: 0 0.1875rem; + margin: 0; + margin-left: -0.1875rem; } + +/* Error Handling */ +/* line 436, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_forms.scss */ +[data-abide] .error small.error, [data-abide] span.error, [data-abide] small.error { + display: block; + padding: 0.375rem 0.5625rem 0.5625rem; + margin-top: -1px; + margin-bottom: 1rem; + font-size: 0.75rem; + font-weight: normal; + font-style: italic; + background: #f04124; + color: white; } +/* line 439, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_forms.scss */ +[data-abide] span.error, [data-abide] small.error { + display: none; } + +/* line 441, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_forms.scss */ +span.error, small.error { + display: block; + padding: 0.375rem 0.5625rem 0.5625rem; + margin-top: -1px; + margin-bottom: 1rem; + font-size: 0.75rem; + font-weight: normal; + font-style: italic; + background: #f04124; + color: white; } + +/* line 447, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_forms.scss */ +.error input, +.error textarea, +.error select { + margin-bottom: 0; } +/* line 452, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_forms.scss */ +.error label, +.error label.error { + color: #f04124; } +/* line 457, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_forms.scss */ +.error > small, +.error small.error { + display: block; + padding: 0.375rem 0.5625rem 0.5625rem; + margin-top: -1px; + margin-bottom: 1rem; + font-size: 0.75rem; + font-weight: normal; + font-style: italic; + background: #f04124; + color: white; } +/* line 461, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_forms.scss */ +.error span.error-message { + display: block; } + +/* line 467, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_forms.scss */ +input.error, +textarea.error { + margin-bottom: 0; } + +/* line 470, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_forms.scss */ +label.error { + color: #f04124; } + +/* line 48, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_inline-lists.scss */ +.inline-list { + margin: 0 auto 1.0625rem auto; + margin-left: -1.375rem; + margin-right: 0; + padding: 0; + list-style: none; + overflow: hidden; } + /* line 37, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_inline-lists.scss */ + .inline-list > li { + list-style: none; + float: left; + margin-left: 1.375rem; + display: block; } + /* line 42, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_inline-lists.scss */ + .inline-list > li > * { + display: block; } + +/* Foundation Joyride */ +/* line 44, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_joyride.scss */ +.joyride-list { + display: none; } + +/* Default styles for the container */ +/* line 47, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_joyride.scss */ +.joyride-tip-guide { + display: none; + position: absolute; + background: #333333; + color: white; + z-index: 101; + top: 0; + left: 2.5%; + font-family: inherit; + font-weight: normal; + width: 95%; } + +/* line 60, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_joyride.scss */ +.lt-ie9 .joyride-tip-guide { + max-width: 800px; + left: 50%; + margin-left: -400px; } + +/* line 66, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_joyride.scss */ +.joyride-content-wrapper { + width: 100%; + padding: 1.125rem 1.25rem 1.5rem; } + /* line 71, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_joyride.scss */ + .joyride-content-wrapper .button, .joyride-content-wrapper .sendgrid-subscription-widget input[type="submit"], .sendgrid-subscription-widget .joyride-content-wrapper input[type="submit"] { + margin-bottom: 0 !important; } + +/* Add a little css triangle pip, older browser just miss out on the fanciness of it */ +/* line 76, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_joyride.scss */ +.joyride-tip-guide .joyride-nub { + display: block; + position: absolute; + left: 22px; + width: 0; + height: 0; + border: 10px solid #333333; } + /* line 84, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_joyride.scss */ + .joyride-tip-guide .joyride-nub.top { + border-top-style: solid; + border-color: #333333; + border-top-color: transparent !important; + border-left-color: transparent !important; + border-right-color: transparent !important; + top: -20px; } + /* line 92, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_joyride.scss */ + .joyride-tip-guide .joyride-nub.bottom { + border-bottom-style: solid; + border-color: #333333 !important; + border-bottom-color: transparent !important; + border-left-color: transparent !important; + border-right-color: transparent !important; + bottom: -20px; } + /* line 101, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_joyride.scss */ + .joyride-tip-guide .joyride-nub.right, .joyride-tip-guide body[class$="about"] dl dd img.joyride-nub, body[class$="about"] dl dd .joyride-tip-guide img.joyride-nub { + right: -20px; } + /* line 102, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_joyride.scss */ + .joyride-tip-guide .joyride-nub.left { + left: -20px; } + +/* Typography */ +/* line 112, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_joyride.scss */ +.joyride-tip-guide h1, +.joyride-tip-guide h2, +.joyride-tip-guide h3, +.joyride-tip-guide h4, +.joyride-tip-guide h5, +.joyride-tip-guide h6 { + line-height: 1.25; + margin: 0; + font-weight: bold; + color: white; } + +/* line 118, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_joyride.scss */ +.joyride-tip-guide p { + margin: 0 0 1.125rem 0; + font-size: 0.875rem; + line-height: 1.3; } + +/* line 124, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_joyride.scss */ +.joyride-timer-indicator-wrap { + width: 50px; + height: 3px; + border: solid 1px #555555; + position: absolute; + right: 1.0625rem; + bottom: 1rem; } + +/* line 132, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_joyride.scss */ +.joyride-timer-indicator { + display: block; + width: 0; + height: inherit; + background: #666666; } + +/* line 139, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_joyride.scss */ +.joyride-close-tip { + position: absolute; + right: 12px; + top: 10px; + color: #777777 !important; + text-decoration: none; + font-size: 24px; + font-weight: normal; + line-height: .5 !important; } + /* line 150, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_joyride.scss */ + .joyride-close-tip:hover, .joyride-close-tip:focus { + color: #eee !important; } + +/* line 153, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_joyride.scss */ +.joyride-modal-bg { + position: fixed; + height: 100%; + width: 100%; + background: transparent; + background: rgba(0, 0, 0, 0.5); + z-index: 100; + display: none; + top: 0; + left: 0; + cursor: pointer; } + +/* line 166, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_joyride.scss */ +.joyride-expose-wrapper { + background-color: #ffffff; + position: absolute; + border-radius: 3px; + z-index: 102; + -moz-box-shadow: 0 0 30px #ffffff; + -webkit-box-shadow: 0 0 15px #ffffff; + box-shadow: 0 0 15px #ffffff; } + +/* line 178, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_joyride.scss */ +.joyride-expose-cover { + background: transparent; + border-radius: 3px; + position: absolute; + z-index: 9999; + top: 0; + left: 0; } + +/* Styles for screens that are atleast 768px; */ +@media only screen and (min-width: 40.063em) { + /* line 190, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_joyride.scss */ + .joyride-tip-guide { + width: 300px; + left: inherit; } + /* line 192, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_joyride.scss */ + .joyride-tip-guide .joyride-nub.bottom { + border-color: #333333 !important; + border-bottom-color: transparent !important; + border-left-color: transparent !important; + border-right-color: transparent !important; + bottom: -20px; } + /* line 199, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_joyride.scss */ + .joyride-tip-guide .joyride-nub.right, .joyride-tip-guide body[class$="about"] dl dd img.joyride-nub, body[class$="about"] dl dd .joyride-tip-guide img.joyride-nub { + border-color: #333333 !important; + border-top-color: transparent !important; + border-right-color: transparent !important; + border-bottom-color: transparent !important; + top: 22px; + left: auto; + right: -20px; } + /* line 207, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_joyride.scss */ + .joyride-tip-guide .joyride-nub.left { + border-color: #333333 !important; + border-top-color: transparent !important; + border-left-color: transparent !important; + border-bottom-color: transparent !important; + top: 22px; + left: -20px; + right: auto; } } +/* line 52, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_keystrokes.scss */ +.keystroke, +kbd { + background-color: #ededed; + border-color: #dbdbdb; + color: #222222; + border-style: solid; + border-width: 1px; + margin: 0; + font-family: "Consolas", "Menlo", "Courier", monospace; + font-size: 0.875rem; + padding: 0.125rem 0.25rem 0; + -webkit-border-radius: 3px; + border-radius: 3px; } + +/* line 87, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_labels.scss */ +.label { + font-weight: normal; + font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; + text-align: center; + text-decoration: none; + line-height: 1; + white-space: nowrap; + display: inline-block; + position: relative; + margin-bottom: inherit; + padding: 0.25rem 0.5rem 0.375rem; + font-size: 0.6875rem; + background-color: #008cba; + color: white; } + /* line 92, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_labels.scss */ + .label.radius { + -webkit-border-radius: 3px; + border-radius: 3px; } + /* line 93, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_labels.scss */ + .label.round { + -webkit-border-radius: 1000px; + border-radius: 1000px; } + /* line 95, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_labels.scss */ + .label.alert { + background-color: #f04124; + color: white; } + /* line 96, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_labels.scss */ + .label.success { + background-color: #5e8949; + color: white; } + /* line 97, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_labels.scss */ + .label.secondary { + background-color: #e7e7e7; + color: #333333; } + +/* line 14, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_magellan.scss */ +[data-magellan-expedition] { + background: white; + z-index: 50; + min-width: 100%; + padding: 10px; } + /* line 20, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_magellan.scss */ + [data-magellan-expedition] .sub-nav { + margin-bottom: 0; } + /* line 22, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_magellan.scss */ + [data-magellan-expedition] .sub-nav dd { + margin-bottom: 0; } + /* line 23, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_magellan.scss */ + [data-magellan-expedition] .sub-nav .active { + line-height: 1.8em; } + +@-webkit-keyframes rotate { + /* line 45, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_orbit.scss */ + from { + -webkit-transform: rotate(0deg); } + + /* line 46, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_orbit.scss */ + to { + -webkit-transform: rotate(360deg); } } + +@-moz-keyframes rotate { + /* line 49, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_orbit.scss */ + from { + -moz-transform: rotate(0deg); } + + /* line 50, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_orbit.scss */ + to { + -moz-transform: rotate(360deg); } } + +@-o-keyframes rotate { + /* line 53, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_orbit.scss */ + from { + -o-transform: rotate(0deg); } + + /* line 54, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_orbit.scss */ + to { + -o-transform: rotate(360deg); } } + +@keyframes rotate { + /* line 58, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_orbit.scss */ + from { + transform: rotate(0deg); } + + /* line 59, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_orbit.scss */ + to { + transform: rotate(360deg); } } + +/* Orbit Graceful Loading */ +/* line 63, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_orbit.scss */ +.slideshow-wrapper { + position: relative; } + /* line 66, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_orbit.scss */ + .slideshow-wrapper ul { + list-style-type: none; + margin: 0; } + /* line 73, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_orbit.scss */ + .slideshow-wrapper ul li, + .slideshow-wrapper ul li .orbit-caption { + display: none; } + /* line 76, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_orbit.scss */ + .slideshow-wrapper ul li:first-child { + display: block; } + /* line 79, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_orbit.scss */ + .slideshow-wrapper .orbit-container { + background-color: transparent; } + /* line 82, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_orbit.scss */ + .slideshow-wrapper .orbit-container li { + display: block; } + /* line 84, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_orbit.scss */ + .slideshow-wrapper .orbit-container li .orbit-caption { + display: block; } + +/* line 90, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_orbit.scss */ +.preloader { + display: block; + width: 40px; + height: 40px; + position: absolute; + top: 50%; + left: 50%; + margin-top: -20px; + margin-left: -20px; + border: solid 3px; + border-color: #555 #fff; + -webkit-border-radius: 1000px; + border-radius: 1000px; + -webkit-animation-name: rotate; + -webkit-animation-duration: 1.5s; + -webkit-animation-iteration-count: infinite; + -webkit-animation-timing-function: linear; + -moz-animation-name: rotate; + -moz-animation-duration: 1.5s; + -moz-animation-iteration-count: infinite; + -moz-animation-timing-function: linear; + -o-animation-name: rotate; + -o-animation-duration: 1.5s; + -o-animation-iteration-count: infinite; + -o-animation-timing-function: linear; + animation-name: rotate; + animation-duration: 1.5s; + animation-iteration-count: infinite; + animation-timing-function: linear; } + +/* line 122, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_orbit.scss */ +.orbit-container { + overflow: hidden; + width: 100%; + position: relative; + background: none; } + /* line 128, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_orbit.scss */ + .orbit-container .orbit-slides-container { + list-style: none; + margin: 0; + padding: 0; + position: relative; } + /* line 134, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_orbit.scss */ + .orbit-container .orbit-slides-container img { + display: block; + max-width: 100%; } + /* line 136, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_orbit.scss */ + .orbit-container .orbit-slides-container > * { + position: absolute; + top: 0; + width: 100%; + margin-left: 100%; } + /* line 147, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_orbit.scss */ + .orbit-container .orbit-slides-container > *:first-child { + margin-left: 0%; } + /* line 156, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_orbit.scss */ + .orbit-container .orbit-slides-container > * .orbit-caption { + position: absolute; + bottom: 0; + background-color: rgba(51, 51, 51, 0.8); + color: white; + width: 100%; + padding: 10px 14px; + font-size: 0.875rem; } + /* line 173, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_orbit.scss */ + .orbit-container .orbit-slide-number { + position: absolute; + top: 10px; + left: 10px; + font-size: 12px; + color: white; + background: rgba(0, 0, 0, 0); + z-index: 10; } + /* line 178, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_orbit.scss */ + .orbit-container .orbit-slide-number span { + font-weight: 700; + padding: 0.3125rem; } + /* line 184, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_orbit.scss */ + .orbit-container .orbit-timer { + position: absolute; + top: 12px; + right: 10px; + height: 6px; + width: 100px; + z-index: 10; } + /* line 191, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_orbit.scss */ + .orbit-container .orbit-timer .orbit-progress { + height: 3px; + background-color: rgba(255, 255, 255, 0.3); + display: block; + width: 0%; + position: relative; + right: 20px; + top: 5px; } + /* line 204, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_orbit.scss */ + .orbit-container .orbit-timer > span { + display: none; + position: absolute; + top: 0px; + right: 0; + width: 11px; + height: 14px; + border: solid 4px #fff; + border-top: none; + border-bottom: none; } + /* line 218, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_orbit.scss */ + .orbit-container .orbit-timer.paused > span { + right: -4px; + top: 0px; + width: 11px; + height: 14px; + border: inset 8px; + border-right-style: solid; + border-color: transparent transparent transparent #fff; } + /* line 226, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_orbit.scss */ + .orbit-container .orbit-timer.paused > span.dark { + border-color: transparent transparent transparent #333; } + /* line 235, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_orbit.scss */ + .orbit-container:hover .orbit-timer > span { + display: block; } + /* line 239, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_orbit.scss */ + .orbit-container .orbit-prev, + .orbit-container .orbit-next { + position: absolute; + top: 45%; + margin-top: -25px; + width: 36px; + height: 60px; + line-height: 50px; + color: white; + text-indent: -9999px !important; + z-index: 10; } + /* line 250, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_orbit.scss */ + .orbit-container .orbit-prev:hover, + .orbit-container .orbit-next:hover { + background-color: rgba(0, 0, 0, 0.3); } + /* line 254, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_orbit.scss */ + .orbit-container .orbit-prev > span, + .orbit-container .orbit-next > span { + position: absolute; + top: 50%; + margin-top: -10px; + display: block; + width: 0; + height: 0; + border: inset 10px; } + /* line 264, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_orbit.scss */ + .orbit-container .orbit-prev { + left: 0; } + /* line 265, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_orbit.scss */ + .orbit-container .orbit-prev > span { + border-right-style: solid; + border-color: transparent; + border-right-color: white; } + /* line 270, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_orbit.scss */ + .orbit-container .orbit-prev:hover > span { + border-right-color: white; } + /* line 274, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_orbit.scss */ + .orbit-container .orbit-next { + right: 0; } + /* line 275, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_orbit.scss */ + .orbit-container .orbit-next > span { + border-color: transparent; + border-left-style: solid; + border-left-color: white; + left: 50%; + margin-left: -4px; } + /* line 282, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_orbit.scss */ + .orbit-container .orbit-next:hover > span { + border-left-color: white; } + +/* line 288, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_orbit.scss */ +.orbit-bullets-container { + text-align: center; } + +/* line 289, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_orbit.scss */ +.orbit-bullets { + margin: 0 auto 30px auto; + overflow: hidden; + position: relative; + top: 10px; + float: none; + text-align: center; + display: inline-block; } + /* line 298, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_orbit.scss */ + .orbit-bullets li { + display: block; + width: 0.5625rem; + height: 0.5625rem; + background: #cccccc; + float: left; + margin-right: 6px; + -webkit-border-radius: 1000px; + border-radius: 1000px; } + /* line 307, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_orbit.scss */ + .orbit-bullets li.active { + background: #999999; } + /* line 311, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_orbit.scss */ + .orbit-bullets li:last-child { + margin-right: 0; } + +/* line 318, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_orbit.scss */ +.touch .orbit-container .orbit-prev, +.touch .orbit-container .orbit-next { + display: none; } +/* line 321, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_orbit.scss */ +.touch .orbit-bullets { + display: none; } + +@media only screen and (min-width: 40.063em) { + /* line 330, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_orbit.scss */ + .touch .orbit-container .orbit-prev, + .touch .orbit-container .orbit-next { + display: inherit; } + /* line 333, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_orbit.scss */ + .touch .orbit-bullets { + display: block; } } +@media only screen and (max-width: 40em) { + /* line 340, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_orbit.scss */ + .orbit-stack-on-small .orbit-slides-container { + height: auto !important; } + /* line 341, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_orbit.scss */ + .orbit-stack-on-small .orbit-slides-container > * { + position: relative; + margin-left: 0% !important; } + /* line 348, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_orbit.scss */ + .orbit-stack-on-small .orbit-timer, + .orbit-stack-on-small .orbit-next, + .orbit-stack-on-small .orbit-prev, + .orbit-stack-on-small .orbit-bullets { + display: none; } } +/* line 132, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_pagination.scss */ +ul.pagination { + display: block; + height: 1.5rem; + margin-left: -0.3125rem; } + /* line 95, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_pagination.scss */ + ul.pagination li { + height: 1.5rem; + color: #222222; + font-size: 0.875rem; + margin-left: 0.3125rem; } + /* line 101, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_pagination.scss */ + ul.pagination li a { + display: block; + padding: 0.0625rem 0.625rem 0.0625rem; + color: #999999; + -webkit-border-radius: 3px; + border-radius: 3px; } + /* line 109, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_pagination.scss */ + ul.pagination li:hover a, + ul.pagination li a:focus { + background: #e6e6e6; } + /* line 47, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_pagination.scss */ + ul.pagination li.unavailable a { + cursor: default; + color: #999999; } + /* line 52, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_pagination.scss */ + ul.pagination li.unavailable:hover a, ul.pagination li.unavailable a:focus { + background: transparent; } + /* line 60, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_pagination.scss */ + ul.pagination li.current a { + background: #008cba; + color: white; + font-weight: bold; + cursor: default; } + /* line 67, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_pagination.scss */ + ul.pagination li.current a:hover, ul.pagination li.current a:focus { + background: #008cba; } + /* line 119, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_pagination.scss */ + ul.pagination li { + float: left; + display: block; } + +/* Pagination centred wrapper */ +/* line 137, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_pagination.scss */ +.pagination-centered { + text-align: center; } + /* line 119, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_pagination.scss */ + .pagination-centered ul.pagination li { + float: none; + display: inline-block; } + +/* Panels */ +/* line 70, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_panels.scss */ +.panel, p code, ul#downloads > li { + border-style: solid; + border-width: 1px; + border-color: #d9d9d9; + margin-bottom: 1.25rem; + padding: 1.25rem; + background: #f2f2f2; } + /* line 48, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_panels.scss */ + .panel > :first-child, p code > :first-child, ul#downloads > li > :first-child { + margin-top: 0; } + /* line 49, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_panels.scss */ + .panel > :last-child, p code > :last-child, ul#downloads > li > :last-child { + margin-bottom: 0; } + /* line 54, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_panels.scss */ + .panel h1, p code h1, ul#downloads > li h1, .panel h2, p code h2, ul#downloads > li h2, .panel h3, p code h3, ul#downloads > li h3, .panel h4, p code h4, ul#downloads > li h4, .panel h5, p code h5, ul#downloads > li h5, .panel h6, p code h6, ul#downloads > li h6, .panel p, p code p, ul#downloads > li p { + color: #333333; } + /* line 58, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_panels.scss */ + .panel h1, p code h1, ul#downloads > li h1, .panel h2, p code h2, ul#downloads > li h2, .panel h3, p code h3, ul#downloads > li h3, .panel h4, p code h4, ul#downloads > li h4, .panel h5, p code h5, ul#downloads > li h5, .panel h6, p code h6, ul#downloads > li h6 { + line-height: 1; + margin-bottom: 0.625rem; } + /* line 60, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_panels.scss */ + .panel h1.subheader, p code h1.subheader, ul#downloads > li h1.subheader, .panel h2.subheader, p code h2.subheader, ul#downloads > li h2.subheader, .panel h3.subheader, p code h3.subheader, ul#downloads > li h3.subheader, .panel h4.subheader, p code h4.subheader, ul#downloads > li h4.subheader, .panel h5.subheader, p code h5.subheader, ul#downloads > li h5.subheader, .panel h6.subheader, p code h6.subheader, ul#downloads > li h6.subheader { + line-height: 1.4; } + /* line 72, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_panels.scss */ + .panel.callout, p code.callout, ul#downloads > li.callout { + border-style: solid; + border-width: 1px; + border-color: #baeeff; + margin-bottom: 1.25rem; + padding: 1.25rem; + background: #edfbff; } + /* line 48, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_panels.scss */ + .panel.callout > :first-child, p code.callout > :first-child, ul#downloads > li.callout > :first-child { + margin-top: 0; } + /* line 49, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_panels.scss */ + .panel.callout > :last-child, p code.callout > :last-child, ul#downloads > li.callout > :last-child { + margin-bottom: 0; } + /* line 54, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_panels.scss */ + .panel.callout h1, p code.callout h1, ul#downloads > li.callout h1, .panel.callout h2, p code.callout h2, ul#downloads > li.callout h2, .panel.callout h3, p code.callout h3, ul#downloads > li.callout h3, .panel.callout h4, p code.callout h4, ul#downloads > li.callout h4, .panel.callout h5, p code.callout h5, ul#downloads > li.callout h5, .panel.callout h6, p code.callout h6, ul#downloads > li.callout h6, .panel.callout p, p code.callout p, ul#downloads > li.callout p { + color: #333333; } + /* line 58, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_panels.scss */ + .panel.callout h1, p code.callout h1, ul#downloads > li.callout h1, .panel.callout h2, p code.callout h2, ul#downloads > li.callout h2, .panel.callout h3, p code.callout h3, ul#downloads > li.callout h3, .panel.callout h4, p code.callout h4, ul#downloads > li.callout h4, .panel.callout h5, p code.callout h5, ul#downloads > li.callout h5, .panel.callout h6, p code.callout h6, ul#downloads > li.callout h6 { + line-height: 1; + margin-bottom: 0.625rem; } + /* line 60, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_panels.scss */ + .panel.callout h1.subheader, p code.callout h1.subheader, ul#downloads > li.callout h1.subheader, .panel.callout h2.subheader, p code.callout h2.subheader, ul#downloads > li.callout h2.subheader, .panel.callout h3.subheader, p code.callout h3.subheader, ul#downloads > li.callout h3.subheader, .panel.callout h4.subheader, p code.callout h4.subheader, ul#downloads > li.callout h4.subheader, .panel.callout h5.subheader, p code.callout h5.subheader, ul#downloads > li.callout h5.subheader, .panel.callout h6.subheader, p code.callout h6.subheader, ul#downloads > li.callout h6.subheader { + line-height: 1.4; } + /* line 74, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_panels.scss */ + .panel.callout a, p code.callout a, ul#downloads > li.callout a { + color: #008cba; } + /* line 79, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_panels.scss */ + .panel.radius, p code.radius, ul#downloads > li.radius { + -webkit-border-radius: 3px; + border-radius: 3px; } + +/* Pricing Tables */ +/* line 135, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_pricing-tables.scss */ +.pricing-table { + border: solid 1px #dddddd; + margin-left: 0; + margin-bottom: 1.25rem; } + /* line 64, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_pricing-tables.scss */ + .pricing-table * { + list-style: none; + line-height: 1; } + /* line 138, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_pricing-tables.scss */ + .pricing-table .title { + background-color: #333333; + padding: 0.9375rem 1.25rem; + text-align: center; + color: #eeeeee; + font-weight: normal; + font-size: 1rem; + font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; } + /* line 139, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_pricing-tables.scss */ + .pricing-table .price { + background-color: #f6f6f6; + padding: 0.9375rem 1.25rem; + text-align: center; + color: #333333; + font-weight: normal; + font-size: 2rem; + font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; } + /* line 140, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_pricing-tables.scss */ + .pricing-table .description { + background-color: white; + padding: 0.9375rem; + text-align: center; + color: #777777; + font-size: 0.75rem; + font-weight: normal; + line-height: 1.4; + border-bottom: dotted 1px #dddddd; } + /* line 141, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_pricing-tables.scss */ + .pricing-table .bullet-item { + background-color: white; + padding: 0.9375rem; + text-align: center; + color: #333333; + font-size: 0.875rem; + font-weight: normal; + border-bottom: dotted 1px #dddddd; } + /* line 142, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_pricing-tables.scss */ + .pricing-table .cta-button { + background-color: white; + text-align: center; + padding: 1.25rem 1.25rem 0; } + +/* Progress Bar */ +/* line 53, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_progress-bars.scss */ +.progress { + background-color: #f6f6f6; + height: 1.5625rem; + border: 1px solid #cccccc; + padding: 0.125rem; + margin-bottom: 0.625rem; } + /* line 57, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_progress-bars.scss */ + .progress .meter { + background: #008cba; + height: 100%; + display: block; } + /* line 60, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_progress-bars.scss */ + .progress.secondary .meter { + background: #e7e7e7; + height: 100%; + display: block; } + /* line 61, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_progress-bars.scss */ + .progress.success .meter { + background: #5e8949; + height: 100%; + display: block; } + /* line 62, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_progress-bars.scss */ + .progress.alert .meter { + background: #f04124; + height: 100%; + display: block; } + /* line 64, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_progress-bars.scss */ + .progress.radius { + -webkit-border-radius: 3px; + border-radius: 3px; } + /* line 65, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_progress-bars.scss */ + .progress.radius .meter { + -webkit-border-radius: 2px; + border-radius: 2px; } + /* line 68, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_progress-bars.scss */ + .progress.round { + -webkit-border-radius: 1000px; + border-radius: 1000px; } + /* line 69, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_progress-bars.scss */ + .progress.round .meter { + -webkit-border-radius: 999px; + border-radius: 999px; } + +/* line 138, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_reveal.scss */ +.reveal-modal-bg { + position: fixed; + height: 100%; + width: 100%; + background: black; + background: rgba(0, 0, 0, 0.45); + z-index: 98; + display: none; + top: 0; + left: 0; } + +/* line 140, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_reveal.scss */ +.reveal-modal { + visibility: hidden; + display: none; + position: absolute; + left: 50%; + z-index: 99; + height: auto; + margin-left: -40%; + width: 80%; + background-color: white; + padding: 1.25rem; + border: solid 1px #666666; + -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); + box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); + top: 50px; } + /* line 71, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_reveal.scss */ + .reveal-modal .column, + .reveal-modal .columns, + .reveal-modal #stack-list li, + #stack-list .reveal-modal li, + .reveal-modal #theme-list li > div, + #theme-list .reveal-modal li > div, + .reveal-modal ul#docs-list > li { + min-width: 0; } + /* line 74, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_reveal.scss */ + .reveal-modal > :first-child { + margin-top: 0; } + /* line 75, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_reveal.scss */ + .reveal-modal > :last-child { + margin-bottom: 0; } + /* line 144, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_reveal.scss */ + .reveal-modal .close-reveal-modal { + font-size: 1.375rem; + line-height: 1; + position: absolute; + top: 0.5rem; + right: 0.6875rem; + color: #aaaaaa; + font-weight: bold; + cursor: pointer; } + +@media only screen and (min-width: 40.063em) { + /* line 149, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_reveal.scss */ + .reveal-modal { + padding: 1.875rem; + top: 6.25rem; } + /* line 152, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_reveal.scss */ + .reveal-modal.tiny { + margin-left: -15%; + width: 30%; } + /* line 153, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_reveal.scss */ + .reveal-modal.small, .sendgrid-subscription-widget input.reveal-modal[type="submit"] { + margin-left: -20%; + width: 40%; } + /* line 154, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_reveal.scss */ + .reveal-modal.medium { + margin-left: -30%; + width: 60%; } + /* line 155, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_reveal.scss */ + .reveal-modal.large { + margin-left: -35%; + width: 70%; } + /* line 156, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_reveal.scss */ + .reveal-modal.xlarge { + margin-left: -47.5%; + width: 95%; } } +@media print { + /* line 162, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_reveal.scss */ + .reveal-modal { + background: #fff !important; } } +/* line 81, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_side-nav.scss */ +.side-nav { + display: block; + margin: 0; + padding: 0.875rem 0; + list-style-type: none; + list-style-position: inside; + font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; } + /* line 54, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_side-nav.scss */ + .side-nav li { + margin: 0 0 0.4375rem 0; + font-size: 0.875rem; } + /* line 58, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_side-nav.scss */ + .side-nav li a { + display: block; + color: #008cba; } + /* line 63, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_side-nav.scss */ + .side-nav li.active > a:first-child { + color: #4d4d4d; + font-weight: normal; + font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; } + /* line 69, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_side-nav.scss */ + .side-nav li.divider { + border-top: 1px solid; + height: 0; + padding: 0; + list-style: none; + border-top-color: #e6e6e6; } + +/* line 169, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_split-buttons.scss */ +.split.button, .sendgrid-subscription-widget input.split[type="submit"] { + position: relative; + padding-right: 5.0625rem; } + /* line 72, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_split-buttons.scss */ + .split.button span, .sendgrid-subscription-widget input.split[type="submit"] span { + display: block; + height: 100%; + position: absolute; + right: 0; + top: 0; + border-left: solid 1px; } + /* line 81, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_split-buttons.scss */ + .split.button span:before, .sendgrid-subscription-widget input.split[type="submit"] span:before { + position: absolute; + content: ""; + width: 0; + height: 0; + display: block; + border-style: inset; + top: 50%; + left: 50%; } + /* line 93, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_split-buttons.scss */ + .split.button span:active, .sendgrid-subscription-widget input.split[type="submit"] span:active { + background-color: rgba(0, 0, 0, 0.1); } + /* line 99, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_split-buttons.scss */ + .split.button span, .sendgrid-subscription-widget input.split[type="submit"] span { + border-left-color: rgba(255, 255, 255, 0.5); } + /* line 136, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_split-buttons.scss */ + .split.button span, .sendgrid-subscription-widget input.split[type="submit"] span { + width: 3.09375rem; } + /* line 137, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_split-buttons.scss */ + .split.button span:before, .sendgrid-subscription-widget input.split[type="submit"] span:before { + border-top-style: solid; + border-width: 0.375rem; + top: 48%; + margin-left: -0.375rem; } + /* line 162, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_split-buttons.scss */ + .split.button span:before, .sendgrid-subscription-widget input.split[type="submit"] span:before { + border-color: white transparent transparent transparent; } + /* line 99, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_split-buttons.scss */ + .split.button.secondary span, .sendgrid-subscription-widget input.split.secondary[type="submit"] span { + border-left-color: rgba(255, 255, 255, 0.5); } + /* line 162, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_split-buttons.scss */ + .split.button.secondary span:before, .sendgrid-subscription-widget input.split.secondary[type="submit"] span:before { + border-color: white transparent transparent transparent; } + /* line 99, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_split-buttons.scss */ + .split.button.alert span, .sendgrid-subscription-widget input.split.alert[type="submit"] span { + border-left-color: rgba(255, 255, 255, 0.5); } + /* line 99, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_split-buttons.scss */ + .split.button.success span, .sendgrid-subscription-widget input.split.success[type="submit"] span { + border-left-color: rgba(255, 255, 255, 0.5); } + /* line 175, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_split-buttons.scss */ + .split.button.tiny, .sendgrid-subscription-widget input.split.tiny[type="submit"] { + padding-right: 3.75rem; } + /* line 108, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_split-buttons.scss */ + .split.button.tiny span, .sendgrid-subscription-widget input.split.tiny[type="submit"] span { + width: 2.25rem; } + /* line 109, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_split-buttons.scss */ + .split.button.tiny span:before, .sendgrid-subscription-widget input.split.tiny[type="submit"] span:before { + border-top-style: solid; + border-width: 0.375rem; + top: 48%; + margin-left: -0.375rem; } + /* line 176, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_split-buttons.scss */ + .split.button.small, .sendgrid-subscription-widget input.split[type="submit"] { + padding-right: 4.375rem; } + /* line 122, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_split-buttons.scss */ + .split.button.small span, .sendgrid-subscription-widget input.split[type="submit"] span { + width: 2.625rem; } + /* line 123, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_split-buttons.scss */ + .split.button.small span:before, .sendgrid-subscription-widget input.split[type="submit"] span:before { + border-top-style: solid; + border-width: 0.4375rem; + top: 48%; + margin-left: -0.375rem; } + /* line 177, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_split-buttons.scss */ + .split.button.large, .sendgrid-subscription-widget input.split.large[type="submit"] { + padding-right: 5.5rem; } + /* line 150, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_split-buttons.scss */ + .split.button.large span, .sendgrid-subscription-widget input.split.large[type="submit"] span { + width: 3.4375rem; } + /* line 151, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_split-buttons.scss */ + .split.button.large span:before, .sendgrid-subscription-widget input.split.large[type="submit"] span:before { + border-top-style: solid; + border-width: 0.3125rem; + top: 48%; + margin-left: -0.375rem; } + /* line 178, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_split-buttons.scss */ + .split.button.expand, .sendgrid-subscription-widget input.split.expand[type="submit"] { + padding-left: 2rem; } + /* line 162, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_split-buttons.scss */ + .split.button.secondary span:before, .sendgrid-subscription-widget input.split.secondary[type="submit"] span:before { + border-color: #333333 transparent transparent transparent; } + /* line 182, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_split-buttons.scss */ + .split.button.radius span, .sendgrid-subscription-widget input.split.radius[type="submit"] span { + -moz-border-radius-topright: 3px; + -moz-border-radius-bottomright: 3px; + -webkit-border-top-right-radius: 3px; + -webkit-border-bottom-right-radius: 3px; + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; } + /* line 183, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_split-buttons.scss */ + .split.button.round span, .sendgrid-subscription-widget input.split.round[type="submit"] span { + -moz-border-radius-topright: 1000px; + -moz-border-radius-bottomright: 1000px; + -webkit-border-top-right-radius: 1000px; + -webkit-border-bottom-right-radius: 1000px; + border-top-right-radius: 1000px; + border-bottom-right-radius: 1000px; } + +/* line 116, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_sub-nav.scss */ +.sub-nav { + display: block; + width: auto; + overflow: hidden; + margin: -0.25rem 0 1.125rem; + padding-top: 0.25rem; + margin-right: 0; + margin-left: -0.75rem; } + /* line 63, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_sub-nav.scss */ + .sub-nav dt { + text-transform: uppercase; } + /* line 69, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_sub-nav.scss */ + .sub-nav dt, + .sub-nav dd, + .sub-nav li { + float: left; + display: inline; + margin-left: 1rem; + margin-bottom: 0.625rem; + font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; + font-weight: normal; + font-size: 0.875rem; + color: #999999; } + /* line 79, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_sub-nav.scss */ + .sub-nav dt a, + .sub-nav dd a, + .sub-nav li a { + text-decoration: none; + color: #999999; } + /* line 82, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_sub-nav.scss */ + .sub-nav dt a:hover, + .sub-nav dd a:hover, + .sub-nav li a:hover { + color: #0079a1; } + /* line 87, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_sub-nav.scss */ + .sub-nav dt.active a, + .sub-nav dd.active a, + .sub-nav li.active a { + -webkit-border-radius: 3px; + border-radius: 3px; + font-weight: normal; + background: #008cba; + padding: 0.1875rem 1rem; + cursor: default; + color: white; } + /* line 94, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_sub-nav.scss */ + .sub-nav dt.active a:hover, + .sub-nav dd.active a:hover, + .sub-nav li.active a:hover { + background: #0079a1; } + +/* line 287, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_switch.scss */ +div.switch { + position: relative; + padding: 0; + display: block; + overflow: hidden; + border-style: solid; + border-width: 1px; + margin-bottom: 1.25rem; + height: 2.25rem; + background: white; + border-color: #cccccc; } + /* line 71, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_switch.scss */ + div.switch label { + position: relative; + left: 0; + z-index: 2; + float: left; + width: 50%; + height: 100%; + margin: 0; + font-weight: bold; + text-align: left; + -webkit-transition: all 0.1s ease-out; + -moz-transition: all 0.1s ease-out; + transition: all 0.1s ease-out; } + /* line 88, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_switch.scss */ + div.switch input { + position: absolute; + z-index: 3; + opacity: 0; + width: 100%; + height: 100%; + -moz-appearance: none; } + /* line 98, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_switch.scss */ + div.switch input:hover, div.switch input:focus { + cursor: pointer; } + /* line 104, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_switch.scss */ + div.switch span:last-child { + position: absolute; + top: -1px; + left: -1px; + z-index: 1; + display: block; + padding: 0; + border-width: 1px; + border-style: solid; + -webkit-transition: all 0.1s ease-out; + -moz-transition: all 0.1s ease-out; + transition: all 0.1s ease-out; } + /* line 119, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_switch.scss */ + div.switch input:not(:checked) + label { + opacity: 0; } + /* line 122, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_switch.scss */ + div.switch input:checked { + display: none !important; } + /* line 123, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_switch.scss */ + div.switch input { + left: 0; + display: block !important; } + /* line 127, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_switch.scss */ + div.switch input:first-of-type + label, + div.switch input:first-of-type + span + label { + left: -50%; } + /* line 129, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_switch.scss */ + div.switch input:first-of-type:checked + label, + div.switch input:first-of-type:checked + span + label { + left: 0%; } + /* line 133, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_switch.scss */ + div.switch input:last-of-type + label, + div.switch input:last-of-type + span + label { + right: -50%; + left: auto; + text-align: right; } + /* line 135, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_switch.scss */ + div.switch input:last-of-type:checked + label, + div.switch input:last-of-type:checked + span + label { + right: 0%; + left: auto; } + /* line 138, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_switch.scss */ + div.switch span.custom { + display: none !important; } + /* line 150, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_switch.scss */ + form.custom div.switch .hidden-field { + margin-left: auto; + position: absolute; + visibility: visible; } + /* line 169, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_switch.scss */ + div.switch label { + padding: 0; + line-height: 2.3rem; + font-size: 0.875rem; } + /* line 177, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_switch.scss */ + div.switch input:first-of-type:checked ~ span:last-child { + left: 100%; + margin-left: -2.1875rem; } + /* line 183, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_switch.scss */ + div.switch span:last-child { + width: 2.25rem; + height: 2.25rem; } + /* line 208, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_switch.scss */ + div.switch span:last-child { + border-color: #b3b3b3; + background: white; + background: -moz-linear-gradient(top, white 0%, #f2f2f2 100%); + background: -webkit-linear-gradient(top, white 0%, #f2f2f2 100%); + background: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%); + -webkit-box-shadow: 2px 0 10px 0 rgba(0, 0, 0, 0.07), 1000px 0 0 1000px #e6efe2, -2px 0 10px 0 rgba(0, 0, 0, 0.07), -1000px 0 0 1000px whitesmoke; + box-shadow: 2px 0 10px 0 rgba(0, 0, 0, 0.07), 1000px 0 0 980px #e6efe2, -2px 0 10px 0 rgba(0, 0, 0, 0.07), -1000px 0 0 1000px whitesmoke; } + /* line 232, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_switch.scss */ + div.switch:hover span:last-child, div.switch:focus span:last-child { + background: white; + background: -moz-linear-gradient(top, white 0%, #e6e6e6 100%); + background: -webkit-linear-gradient(top, white 0%, #e6e6e6 100%); + background: linear-gradient(to bottom, #ffffff 0%, #e6e6e6 100%); } + /* line 242, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_switch.scss */ + div.switch:active { + background: transparent; } + /* line 291, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_switch.scss */ + div.switch.large { + height: 2.75rem; } + /* line 169, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_switch.scss */ + div.switch.large label { + padding: 0; + line-height: 2.3rem; + font-size: 1.0625rem; } + /* line 177, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_switch.scss */ + div.switch.large input:first-of-type:checked ~ span:last-child { + left: 100%; + margin-left: -2.6875rem; } + /* line 183, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_switch.scss */ + div.switch.large span:last-child { + width: 2.75rem; + height: 2.75rem; } + /* line 294, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_switch.scss */ + div.switch.small { + height: 1.75rem; } + /* line 169, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_switch.scss */ + div.switch.small label { + padding: 0; + line-height: 2.1rem; + font-size: 0.75rem; } + /* line 177, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_switch.scss */ + div.switch.small input:first-of-type:checked ~ span:last-child { + left: 100%; + margin-left: -1.6875rem; } + /* line 183, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_switch.scss */ + div.switch.small span:last-child { + width: 1.75rem; + height: 1.75rem; } + /* line 297, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_switch.scss */ + div.switch.tiny { + height: 1.375rem; } + /* line 169, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_switch.scss */ + div.switch.tiny label { + padding: 0; + line-height: 1.9rem; + font-size: 0.6875rem; } + /* line 177, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_switch.scss */ + div.switch.tiny input:first-of-type:checked ~ span:last-child { + left: 100%; + margin-left: -1.3125rem; } + /* line 183, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_switch.scss */ + div.switch.tiny span:last-child { + width: 1.375rem; + height: 1.375rem; } + /* line 300, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_switch.scss */ + div.switch.radius { + -webkit-border-radius: 4px; + border-radius: 4px; } + /* line 301, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_switch.scss */ + div.switch.radius span:last-child { + -webkit-border-radius: 3px; + border-radius: 3px; } + /* line 305, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_switch.scss */ + div.switch.round { + -webkit-border-radius: 1000px; + border-radius: 1000px; } + /* line 306, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_switch.scss */ + div.switch.round span:last-child { + -webkit-border-radius: 999px; + border-radius: 999px; } + /* line 307, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_switch.scss */ + div.switch.round label { + padding: 0 0.5625rem; } + +@-webkit-keyframes webkitSiblingBugfix { + /* line 312, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_switch.scss */ + from { + position: relative; } + + /* line 312, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_switch.scss */ + to { + position: relative; } } + +/* line 89, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_tables.scss */ +table { + background: white; + margin-bottom: 1.25rem; + border: solid 1px #dddddd; } + /* line 51, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_tables.scss */ + table thead, + table tfoot { + background: whitesmoke; + font-weight: bold; } + /* line 57, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_tables.scss */ + table thead tr th, + table thead tr td, + table tfoot tr th, + table tfoot tr td { + padding: 0.5rem 0.625rem 0.625rem; + font-size: 0.875rem; + color: #222222; + text-align: left; } + /* line 68, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_tables.scss */ + table tr th, + table tr td { + padding: 0.5625rem 0.625rem; + font-size: 0.875rem; + color: #222222; } + /* line 76, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_tables.scss */ + table tr.even, table tr.alt, table tr:nth-of-type(even) { + background: #f9f9f9; } + /* line 83, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_tables.scss */ + table thead tr th, + table tfoot tr th, + table tbody tr td, + table tr td, + table tfoot tr td { + display: table-cell; + line-height: 1.125rem; } + +/* line 23, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_tabs.scss */ +.tabs { + *zoom: 1; + margin-bottom: 0 !important; } + /* line 165, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_global.scss */ + .tabs:before, .tabs:after { + content: " "; + display: table; } + /* line 166, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_global.scss */ + .tabs:after { + clear: both; } + /* line 26, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_tabs.scss */ + .tabs dd { + position: relative; + margin-bottom: 0 !important; + top: 1px; + float: left; } + /* line 31, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_tabs.scss */ + .tabs dd > a { + display: block; + background: #efefef; + color: #222222; + padding-top: 1rem; + padding-right: 2rem; + padding-bottom: 1.0625rem; + padding-left: 2rem; + font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; + font-size: 1rem; } + /* line 41, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_tabs.scss */ + .tabs dd > a:hover { + background: #e2e2e2; } + /* line 43, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_tabs.scss */ + .tabs dd.active a { + background: #fff; } + /* line 47, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_tabs.scss */ + .tabs.radius dd:first-child a { + -moz-border-radius-bottomleft: 3px; + -moz-border-radius-topleft: 3px; + -webkit-border-bottom-left-radius: 3px; + -webkit-border-top-left-radius: 3px; + border-bottom-left-radius: 3px; + border-top-left-radius: 3px; } + /* line 50, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_tabs.scss */ + .tabs.radius dd:last-child a { + -moz-border-radius-topright: 3px; + -moz-border-radius-bottomright: 3px; + -webkit-border-top-right-radius: 3px; + -webkit-border-bottom-right-radius: 3px; + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; } + /* line 54, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_tabs.scss */ + .tabs.vertical dd { + position: inherit; + float: none; + display: block; + top: auto; } + +/* line 63, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_tabs.scss */ +.tabs-content { + *zoom: 1; + margin-bottom: 1.5rem; } + /* line 165, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_global.scss */ + .tabs-content:before, .tabs-content:after { + content: " "; + display: table; } + /* line 166, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_global.scss */ + .tabs-content:after { + clear: both; } + /* line 66, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_tabs.scss */ + .tabs-content > .content, ul#downloads > li .tabs-content > .notes, ul#downloads > li table .tabs-content > ul[id$="-download"], #download > div .tabs-content > ul[id$="-download"] { + display: none; + float: left; + padding: 0.9375rem 0; } + /* line 70, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_tabs.scss */ + .tabs-content > .content.active, ul#downloads > li .tabs-content > .active.notes, ul#downloads > li table .tabs-content > ul.active[id$="-download"], #download > div .tabs-content > ul.active[id$="-download"] { + display: block; } + /* line 71, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_tabs.scss */ + .tabs-content > .content.contained, ul#downloads > li .tabs-content > .contained.notes, ul#downloads > li table .tabs-content > ul.contained[id$="-download"], #download > div .tabs-content > ul.contained[id$="-download"] { + padding: 0.9375rem; } + /* line 73, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_tabs.scss */ + .tabs-content.vertical { + display: block; } + /* line 75, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_tabs.scss */ + .tabs-content.vertical > .content, ul#downloads > li .tabs-content.vertical > .notes, ul#downloads > li table .tabs-content.vertical > ul[id$="-download"], #download > div .tabs-content.vertical > ul[id$="-download"] { + padding: 0 0.9375rem; } + +@media only screen and (min-width: 40.063em) { + /* line 80, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_tabs.scss */ + .tabs.vertical { + width: 20%; + float: left; + margin-bottom: 1.25rem; } + + /* line 87, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_tabs.scss */ + .tabs-content.vertical { + width: 80%; + float: left; + margin-left: -1px; } } +/* Image Thumbnails */ +/* line 62, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_thumbs.scss */ +.th { + line-height: 0; + display: inline-block; + border: solid 4px white; + -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2); + box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2); + -webkit-transition: all 200ms ease-out; + -moz-transition: all 200ms ease-out; + transition: all 200ms ease-out; } + /* line 49, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_thumbs.scss */ + .th:hover, .th:focus { + -webkit-box-shadow: 0 0 6px 1px rgba(0, 140, 186, 0.5); + box-shadow: 0 0 6px 1px rgba(0, 140, 186, 0.5); } + /* line 66, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_thumbs.scss */ + .th.radius { + -webkit-border-radius: 3px; + border-radius: 3px; } + +/* line 68, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_thumbs.scss */ +a.th { + display: inline-block; + max-width: 100%; } + +/* Tooltips */ +/* line 32, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_tooltips.scss */ +.has-tip { + border-bottom: dotted 1px #cccccc; + cursor: help; + font-weight: bold; + color: #333333; } + /* line 39, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_tooltips.scss */ + .has-tip:hover, .has-tip:focus { + border-bottom: dotted 1px #003f54; + color: #008cba; } + /* line 45, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_tooltips.scss */ + .has-tip.tip-left, .has-tip.tip-right { + float: none !important; } + +/* line 48, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_tooltips.scss */ +.tooltip { + display: none; + position: absolute; + z-index: 999; + font-weight: normal; + font-size: 0.875rem; + line-height: 1.3; + padding: 0.75rem; + max-width: 85%; + left: 50%; + width: 100%; + color: white; + background: #333333; + -webkit-border-radius: 3px; + border-radius: 3px; } + /* line 63, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_tooltips.scss */ + .tooltip > .nub { + display: block; + left: 5px; + position: absolute; + width: 0; + height: 0; + border: solid 5px; + border-color: transparent transparent #333333 transparent; + top: -10px; } + /* line 74, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_tooltips.scss */ + .tooltip.opened { + color: #008cba !important; + border-bottom: dotted 1px #003f54 !important; } + +/* line 80, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_tooltips.scss */ +.tap-to-close { + display: block; + font-size: 0.625rem; + color: #777777; + font-weight: normal; } + +@media only screen and (min-width: 40.063em) { + /* line 89, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_tooltips.scss */ + .tooltip > .nub { + border-color: transparent transparent #333333 transparent; + top: -10px; } + /* line 93, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_tooltips.scss */ + .tooltip.tip-top > .nub { + border-color: #333333 transparent transparent transparent; + top: auto; + bottom: -10px; } + /* line 100, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_tooltips.scss */ + .tooltip.tip-left, .tooltip.tip-right { + float: none !important; } + /* line 102, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_tooltips.scss */ + .tooltip.tip-left > .nub { + border-color: transparent transparent transparent #333333; + right: -10px; + left: auto; + top: 50%; + margin-top: -5px; } + /* line 109, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_tooltips.scss */ + .tooltip.tip-right > .nub { + border-color: transparent #333333 transparent transparent; + right: auto; + left: -10px; + top: 50%; + margin-top: -5px; } } +/* line 111, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_type.scss */ +p.lead { + font-size: 1.21875rem; + line-height: 1.6; } + +/* line 116, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_type.scss */ +.subheader { + line-height: 1.4; + color: #6f6f6f; + font-weight: 300; + margin-top: 0.2rem; + margin-bottom: 0.5rem; } + +/* Typography resets */ +/* line 145, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_type.scss */ +div, +dl, +dt, +dd, +ul, +ol, +li, +h1, +h2, +h3, +h4, +h5, +h6, +pre, +form, +p, +blockquote, +th, +td { + margin: 0; + padding: 0; + direction: ltr; } + +/* Default Link Styles */ +/* line 152, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_type.scss */ +a { + color: #5e8949; + text-decoration: none; + line-height: inherit; } + /* line 158, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_type.scss */ + a:hover, a:focus { + color: #0079a1; } + /* line 160, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_type.scss */ + a img { + border: none; } + +/* Default paragraph styles */ +/* line 164, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_type.scss */ +p { + font-family: inherit; + font-weight: normal; + font-size: 1rem; + line-height: 1.6; + margin-bottom: 1.25rem; + text-rendering: optimizeLegibility; } + /* line 174, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_type.scss */ + p aside { + font-size: 0.875rem; + line-height: 1.35; + font-style: italic; } + +/* Default header styles */ +/* line 182, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_type.scss */ +h1, h2, h3, h4, h5, h6 { + font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; + font-weight: 300; + font-style: normal; + color: #222222; + text-rendering: optimizeLegibility; + margin-top: 0.2rem; + margin-bottom: 0.5rem; + line-height: 1.4; } + /* line 192, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_type.scss */ + h1 small, h2 small, h3 small, h4 small, h5 small, h6 small { + font-size: 60%; + color: #6f6f6f; + line-height: 0; } + +/* line 199, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_type.scss */ +h1 { + font-size: 2.125rem; } + +/* line 200, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_type.scss */ +h2 { + font-size: 1.6875rem; } + +/* line 201, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_type.scss */ +h3 { + font-size: 1.375rem; } + +/* line 202, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_type.scss */ +h4 { + font-size: 1.125rem; } + +/* line 203, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_type.scss */ +h5 { + font-size: 1.125rem; } + +/* line 204, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_type.scss */ +h6 { + font-size: 1rem; } + +/* line 208, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_type.scss */ +hr { + border: solid #dddddd; + border-width: 1px 0 0; + clear: both; + margin: 1.25rem 0 1.1875rem; + height: 0; } + +/* Helpful Typography Defaults */ +/* line 218, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_type.scss */ +em, +i { + font-style: italic; + line-height: inherit; } + +/* line 224, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_type.scss */ +strong, +b { + font-weight: bold; + line-height: inherit; } + +/* line 229, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_type.scss */ +small { + font-size: 60%; + line-height: inherit; } + +/* line 234, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_type.scss */ +code { + font-family: Consolas, "Liberation Mono", Courier, monospace; + font-weight: bold; + color: #bb260d; } + +/* Lists */ +/* line 243, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_type.scss */ +ul, +ol, +dl { + font-size: 1rem; + line-height: 1.6; + margin-bottom: 1.25rem; + list-style-position: outside; + font-family: inherit; } + +/* line 251, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_type.scss */ +ul { + margin-left: 1.1rem; } + /* line 253, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_type.scss */ + ul.no-bullet, ul.social, ul#downloads, ul#docs-list { + margin-left: 0; } + /* line 257, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_type.scss */ + ul.no-bullet li ul, ul.social li ul, ul#downloads li ul, ul#docs-list li ul, + ul.no-bullet li ol, + ul.social li ol, + ul#downloads li ol, + ul#docs-list li ol { + margin-left: 1.25rem; + margin-bottom: 0; + list-style: none; } + +/* Unordered Lists */ +/* line 270, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_type.scss */ +ul li ul, +ul li ol { + margin-left: 1.25rem; + margin-bottom: 0; + font-size: 1rem; + /* Override nested font-size change */ } +/* line 279, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_type.scss */ +ul.square li ul, ul.circle li ul, ul.disc li ul { + list-style: inherit; } +/* line 282, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_type.scss */ +ul.square { + list-style-type: square; + margin-left: 1.1rem; } +/* line 283, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_type.scss */ +ul.circle { + list-style-type: circle; + margin-left: 1.1rem; } +/* line 284, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_type.scss */ +ul.disc { + list-style-type: disc; + margin-left: 1.1rem; } +/* line 285, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_type.scss */ +ul.no-bullet, ul.social, ul#downloads, ul#docs-list { + list-style: none; } + +/* Ordered Lists */ +/* line 289, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_type.scss */ +ol { + margin-left: 1.4rem; } + /* line 293, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_type.scss */ + ol li ul, + ol li ol { + margin-left: 1.25rem; + margin-bottom: 0; } + +/* Definition Lists */ +/* line 302, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_type.scss */ +dl dt { + margin-bottom: 0.3rem; + font-weight: bold; } +/* line 306, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_type.scss */ +dl dd { + margin-bottom: 0.75rem; } + +/* Abbreviations */ +/* line 311, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_type.scss */ +abbr, +acronym { + text-transform: uppercase; + font-size: 90%; + color: #555555; + border-bottom: 1px dotted #dddddd; + cursor: help; } + +/* line 318, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_type.scss */ +abbr { + text-transform: none; } + +/* Blockquotes */ +/* line 323, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_type.scss */ +blockquote { + margin: 0 0 1.25rem; + padding: 0.5625rem 1.25rem 0 1.1875rem; + border-left: 1px solid #dddddd; } + /* line 328, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_type.scss */ + blockquote cite { + display: block; + font-size: 0.8125rem; + color: #555555; } + /* line 332, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_type.scss */ + blockquote cite:before { + content: "\2014 \0020"; } + /* line 337, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_type.scss */ + blockquote cite a, + blockquote cite a:visited { + color: #555555; } + +/* line 343, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_type.scss */ +blockquote, +blockquote p { + line-height: 1.6; + color: #6f6f6f; } + +/* Microformats */ +/* line 349, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_type.scss */ +.vcard { + display: inline-block; + margin: 0 0 1.25rem 0; + border: 1px solid #dddddd; + padding: 0.625rem 0.75rem; } + /* line 355, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_type.scss */ + .vcard li { + margin: 0; + display: block; } + /* line 359, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_type.scss */ + .vcard .fn { + font-weight: bold; + font-size: 0.9375rem; } + +/* line 366, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_type.scss */ +.vevent .summary { + font-weight: bold; } +/* line 368, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_type.scss */ +.vevent abbr { + cursor: default; + text-decoration: none; + font-weight: bold; + border: none; + padding: 0 0.0625rem; } + +@media only screen and (min-width: 40.063em) { + /* line 379, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_type.scss */ + h1, h2, h3, h4, h5, h6 { + line-height: 1.4; } + + /* line 380, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_type.scss */ + h1 { + font-size: 2.75rem; } + + /* line 381, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_type.scss */ + h2 { + font-size: 2.3125rem; } + + /* line 382, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_type.scss */ + h3 { + font-size: 1.6875rem; } + + /* line 383, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_type.scss */ + h4 { + font-size: 1.4375rem; } } +/* + * Print styles. + * + * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/ + * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com) +*/ +/* line 394, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_type.scss */ +.print-only { + display: none !important; } + +@media print { + /* line 396, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_type.scss */ + * { + background: transparent !important; + color: #000 !important; + /* Black prints faster: h5bp.com/s */ + box-shadow: none !important; + text-shadow: none !important; } + + /* line 404, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_type.scss */ + a, + a:visited { + text-decoration: underline; } + + /* line 405, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_type.scss */ + a[href]:after { + content: " (" attr(href) ")"; } + + /* line 407, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_type.scss */ + abbr[title]:after { + content: " (" attr(title) ")"; } + + /* line 412, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_type.scss */ + .ir a:after, + a[href^="javascript:"]:after, + a[href^="#"]:after { + content: ""; } + + /* line 415, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_type.scss */ + pre, + blockquote { + border: 1px solid #999; + page-break-inside: avoid; } + + /* line 420, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_type.scss */ + thead { + display: table-header-group; + /* h5bp.com/t */ } + + /* line 423, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_type.scss */ + tr, + img { + page-break-inside: avoid; } + + /* line 425, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_type.scss */ + img { + max-width: 100% !important; } + + @page { + margin: 0.5cm; } + + /* line 431, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_type.scss */ + p, + h2, + h3 { + orphans: 3; + widows: 3; } + + /* line 437, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_type.scss */ + h2, + h3 { + page-break-after: avoid; } + + /* line 439, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_type.scss */ + .hide-on-print { + display: none !important; } + + /* line 440, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_type.scss */ + .print-only { + display: block !important; } + + /* line 441, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_type.scss */ + .hide-for-print { + display: none !important; } + + /* line 442, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_type.scss */ + .show-for-print { + display: inherit !important; } } +/* line 77, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ +meta.foundation-mq-topbar { + font-family: "/only screen and (min-width:40.063em)/"; + width: 40.063em; } + +/* Wrapped around .top-bar to contain to grid width */ +/* line 86, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ +.contain-to-grid { + width: 100%; + background: #2a5d84; } + /* line 90, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ + .contain-to-grid .top-bar { + margin-bottom: 0; } + +/* line 94, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ +.fixed { + width: 100%; + left: 0; + position: fixed; + top: 0; + z-index: 99; } + /* line 101, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ + .fixed.expanded:not(.top-bar) { + overflow-y: auto; + height: auto; + width: 100%; + max-height: 100%; } + /* line 107, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ + .fixed.expanded:not(.top-bar) .title-area { + position: fixed; + width: 100%; + z-index: 99; } + /* line 113, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ + .fixed.expanded:not(.top-bar) .top-bar-section { + z-index: 98; + margin-top: 60px; } + +/* line 120, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ +.top-bar { + overflow: hidden; + height: 60px; + line-height: 60px; + position: relative; + background: #2a5d84; + margin-bottom: 0; } + /* line 129, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ + .top-bar ul { + margin-bottom: 0; + list-style: none; } + /* line 134, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ + .top-bar .row, .top-bar #stack-list, .top-bar #theme-list li, #theme-list .top-bar li, .top-bar ul#docs-list { + max-width: none; } + /* line 137, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ + .top-bar form, + .top-bar input { + margin-bottom: 0; } + /* line 139, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ + .top-bar input { + height: auto; + padding-top: .35rem; + padding-bottom: .35rem; + font-size: 0.75rem; } + /* line 141, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ + .top-bar .button, .top-bar .sendgrid-subscription-widget input[type="submit"], .sendgrid-subscription-widget .top-bar input[type="submit"] { + padding-top: .45rem; + padding-bottom: .35rem; + margin-bottom: 0; + font-size: 0.75rem; } + /* line 152, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ + .top-bar .title-area { + position: relative; + margin: 0; } + /* line 157, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ + .top-bar .name { + height: 60px; + margin: 0; + font-size: 16px; } + /* line 162, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ + .top-bar .name h1 { + line-height: 60px; + font-size: 1.0625rem; + margin: 0; } + /* line 166, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ + .top-bar .name h1 a { + font-weight: normal; + color: white; + width: 50%; + display: block; + padding: 0 20px; } + /* line 177, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ + .top-bar .toggle-topbar { + position: absolute; + right: 0; + top: 0; } + /* line 182, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ + .top-bar .toggle-topbar a { + color: white; + text-transform: uppercase; + font-size: 0.8125rem; + font-weight: bold; + position: relative; + display: block; + padding: 0 20px; + height: 60px; + line-height: 60px; } + /* line 195, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ + .top-bar .toggle-topbar.menu-icon { + right: 20px; + top: 50%; + margin-top: -16px; + padding-left: 40px; } + /* line 201, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ + .top-bar .toggle-topbar.menu-icon a { + text-indent: -48px; + width: 34px; + height: 34px; + line-height: 33px; + padding: 0; + color: white; } + /* line 209, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ + .top-bar .toggle-topbar.menu-icon a span { + position: absolute; + right: 0; + display: block; + width: 16px; + height: 0; + -webkit-box-shadow: 0 10px 0 1px white, 0 16px 0 1px white, 0 22px 0 1px white; + box-shadow: 0 10px 0 1px white, 0 16px 0 1px white, 0 22px 0 1px white; } + /* line 230, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ + .top-bar.expanded { + height: auto; + background: transparent; } + /* line 234, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ + .top-bar.expanded .title-area { + background: #2a5d84; } + /* line 237, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ + .top-bar.expanded .toggle-topbar a { + color: #888888; } + /* line 238, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ + .top-bar.expanded .toggle-topbar a span { + -webkit-box-shadow: 0 10px 0 1px #888888, 0 16px 0 1px #888888, 0 22px 0 1px #888888; + box-shadow: 0 10px 0 1px #888888, 0 16px 0 1px #888888, 0 22px 0 1px #888888; } + +/* line 258, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ +.top-bar-section { + left: 0; + position: relative; + width: auto; + -webkit-transition: left 300ms ease-out; + -moz-transition: left 300ms ease-out; + transition: left 300ms ease-out; } + /* line 264, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ + .top-bar-section ul { + width: 100%; + height: auto; + display: block; + background: #333333; + font-size: 16px; + margin: 0; } + /* line 274, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ + .top-bar-section .divider, + .top-bar-section [role="separator"] { + border-top: solid 1px #1e425d; + clear: both; + height: 1px; + width: 100%; } + /* line 282, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ + .top-bar-section ul li > a { + display: block; + width: 100%; + color: white; + padding: 12px 0 12px 0; + padding-left: 20px; + font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; + font-size: 0.8125rem; + font-weight: normal; + background: #333333; } + /* line 293, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ + .top-bar-section ul li > a.button { + background: #008cba; + font-size: 0.8125rem; + padding-right: 20px; + padding-left: 20px; } + /* line 298, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ + .top-bar-section ul li > a.button:hover { + background: #006687; } + /* line 302, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ + .top-bar-section ul li > a.button.secondary { + background: #e7e7e7; } + /* line 304, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ + .top-bar-section ul li > a.button.secondary:hover { + background: #cecece; } + /* line 308, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ + .top-bar-section ul li > a.button.success { + background: #5e8949; } + /* line 310, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ + .top-bar-section ul li > a.button.success:hover { + background: #476837; } + /* line 314, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ + .top-bar-section ul li > a.button.alert { + background: #f04124; } + /* line 316, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ + .top-bar-section ul li > a.button.alert:hover { + background: #d32a0e; } + /* line 324, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ + .top-bar-section ul li:hover > a { + background: #1f3c52; + color: white; } + /* line 331, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ + .top-bar-section ul li.active > a { + background: #1f3c52; + color: white; } + /* line 334, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ + .top-bar-section ul li.active > a:hover { + background: #0079a1; } + /* line 341, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ + .top-bar-section .has-form { + padding: 20px; } + /* line 344, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ + .top-bar-section .has-dropdown { + position: relative; } + /* line 348, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ + .top-bar-section .has-dropdown > a:after { + content: ""; + display: block; + width: 0; + height: 0; + border: inset 5px; + border-color: transparent transparent transparent rgba(255, 255, 255, 0.4); + border-left-style: solid; + margin-right: 20px; + margin-top: -4.5px; + position: absolute; + top: 50%; + right: 0; } + /* line 360, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ + .top-bar-section .has-dropdown.moved { + position: static; } + /* line 361, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ + .top-bar-section .has-dropdown.moved > .dropdown { + display: block; } + /* line 368, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ + .top-bar-section .dropdown { + position: absolute; + left: 100%; + top: 0; + display: none; + z-index: 99; } + /* line 375, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ + .top-bar-section .dropdown li { + width: 100%; + height: auto; } + /* line 379, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ + .top-bar-section .dropdown li a { + font-weight: normal; + padding: 8px 20px; } + /* line 382, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ + .top-bar-section .dropdown li a.parent-link { + font-weight: normal; } + /* line 387, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ + .top-bar-section .dropdown li.title h5 { + margin-bottom: 0; } + /* line 388, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ + .top-bar-section .dropdown li.title h5 a { + color: white; + line-height: 30px; + display: block; } + /* line 396, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ + .top-bar-section .dropdown label { + padding: 8px 20px 2px; + margin-bottom: 0; + text-transform: uppercase; + color: #777777; + font-weight: bold; + font-size: 0.625rem; } + +/* line 407, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ +.js-generated { + display: block; } + +@media only screen and (min-width: 40.063em) { + /* line 412, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ + .top-bar { + background: #2a5d84; + *zoom: 1; + overflow: visible; } + /* line 165, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_global.scss */ + .top-bar:before, .top-bar:after { + content: " "; + display: table; } + /* line 166, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_global.scss */ + .top-bar:after { + clear: both; } + /* line 417, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ + .top-bar .toggle-topbar { + display: none; } + /* line 419, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ + .top-bar .title-area { + float: left; } + /* line 420, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ + .top-bar .name h1 a { + width: auto; } + /* line 423, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ + .top-bar input, + .top-bar .button, + .top-bar .sendgrid-subscription-widget input[type="submit"], + .sendgrid-subscription-widget .top-bar input[type="submit"] { + font-size: 0.875rem; + position: relative; + top: 7px; } + /* line 429, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ + .top-bar.expanded { + background: #2a5d84; } + + /* line 432, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ + .contain-to-grid .top-bar { + max-width: 62.5rem; + margin: 0 auto; + margin-bottom: 0; } + + /* line 438, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ + .top-bar-section { + -webkit-transition: none 0 0; + -moz-transition: none 0 0; + transition: none 0 0; + left: 0 !important; } + /* line 442, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ + .top-bar-section ul { + width: auto; + height: auto !important; + display: inline; } + /* line 447, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ + .top-bar-section ul li { + float: left; } + /* line 449, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ + .top-bar-section ul li .js-generated { + display: none; } + /* line 455, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ + .top-bar-section li.hover > a:not(.button) { + background: #1f3c52; + color: white; } + /* line 460, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ + .top-bar-section li a:not(.button) { + padding: 0 20px; + line-height: 60px; + background: #2a5d84; } + /* line 464, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ + .top-bar-section li a:not(.button):hover { + background: #1f3c52; } + /* line 472, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ + .top-bar-section .has-dropdown > a { + padding-right: 40px !important; } + /* line 474, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ + .top-bar-section .has-dropdown > a:after { + content: ""; + display: block; + width: 0; + height: 0; + border: inset 5px; + border-color: rgba(255, 255, 255, 0.4) transparent transparent transparent; + border-top-style: solid; + margin-top: -2.5px; + top: 30px; } + /* line 483, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ + .top-bar-section .has-dropdown.moved { + position: relative; } + /* line 484, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ + .top-bar-section .has-dropdown.moved > .dropdown { + display: none; } + /* line 488, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ + .top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown { + display: block; } + /* line 495, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ + .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after { + border: none; + content: "\00bb"; + top: 1rem; + margin-top: -2px; + right: 5px; } + /* line 507, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ + .top-bar-section .dropdown { + left: 0; + top: auto; + background: transparent; + min-width: 100%; } + /* line 514, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ + .top-bar-section .dropdown li a { + color: #222222; + line-height: 1; + white-space: nowrap; + padding: 12px 20px; + background: #333333; } + /* line 522, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ + .top-bar-section .dropdown li label { + white-space: nowrap; + background: #333333; } + /* line 528, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ + .top-bar-section .dropdown li .dropdown { + left: 100%; + top: 0; } + /* line 536, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ + .top-bar-section > ul > .divider, .top-bar-section > ul > [role="separator"] { + border-bottom: none; + border-top: none; + border-right: solid 1px #3678ab; + clear: none; + height: 60px; + width: 0; } + /* line 545, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ + .top-bar-section .has-form { + background: #2a5d84; + padding: 0 20px; + height: 60px; } + /* line 553, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ + .top-bar-section ul.right li .dropdown { + left: auto; + right: 0; } + /* line 557, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ + .top-bar-section ul.right li .dropdown li .dropdown { + right: 100%; } + + /* line 567, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ + .no-js .top-bar-section ul li:hover > a { + background: #1f3c52; + color: white; } + /* line 573, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ + .no-js .top-bar-section ul li:active > a { + background: #1f3c52; + color: white; } + /* line 581, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_top-bar.scss */ + .no-js .top-bar-section .has-dropdown:hover > .dropdown { + display: block; } } +/* line 67, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_offcanvas.scss */ +.off-canvas-wrap, .inner-wrap, nav.tab-bar, .left-off-canvas-menu, .left-off-canvas-menu *, .right-off-canvas-menu, .move-right a.exit-off-canvas, .move-left a.exit-off-canvas { + -webkit-backface-visibility: hidden; } + +/* line 73, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_offcanvas.scss */ +.off-canvas-wrap, .inner-wrap { + position: relative; + width: 100%; } + +/* line 79, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_offcanvas.scss */ +.left-off-canvas-menu, .right-off-canvas-menu { + width: 250px; + top: 0; + bottom: 0; + height: 100%; + position: absolute; + overflow-y: auto; + background: #333333; + z-index: 1001; + box-sizing: content-box; } + +/* line 150, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_offcanvas.scss */ +section.left-small, section.right-small { + width: 2.8125rem; + height: 2.8125rem; + position: absolute; + top: 0; } + +/* line 270, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_offcanvas.scss */ +.off-canvas-wrap { + overflow: hidden; } + +/* line 271, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_offcanvas.scss */ +.inner-wrap { + *zoom: 1; + -webkit-transition: -webkit-transform 500ms ease; + -moz-transition: -moz-transform 500ms ease; + -ms-transition: -ms-transform 500ms ease; + -o-transition: -o-transform 500ms ease; + transition: transform 500ms ease; } + /* line 165, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_global.scss */ + .inner-wrap:before, .inner-wrap:after { + content: " "; + display: table; } + /* line 166, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_global.scss */ + .inner-wrap:after { + clear: both; } + +/* line 273, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_offcanvas.scss */ +nav.tab-bar { + background: #333333; + color: white; + height: 2.8125rem; + line-height: 2.8125rem; + position: relative; } + /* line 139, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_offcanvas.scss */ + nav.tab-bar h1, nav.tab-bar h2, nav.tab-bar h3, nav.tab-bar h4, nav.tab-bar h5, nav.tab-bar h6 { + color: white; + font-weight: bold; + line-height: 2.8125rem; + margin: 0; } + /* line 145, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_offcanvas.scss */ + nav.tab-bar h1, nav.tab-bar h2, nav.tab-bar h3, nav.tab-bar h4 { + font-size: 1.125rem; } + +/* line 275, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_offcanvas.scss */ +section.left-small { + border-right: solid 1px #1a1a1a; + box-shadow: 1px 0 0 #4d4d4d; + left: 0; } + +/* line 276, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_offcanvas.scss */ +section.right-small { + border-left: solid 1px #4d4d4d; + box-shadow: -1px 0 0 #1a1a1a; + right: 0; } + +/* line 278, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_offcanvas.scss */ +section.tab-bar-section { + padding: 0 0.625rem; + position: absolute; + text-align: center; + height: 2.8125rem; + top: 0; } + @media only screen and (min-width: 40.063em) { + /* line 278, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_offcanvas.scss */ + section.tab-bar-section { + text-align: left; } } + /* line 182, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_offcanvas.scss */ + section.tab-bar-section.left { + left: 0; + right: 2.8125rem; } + /* line 186, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_offcanvas.scss */ + section.tab-bar-section.right { + left: 2.8125rem; + right: 0; } + /* line 190, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_offcanvas.scss */ + section.tab-bar-section.middle { + left: 2.8125rem; + right: 2.8125rem; } + +/* line 282, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_offcanvas.scss */ +a.menu-icon { + text-indent: 2.1875rem; + width: 2.8125rem; + height: 2.8125rem; + display: block; + line-height: 2.0625rem; + padding: 0; + color: white; + position: relative; } + /* line 293, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_offcanvas.scss */ + a.menu-icon span { + position: absolute; + display: block; + width: 1rem; + height: 0; + left: 0.8125rem; + top: 0.3125rem; + -webkit-box-shadow: 0 10px 0 1px white, 0 16px 0 1px white, 0 22px 0 1px white; + box-shadow: 0 10px 0 1px white, 0 16px 0 1px white, 0 22px 0 1px white; } + /* line 313, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_offcanvas.scss */ + a.menu-icon:hover span { + -webkit-box-shadow: 0 10px 0 1px #b3b3b3, 0 16px 0 1px #b3b3b3, 0 22px 0 1px #b3b3b3; + box-shadow: 0 10px 0 1px #b3b3b3, 0 16px 0 1px #b3b3b3, 0 22px 0 1px #b3b3b3; } + +/* line 325, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_offcanvas.scss */ +.left-off-canvas-menu { + -webkit-transform: translate3d(-100%, 0, 0); + -moz-transform: translate3d(-100%, 0, 0); + -ms-transform: translate3d(-100%, 0, 0); + -o-transform: translate3d(-100%, 0, 0); + transform: translate3d(-100%, 0, 0); } + +/* line 326, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_offcanvas.scss */ +.right-off-canvas-menu { + -webkit-transform: translate3d(100%, 0, 0); + -moz-transform: translate3d(100%, 0, 0); + -ms-transform: translate3d(100%, 0, 0); + -o-transform: translate3d(100%, 0, 0); + transform: translate3d(100%, 0, 0); + right: 0; } + +/* line 328, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_offcanvas.scss */ +ul.off-canvas-list { + list-style-type: none; + padding: 0; + margin: 0; } + /* line 204, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_offcanvas.scss */ + ul.off-canvas-list li label { + padding: 0.3rem 0.9375rem; + color: #999999; + text-transform: uppercase; + font-weight: bold; + background: #444444; + border-top: 1px solid #5e5e5e; + border-bottom: none; + margin: 0; } + /* line 214, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_offcanvas.scss */ + ul.off-canvas-list li a { + display: block; + padding: 0.66667rem; + color: rgba(255, 255, 255, 0.7); + border-bottom: 1px solid #262626; } + +/* line 334, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_offcanvas.scss */ +.move-right > .inner-wrap { + -webkit-transform: translate3d(250px, 0, 0); + -moz-transform: translate3d(250px, 0, 0); + -ms-transform: translate3d(250px, 0, 0); + -o-transform: translate3d(250px, 0, 0); + transform: translate3d(250px, 0, 0); } +/* line 337, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_offcanvas.scss */ +.move-right a.exit-off-canvas { + transition: background 300ms ease; + cursor: pointer; + box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5); + display: block; + position: absolute; + background: rgba(255, 255, 255, 0.2); + top: 0; + bottom: 0; + left: 0; + right: 0; + z-index: 1002; } + @media only screen and (min-width: 40.063em) { + /* line 244, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_offcanvas.scss */ + .move-right a.exit-off-canvas:hover { + background: rgba(255, 255, 255, 0.05); } } + +/* line 341, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_offcanvas.scss */ +.move-left > .inner-wrap { + -webkit-transform: translate3d(-250px, 0, 0); + -moz-transform: translate3d(-250px, 0, 0); + -ms-transform: translate3d(-250px, 0, 0); + -o-transform: translate3d(-250px, 0, 0); + transform: translate3d(-250px, 0, 0); } +/* line 345, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_offcanvas.scss */ +.move-left a.exit-off-canvas { + transition: background 300ms ease; + cursor: pointer; + box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5); + display: block; + position: absolute; + background: rgba(255, 255, 255, 0.2); + top: 0; + bottom: 0; + left: 0; + right: 0; + z-index: 1002; } + @media only screen and (min-width: 40.063em) { + /* line 244, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_offcanvas.scss */ + .move-left a.exit-off-canvas:hover { + background: rgba(255, 255, 255, 0.05); } } + +/* line 353, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_offcanvas.scss */ +.lt-ie10 .left-off-canvas-menu { + left: -250px; } +/* line 354, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_offcanvas.scss */ +.lt-ie10 .right-off-canvas-menu { + right: -250px; } +/* line 357, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_offcanvas.scss */ +.lt-ie10 .move-left > .inner-wrap { + right: 250px; } +/* line 358, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_offcanvas.scss */ +.lt-ie10 .move-right > .inner-wrap { + left: 250px; } + +/* Foundation Visibility HTML Classes */ +/* line 27, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_visibility.scss */ +.show-for-small, +.show-for-small-only, +.show-for-medium-down, +.show-for-large-down, +.hide-for-medium, +.hide-for-medium-up, +.hide-for-medium-only, +.hide-for-large, +.hide-for-large-up, +.hide-for-large-only, +.hide-for-xlarge, +.hide-for-xlarge-up, +.hide-for-xlarge-only, +.hide-for-xxlarge-up, +.hide-for-xxlarge-only { + display: inherit !important; } + +/* line 43, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_visibility.scss */ +.hide-for-small, +.hide-for-small-only, +.hide-for-medium-down, +.show-for-medium, +.show-for-medium-up, +.show-for-medium-only, +.hide-for-large-down, +.show-for-large, +.show-for-large-up, +.show-for-large-only, +.show-for-xlarge, +.show-for-xlarge-up, +.show-for-xlarge-only, +.show-for-xxlarge-up, +.show-for-xxlarge-only { + display: none !important; } + +/* Specific visibility for tables */ +/* line 61, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_visibility.scss */ +table.show-for-small, table.show-for-small-only, table.show-for-medium-down, table.show-for-large-down, table.hide-for-medium, table.hide-for-medium-up, table.hide-for-medium-only, table.hide-for-large, table.hide-for-large-up, table.hide-for-large-only, table.hide-for-xlarge, table.hide-for-xlarge-up, table.hide-for-xlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge-only { + display: table; } + +/* line 78, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_visibility.scss */ +thead.show-for-small, thead.show-for-small-only, thead.show-for-medium-down, thead.show-for-large-down, thead.hide-for-medium, thead.hide-for-medium-up, thead.hide-for-medium-only, thead.hide-for-large, thead.hide-for-large-up, thead.hide-for-large-only, thead.hide-for-xlarge, thead.hide-for-xlarge-up, thead.hide-for-xlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge-only { + display: table-header-group !important; } + +/* line 95, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_visibility.scss */ +tbody.show-for-small, tbody.show-for-small-only, tbody.show-for-medium-down, tbody.show-for-large-down, tbody.hide-for-medium, tbody.hide-for-medium-up, tbody.hide-for-medium-only, tbody.hide-for-large, tbody.hide-for-large-up, tbody.hide-for-large-only, tbody.hide-for-xlarge, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge-only { + display: table-row-group !important; } + +/* line 112, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_visibility.scss */ +tr.show-for-small, tr.show-for-small-only, tr.show-for-medium-down, tr.show-for-large-down, tr.hide-for-medium, tr.hide-for-medium-up, tr.hide-for-medium-only, tr.hide-for-large, tr.hide-for-large-up, tr.hide-for-large-only, tr.hide-for-xlarge, tr.hide-for-xlarge-up, tr.hide-for-xlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge-only { + display: table-row !important; } + +/* line 126, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_visibility.scss */ +td.show-for-small, td.show-for-small-only, td.show-for-medium-down +td.show-for-large-down, td.hide-for-medium, td.hide-for-medium-up, td.hide-for-large, td.hide-for-large-up, td.hide-for-xlarge +td.hide-for-xlarge-up, td.hide-for-xxlarge-up, +th.show-for-small, +th.show-for-small-only, +th.show-for-medium-down +th.show-for-large-down, +th.hide-for-medium, +th.hide-for-medium-up, +th.hide-for-large, +th.hide-for-large-up, +th.hide-for-xlarge +th.hide-for-xlarge-up, +th.hide-for-xxlarge-up { + display: table-cell !important; } + +/* Medium Displays: 641px and up */ +@media only screen and (min-width: 40.063em) { + /* line 144, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_visibility.scss */ + .hide-for-small, + .hide-for-small-only, + .show-for-medium, + .show-for-medium-down, + .show-for-medium-up, + .show-for-medium-only, + .hide-for-large, + .hide-for-large-up, + .hide-for-large-only, + .hide-for-xlarge, + .hide-for-xlarge-up, + .hide-for-xlarge-only, + .hide-for-xxlarge-up, + .hide-for-xxlarge-only { + display: inherit !important; } + + /* line 160, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_visibility.scss */ + .show-for-small, + .show-for-small-only, + .hide-for-medium, + .hide-for-medium-down, + .hide-for-medium-up, + .hide-for-medium-only, + .hide-for-large-down, + .show-for-large, + .show-for-large-up, + .show-for-large-only, + .show-for-xlarge, + .show-for-xlarge-up, + .show-for-xlarge-only, + .show-for-xxlarge-up, + .show-for-xxlarge-only { + display: none !important; } + + /* Specific visibility for tables */ + /* line 177, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_visibility.scss */ + table.hide-for-small, table.hide-for-small-only, table.show-for-medium, table.show-for-medium-down, table.show-for-medium-up, table.show-for-medium-only, table.hide-for-large, table.hide-for-large-up, table.hide-for-large-only, table.hide-for-xlarge, table.hide-for-xlarge-up, table.hide-for-xlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge-only { + display: table; } + + /* line 193, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_visibility.scss */ + thead.hide-for-small, thead.hide-for-small-only, thead.show-for-medium, thead.show-for-medium-down, thead.show-for-medium-up, thead.show-for-medium-only, thead.hide-for-large, thead.hide-for-large-up, thead.hide-for-large-only, thead.hide-for-xlarge, thead.hide-for-xlarge-up, thead.hide-for-xlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge-only { + display: table-header-group !important; } + + /* line 209, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_visibility.scss */ + tbody.hide-for-small, tbody.hide-for-small-only, tbody.show-for-medium, tbody.show-for-medium-down, tbody.show-for-medium-up, tbody.show-for-medium-only, tbody.hide-for-large, tbody.hide-for-large-up, tbody.hide-for-large-only, tbody.hide-for-xlarge, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge-only { + display: table-row-group !important; } + + /* line 225, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_visibility.scss */ + tr.hide-for-small, tr.hide-for-small-only, tr.show-for-medium, tr.show-for-medium-down, tr.show-for-medium-up, tr.show-for-medium-only, tr.hide-for-large, tr.hide-for-large-up, tr.hide-for-large-only, tr.hide-for-xlarge, tr.hide-for-xlarge-up, tr.hide-for-xlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge-only { + display: table-row !important; } + + /* line 242, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_visibility.scss */ + td.hide-for-small, td.hide-for-small-only, td.show-for-medium, td.show-for-medium-down, td.show-for-medium-up, td.show-for-medium-only, td.hide-for-large, td.hide-for-large-up, td.hide-for-large-only, td.hide-for-xlarge, td.hide-for-xlarge-up, td.hide-for-xlarge-only, td.hide-for-xxlarge-up, td.hide-for-xxlarge-only, + th.hide-for-small, + th.hide-for-small-only, + th.show-for-medium, + th.show-for-medium-down, + th.show-for-medium-up, + th.show-for-medium-only, + th.hide-for-large, + th.hide-for-large-up, + th.hide-for-large-only, + th.hide-for-xlarge, + th.hide-for-xlarge-up, + th.hide-for-xlarge-only, + th.hide-for-xxlarge-up, + th.hide-for-xxlarge-only { + display: table-cell !important; } } +/* Large Displays: 1024px and up */ +@media only screen and (min-width: 64.063em) { + /* line 261, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_visibility.scss */ + .hide-for-small, + .hide-for-small-only, + .hide-for-medium, + .hide-for-medium-down, + .hide-for-medium-only, + .show-for-medium-up, + .show-for-large, + .show-for-large-up, + .show-for-large-only, + .hide-for-xlarge, + .hide-for-xlarge-up, + .hide-for-xlarge-only, + .hide-for-xxlarge-up, + .hide-for-xxlarge-only { + display: inherit !important; } + + /* line 274, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_visibility.scss */ + .show-for-small-only, + .show-for-medium, + .show-for-medium-down, + .show-for-medium-only, + .hide-for-large, + .hide-for-large-up, + .hide-for-large-only, + .show-for-xlarge, + .show-for-xlarge-up, + .show-for-xlarge-only, + .show-for-xxlarge-up, + .show-for-xxlarge-only { + display: none !important; } + + /* Specific visilbity for tables */ + /* line 291, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_visibility.scss */ + table.hide-for-small, table.hide-for-small-only, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-medium-only, table.show-for-medium-up, table.show-for-large, table.show-for-large-up, table.show-for-large-only, table.hide-for-xlarge, table.hide-for-xlarge-up, table.hide-for-xlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge-only { + display: table; } + + /* line 307, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_visibility.scss */ + thead.hide-for-small, thead.hide-for-small-only, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.show-for-large, thead.show-for-large-up, thead.show-for-large-only, thead.hide-for-xlarge, thead.hide-for-xlarge-up, thead.hide-for-xlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge-only { + display: table-header-group !important; } + + /* line 323, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_visibility.scss */ + tbody.hide-for-small, tbody.hide-for-small-only, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.show-for-large, tbody.show-for-large-up, tbody.show-for-large-only, tbody.hide-for-xlarge, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge-only { + display: table-row-group !important; } + + /* line 339, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_visibility.scss */ + tr.hide-for-small, tr.hide-for-small-only, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.show-for-large, tr.show-for-large-up, tr.show-for-large-only, tr.hide-for-xlarge, tr.hide-for-xlarge-up, tr.hide-for-xlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge-only { + display: table-row !important; } + + /* line 356, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_visibility.scss */ + td.hide-for-small, td.hide-for-small-only, td.hide-for-medium, td.hide-for-medium-down, td.hide-for-medium-only, td.show-for-medium-up, td.show-for-large, td.show-for-large-up, td.show-for-large-only, td.hide-for-xlarge, td.hide-for-xlarge-up, td.hide-for-xlarge-only, td.hide-for-xxlarge-up, td.hide-for-xxlarge-only, + th.hide-for-small, + th.hide-for-small-only, + th.hide-for-medium, + th.hide-for-medium-down, + th.hide-for-medium-only, + th.show-for-medium-up, + th.show-for-large, + th.show-for-large-up, + th.show-for-large-only, + th.hide-for-xlarge, + th.hide-for-xlarge-up, + th.hide-for-xlarge-only, + th.hide-for-xxlarge-up, + th.hide-for-xxlarge-only { + display: table-cell !important; } } +/* X-Large Displays: 1441 and up */ +@media only screen and (min-width: 90.063em) { + /* line 373, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_visibility.scss */ + .hide-for-small, + .hide-for-small-only, + .hide-for-medium, + .hide-for-medium-down, + .hide-for-medium-only, + .show-for-medium-up, + .show-for-large-up, + .show-for-xlarge, + .show-for-xlarge-up, + .show-for-xlarge-only, + .hide-for-xxlarge-up, + .hide-for-xxlarge-only { + display: inherit !important; } + + /* line 386, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_visibility.scss */ + .show-for-small-only, + .show-for-medium, + .show-for-medium-down, + .show-for-medium-only, + .show-for-large, + .show-for-large-only, + .show-for-large-down, + .hide-for-xlarge, + .hide-for-xlarge-up, + .hide-for-xlarge-only, + .show-for-xxlarge-up, + .show-for-xxlarge-only { + display: none !important; } + + /* Specific visilbity for tables */ + /* line 401, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_visibility.scss */ + table.hide-for-small, table.hide-for-small-only, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-medium-only, table.show-for-medium-up, table.show-for-large-up, table.show-for-xlarge, table.show-for-xlarge-up, table.show-for-xlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge-only { + display: table; } + + /* line 415, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_visibility.scss */ + thead.hide-for-small, thead.hide-for-small-only, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.show-for-large-up, thead.show-for-xlarge, thead.show-for-xlarge-up, thead.show-for-xlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge-only { + display: table-header-group !important; } + + /* line 429, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_visibility.scss */ + tbody.hide-for-small, tbody.hide-for-small-only, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.show-for-large-up, tbody.show-for-xlarge, tbody.show-for-xlarge-up, tbody.show-for-xlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge-only { + display: table-row-group !important; } + + /* line 443, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_visibility.scss */ + tr.hide-for-small, tr.hide-for-small-only, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.show-for-large-up, tr.show-for-xlarge, tr.show-for-xlarge-up, tr.show-for-xlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge-only { + display: table-row !important; } + + /* line 458, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_visibility.scss */ + td.hide-for-small, td.hide-for-small-only, td.hide-for-medium, td.hide-for-medium-down, td.hide-for-medium-only, td.show-for-medium-up, td.show-for-large-up, td.show-for-xlarge, td.show-for-xlarge-up, td.show-for-xlarge-only, td.hide-for-xxlarge-up, td.hide-for-xxlarge-only, + th.hide-for-small, + th.hide-for-small-only, + th.hide-for-medium, + th.hide-for-medium-down, + th.hide-for-medium-only, + th.show-for-medium-up, + th.show-for-large-up, + th.show-for-xlarge, + th.show-for-xlarge-up, + th.show-for-xlarge-only, + th.hide-for-xxlarge-up, + th.hide-for-xxlarge-only { + display: table-cell !important; } } +/* XX-Large Displays: 1920 and up */ +@media only screen and (min-width: 120.063em) { + /* line 473, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_visibility.scss */ + .hide-for-small, + .hide-for-small-only, + .hide-for-medium, + .hide-for-medium-down, + .hide-for-medium-only, + .show-for-medium-up, + .show-for-large-up, + .show-for-xlarge-up, + .show-for-xxlarge-up, + .show-for-xxlarge-only { + display: inherit !important; } + + /* line 485, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_visibility.scss */ + .show-for-small-only, + .show-for-medium, + .show-for-medium-down, + .show-for-medium-only, + .show-for-large, + .show-for-large-only, + .show-for-large-down, + .hide-for-xlarge, + .show-for-xlarge-only, + .hide-for-xxlarge-up, + .hide-for-xxlarge-only { + display: none !important; } + + /* Specific visilbity for tables */ + /* line 498, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_visibility.scss */ + table.hide-for-small, table.hide-for-small-only, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-medium-only, table.show-for-medium-up, table.show-for-large-up, table.show-for-xlarge-up, table.show-for-xxlarge-up, table.show-for-xxlarge-only { + display: table; } + + /* line 510, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_visibility.scss */ + thead.hide-for-small, thead.hide-for-small-only, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.show-for-large-up, thead.show-for-xlarge-up, thead.show-for-xxlarge-up, thead.show-for-xxlarge-only { + display: table-header-group !important; } + + /* line 522, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_visibility.scss */ + tbody.hide-for-small, tbody.hide-for-small-only, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.show-for-large-up, tbody.show-for-xlarge-up, tbody.show-for-xxlarge-up, tbody.show-for-xxlarge-only { + display: table-row-group !important; } + + /* line 534, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_visibility.scss */ + tr.hide-for-small, tr.hide-for-small-only, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.show-for-large-up, tr.show-for-xlarge-up, tr.show-for-xxlarge-up, tr.show-for-xxlarge-only { + display: table-row !important; } + + /* line 547, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_visibility.scss */ + td.hide-for-small, td.hide-for-small-only, td.hide-for-medium, td.hide-for-medium-down, td.hide-for-medium-only, td.show-for-medium-up, td.show-for-large-up, td.show-for-xlarge-up, td.show-for-xxlarge-up, td.show-for-xxlarge-only, + th.hide-for-small, + th.hide-for-small-only, + th.hide-for-medium, + th.hide-for-medium-down, + th.hide-for-medium-only, + th.show-for-medium-up, + th.show-for-large-up, + th.show-for-xlarge-up, + th.show-for-xxlarge-up, + th.show-for-xxlarge-only { + display: table-cell !important; } } +/* Orientation targeting */ +/* line 554, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_visibility.scss */ +.show-for-landscape, +.hide-for-portrait { + display: inherit !important; } + +/* line 556, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_visibility.scss */ +.hide-for-landscape, +.show-for-portrait { + display: none !important; } + +/* Specific visilbity for tables */ +/* line 561, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_visibility.scss */ +table.hide-for-landscape, table.show-for-portrait { + display: table; } + +/* line 565, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_visibility.scss */ +thead.hide-for-landscape, thead.show-for-portrait { + display: table-header-group !important; } + +/* line 569, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_visibility.scss */ +tbody.hide-for-landscape, tbody.show-for-portrait { + display: table-row-group !important; } + +/* line 573, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_visibility.scss */ +tr.hide-for-landscape, tr.show-for-portrait { + display: table-row !important; } + +/* line 578, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_visibility.scss */ +td.hide-for-landscape, td.show-for-portrait, +th.hide-for-landscape, +th.show-for-portrait { + display: table-cell !important; } + +@media only screen and (orientation: landscape) { + /* line 583, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_visibility.scss */ + .show-for-landscape, + .hide-for-portrait { + display: inherit !important; } + + /* line 585, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_visibility.scss */ + .hide-for-landscape, + .show-for-portrait { + display: none !important; } + + /* Specific visilbity for tables */ + /* line 590, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_visibility.scss */ + table.show-for-landscape, table.hide-for-portrait { + display: table; } + + /* line 594, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_visibility.scss */ + thead.show-for-landscape, thead.hide-for-portrait { + display: table-header-group !important; } + + /* line 598, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_visibility.scss */ + tbody.show-for-landscape, tbody.hide-for-portrait { + display: table-row-group !important; } + + /* line 602, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_visibility.scss */ + tr.show-for-landscape, tr.hide-for-portrait { + display: table-row !important; } + + /* line 607, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_visibility.scss */ + td.show-for-landscape, td.hide-for-portrait, + th.show-for-landscape, + th.hide-for-portrait { + display: table-cell !important; } } +@media only screen and (orientation: portrait) { + /* line 613, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_visibility.scss */ + .show-for-portrait, + .hide-for-landscape { + display: inherit !important; } + + /* line 615, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_visibility.scss */ + .hide-for-portrait, + .show-for-landscape { + display: none !important; } + + /* Specific visilbity for tables */ + /* line 620, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_visibility.scss */ + table.show-for-portrait, table.hide-for-landscape { + display: table; } + + /* line 624, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_visibility.scss */ + thead.show-for-portrait, thead.hide-for-landscape { + display: table-header-group !important; } + + /* line 628, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_visibility.scss */ + tbody.show-for-portrait, tbody.hide-for-landscape { + display: table-row-group !important; } + + /* line 632, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_visibility.scss */ + tr.show-for-portrait, tr.hide-for-landscape { + display: table-row !important; } + + /* line 637, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_visibility.scss */ + td.show-for-portrait, td.hide-for-landscape, + th.show-for-portrait, + th.hide-for-landscape { + display: table-cell !important; } } +/* Touch-enabled device targeting */ +/* line 642, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_visibility.scss */ +.show-for-touch { + display: none !important; } + +/* line 643, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_visibility.scss */ +.hide-for-touch { + display: inherit !important; } + +/* line 644, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_visibility.scss */ +.touch .show-for-touch { + display: inherit !important; } + +/* line 645, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_visibility.scss */ +.touch .hide-for-touch { + display: none !important; } + +/* Specific visilbity for tables */ +/* line 648, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_visibility.scss */ +table.hide-for-touch { + display: table; } + +/* line 649, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_visibility.scss */ +.touch table.show-for-touch { + display: table; } + +/* line 650, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_visibility.scss */ +thead.hide-for-touch { + display: table-header-group !important; } + +/* line 651, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_visibility.scss */ +.touch thead.show-for-touch { + display: table-header-group !important; } + +/* line 652, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_visibility.scss */ +tbody.hide-for-touch { + display: table-row-group !important; } + +/* line 653, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_visibility.scss */ +.touch tbody.show-for-touch { + display: table-row-group !important; } + +/* line 654, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_visibility.scss */ +tr.hide-for-touch { + display: table-row !important; } + +/* line 655, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_visibility.scss */ +.touch tr.show-for-touch { + display: table-row !important; } + +/* line 656, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_visibility.scss */ +td.hide-for-touch { + display: table-cell !important; } + +/* line 657, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_visibility.scss */ +.touch td.show-for-touch { + display: table-cell !important; } + +/* line 658, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_visibility.scss */ +th.hide-for-touch { + display: table-cell !important; } + +/* line 659, /home/bitnami/projects/apachefriends-web/bower_components/foundation/scss/foundation/components/_visibility.scss */ +.touch th.show-for-touch { + display: table-cell !important; } + +/* line 693, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ +.top-bar-section > ul > li > a:not(.button) { + padding: 0 15px; + /* reduce padding to allow more nav items */ } + +/* line 697, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ +.asciidoctor { + font-size: 1em; + /*! normalize.css v2.1.2 | MIT License | git.io/normalize */ + /* ========================================================================== HTML5 display definitions ========================================================================== */ + /** Correct `block` display not defined in IE 8/9. */ + /** Correct `inline-block` display not defined in IE 8/9. */ + /** Prevent modern browsers from displaying `audio` without controls. Remove excess height in iOS 5 devices. */ + /** Address `[hidden]` styling not present in IE 8/9. Hide the `template` element in IE, Safari, and Firefox < 22. */ + /* ========================================================================== Base ========================================================================== */ + /** 1. Set default font family to sans-serif. 2. Prevent iOS text size adjust after orientation change, without disabling user zoom. */ + /** Remove default margin. */ + /* ========================================================================== Links ========================================================================== */ + /** Remove the gray background color from active links in IE 10. */ + /** Address `outline` inconsistency between Chrome and other browsers. */ + /** Improve readability when focused and also mouse hovered in all browsers. */ + /* ========================================================================== Typography ========================================================================== */ + /** Address variable `h1` font-size and margin within `section` and `article` contexts in Firefox 4+, Safari 5, and Chrome. */ + /** Address styling not present in IE 8/9, Safari 5, and Chrome. */ + /** Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome. */ + /** Address styling not present in Safari 5 and Chrome. */ + /** Address differences between Firefox and other browsers. */ + /** Address styling not present in IE 8/9. */ + /** Correct font family set oddly in Safari 5 and Chrome. */ + /** Improve readability of pre-formatted text in all browsers. */ + /** Set consistent quote types. */ + /** Address inconsistent and variable font size in all browsers. */ + /** Prevent `sub` and `sup` affecting `line-height` in all browsers. */ + /* ========================================================================== Embedded content ========================================================================== */ + /** Remove border when inside `a` element in IE 8/9. */ + /** Correct overflow displayed oddly in IE 9. */ + /* ========================================================================== Figures ========================================================================== */ + /** Address margin not present in IE 8/9 and Safari 5. */ + /* ========================================================================== Forms ========================================================================== */ + /** Define consistent border, margin, and padding. */ + /** 1. Correct `color` not being inherited in IE 8/9. 2. Remove padding so people aren't caught out if they zero out fieldsets. */ + /** 1. Correct font family not being inherited in all browsers. 2. Correct font size not being inherited in all browsers. 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome. */ + /** Address Firefox 4+ setting `line-height` on `input` using `!important` in the UA stylesheet. */ + /** Address inconsistent `text-transform` inheritance for `button` and `select`. All other form control elements do not inherit `text-transform` values. Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+. Correct `select` style inheritance in Firefox 4+ and Opera. */ + /** 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` and `video` controls. 2. Correct inability to style clickable `input` types in iOS. 3. Improve usability and consistency of cursor style between image-type `input` and others. */ + /** Re-set default cursor for disabled elements. */ + /** 1. Address box sizing set to `content-box` in IE 8/9. 2. Remove excess padding in IE 8/9. */ + /** 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome. 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome (include `-moz` to future-proof). */ + /** Remove inner padding and search cancel button in Safari 5 and Chrome on OS X. */ + /** Remove inner padding and border in Firefox 4+. */ + /** 1. Remove default vertical scrollbar in IE 8/9. 2. Improve readability and alignment in all browsers. */ + /* ========================================================================== Tables ========================================================================== */ + /** Remove most spacing between table cells. */ + /* Typography resets */ + /* Default Link Styles */ + /* Default paragraph styles */ + /* Default header styles */ + /* Helpful Typography Defaults */ + /* Lists */ + /* Unordered Lists */ + /* Ordered Lists */ + /* Definition Lists */ + /* Abbreviations */ + /* Blockquotes */ + /* Microformats */ + /* Tables */ + /* use foundation sizes */ } + /* line 5, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor article, .asciidoctor aside, .asciidoctor details, .asciidoctor figcaption, .asciidoctor figure, .asciidoctor footer, .asciidoctor header, .asciidoctor hgroup, .asciidoctor main, .asciidoctor nav, .asciidoctor section, .asciidoctor summary { + display: block; } + /* line 8, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor audio, .asciidoctor canvas, .asciidoctor video { + display: inline-block; } + /* line 11, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor audio:not([controls]) { + display: none; + height: 0; } + /* line 14, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor [hidden], .asciidoctor template { + display: none; } + /* line 16, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor script { + display: none !important; } + /* line 20, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor html { + font-family: sans-serif; + /* 1 */ + -ms-text-size-adjust: 100%; + /* 2 */ + -webkit-text-size-adjust: 100%; + /* 2 */ } + /* line 23, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor body { + margin: 0; } + /* line 27, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor a { + background: transparent; } + /* line 30, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor a:focus { + outline: thin dotted; } + /* line 33, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor a:active, .asciidoctor a:hover { + outline: 0; } + /* line 37, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor h1 { + font-size: 2em; + margin: 0.67em 0; } + /* line 40, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor abbr[title] { + border-bottom: 1px dotted; } + /* line 43, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor b, .asciidoctor strong { + font-weight: bold; } + /* line 46, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor dfn { + font-style: italic; } + /* line 49, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor hr { + -moz-box-sizing: content-box; + box-sizing: content-box; + height: 0; } + /* line 52, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor mark { + background: #ff0; + color: #000; } + /* line 55, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor code, .asciidoctor kbd, .asciidoctor pre, .asciidoctor samp { + font-family: monospace, serif; + font-size: 1em; } + /* line 58, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor pre { + white-space: pre-wrap; } + /* line 61, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor q { + quotes: "\201C" "\201D" "\2018" "\2019"; } + /* line 64, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor small { + font-size: 80%; } + /* line 67, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor sub, .asciidoctor sup { + font-size: 75%; + line-height: 0; + position: relative; + vertical-align: baseline; } + /* line 69, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor sup { + top: -0.5em; } + /* line 71, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor sub { + bottom: -0.25em; } + /* line 75, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor img { + border: 0; } + /* line 78, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor svg:not(:root) { + overflow: hidden; } + /* line 82, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor figure { + margin: 0; } + /* line 86, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor fieldset { + border: 1px solid #c0c0c0; + margin: 0 2px; + padding: 0.35em 0.625em 0.75em; } + /* line 89, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor legend { + border: 0; + /* 1 */ + padding: 0; + /* 2 */ } + /* line 92, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor button, .asciidoctor input, .asciidoctor select, .asciidoctor textarea { + font-family: inherit; + /* 1 */ + font-size: 100%; + /* 2 */ + margin: 0; + /* 3 */ } + /* line 95, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor button, .asciidoctor input { + line-height: normal; } + /* line 98, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor button, .asciidoctor select { + text-transform: none; } + /* line 101, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor button, .asciidoctor html input[type="button"], .asciidoctor input[type="reset"], .asciidoctor input[type="submit"] { + -webkit-appearance: button; + /* 2 */ + cursor: pointer; + /* 3 */ } + /* line 104, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor button[disabled], .asciidoctor html input[disabled] { + cursor: default; } + /* line 107, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor input[type="checkbox"], .asciidoctor input[type="radio"] { + box-sizing: border-box; + /* 1 */ + padding: 0; + /* 2 */ } + /* line 110, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor input[type="search"] { + -webkit-appearance: textfield; + /* 1 */ + -moz-box-sizing: content-box; + -webkit-box-sizing: content-box; + /* 2 */ + box-sizing: content-box; } + /* line 113, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor input[type="search"]::-webkit-search-cancel-button, .asciidoctor input[type="search"]::-webkit-search-decoration { + -webkit-appearance: none; } + /* line 116, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor button::-moz-focus-inner, .asciidoctor input::-moz-focus-inner { + border: 0; + padding: 0; } + /* line 119, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor textarea { + overflow: auto; + /* 1 */ + vertical-align: top; + /* 2 */ } + /* line 123, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor table { + border-collapse: collapse; + border-spacing: 0; } + /* line 125, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor meta.foundation-mq-small { + font-family: "only screen and (min-width: 768px)"; + width: 768px; } + /* line 127, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor meta.foundation-mq-medium { + font-family: "only screen and (min-width:1280px)"; + width: 1280px; } + /* line 129, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor meta.foundation-mq-large { + font-family: "only screen and (min-width:1440px)"; + width: 1440px; } + /* line 131, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor *, .asciidoctor *:before, .asciidoctor *:after { + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; } + /* line 133, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor html, .asciidoctor body { + font-size: 100%; } + /* line 135, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor body { + background: white; + color: rgba(0, 0, 0, 0.8); + padding: 0; + margin: 0; + font-family: "Noto Serif", "DejaVu Serif", serif; + font-weight: normal; + font-style: normal; + line-height: 1; + position: relative; + cursor: auto; } + /* line 137, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor a:hover { + cursor: pointer; } + /* line 139, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor img, .asciidoctor object, .asciidoctor embed { + max-width: 100%; + height: auto; } + /* line 141, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor object, .asciidoctor embed { + height: 100%; } + /* line 143, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor img { + -ms-interpolation-mode: bicubic; } + /* line 145, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor #map_canvas img, .asciidoctor #map_canvas embed, .asciidoctor #map_canvas object, .asciidoctor .map_canvas img, .asciidoctor .map_canvas embed, .asciidoctor .map_canvas object { + max-width: none !important; } + /* line 147, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .left { + float: left !important; } + /* line 149, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .right, .asciidoctor body[class$="about"] dl dd img, body[class$="about"] dl dd .asciidoctor img { + float: right !important; } + /* line 151, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .text-left { + text-align: left !important; } + /* line 153, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .text-right { + text-align: right !important; } + /* line 155, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .text-center { + text-align: center !important; } + /* line 157, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .text-justify { + text-align: justify !important; } + /* line 159, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .hide { + display: none; } + /* line 161, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .antialiased, .asciidoctor body { + -webkit-font-smoothing: antialiased; } + /* line 163, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor img { + display: inline-block; + vertical-align: middle; } + /* line 165, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor textarea { + height: auto; + min-height: 50px; } + /* line 167, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor select { + width: 100%; } + /* line 169, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor p.lead, .asciidoctor .paragraph.lead > p, .asciidoctor #preamble > .sectionbody > .paragraph:first-of-type p { + font-size: 1.21875em; + line-height: 1.6; } + /* line 171, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .subheader, .asciidoctor .admonitionblock td.content > .title, .asciidoctor .admonitionblock ul#downloads > li td.notes > .title, ul#downloads > li .asciidoctor .admonitionblock td.notes > .title, .asciidoctor .audioblock > .title, .asciidoctor .exampleblock > .title, .asciidoctor .imageblock > .title, .asciidoctor .listingblock > .title, .asciidoctor .literalblock > .title, .asciidoctor .stemblock > .title, .asciidoctor .openblock > .title, .asciidoctor .paragraph > .title, .asciidoctor .quoteblock > .title, .asciidoctor table.tableblock > .title, .asciidoctor .verseblock > .title, .asciidoctor .videoblock > .title, .asciidoctor .dlist > .title, .asciidoctor .olist > .title, .asciidoctor .ulist > .title, .asciidoctor .qlist > .title, .asciidoctor .hdlist > .title { + line-height: 1.45; + color: #7a2518; + font-weight: normal; + margin-top: 0; + margin-bottom: 0.25em; } + /* line 174, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor div, .asciidoctor dl, .asciidoctor dt, .asciidoctor dd, .asciidoctor ul, .asciidoctor ol, .asciidoctor li, .asciidoctor h1, .asciidoctor h2, .asciidoctor h3, .asciidoctor #toctitle, .asciidoctor .sidebarblock > .content > .title, .asciidoctor ul#downloads > li .sidebarblock > .notes > .title, ul#downloads > li .asciidoctor .sidebarblock > .notes > .title, .asciidoctor ul#downloads > li table .sidebarblock > ul[id$="-download"] > .title, ul#downloads > li table .asciidoctor .sidebarblock > ul[id$="-download"] > .title, .asciidoctor #download > div .sidebarblock > ul[id$="-download"] > .title, #download > div .asciidoctor .sidebarblock > ul[id$="-download"] > .title, .asciidoctor h4, .asciidoctor h5, .asciidoctor h6, .asciidoctor pre, .asciidoctor form, .asciidoctor p, .asciidoctor blockquote, .asciidoctor th, .asciidoctor td { + margin: 0; + padding: 0; + direction: ltr; } + /* line 177, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor a { + color: #2156a5; + text-decoration: underline; + line-height: inherit; } + /* line 178, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor a:hover, .asciidoctor a:focus { + color: #1d4b8f; } + /* line 179, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor a img { + border: none; } + /* line 182, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor p { + font-family: inherit; + font-weight: normal; + font-size: 1em; + line-height: 1.6; + margin-bottom: 1.25em; + text-rendering: optimizeLegibility; } + /* line 183, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor p aside { + font-size: 0.875em; + line-height: 1.35; + font-style: italic; } + /* line 186, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor h1, .asciidoctor h2, .asciidoctor h3, .asciidoctor #toctitle, .asciidoctor .sidebarblock > .content > .title, .asciidoctor ul#downloads > li .sidebarblock > .notes > .title, ul#downloads > li .asciidoctor .sidebarblock > .notes > .title, .asciidoctor ul#downloads > li table .sidebarblock > ul[id$="-download"] > .title, ul#downloads > li table .asciidoctor .sidebarblock > ul[id$="-download"] > .title, .asciidoctor #download > div .sidebarblock > ul[id$="-download"] > .title, #download > div .asciidoctor .sidebarblock > ul[id$="-download"] > .title, .asciidoctor h4, .asciidoctor h5, .asciidoctor h6 { + font-family: "Open Sans", "DejaVu Sans", sans-serif; + font-weight: 300; + font-style: normal; + color: #ba3925; + text-rendering: optimizeLegibility; + margin-top: 1em; + margin-bottom: 0.5em; + line-height: 1.0125em; } + /* line 187, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor h1 small, .asciidoctor h2 small, .asciidoctor h3 small, .asciidoctor #toctitle small, .asciidoctor .sidebarblock > .content > .title small, .asciidoctor ul#downloads > li .sidebarblock > .notes > .title small, ul#downloads > li .asciidoctor .sidebarblock > .notes > .title small, .asciidoctor ul#downloads > li table .sidebarblock > ul[id$="-download"] > .title small, ul#downloads > li table .asciidoctor .sidebarblock > ul[id$="-download"] > .title small, .asciidoctor #download > div .sidebarblock > ul[id$="-download"] > .title small, #download > div .asciidoctor .sidebarblock > ul[id$="-download"] > .title small, .asciidoctor h4 small, .asciidoctor h5 small, .asciidoctor h6 small { + font-size: 60%; + color: #e99b8f; + line-height: 0; } + /* line 189, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor h1 { + font-size: 2.125em; } + /* line 191, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor h2 { + font-size: 1.6875em; } + /* line 193, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor h3, .asciidoctor #toctitle, .asciidoctor .sidebarblock > .content > .title, .asciidoctor ul#downloads > li .sidebarblock > .notes > .title, ul#downloads > li .asciidoctor .sidebarblock > .notes > .title, .asciidoctor ul#downloads > li table .sidebarblock > ul[id$="-download"] > .title, ul#downloads > li table .asciidoctor .sidebarblock > ul[id$="-download"] > .title, .asciidoctor #download > div .sidebarblock > ul[id$="-download"] > .title, #download > div .asciidoctor .sidebarblock > ul[id$="-download"] > .title { + font-size: 1.375em; } + /* line 195, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor h4 { + font-size: 1.125em; } + /* line 197, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor h5 { + font-size: 1.125em; } + /* line 199, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor h6 { + font-size: 1em; } + /* line 201, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor hr { + border: solid #ddddd8; + border-width: 1px 0 0; + clear: both; + margin: 1.25em 0 1.1875em; + height: 0; } + /* line 204, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor em, .asciidoctor i { + font-style: italic; + line-height: inherit; } + /* line 206, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor strong, .asciidoctor b { + font-weight: bold; + line-height: inherit; } + /* line 208, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor small { + font-size: 60%; + line-height: inherit; } + /* line 210, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor code { + font-family: "Droid Sans Mono", "DejaVu Sans Mono", "Monospace", monospace; + font-weight: normal; + color: rgba(0, 0, 0, 0.9); } + /* line 213, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor ul, .asciidoctor ol, .asciidoctor dl { + font-size: 1em; + line-height: 1.6; + margin-bottom: 1.25em; + list-style-position: outside; + font-family: inherit; } + /* line 215, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor ul, .asciidoctor ol { + margin-left: 1.5em; } + /* line 216, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor ul.no-bullet, .asciidoctor ul.social, .asciidoctor ul#downloads, .asciidoctor ul#docs-list, .asciidoctor ol.no-bullet, .asciidoctor ol.social { + margin-left: 1.5em; } + /* line 219, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor ul li ul, .asciidoctor ul li ol { + margin-left: 1.25em; + margin-bottom: 0; + font-size: 1em; + /* Override nested font-size change */ } + /* line 220, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor ul.square li ul, .asciidoctor ul.circle li ul, .asciidoctor ul.disc li ul { + list-style: inherit; } + /* line 221, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor ul.square { + list-style-type: square; } + /* line 222, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor ul.circle { + list-style-type: circle; } + /* line 223, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor ul.disc { + list-style-type: disc; } + /* line 224, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor ul.no-bullet, .asciidoctor ul.social, .asciidoctor ul#downloads, .asciidoctor ul#docs-list { + list-style: none; } + /* line 227, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor ol li ul, .asciidoctor ol li ol { + margin-left: 1.25em; + margin-bottom: 0; } + /* line 230, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor dl dt { + margin-bottom: 0.3125em; + font-weight: bold; } + /* line 231, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor dl dd { + margin-bottom: 1.25em; } + /* line 234, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor abbr, .asciidoctor acronym { + text-transform: uppercase; + font-size: 90%; + color: rgba(0, 0, 0, 0.8); + border-bottom: 1px dotted #dddddd; + cursor: help; } + /* line 236, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor abbr { + text-transform: none; } + /* line 239, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor blockquote { + margin: 0 0 1.25em; + padding: 0.5625em 1.25em 0 1.1875em; + border-left: 1px solid #dddddd; } + /* line 240, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor blockquote cite { + display: block; + font-size: 0.9375em; + color: rgba(0, 0, 0, 0.6); } + /* line 241, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor blockquote cite:before { + content: "\2014 \0020"; } + /* line 242, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor blockquote cite a, .asciidoctor blockquote cite a:visited { + color: rgba(0, 0, 0, 0.6); } + /* line 244, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor blockquote, .asciidoctor blockquote p { + line-height: 1.6; + color: rgba(0, 0, 0, 0.85); } + /* line 247, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .vcard { + display: inline-block; + margin: 0 0 1.25em 0; + border: 1px solid #dddddd; + padding: 0.625em 0.75em; } + /* line 248, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .vcard li { + margin: 0; + display: block; } + /* line 249, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .vcard .fn { + font-weight: bold; + font-size: 0.9375em; } + /* line 251, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .vevent .summary { + font-weight: bold; } + /* line 252, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .vevent abbr { + cursor: auto; + text-decoration: none; + font-weight: bold; + border: none; + padding: 0 0.0625em; } + @media only screen and (min-width: 768px) { + /* line 254, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor h1, .asciidoctor h2, .asciidoctor h3, .asciidoctor #toctitle, .asciidoctor .sidebarblock > .content > .title, .asciidoctor ul#downloads > li .sidebarblock > .notes > .title, ul#downloads > li .asciidoctor .sidebarblock > .notes > .title, .asciidoctor ul#downloads > li table .sidebarblock > ul[id$="-download"] > .title, ul#downloads > li table .asciidoctor .sidebarblock > ul[id$="-download"] > .title, .asciidoctor #download > div .sidebarblock > ul[id$="-download"] > .title, #download > div .asciidoctor .sidebarblock > ul[id$="-download"] > .title, .asciidoctor h4, .asciidoctor h5, .asciidoctor h6 { + line-height: 1.2; } + /* line 255, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor h1 { + font-size: 2.75em; } + /* line 256, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor h2 { + font-size: 2.3125em; } + /* line 257, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor h3, .asciidoctor #toctitle, .asciidoctor .sidebarblock > .content > .title, .asciidoctor ul#downloads > li .sidebarblock > .notes > .title, ul#downloads > li .asciidoctor .sidebarblock > .notes > .title, .asciidoctor ul#downloads > li table .sidebarblock > ul[id$="-download"] > .title, ul#downloads > li table .asciidoctor .sidebarblock > ul[id$="-download"] > .title, .asciidoctor #download > div .sidebarblock > ul[id$="-download"] > .title, #download > div .asciidoctor .sidebarblock > ul[id$="-download"] > .title { + font-size: 1.6875em; } + /* line 258, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor h4 { + font-size: 1.4375em; } } + /* line 260, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor table { + background: white; + margin-bottom: 1.25em; + border: solid 1px #dedede; } + /* line 261, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor table thead, .asciidoctor table tfoot { + background: #f7f8f7; + font-weight: bold; } + /* line 262, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor table thead tr th, .asciidoctor table thead tr td, .asciidoctor table tfoot tr th, .asciidoctor table tfoot tr td { + padding: 0.5em 0.625em 0.625em; + font-size: inherit; + color: rgba(0, 0, 0, 0.8); + text-align: left; } + /* line 263, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor table tr th, .asciidoctor table tr td { + padding: 0.5625em 0.625em; + font-size: inherit; + color: rgba(0, 0, 0, 0.8); } + /* line 264, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor table tr.even, .asciidoctor table tr.alt, .asciidoctor table tr:nth-of-type(even) { + background: #f8f8f7; } + /* line 265, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor table thead tr th, .asciidoctor table tfoot tr th, .asciidoctor table tbody tr td, .asciidoctor table tr td, .asciidoctor table tfoot tr td { + display: table-cell; + line-height: 1.6; } + /* line 267, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor h1, .asciidoctor h2, .asciidoctor h3, .asciidoctor #toctitle, .asciidoctor .sidebarblock > .content > .title, .asciidoctor ul#downloads > li .sidebarblock > .notes > .title, ul#downloads > li .asciidoctor .sidebarblock > .notes > .title, .asciidoctor ul#downloads > li table .sidebarblock > ul[id$="-download"] > .title, ul#downloads > li table .asciidoctor .sidebarblock > ul[id$="-download"] > .title, .asciidoctor #download > div .sidebarblock > ul[id$="-download"] > .title, #download > div .asciidoctor .sidebarblock > ul[id$="-download"] > .title, .asciidoctor h4, .asciidoctor h5, .asciidoctor h6 { + line-height: 1.2; + word-spacing: -0.05em; } + /* line 268, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor h1 strong, .asciidoctor h2 strong, .asciidoctor h3 strong, .asciidoctor #toctitle strong, .asciidoctor .sidebarblock > .content > .title strong, .asciidoctor ul#downloads > li .sidebarblock > .notes > .title strong, ul#downloads > li .asciidoctor .sidebarblock > .notes > .title strong, .asciidoctor ul#downloads > li table .sidebarblock > ul[id$="-download"] > .title strong, ul#downloads > li table .asciidoctor .sidebarblock > ul[id$="-download"] > .title strong, .asciidoctor #download > div .sidebarblock > ul[id$="-download"] > .title strong, #download > div .asciidoctor .sidebarblock > ul[id$="-download"] > .title strong, .asciidoctor h4 strong, .asciidoctor h5 strong, .asciidoctor h6 strong { + font-weight: 400; } + /* line 270, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .clearfix:before, .asciidoctor #breaking div:before, #breaking .asciidoctor div:before, .asciidoctor body[class$="about"] dl dd:before, body[class$="about"] dl .asciidoctor dd:before, .asciidoctor .clearfix:after, .asciidoctor #breaking div:after, #breaking .asciidoctor div:after, .asciidoctor body[class$="about"] dl dd:after, body[class$="about"] dl .asciidoctor dd:after, .asciidoctor .float-group:before, .asciidoctor .float-group:after { + content: " "; + display: table; } + /* line 271, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .clearfix:after, .asciidoctor #breaking div:after, #breaking .asciidoctor div:after, .asciidoctor body[class$="about"] dl dd:after, body[class$="about"] dl .asciidoctor dd:after, .asciidoctor .float-group:after { + clear: both; } + /* line 273, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor *:not(pre) > code { + font-size: 0.9375em; + font-style: normal !important; + letter-spacing: 0; + padding: 0.1em 0.5ex; + word-spacing: -0.15em; + background-color: #f7f7f8; + -webkit-border-radius: 4px; + border-radius: 4px; + line-height: 1.45; + text-rendering: optimizeSpeed; } + /* line 275, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor pre, .asciidoctor pre > code { + line-height: 1.45; + color: rgba(0, 0, 0, 0.9); + font-family: "Droid Sans Mono", "DejaVu Sans Mono", "Monospace", monospace; + font-weight: normal; + text-rendering: optimizeSpeed; } + /* line 277, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .keyseq { + color: rgba(51, 51, 51, 0.8); } + /* line 279, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor kbd { + display: inline-block; + color: rgba(0, 0, 0, 0.8); + font-size: 0.75em; + line-height: 1.4; + background-color: #f7f7f7; + border: 1px solid #ccc; + -webkit-border-radius: 3px; + border-radius: 3px; + -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 0 0 0.1em white inset; + box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 0 0 0.1em white inset; + margin: -0.15em 0.15em 0 0.15em; + padding: 0.2em 0.6em 0.2em 0.5em; + vertical-align: middle; + white-space: nowrap; } + /* line 281, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .keyseq kbd:first-child { + margin-left: 0; } + /* line 283, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .keyseq kbd:last-child { + margin-right: 0; } + /* line 285, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .menuseq, .asciidoctor .menu { + color: rgba(0, 0, 0, 0.8); } + /* line 287, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor b.button:before, .asciidoctor b.button:after { + position: relative; + top: -1px; + font-weight: normal; } + /* line 289, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor b.button:before { + content: "["; + padding: 0 3px 0 2px; } + /* line 291, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor b.button:after { + content: "]"; + padding: 0 2px 0 3px; } + /* line 293, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor p a > code:hover { + color: rgba(0, 0, 0, 0.9); } + /* line 295, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor #header, .asciidoctor #content, .asciidoctor #footnotes, .asciidoctor #footer { + width: 100%; + margin-left: auto; + margin-right: auto; + margin-top: 0; + margin-bottom: 0; + max-width: 62.5em; + *zoom: 1; + position: relative; + padding-left: 0.9375em; + padding-right: 0.9375em; } + /* line 296, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor #header:before, .asciidoctor #header:after, .asciidoctor #content:before, .asciidoctor #content:after, .asciidoctor #footnotes:before, .asciidoctor #footnotes:after, .asciidoctor #footer:before, .asciidoctor #footer:after { + content: " "; + display: table; } + /* line 297, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor #header:after, .asciidoctor #content:after, .asciidoctor #footnotes:after, .asciidoctor #footer:after { + clear: both; } + /* line 299, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor #content { + margin-top: 1.25em; } + /* line 301, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor #content:before { + content: none; } + /* line 303, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor #header > h1:first-child { + color: rgba(0, 0, 0, 0.85); + margin-top: 2.25rem; + margin-bottom: 0; } + /* line 304, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor #header > h1:first-child + #toc { + margin-top: 8px; + border-top: 1px solid #ddddd8; } + /* line 305, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor #header > h1:only-child, .asciidoctor body.toc2 #header > h1:nth-last-child(2) { + border-bottom: 1px solid #ddddd8; + padding-bottom: 8px; } + /* line 306, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor #header .details { + border-bottom: 1px solid #ddddd8; + line-height: 1.45; + padding-top: 0.25em; + padding-bottom: 0.25em; + padding-left: 0.25em; + color: rgba(0, 0, 0, 0.6); + display: -ms-flexbox; + display: -webkit-flex; + display: flex; + -ms-flex-flow: row wrap; + -webkit-flex-flow: row wrap; + flex-flow: row wrap; } + /* line 307, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor #header .details span:first-child { + margin-left: -0.125em; } + /* line 308, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor #header .details span.email a { + color: rgba(0, 0, 0, 0.85); } + /* line 309, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor #header .details br { + display: none; } + /* line 310, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor #header .details br + span:before { + content: "\00a0\2013\00a0"; } + /* line 311, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor #header .details br + span.author:before { + content: "\00a0\22c5\00a0"; + color: rgba(0, 0, 0, 0.85); } + /* line 312, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor #header .details br + span#revremark:before { + content: "\00a0|\00a0"; } + /* line 313, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor #header #revnumber { + text-transform: capitalize; } + /* line 314, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor #header #revnumber:after { + content: "\00a0"; } + /* line 316, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor #content > h1:first-child:not([class]) { + color: rgba(0, 0, 0, 0.85); + border-bottom: 1px solid #ddddd8; + padding-bottom: 8px; + margin-top: 0; + padding-top: 1rem; + margin-bottom: 1.25rem; } + /* line 318, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor #toc { + border-bottom: 1px solid #efefed; + padding-bottom: 0.5em; } + /* line 319, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor #toc > ul { + margin-left: 0.125em; } + /* line 320, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor #toc ul.sectlevel0 > li > a { + font-style: italic; } + /* line 321, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor #toc ul.sectlevel0 ul.sectlevel1 { + margin: 0.5em 0; } + /* line 322, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor #toc ul { + font-family: "Open Sans", "DejaVu Sans", sans-serif; + list-style-type: none; } + /* line 323, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor #toc a { + text-decoration: none; } + /* line 324, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor #toc a:active { + text-decoration: underline; } + /* line 326, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor #toctitle { + color: #7a2518; + font-size: 1.2em; } + @media only screen and (min-width: 768px) { + /* line 328, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor #toctitle { + font-size: 1.375em; } + /* line 329, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor body.toc2 { + padding-left: 15em; + padding-right: 0; } + /* line 330, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor #toc.toc2 { + margin-top: 0 !important; + background-color: #f8f8f7; + position: fixed; + width: 15em; + left: 0; + top: 0; + border-right: 1px solid #efefed; + border-top-width: 0 !important; + border-bottom-width: 0 !important; + z-index: 1000; + padding: 1.25em 1em; + height: 100%; + overflow: auto; } + /* line 331, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor #toc.toc2 #toctitle { + margin-top: 0; + font-size: 1.2em; } + /* line 332, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor #toc.toc2 > ul { + font-size: 0.9em; + margin-bottom: 0; } + /* line 333, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor #toc.toc2 ul ul { + margin-left: 0; + padding-left: 1em; } + /* line 334, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor #toc.toc2 ul.sectlevel0 ul.sectlevel1 { + padding-left: 0; + margin-top: 0.5em; + margin-bottom: 0.5em; } + /* line 335, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor body.toc2.toc-right { + padding-left: 0; + padding-right: 15em; } + /* line 336, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor body.toc2.toc-right #toc.toc2 { + border-right-width: 0; + border-left: 1px solid #efefed; + left: auto; + right: 0; } } + @media only screen and (min-width: 1280px) { + /* line 337, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor body.toc2 { + padding-left: 20em; + padding-right: 0; } + /* line 338, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor #toc.toc2 { + width: 20em; } + /* line 339, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor #toc.toc2 #toctitle { + font-size: 1.375em; } + /* line 340, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor #toc.toc2 > ul { + font-size: 0.95em; } + /* line 341, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor #toc.toc2 ul ul { + padding-left: 1.25em; } + /* line 342, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor body.toc2.toc-right { + padding-left: 0; + padding-right: 20em; } } + /* line 343, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor #content #toc { + border-style: solid; + border-width: 1px; + border-color: #e0e0dc; + margin-bottom: 1.25em; + padding: 1.25em; + background: #f8f8f7; + -webkit-border-radius: 4px; + border-radius: 4px; } + /* line 344, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor #content #toc > :first-child { + margin-top: 0; } + /* line 345, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor #content #toc > :last-child { + margin-bottom: 0; } + /* line 347, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor #footer { + max-width: 100%; + background-color: rgba(0, 0, 0, 0.8); + padding: 1.25em; } + /* line 349, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor #footer-text { + color: rgba(255, 255, 255, 0.8); + line-height: 1.44; } + /* line 351, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .sect1 { + padding-bottom: 0.625em; } + @media only screen and (min-width: 768px) { + /* line 353, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .sect1 { + padding-bottom: 1.25em; } } + /* line 354, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .sect1 + .sect1 { + border-top: 1px solid #efefed; } + /* line 356, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor #content h1 > a.anchor, .asciidoctor h2 > a.anchor, .asciidoctor h3 > a.anchor, .asciidoctor #toctitle > a.anchor, .asciidoctor .sidebarblock > .content > .title > a.anchor, .asciidoctor ul#downloads > li .sidebarblock > .notes > .title > a.anchor, ul#downloads > li .asciidoctor .sidebarblock > .notes > .title > a.anchor, .asciidoctor ul#downloads > li table .sidebarblock > ul[id$="-download"] > .title > a.anchor, ul#downloads > li table .asciidoctor .sidebarblock > ul[id$="-download"] > .title > a.anchor, .asciidoctor #download > div .sidebarblock > ul[id$="-download"] > .title > a.anchor, #download > div .asciidoctor .sidebarblock > ul[id$="-download"] > .title > a.anchor, .asciidoctor h4 > a.anchor, .asciidoctor h5 > a.anchor, .asciidoctor h6 > a.anchor { + position: absolute; + z-index: 1001; + width: 1.5ex; + margin-left: -1.5ex; + display: block; + text-decoration: none !important; + visibility: hidden; + text-align: center; + font-weight: normal; } + /* line 357, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor #content h1 > a.anchor:before, .asciidoctor h2 > a.anchor:before, .asciidoctor h3 > a.anchor:before, .asciidoctor #toctitle > a.anchor:before, .asciidoctor .sidebarblock > .content > .title > a.anchor:before, .asciidoctor ul#downloads > li .sidebarblock > .notes > .title > a.anchor:before, ul#downloads > li .asciidoctor .sidebarblock > .notes > .title > a.anchor:before, .asciidoctor ul#downloads > li table .sidebarblock > ul[id$="-download"] > .title > a.anchor:before, ul#downloads > li table .asciidoctor .sidebarblock > ul[id$="-download"] > .title > a.anchor:before, .asciidoctor #download > div .sidebarblock > ul[id$="-download"] > .title > a.anchor:before, #download > div .asciidoctor .sidebarblock > ul[id$="-download"] > .title > a.anchor:before, .asciidoctor h4 > a.anchor:before, .asciidoctor h5 > a.anchor:before, .asciidoctor h6 > a.anchor:before { + content: "\00A7"; + font-size: 0.85em; + display: block; + padding-top: 0.1em; } + /* line 358, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor #content h1:hover > a.anchor, .asciidoctor #content h1 > a.anchor:hover, .asciidoctor h2:hover > a.anchor, .asciidoctor h2 > a.anchor:hover, .asciidoctor h3:hover > a.anchor, .asciidoctor #toctitle:hover > a.anchor, .asciidoctor .sidebarblock > .content > .title:hover > a.anchor, .asciidoctor ul#downloads > li .sidebarblock > .notes > .title:hover > a.anchor, ul#downloads > li .asciidoctor .sidebarblock > .notes > .title:hover > a.anchor, .asciidoctor ul#downloads > li table .sidebarblock > ul[id$="-download"] > .title:hover > a.anchor, ul#downloads > li table .asciidoctor .sidebarblock > ul[id$="-download"] > .title:hover > a.anchor, .asciidoctor #download > div .sidebarblock > ul[id$="-download"] > .title:hover > a.anchor, #download > div .asciidoctor .sidebarblock > ul[id$="-download"] > .title:hover > a.anchor, .asciidoctor h3 > a.anchor:hover, .asciidoctor #toctitle > a.anchor:hover, .asciidoctor .sidebarblock > .content > .title > a.anchor:hover, .asciidoctor ul#downloads > li .sidebarblock > .notes > .title > a.anchor:hover, ul#downloads > li .asciidoctor .sidebarblock > .notes > .title > a.anchor:hover, .asciidoctor ul#downloads > li table .sidebarblock > ul[id$="-download"] > .title > a.anchor:hover, ul#downloads > li table .asciidoctor .sidebarblock > ul[id$="-download"] > .title > a.anchor:hover, .asciidoctor #download > div .sidebarblock > ul[id$="-download"] > .title > a.anchor:hover, #download > div .asciidoctor .sidebarblock > ul[id$="-download"] > .title > a.anchor:hover, .asciidoctor h4:hover > a.anchor, .asciidoctor h4 > a.anchor:hover, .asciidoctor h5:hover > a.anchor, .asciidoctor h5 > a.anchor:hover, .asciidoctor h6:hover > a.anchor, .asciidoctor h6 > a.anchor:hover { + visibility: visible; } + /* line 359, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor #content h1 > a.link, .asciidoctor h2 > a.link, .asciidoctor h3 > a.link, .asciidoctor #toctitle > a.link, .asciidoctor .sidebarblock > .content > .title > a.link, .asciidoctor ul#downloads > li .sidebarblock > .notes > .title > a.link, ul#downloads > li .asciidoctor .sidebarblock > .notes > .title > a.link, .asciidoctor ul#downloads > li table .sidebarblock > ul[id$="-download"] > .title > a.link, ul#downloads > li table .asciidoctor .sidebarblock > ul[id$="-download"] > .title > a.link, .asciidoctor #download > div .sidebarblock > ul[id$="-download"] > .title > a.link, #download > div .asciidoctor .sidebarblock > ul[id$="-download"] > .title > a.link, .asciidoctor h4 > a.link, .asciidoctor h5 > a.link, .asciidoctor h6 > a.link { + color: #ba3925; + text-decoration: none; } + /* line 360, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor #content h1 > a.link:hover, .asciidoctor h2 > a.link:hover, .asciidoctor h3 > a.link:hover, .asciidoctor #toctitle > a.link:hover, .asciidoctor .sidebarblock > .content > .title > a.link:hover, .asciidoctor ul#downloads > li .sidebarblock > .notes > .title > a.link:hover, ul#downloads > li .asciidoctor .sidebarblock > .notes > .title > a.link:hover, .asciidoctor ul#downloads > li table .sidebarblock > ul[id$="-download"] > .title > a.link:hover, ul#downloads > li table .asciidoctor .sidebarblock > ul[id$="-download"] > .title > a.link:hover, .asciidoctor #download > div .sidebarblock > ul[id$="-download"] > .title > a.link:hover, #download > div .asciidoctor .sidebarblock > ul[id$="-download"] > .title > a.link:hover, .asciidoctor h4 > a.link:hover, .asciidoctor h5 > a.link:hover, .asciidoctor h6 > a.link:hover { + color: #a53221; } + /* line 362, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .audioblock, .asciidoctor .imageblock, .asciidoctor .literalblock, .asciidoctor .listingblock, .asciidoctor .stemblock, .asciidoctor .videoblock { + margin-bottom: 1.25em; } + /* line 364, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .admonitionblock td.content > .title, .asciidoctor .admonitionblock ul#downloads > li td.notes > .title, ul#downloads > li .asciidoctor .admonitionblock td.notes > .title, .asciidoctor .audioblock > .title, .asciidoctor .exampleblock > .title, .asciidoctor .imageblock > .title, .asciidoctor .listingblock > .title, .asciidoctor .literalblock > .title, .asciidoctor .stemblock > .title, .asciidoctor .openblock > .title, .asciidoctor .paragraph > .title, .asciidoctor .quoteblock > .title, .asciidoctor table.tableblock > .title, .asciidoctor .verseblock > .title, .asciidoctor .videoblock > .title, .asciidoctor .dlist > .title, .asciidoctor .olist > .title, .asciidoctor .ulist > .title, .asciidoctor .qlist > .title, .asciidoctor .hdlist > .title { + text-rendering: optimizeLegibility; + text-align: left; + font-family: "Noto Serif", "DejaVu Serif", serif; + font-size: 1rem; + font-style: italic; } + /* line 366, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor table.tableblock > caption.title { + white-space: nowrap; + overflow: visible; + max-width: 0; } + /* line 368, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .paragraph.lead > p, .asciidoctor #preamble > .sectionbody > .paragraph:first-of-type p { + color: rgba(0, 0, 0, 0.85); } + /* line 370, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor table.tableblock #preamble > .sectionbody > .paragraph:first-of-type p { + font-size: inherit; } + /* line 372, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .admonitionblock > table { + border-collapse: separate; + border: 0; + background: none; + width: 100%; } + /* line 373, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .admonitionblock > table td.icon { + text-align: center; + width: 80px; } + /* line 374, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .admonitionblock > table td.icon img { + max-width: none; } + /* line 375, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .admonitionblock > table td.icon .title { + font-weight: bold; + font-family: "Open Sans", "DejaVu Sans", sans-serif; + text-transform: uppercase; } + /* line 376, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .admonitionblock > table td.content, .asciidoctor .admonitionblock > table ul#downloads > li td.notes, ul#downloads > li .asciidoctor .admonitionblock > table td.notes { + padding-left: 1.125em; + padding-right: 1.25em; + border-left: 1px solid #ddddd8; + color: rgba(0, 0, 0, 0.6); } + /* line 377, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .admonitionblock > table td.content > :last-child > :last-child, .asciidoctor .admonitionblock > table ul#downloads > li td.notes > :last-child > :last-child, ul#downloads > li .asciidoctor .admonitionblock > table td.notes > :last-child > :last-child { + margin-bottom: 0; } + /* line 379, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .exampleblock > .content, .asciidoctor ul#downloads > li .exampleblock > .notes, ul#downloads > li .asciidoctor .exampleblock > .notes, .asciidoctor ul#downloads > li table .exampleblock > ul[id$="-download"], ul#downloads > li table .asciidoctor .exampleblock > ul[id$="-download"], .asciidoctor #download > div .exampleblock > ul[id$="-download"], #download > div .asciidoctor .exampleblock > ul[id$="-download"] { + border-style: solid; + border-width: 1px; + border-color: #e6e6e6; + margin-bottom: 1.25em; + padding: 1.25em; + background: white; + -webkit-border-radius: 4px; + border-radius: 4px; } + /* line 380, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .exampleblock > .content > :first-child, .asciidoctor ul#downloads > li .exampleblock > .notes > :first-child, ul#downloads > li .asciidoctor .exampleblock > .notes > :first-child, .asciidoctor ul#downloads > li table .exampleblock > ul[id$="-download"] > :first-child, ul#downloads > li table .asciidoctor .exampleblock > ul[id$="-download"] > :first-child, .asciidoctor #download > div .exampleblock > ul[id$="-download"] > :first-child, #download > div .asciidoctor .exampleblock > ul[id$="-download"] > :first-child { + margin-top: 0; } + /* line 381, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .exampleblock > .content > :last-child, .asciidoctor ul#downloads > li .exampleblock > .notes > :last-child, ul#downloads > li .asciidoctor .exampleblock > .notes > :last-child, .asciidoctor ul#downloads > li table .exampleblock > ul[id$="-download"] > :last-child, ul#downloads > li table .asciidoctor .exampleblock > ul[id$="-download"] > :last-child, .asciidoctor #download > div .exampleblock > ul[id$="-download"] > :last-child, #download > div .asciidoctor .exampleblock > ul[id$="-download"] > :last-child { + margin-bottom: 0; } + /* line 383, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .sidebarblock { + border-style: solid; + border-width: 1px; + border-color: #e0e0dc; + margin-bottom: 1.25em; + padding: 1.25em; + background: #f8f8f7; + -webkit-border-radius: 4px; + border-radius: 4px; } + /* line 384, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .sidebarblock > :first-child { + margin-top: 0; } + /* line 385, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .sidebarblock > :last-child { + margin-bottom: 0; } + /* line 386, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .sidebarblock > .content > .title, .asciidoctor ul#downloads > li .sidebarblock > .notes > .title, ul#downloads > li .asciidoctor .sidebarblock > .notes > .title, .asciidoctor ul#downloads > li table .sidebarblock > ul[id$="-download"] > .title, ul#downloads > li table .asciidoctor .sidebarblock > ul[id$="-download"] > .title, .asciidoctor #download > div .sidebarblock > ul[id$="-download"] > .title, #download > div .asciidoctor .sidebarblock > ul[id$="-download"] > .title { + color: #7a2518; + margin-top: 0; + text-align: center; } + /* line 388, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .exampleblock > .content > :last-child > :last-child, .asciidoctor ul#downloads > li .exampleblock > .notes > :last-child > :last-child, ul#downloads > li .asciidoctor .exampleblock > .notes > :last-child > :last-child, .asciidoctor ul#downloads > li table .exampleblock > ul[id$="-download"] > :last-child > :last-child, ul#downloads > li table .asciidoctor .exampleblock > ul[id$="-download"] > :last-child > :last-child, .asciidoctor #download > div .exampleblock > ul[id$="-download"] > :last-child > :last-child, #download > div .asciidoctor .exampleblock > ul[id$="-download"] > :last-child > :last-child, .asciidoctor .exampleblock > .content .olist > ol > li:last-child > :last-child, .asciidoctor ul#downloads > li .exampleblock > .notes .olist > ol > li:last-child > :last-child, ul#downloads > li .asciidoctor .exampleblock > .notes .olist > ol > li:last-child > :last-child, .asciidoctor ul#downloads > li table .exampleblock > ul[id$="-download"] .olist > ol > li:last-child > :last-child, ul#downloads > li table .asciidoctor .exampleblock > ul[id$="-download"] .olist > ol > li:last-child > :last-child, .asciidoctor #download > div .exampleblock > ul[id$="-download"] .olist > ol > li:last-child > :last-child, #download > div .asciidoctor .exampleblock > ul[id$="-download"] .olist > ol > li:last-child > :last-child, .asciidoctor .exampleblock > .content .ulist > ul > li:last-child > :last-child, .asciidoctor ul#downloads > li .exampleblock > .notes .ulist > ul > li:last-child > :last-child, ul#downloads > li .asciidoctor .exampleblock > .notes .ulist > ul > li:last-child > :last-child, .asciidoctor ul#downloads > li table .exampleblock > ul[id$="-download"] .ulist > ul > li:last-child > :last-child, ul#downloads > li table .asciidoctor .exampleblock > ul[id$="-download"] .ulist > ul > li:last-child > :last-child, .asciidoctor #download > div .exampleblock > ul[id$="-download"] .ulist > ul > li:last-child > :last-child, #download > div .asciidoctor .exampleblock > ul[id$="-download"] .ulist > ul > li:last-child > :last-child, .asciidoctor .exampleblock > .content .qlist > ol > li:last-child > :last-child, .asciidoctor ul#downloads > li .exampleblock > .notes .qlist > ol > li:last-child > :last-child, ul#downloads > li .asciidoctor .exampleblock > .notes .qlist > ol > li:last-child > :last-child, .asciidoctor ul#downloads > li table .exampleblock > ul[id$="-download"] .qlist > ol > li:last-child > :last-child, ul#downloads > li table .asciidoctor .exampleblock > ul[id$="-download"] .qlist > ol > li:last-child > :last-child, .asciidoctor #download > div .exampleblock > ul[id$="-download"] .qlist > ol > li:last-child > :last-child, #download > div .asciidoctor .exampleblock > ul[id$="-download"] .qlist > ol > li:last-child > :last-child, .asciidoctor .sidebarblock > .content > :last-child > :last-child, .asciidoctor ul#downloads > li .sidebarblock > .notes > :last-child > :last-child, ul#downloads > li .asciidoctor .sidebarblock > .notes > :last-child > :last-child, .asciidoctor ul#downloads > li table .sidebarblock > ul[id$="-download"] > :last-child > :last-child, ul#downloads > li table .asciidoctor .sidebarblock > ul[id$="-download"] > :last-child > :last-child, .asciidoctor #download > div .sidebarblock > ul[id$="-download"] > :last-child > :last-child, #download > div .asciidoctor .sidebarblock > ul[id$="-download"] > :last-child > :last-child, .asciidoctor .sidebarblock > .content .olist > ol > li:last-child > :last-child, .asciidoctor ul#downloads > li .sidebarblock > .notes .olist > ol > li:last-child > :last-child, ul#downloads > li .asciidoctor .sidebarblock > .notes .olist > ol > li:last-child > :last-child, .asciidoctor ul#downloads > li table .sidebarblock > ul[id$="-download"] .olist > ol > li:last-child > :last-child, ul#downloads > li table .asciidoctor .sidebarblock > ul[id$="-download"] .olist > ol > li:last-child > :last-child, .asciidoctor #download > div .sidebarblock > ul[id$="-download"] .olist > ol > li:last-child > :last-child, #download > div .asciidoctor .sidebarblock > ul[id$="-download"] .olist > ol > li:last-child > :last-child, .asciidoctor .sidebarblock > .content .ulist > ul > li:last-child > :last-child, .asciidoctor ul#downloads > li .sidebarblock > .notes .ulist > ul > li:last-child > :last-child, ul#downloads > li .asciidoctor .sidebarblock > .notes .ulist > ul > li:last-child > :last-child, .asciidoctor ul#downloads > li table .sidebarblock > ul[id$="-download"] .ulist > ul > li:last-child > :last-child, ul#downloads > li table .asciidoctor .sidebarblock > ul[id$="-download"] .ulist > ul > li:last-child > :last-child, .asciidoctor #download > div .sidebarblock > ul[id$="-download"] .ulist > ul > li:last-child > :last-child, #download > div .asciidoctor .sidebarblock > ul[id$="-download"] .ulist > ul > li:last-child > :last-child, .asciidoctor .sidebarblock > .content .qlist > ol > li:last-child > :last-child, .asciidoctor ul#downloads > li .sidebarblock > .notes .qlist > ol > li:last-child > :last-child, ul#downloads > li .asciidoctor .sidebarblock > .notes .qlist > ol > li:last-child > :last-child, .asciidoctor ul#downloads > li table .sidebarblock > ul[id$="-download"] .qlist > ol > li:last-child > :last-child, ul#downloads > li table .asciidoctor .sidebarblock > ul[id$="-download"] .qlist > ol > li:last-child > :last-child, .asciidoctor #download > div .sidebarblock > ul[id$="-download"] .qlist > ol > li:last-child > :last-child, #download > div .asciidoctor .sidebarblock > ul[id$="-download"] .qlist > ol > li:last-child > :last-child { + margin-bottom: 0; } + /* line 390, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .literalblock pre, .asciidoctor .listingblock pre:not(.highlight), .asciidoctor .listingblock pre[class="highlight"], .asciidoctor .listingblock pre[class^="highlight "], .asciidoctor .listingblock pre.CodeRay, .asciidoctor .listingblock pre.prettyprint { + background: #f7f7f8; } + /* line 391, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .sidebarblock .literalblock pre, .asciidoctor .sidebarblock .listingblock pre:not(.highlight), .asciidoctor .sidebarblock .listingblock pre[class="highlight"], .asciidoctor .sidebarblock .listingblock pre[class^="highlight "], .asciidoctor .sidebarblock .listingblock pre.CodeRay, .asciidoctor .sidebarblock .listingblock pre.prettyprint { + background: #f2f1f1; } + /* line 393, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .literalblock pre, .asciidoctor .literalblock pre[class], .asciidoctor .listingblock pre, .asciidoctor .listingblock pre[class] { + -webkit-border-radius: 4px; + border-radius: 4px; + word-wrap: break-word; + padding: 1em; + font-size: 0.8125em; } + /* line 394, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .literalblock pre.nowrap, .asciidoctor .literalblock pre[class].nowrap, .asciidoctor .listingblock pre.nowrap, .asciidoctor .listingblock pre[class].nowrap { + overflow-x: auto; + white-space: pre; + word-wrap: normal; } + @media only screen and (min-width: 768px) { + /* line 395, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .literalblock pre, .asciidoctor .literalblock pre[class], .asciidoctor .listingblock pre, .asciidoctor .listingblock pre[class] { + font-size: 0.90625em; } } + @media only screen and (min-width: 1280px) { + /* line 396, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .literalblock pre, .asciidoctor .literalblock pre[class], .asciidoctor .listingblock pre, .asciidoctor .listingblock pre[class] { + font-size: 1em; } } + /* line 398, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .literalblock.output pre { + color: #f7f7f8; + background-color: rgba(0, 0, 0, 0.9); } + /* line 400, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .listingblock pre.highlightjs { + padding: 0; } + /* line 401, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .listingblock pre.highlightjs > code { + padding: 1em; + -webkit-border-radius: 4px; + border-radius: 4px; } + /* line 403, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .listingblock pre.prettyprint { + border-width: 0; } + /* line 405, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .listingblock > .content, .asciidoctor ul#downloads > li .listingblock > .notes, ul#downloads > li .asciidoctor .listingblock > .notes, .asciidoctor ul#downloads > li table .listingblock > ul[id$="-download"], ul#downloads > li table .asciidoctor .listingblock > ul[id$="-download"], .asciidoctor #download > div .listingblock > ul[id$="-download"], #download > div .asciidoctor .listingblock > ul[id$="-download"] { + position: relative; } + /* line 407, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .listingblock code[data-lang]:before { + display: none; + content: attr(data-lang); + position: absolute; + font-size: 0.75em; + top: 0.425rem; + right: 0.5rem; + line-height: 1; + text-transform: uppercase; + color: #999; } + /* line 409, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .listingblock:hover code[data-lang]:before { + display: block; } + /* line 411, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .listingblock.terminal pre .command:before { + content: attr(data-prompt); + padding-right: 0.5em; + color: #999; } + /* line 413, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .listingblock.terminal pre .command:not([data-prompt]):before { + content: "$"; } + /* line 415, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor table.pyhltable { + border-collapse: separate; + border: 0; + margin-bottom: 0; + background: none; } + /* line 417, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor table.pyhltable td { + vertical-align: top; + padding-top: 0; + padding-bottom: 0; } + /* line 419, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor table.pyhltable td.code { + padding-left: .75em; + padding-right: 0; } + /* line 421, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor pre.pygments .lineno, .asciidoctor table.pyhltable td:not(.code) { + color: #999; + padding-left: 0; + padding-right: .5em; + border-right: 1px solid #ddddd8; } + /* line 423, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor pre.pygments .lineno { + display: inline-block; + margin-right: .25em; } + /* line 425, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor table.pyhltable .linenodiv { + background: none !important; + padding-right: 0 !important; } + /* line 427, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .quoteblock { + margin: 0 1em 1.25em 1.5em; + display: table; } + /* line 428, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .quoteblock > .title { + margin-left: -1.5em; + margin-bottom: 0.75em; } + /* line 429, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .quoteblock blockquote, .asciidoctor .quoteblock blockquote p { + color: rgba(0, 0, 0, 0.85); + font-size: 1.15rem; + line-height: 1.75; + word-spacing: 0.1em; + letter-spacing: 0; + font-style: italic; + text-align: justify; } + /* line 430, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .quoteblock blockquote { + margin: 0; + padding: 0; + border: 0; } + /* line 431, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .quoteblock blockquote:before { + content: "\201c"; + float: left; + font-size: 2.75em; + font-weight: bold; + line-height: 0.6em; + margin-left: -0.6em; + color: #7a2518; + text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); } + /* line 432, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .quoteblock blockquote > .paragraph:last-child p { + margin-bottom: 0; } + /* line 433, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .quoteblock .attribution { + margin-top: 0.5em; + margin-right: 0.5ex; + text-align: right; } + /* line 434, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .quoteblock .quoteblock { + margin-left: 0; + margin-right: 0; + padding: 0.5em 0; + border-left: 3px solid rgba(0, 0, 0, 0.6); } + /* line 435, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .quoteblock .quoteblock blockquote { + padding: 0 0 0 0.75em; } + /* line 436, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .quoteblock .quoteblock blockquote:before { + display: none; } + /* line 438, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .verseblock { + margin: 0 1em 1.25em 1em; } + /* line 439, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .verseblock pre { + font-family: "Open Sans", "DejaVu Sans", sans; + font-size: 1.15rem; + color: rgba(0, 0, 0, 0.85); + font-weight: 300; + text-rendering: optimizeLegibility; } + /* line 440, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .verseblock pre strong { + font-weight: 400; } + /* line 441, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .verseblock .attribution { + margin-top: 1.25rem; + margin-left: 0.5ex; } + /* line 443, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .quoteblock .attribution, .asciidoctor .verseblock .attribution { + font-size: 0.9375em; + line-height: 1.45; + font-style: italic; } + /* line 444, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .quoteblock .attribution br, .asciidoctor .verseblock .attribution br { + display: none; } + /* line 445, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .quoteblock .attribution cite, .asciidoctor .verseblock .attribution cite { + display: block; + letter-spacing: -0.05em; + color: rgba(0, 0, 0, 0.6); } + /* line 447, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .quoteblock.abstract { + margin: 0 0 1.25em 0; + display: block; } + /* line 448, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .quoteblock.abstract blockquote, .asciidoctor .quoteblock.abstract blockquote p { + text-align: left; + word-spacing: 0; } + /* line 449, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .quoteblock.abstract blockquote:before, .asciidoctor .quoteblock.abstract blockquote p:first-of-type:before { + display: none; } + /* line 451, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor table.tableblock { + max-width: 100%; + border-collapse: separate; } + /* line 452, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor table.tableblock td > .paragraph:last-child p > p:last-child, .asciidoctor table.tableblock th > p:last-child, .asciidoctor table.tableblock td > p:last-child { + margin-bottom: 0; } + /* line 454, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor table.spread { + width: 100%; } + /* line 456, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor table.tableblock, .asciidoctor th.tableblock, .asciidoctor td.tableblock { + border: 0 solid #dedede; } + /* line 458, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor table.grid-all th.tableblock, .asciidoctor table.grid-all td.tableblock { + border-width: 0 1px 1px 0; } + /* line 460, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor table.grid-all tfoot > tr > th.tableblock, .asciidoctor table.grid-all tfoot > tr > td.tableblock { + border-width: 1px 1px 0 0; } + /* line 462, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor table.grid-cols th.tableblock, .asciidoctor table.grid-cols td.tableblock { + border-width: 0 1px 0 0; } + /* line 464, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor table.grid-all * > tr > .tableblock:last-child, .asciidoctor table.grid-cols * > tr > .tableblock:last-child { + border-right-width: 0; } + /* line 466, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor table.grid-rows th.tableblock, .asciidoctor table.grid-rows td.tableblock { + border-width: 0 0 1px 0; } + /* line 468, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor table.grid-all tbody > tr:last-child > th.tableblock, .asciidoctor table.grid-all tbody > tr:last-child > td.tableblock, .asciidoctor table.grid-all thead:last-child > tr > th.tableblock, .asciidoctor table.grid-rows tbody > tr:last-child > th.tableblock, .asciidoctor table.grid-rows tbody > tr:last-child > td.tableblock, .asciidoctor table.grid-rows thead:last-child > tr > th.tableblock { + border-bottom-width: 0; } + /* line 470, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor table.grid-rows tfoot > tr > th.tableblock, .asciidoctor table.grid-rows tfoot > tr > td.tableblock { + border-width: 1px 0 0 0; } + /* line 472, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor table.frame-all { + border-width: 1px; } + /* line 474, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor table.frame-sides { + border-width: 0 1px; } + /* line 476, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor table.frame-topbot { + border-width: 1px 0; } + /* line 478, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor th.halign-left, .asciidoctor td.halign-left { + text-align: left; } + /* line 480, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor th.halign-right, .asciidoctor td.halign-right { + text-align: right; } + /* line 482, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor th.halign-center, .asciidoctor td.halign-center { + text-align: center; } + /* line 484, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor th.valign-top, .asciidoctor td.valign-top { + vertical-align: top; } + /* line 486, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor th.valign-bottom, .asciidoctor td.valign-bottom { + vertical-align: bottom; } + /* line 488, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor th.valign-middle, .asciidoctor td.valign-middle { + vertical-align: middle; } + /* line 490, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor table thead th, .asciidoctor table tfoot th { + font-weight: bold; } + /* line 492, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor tbody tr th { + display: table-cell; + line-height: 1.6; + background: #f7f8f7; } + /* line 494, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor tbody tr th, .asciidoctor tbody tr th p, .asciidoctor tfoot tr th, .asciidoctor tfoot tr th p { + color: rgba(0, 0, 0, 0.8); + font-weight: bold; } + /* line 496, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor p.tableblock > code:only-child { + background: none; + padding: 0; } + /* line 498, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor p.tableblock { + font-size: 1em; } + /* line 500, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor td > div.verse { + white-space: pre; } + /* line 502, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor ol { + margin-left: 1.75em; } + /* line 504, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor ul li ol { + margin-left: 1.5em; } + /* line 506, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor dl dd { + margin-left: 1.125em; } + /* line 508, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor dl dd:last-child, .asciidoctor dl dd:last-child > :last-child { + margin-bottom: 0; } + /* line 510, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor ol > li p, .asciidoctor ul > li p, .asciidoctor ul dd, .asciidoctor ol dd, .asciidoctor .olist .olist, .asciidoctor .ulist .ulist, .asciidoctor .ulist .olist, .asciidoctor .olist .ulist { + margin-bottom: 0.625em; } + /* line 512, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor ul.unstyled, .asciidoctor ol.unnumbered, .asciidoctor ul.checklist, .asciidoctor ul.none { + list-style-type: none; } + /* line 514, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor ul.unstyled, .asciidoctor ol.unnumbered, .asciidoctor ul.checklist { + margin-left: 0.625em; } + /* line 516, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor ul.checklist li > p:first-child > .fa-check-square-o:first-child, .asciidoctor ul.checklist li > p:first-child > input[type="checkbox"]:first-child { + margin-right: 0.25em; } + /* line 518, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor ul.checklist li > p:first-child > input[type="checkbox"]:first-child { + position: relative; + top: 1px; } + /* line 520, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor ul.inline { + margin: 0 auto 0.625em auto; + margin-left: -1.375em; + margin-right: 0; + padding: 0; + list-style: none; + overflow: hidden; } + /* line 521, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor ul.inline > li { + list-style: none; + float: left; + margin-left: 1.375em; + display: block; } + /* line 522, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor ul.inline > li > * { + display: block; } + /* line 524, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .unstyled dl dt { + font-weight: normal; + font-style: normal; } + /* line 526, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor ol.arabic { + list-style-type: decimal; } + /* line 528, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor ol.decimal { + list-style-type: decimal-leading-zero; } + /* line 530, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor ol.loweralpha { + list-style-type: lower-alpha; } + /* line 532, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor ol.upperalpha { + list-style-type: upper-alpha; } + /* line 534, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor ol.lowerroman { + list-style-type: lower-roman; } + /* line 536, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor ol.upperroman { + list-style-type: upper-roman; } + /* line 538, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor ol.lowergreek { + list-style-type: lower-greek; } + /* line 540, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .hdlist > table, .asciidoctor .colist > table { + border: 0; + background: none; } + /* line 541, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .hdlist > table > tbody > tr, .asciidoctor .colist > table > tbody > tr { + background: none; } + /* line 543, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor td.hdlist1 { + padding-right: .75em; + font-weight: bold; } + /* line 545, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor td.hdlist1, .asciidoctor td.hdlist2 { + vertical-align: top; } + /* line 547, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .literalblock + .colist, .asciidoctor .listingblock + .colist { + margin-top: -0.5em; } + /* line 549, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .colist > table tr > td:first-of-type { + padding: 0 0.75em; + line-height: 1; } + /* line 550, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .colist > table tr > td:last-of-type { + padding: 0.25em 0; } + /* line 552, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .thumb, .asciidoctor .th { + line-height: 0; + display: inline-block; + border: solid 4px white; + -webkit-box-shadow: 0 0 0 1px #dddddd; + box-shadow: 0 0 0 1px #dddddd; } + /* line 554, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .imageblock.left, .asciidoctor .imageblock[style*="float: left"] { + margin: 0.25em 0.625em 1.25em 0; } + /* line 555, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .imageblock.right, .asciidoctor body[class$="about"] dl dd img.imageblock, body[class$="about"] dl dd .asciidoctor img.imageblock, .asciidoctor .imageblock[style*="float: right"] { + margin: 0.25em 0 1.25em 0.625em; } + /* line 556, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .imageblock > .title { + margin-bottom: 0; } + /* line 557, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .imageblock.thumb, .asciidoctor .imageblock.th { + border-width: 6px; } + /* line 558, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .imageblock.thumb > .title, .asciidoctor .imageblock.th > .title { + padding: 0 0.125em; } + /* line 560, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .image.left, .asciidoctor .image.right, .asciidoctor body[class$="about"] dl dd img.image, body[class$="about"] dl dd .asciidoctor img.image { + margin-top: 0.25em; + margin-bottom: 0.25em; + display: inline-block; + line-height: 0; } + /* line 561, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .image.left { + margin-right: 0.625em; } + /* line 562, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .image.right, .asciidoctor body[class$="about"] dl dd img.image, body[class$="about"] dl dd .asciidoctor img.image { + margin-left: 0.625em; } + /* line 564, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor a.image { + text-decoration: none; } + /* line 566, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor span.footnote, .asciidoctor span.footnoteref { + vertical-align: super; + font-size: 0.875em; } + /* line 567, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor span.footnote a, .asciidoctor span.footnoteref a { + text-decoration: none; } + /* line 568, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor span.footnote a:active, .asciidoctor span.footnoteref a:active { + text-decoration: underline; } + /* line 570, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor #footnotes { + padding-top: 0.75em; + padding-bottom: 0.75em; + margin-bottom: 0.625em; } + /* line 571, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor #footnotes hr { + width: 20%; + min-width: 6.25em; + margin: -.25em 0 .75em 0; + border-width: 1px 0 0 0; } + /* line 572, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor #footnotes .footnote { + padding: 0 0.375em; + line-height: 1.3; + font-size: 0.875em; + margin-left: 1.2em; + text-indent: -1.2em; + margin-bottom: .2em; } + /* line 573, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor #footnotes .footnote a:first-of-type { + font-weight: bold; + text-decoration: none; } + /* line 574, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor #footnotes .footnote:last-of-type { + margin-bottom: 0; } + /* line 576, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor #content #footnotes { + margin-top: -0.625em; + margin-bottom: 0; + padding: 0.75em 0; } + /* line 578, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .gist .file-data > table { + border: 0; + background: #fff; + width: 100%; + margin-bottom: 0; } + /* line 579, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .gist .file-data > table td.line-data { + width: 99%; } + /* line 581, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor div.unbreakable { + page-break-inside: avoid; } + /* line 583, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .big { + font-size: larger; } + /* line 585, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .small, .asciidoctor .sendgrid-subscription-widget input[type="submit"], .sendgrid-subscription-widget .asciidoctor input[type="submit"] { + font-size: smaller; } + /* line 587, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .underline { + text-decoration: underline; } + /* line 589, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .overline { + text-decoration: overline; } + /* line 591, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .line-through { + text-decoration: line-through; } + /* line 593, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .aqua { + color: #00bfbf; } + /* line 595, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .aqua-background { + background-color: #00fafa; } + /* line 597, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .black { + color: black; } + /* line 599, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .black-background { + background-color: black; } + /* line 601, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .blue { + color: #0000bf; } + /* line 603, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .blue-background { + background-color: #0000fa; } + /* line 605, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .fuchsia { + color: #bf00bf; } + /* line 607, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .fuchsia-background { + background-color: #fa00fa; } + /* line 609, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .gray { + color: #606060; } + /* line 611, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .gray-background { + background-color: #7d7d7d; } + /* line 613, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .green { + color: #006000; } + /* line 615, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .green-background { + background-color: #007d00; } + /* line 617, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .lime { + color: #00bf00; } + /* line 619, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .lime-background { + background-color: #00fa00; } + /* line 621, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .maroon { + color: #600000; } + /* line 623, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .maroon-background { + background-color: #7d0000; } + /* line 625, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .navy { + color: #000060; } + /* line 627, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .navy-background { + background-color: #00007d; } + /* line 629, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .olive { + color: #606000; } + /* line 631, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .olive-background { + background-color: #7d7d00; } + /* line 633, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .purple { + color: #600060; } + /* line 635, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .purple-background { + background-color: #7d007d; } + /* line 637, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .red { + color: #bf0000; } + /* line 639, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .red-background { + background-color: #fa0000; } + /* line 641, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .silver { + color: #909090; } + /* line 643, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .silver-background { + background-color: #bcbcbc; } + /* line 645, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .teal { + color: #006060; } + /* line 647, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .teal-background { + background-color: #007d7d; } + /* line 649, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .white { + color: #bfbfbf; } + /* line 651, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .white-background { + background-color: #fafafa; } + /* line 653, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .yellow { + color: #bfbf00; } + /* line 655, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .yellow-background { + background-color: #fafa00; } + /* line 657, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor span.icon > .fa { + cursor: default; } + /* line 659, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .admonitionblock td.icon [class^="fa icon-"] { + font-size: 2.5em; + /*text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);*/ + cursor: default; } + /* line 660, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .admonitionblock td.icon .icon-note:before { + content: "\f05a"; + color: #19407c; } + /* line 661, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .admonitionblock td.icon .icon-tip:before { + content: "\f0eb"; + text-shadow: 1px 1px 2px rgba(155, 155, 0, 0.8); + color: #111; } + /* line 662, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .admonitionblock td.icon .icon-warning:before { + content: "\f071"; + color: #bf6900; } + /* line 663, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .admonitionblock td.icon .icon-caution:before { + content: "\f06d"; + color: #bf3400; } + /* line 664, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .admonitionblock td.icon .icon-important:before { + content: "\f06a"; + color: #bf0000; } + /* line 666, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .conum[data-value] { + display: inline-block; + color: #fff !important; + background-color: rgba(0, 0, 0, 0.8); + -webkit-border-radius: 100px; + border-radius: 100px; + text-align: center; + font-size: 0.75em; + width: 1.67em; + height: 1.67em; + line-height: 1.67em; + font-family: "Open Sans", "DejaVu Sans", sans-serif; + font-style: normal; + font-weight: bold; } + /* line 667, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .conum[data-value] * { + color: #fff !important; } + /* line 668, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .conum[data-value] + b { + display: none; } + /* line 669, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .conum[data-value]:after { + content: attr(data-value); } + /* line 670, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor pre .conum[data-value] { + position: relative; + top: -0.125em; } + /* line 672, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor b.conum * { + color: inherit !important; } + /* line 674, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .conum:not([data-value]):empty { + display: none; } + /* line 676, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor h1, .asciidoctor h2 { + letter-spacing: -0.01em; } + /* line 678, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor dt, .asciidoctor th.tableblock, .asciidoctor td.content, .asciidoctor ul#downloads > li td.notes, ul#downloads > li .asciidoctor td.notes { + text-rendering: optimizeLegibility; } + /* line 680, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor p, .asciidoctor td.content, .asciidoctor ul#downloads > li td.notes, ul#downloads > li .asciidoctor td.notes { + letter-spacing: -0.01em; } + /* line 681, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor p strong, .asciidoctor td.content strong, .asciidoctor ul#downloads > li td.notes strong, ul#downloads > li .asciidoctor td.notes strong { + letter-spacing: -0.005em; } + /* line 683, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor p, .asciidoctor blockquote, .asciidoctor dt, .asciidoctor td.content, .asciidoctor ul#downloads > li td.notes, ul#downloads > li .asciidoctor td.notes { + font-size: 1.0625rem; } + /* line 685, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor p { + margin-bottom: 1.25rem; } + /* line 687, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .sidebarblock p, .asciidoctor .sidebarblock dt, .asciidoctor .sidebarblock td.content, .asciidoctor .sidebarblock ul#downloads > li td.notes, ul#downloads > li .asciidoctor .sidebarblock td.notes, .asciidoctor p.tableblock { + font-size: 1em; } + /* line 689, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .exampleblock > .content, .asciidoctor ul#downloads > li .exampleblock > .notes, ul#downloads > li .asciidoctor .exampleblock > .notes, .asciidoctor ul#downloads > li table .exampleblock > ul[id$="-download"], ul#downloads > li table .asciidoctor .exampleblock > ul[id$="-download"], .asciidoctor #download > div .exampleblock > ul[id$="-download"], #download > div .asciidoctor .exampleblock > ul[id$="-download"] { + background-color: #fffef7; + border-color: #e0e0dc; + -webkit-box-shadow: 0 1px 4px #e0e0dc; + box-shadow: 0 1px 4px #e0e0dc; } + /* line 691, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .print-only { + display: none !important; } + @media print { + /* line 697, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + .asciidoctor { + @page { + margin: 1.25cm 0.75cm; } + } + /* line 694, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor * { + -webkit-box-shadow: none !important; + box-shadow: none !important; + text-shadow: none !important; } + /* line 695, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor a { + color: inherit !important; + text-decoration: underline !important; } + /* line 696, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor a.bare, .asciidoctor a[href^="#"], .asciidoctor a[href^="mailto:"] { + text-decoration: none !important; } + /* line 697, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor a[href^="http:"]:not(.bare):after, .asciidoctor a[href^="https:"]:not(.bare):after, .asciidoctor a[href^="mailto:"]:not(.bare):after { + content: "(" attr(href) ")"; + display: inline-block; + font-size: 0.875em; + padding-left: 0.25em; } + /* line 698, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor abbr[title]:after { + content: " (" attr(title) ")"; } + /* line 699, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor pre, .asciidoctor blockquote, .asciidoctor tr, .asciidoctor img { + page-break-inside: avoid; } + /* line 700, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor thead { + display: table-header-group; } + /* line 701, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor img { + max-width: 100% !important; } + /* line 702, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor p, .asciidoctor blockquote, .asciidoctor dt, .asciidoctor td.content, .asciidoctor ul#downloads > li td.notes, ul#downloads > li .asciidoctor td.notes { + font-size: 1em; + orphans: 3; + widows: 3; } + /* line 703, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor h2, .asciidoctor h3, .asciidoctor #toctitle, .asciidoctor .sidebarblock > .content > .title, .asciidoctor ul#downloads > li .sidebarblock > .notes > .title, ul#downloads > li .asciidoctor .sidebarblock > .notes > .title, .asciidoctor ul#downloads > li table .sidebarblock > ul[id$="-download"] > .title, ul#downloads > li table .asciidoctor .sidebarblock > ul[id$="-download"] > .title, .asciidoctor #download > div .sidebarblock > ul[id$="-download"] > .title, #download > div .asciidoctor .sidebarblock > ul[id$="-download"] > .title, .asciidoctor #toctitle, .asciidoctor .sidebarblock > .content > .title, .asciidoctor ul#downloads > li .sidebarblock > .notes > .title, ul#downloads > li .asciidoctor .sidebarblock > .notes > .title, .asciidoctor ul#downloads > li table .sidebarblock > ul[id$="-download"] > .title, ul#downloads > li table .asciidoctor .sidebarblock > ul[id$="-download"] > .title, .asciidoctor #download > div .sidebarblock > ul[id$="-download"] > .title, #download > div .asciidoctor .sidebarblock > ul[id$="-download"] > .title { + page-break-after: avoid; } + /* line 704, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor #toc, .asciidoctor .sidebarblock, .asciidoctor .exampleblock > .content, .asciidoctor ul#downloads > li .exampleblock > .notes, ul#downloads > li .asciidoctor .exampleblock > .notes, .asciidoctor ul#downloads > li table .exampleblock > ul[id$="-download"], ul#downloads > li table .asciidoctor .exampleblock > ul[id$="-download"], .asciidoctor #download > div .exampleblock > ul[id$="-download"], #download > div .asciidoctor .exampleblock > ul[id$="-download"] { + background: none !important; } + /* line 705, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor #toc { + border-bottom: 1px solid #ddddd8 !important; + padding-bottom: 0 !important; } + /* line 706, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .sect1 { + padding-bottom: 0 !important; } + /* line 707, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .sect1 + .sect1 { + border: 0 !important; } + /* line 708, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor #header > h1:first-child { + margin-top: 1.25rem; } + /* line 709, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor body.book #header { + text-align: center; } + /* line 710, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor body.book #header > h1:first-child { + border: 0 !important; + margin: 2.5em 0 1em 0; } + /* line 711, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor body.book #header .details { + border: 0 !important; + display: block; + padding: 0 !important; } + /* line 712, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor body.book #header .details span:first-child { + margin-left: 0 !important; } + /* line 713, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor body.book #header .details br { + display: block; } + /* line 714, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor body.book #header .details br + span:before { + content: none !important; } + /* line 715, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor body.book #toc { + border: 0 !important; + text-align: left !important; + padding: 0 !important; + margin: 0 !important; } + /* line 716, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor body.book #toc, .asciidoctor body.book #preamble, .asciidoctor body.book h1.sect0, .asciidoctor body.book .sect1 > h2 { + page-break-before: always; } + /* line 717, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .listingblock code[data-lang]:before { + display: block; } + /* line 718, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor #footer { + background: none !important; + padding: 0 0.9375em; } + /* line 719, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor #footer-text { + color: rgba(0, 0, 0, 0.6) !important; + font-size: 0.9em; } + /* line 720, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .hide-on-print { + display: none !important; } + /* line 721, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .print-only { + display: block !important; } + /* line 722, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .hide-for-print { + display: none !important; } + /* line 723, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/asciidoctor.css */ + .asciidoctor .show-for-print { + display: inherit !important; } } + /* line 702, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + .asciidoctor .imageblock > .content, .asciidoctor ul#downloads > li .imageblock > .notes, ul#downloads > li .asciidoctor .imageblock > .notes, .asciidoctor ul#downloads > li table .imageblock > ul[id$="-download"], ul#downloads > li table .asciidoctor .imageblock > ul[id$="-download"], .asciidoctor #download > div .imageblock > ul[id$="-download"], #download > div .asciidoctor .imageblock > ul[id$="-download"] { + text-align: center; } + /* line 704, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + .asciidoctor .imageblock > .content > img, .asciidoctor ul#downloads > li .imageblock > .notes > img, ul#downloads > li .asciidoctor .imageblock > .notes > img, .asciidoctor ul#downloads > li table .imageblock > ul[id$="-download"] > img, ul#downloads > li table .asciidoctor .imageblock > ul[id$="-download"] > img, .asciidoctor #download > div .imageblock > ul[id$="-download"] > img, #download > div .asciidoctor .imageblock > ul[id$="-download"] > img { + padding: 0.25em; + border: 1px solid #eee; + max-width: 70%; } + /* line 711, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + .asciidoctor h1, .asciidoctor h2, .asciidoctor h3, .asciidoctor #toctitle, .asciidoctor .sidebarblock > .content > .title, .asciidoctor ul#downloads > li .sidebarblock > .notes > .title, ul#downloads > li .asciidoctor .sidebarblock > .notes > .title, .asciidoctor ul#downloads > li table .sidebarblock > ul[id$="-download"] > .title, ul#downloads > li table .asciidoctor .sidebarblock > ul[id$="-download"] > .title, .asciidoctor #download > div .sidebarblock > ul[id$="-download"] > .title, #download > div .asciidoctor .sidebarblock > ul[id$="-download"] > .title, .asciidoctor h4, .asciidoctor h5, .asciidoctor h6 { + font-family: inherit; + color: #222222; } + /* line 717, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + .asciidoctor h1 { + font-size: 2.75rem; } + /* line 718, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + .asciidoctor h2 { + font-size: 2.3125rem; } + /* line 719, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + .asciidoctor h3 { + font-size: 1.6875rem; } + /* line 720, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + .asciidoctor h4 { + font-size: 1.4375rem; } + /* line 721, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + .asciidoctor h5 { + font-size: 1.125rem; } + /* line 722, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + .asciidoctor h6 { + font-size: 1rem; } + /* line 724, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + .asciidoctor a, .asciidoctor a.anchor { + color: #5e8949; + text-decoration: none; + line-height: inherit; } + /* line 730, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + .asciidoctor a:hover, .asciidoctor a:focus, .asciidoctor a.anchor:hover, .asciidoctor a.anchor:focus { + color: #0079a1; } + /* line 735, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + .asciidoctor > aside { + width: 33.33333%; + float: right; + margin: 0 0 1.875rem 1.875rem; } + /* line 741, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + .asciidoctor i.fa { + font-style: normal; } + +@media only screen and (min-width: 64.063em) { + /* line 748, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + .hero #download > .columns > a, .hero #stack-list #download > li > a, #stack-list .hero #download > li > a, .hero #theme-list li#download > div > a, #theme-list .hero li#download > div > a { + margin-top: 0.5em; } + /* line 751, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + .hero #download > .columns:first-child, .hero #stack-list #download > li:first-child, #stack-list .hero #download > li:first-child, .hero #theme-list li#download > div:first-child, #theme-list .hero li#download > div:first-child { + display: block; } + + /* line 755, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + ul#downloads li table { + width: 100%; } } +@media only screen and (min-width: 40.063em) { + /* line 763, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + .top-bar-section ul, + .top-bar-section .dropdown li a, + .top-bar-section .dropdown li a:not(.button):hover { + background: #fff; } + + /* line 766, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + .top-bar .name h1 a { + font-size: 1em; } + + /* line 769, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + .hero h1 span { + font-size: inherit; + display: inline; } } +/* line 775, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ +#search-results { + min-height: 10em; + margin-top: -2em; } + /* line 778, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + #search-results table { + margin: 0; + border: 0; } + /* line 781, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + #search-results table td { + line-height: 1em; + padding: 0; } + /* line 786, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + #search-results .gsc-table-result { + margin-top: 0.5em; } + /* line 788, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + #search-results .gsc-table-result td { + padding-left: 8px; } + /* line 792, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + #search-results .gsc-selected-option-container { + width: auto !important; } + /* line 795, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + #search-results .gcsc-branding-img-noclear { + display: block; + width: 51px !important; } + +/* line 801, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ +ul.sub-nav { + border-bottom: 1px solid #ddd; } + +/* line 805, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ +a.pdf { + display: inline-block; + background-image: url("/dashboard/images/pdf-icon.png"); + background-repeat: no-repeat; + background-position: 0 50%; + background-size: 33px auto; + padding-left: 45px; + min-height: 40px; + line-height: 1.2em; } + /* line 815, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + a.pdf span { + font-size: 0.8em; + color: #777; + display: block; } + +/* line 824, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ +ul#docs-list > li { + min-height: 150px; + margin-bottom: 1.5em; } + /* line 829, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + ul#docs-list > li h3 { + border-bottom: 1px solid #eee; + padding-bottom: 0.5em; } + /* line 832, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + ul#docs-list > li h3 a { + color: inherit; } + /* line 837, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + ul#docs-list > li a.pdf { + margin-top: 0.5em; } + +/* line 843, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ +iframe.video { + border: 1px solid #ccc; + margin-bottom: 1em; } + +/* line 848, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ +#addonsVideoModal { + width: 620px; + /* 560px 2x20px padding */ + margin-left: -25%; } + +/* line 853, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ +.warning-message { + background-color: #FFFBCC; + border: 1px solid #FB8168; + padding: 9px; + text-align: justify; } + +/* PHP 7 banner */ +/* line 861, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ +#php7-banner { + background: #5e8949; + text-align: center; } + /* line 865, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + #php7-banner h2 { + color: #fff; } + /* line 869, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + #php7-banner a { + font-size: 0.8em; + color: rgba(255, 255, 255, 0.8); } + /* line 873, /home/bitnami/projects/apachefriends-web/source-xampp-windows/stylesheets/all.scss */ + #php7-banner a:hover { + text-decoration: underline; } diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/stylesheets/asciidoctor.css b/TE2/Proyecto Teknovate/htdocs/dashboard/stylesheets/asciidoctor.css new file mode 100644 index 0000000..bcb0f55 --- /dev/null +++ b/TE2/Proyecto Teknovate/htdocs/dashboard/stylesheets/asciidoctor.css @@ -0,0 +1,723 @@ +/*! normalize.css v2.1.2 | MIT License | git.io/normalize */ +/* ========================================================================== HTML5 display definitions ========================================================================== */ +/** Correct `block` display not defined in IE 8/9. */ + +article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; } + +/** Correct `inline-block` display not defined in IE 8/9. */ +audio, canvas, video { display: inline-block; } + +/** Prevent modern browsers from displaying `audio` without controls. Remove excess height in iOS 5 devices. */ +audio:not([controls]) { display: none; height: 0; } + +/** Address `[hidden]` styling not present in IE 8/9. Hide the `template` element in IE, Safari, and Firefox < 22. */ +[hidden], template { display: none; } + +script { display: none !important; } + +/* ========================================================================== Base ========================================================================== */ +/** 1. Set default font family to sans-serif. 2. Prevent iOS text size adjust after orientation change, without disabling user zoom. */ +html { font-family: sans-serif; /* 1 */ -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjust: 100%; /* 2 */ } + +/** Remove default margin. */ +body { margin: 0; } + +/* ========================================================================== Links ========================================================================== */ +/** Remove the gray background color from active links in IE 10. */ +a { background: transparent; } + +/** Address `outline` inconsistency between Chrome and other browsers. */ +a:focus { outline: thin dotted; } + +/** Improve readability when focused and also mouse hovered in all browsers. */ +a:active, a:hover { outline: 0; } + +/* ========================================================================== Typography ========================================================================== */ +/** Address variable `h1` font-size and margin within `section` and `article` contexts in Firefox 4+, Safari 5, and Chrome. */ +h1 { font-size: 2em; margin: 0.67em 0; } + +/** Address styling not present in IE 8/9, Safari 5, and Chrome. */ +abbr[title] { border-bottom: 1px dotted; } + +/** Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome. */ +b, strong { font-weight: bold; } + +/** Address styling not present in Safari 5 and Chrome. */ +dfn { font-style: italic; } + +/** Address differences between Firefox and other browsers. */ +hr { -moz-box-sizing: content-box; box-sizing: content-box; height: 0; } + +/** Address styling not present in IE 8/9. */ +mark { background: #ff0; color: #000; } + +/** Correct font family set oddly in Safari 5 and Chrome. */ +code, kbd, pre, samp { font-family: monospace, serif; font-size: 1em; } + +/** Improve readability of pre-formatted text in all browsers. */ +pre { white-space: pre-wrap; } + +/** Set consistent quote types. */ +q { quotes: "\201C" "\201D" "\2018" "\2019"; } + +/** Address inconsistent and variable font size in all browsers. */ +small { font-size: 80%; } + +/** Prevent `sub` and `sup` affecting `line-height` in all browsers. */ +sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } + +sup { top: -0.5em; } + +sub { bottom: -0.25em; } + +/* ========================================================================== Embedded content ========================================================================== */ +/** Remove border when inside `a` element in IE 8/9. */ +img { border: 0; } + +/** Correct overflow displayed oddly in IE 9. */ +svg:not(:root) { overflow: hidden; } + +/* ========================================================================== Figures ========================================================================== */ +/** Address margin not present in IE 8/9 and Safari 5. */ +figure { margin: 0; } + +/* ========================================================================== Forms ========================================================================== */ +/** Define consistent border, margin, and padding. */ +fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; } + +/** 1. Correct `color` not being inherited in IE 8/9. 2. Remove padding so people aren't caught out if they zero out fieldsets. */ +legend { border: 0; /* 1 */ padding: 0; /* 2 */ } + +/** 1. Correct font family not being inherited in all browsers. 2. Correct font size not being inherited in all browsers. 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome. */ +button, input, select, textarea { font-family: inherit; /* 1 */ font-size: 100%; /* 2 */ margin: 0; /* 3 */ } + +/** Address Firefox 4+ setting `line-height` on `input` using `!important` in the UA stylesheet. */ +button, input { line-height: normal; } + +/** Address inconsistent `text-transform` inheritance for `button` and `select`. All other form control elements do not inherit `text-transform` values. Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+. Correct `select` style inheritance in Firefox 4+ and Opera. */ +button, select { text-transform: none; } + +/** 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` and `video` controls. 2. Correct inability to style clickable `input` types in iOS. 3. Improve usability and consistency of cursor style between image-type `input` and others. */ +button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; /* 2 */ cursor: pointer; /* 3 */ } + +/** Re-set default cursor for disabled elements. */ +button[disabled], html input[disabled] { cursor: default; } + +/** 1. Address box sizing set to `content-box` in IE 8/9. 2. Remove excess padding in IE 8/9. */ +input[type="checkbox"], input[type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ } + +/** 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome. 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome (include `-moz` to future-proof). */ +input[type="search"] { -webkit-appearance: textfield; /* 1 */ -moz-box-sizing: content-box; -webkit-box-sizing: content-box; /* 2 */ box-sizing: content-box; } + +/** Remove inner padding and search cancel button in Safari 5 and Chrome on OS X. */ +input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; } + +/** Remove inner padding and border in Firefox 4+. */ +button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; } + +/** 1. Remove default vertical scrollbar in IE 8/9. 2. Improve readability and alignment in all browsers. */ +textarea { overflow: auto; /* 1 */ vertical-align: top; /* 2 */ } + +/* ========================================================================== Tables ========================================================================== */ +/** Remove most spacing between table cells. */ +table { border-collapse: collapse; border-spacing: 0; } + +meta.foundation-mq-small { font-family: "only screen and (min-width: 768px)"; width: 768px; } + +meta.foundation-mq-medium { font-family: "only screen and (min-width:1280px)"; width: 1280px; } + +meta.foundation-mq-large { font-family: "only screen and (min-width:1440px)"; width: 1440px; } + +*, *:before, *:after { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } + +html, body { font-size: 100%; } + +body { background: white; color: rgba(0, 0, 0, 0.8); padding: 0; margin: 0; font-family: "Noto Serif", "DejaVu Serif", serif; font-weight: normal; font-style: normal; line-height: 1; position: relative; cursor: auto; } + +a:hover { cursor: pointer; } + +img, object, embed { max-width: 100%; height: auto; } + +object, embed { height: 100%; } + +img { -ms-interpolation-mode: bicubic; } + +#map_canvas img, #map_canvas embed, #map_canvas object, .map_canvas img, .map_canvas embed, .map_canvas object { max-width: none !important; } + +.left { float: left !important; } + +.right { float: right !important; } + +.text-left { text-align: left !important; } + +.text-right { text-align: right !important; } + +.text-center { text-align: center !important; } + +.text-justify { text-align: justify !important; } + +.hide { display: none; } + +.antialiased, body { -webkit-font-smoothing: antialiased; } + +img { display: inline-block; vertical-align: middle; } + +textarea { height: auto; min-height: 50px; } + +select { width: 100%; } + +p.lead, .paragraph.lead > p, #preamble > .sectionbody > .paragraph:first-of-type p { font-size: 1.21875em; line-height: 1.6; } + +.subheader, .admonitionblock td.content > .title, .audioblock > .title, .exampleblock > .title, .imageblock > .title, .listingblock > .title, .literalblock > .title, .stemblock > .title, .openblock > .title, .paragraph > .title, .quoteblock > .title, table.tableblock > .title, .verseblock > .title, .videoblock > .title, .dlist > .title, .olist > .title, .ulist > .title, .qlist > .title, .hdlist > .title { line-height: 1.45; color: #7a2518; font-weight: normal; margin-top: 0; margin-bottom: 0.25em; } + +/* Typography resets */ +div, dl, dt, dd, ul, ol, li, h1, h2, h3, #toctitle, .sidebarblock > .content > .title, h4, h5, h6, pre, form, p, blockquote, th, td { margin: 0; padding: 0; direction: ltr; } + +/* Default Link Styles */ +a { color: #2156a5; text-decoration: underline; line-height: inherit; } +a:hover, a:focus { color: #1d4b8f; } +a img { border: none; } + +/* Default paragraph styles */ +p { font-family: inherit; font-weight: normal; font-size: 1em; line-height: 1.6; margin-bottom: 1.25em; text-rendering: optimizeLegibility; } +p aside { font-size: 0.875em; line-height: 1.35; font-style: italic; } + +/* Default header styles */ +h1, h2, h3, #toctitle, .sidebarblock > .content > .title, h4, h5, h6 { font-family: "Open Sans", "DejaVu Sans", sans-serif; font-weight: 300; font-style: normal; color: #ba3925; text-rendering: optimizeLegibility; margin-top: 1em; margin-bottom: 0.5em; line-height: 1.0125em; } +h1 small, h2 small, h3 small, #toctitle small, .sidebarblock > .content > .title small, h4 small, h5 small, h6 small { font-size: 60%; color: #e99b8f; line-height: 0; } + +h1 { font-size: 2.125em; } + +h2 { font-size: 1.6875em; } + +h3, #toctitle, .sidebarblock > .content > .title { font-size: 1.375em; } + +h4 { font-size: 1.125em; } + +h5 { font-size: 1.125em; } + +h6 { font-size: 1em; } + +hr { border: solid #ddddd8; border-width: 1px 0 0; clear: both; margin: 1.25em 0 1.1875em; height: 0; } + +/* Helpful Typography Defaults */ +em, i { font-style: italic; line-height: inherit; } + +strong, b { font-weight: bold; line-height: inherit; } + +small { font-size: 60%; line-height: inherit; } + +code { font-family: "Droid Sans Mono", "DejaVu Sans Mono", "Monospace", monospace; font-weight: normal; color: rgba(0, 0, 0, 0.9); } + +/* Lists */ +ul, ol, dl { font-size: 1em; line-height: 1.6; margin-bottom: 1.25em; list-style-position: outside; font-family: inherit; } + +ul, ol { margin-left: 1.5em; } +ul.no-bullet, ol.no-bullet { margin-left: 1.5em; } + +/* Unordered Lists */ +ul li ul, ul li ol { margin-left: 1.25em; margin-bottom: 0; font-size: 1em; /* Override nested font-size change */ } +ul.square li ul, ul.circle li ul, ul.disc li ul { list-style: inherit; } +ul.square { list-style-type: square; } +ul.circle { list-style-type: circle; } +ul.disc { list-style-type: disc; } +ul.no-bullet { list-style: none; } + +/* Ordered Lists */ +ol li ul, ol li ol { margin-left: 1.25em; margin-bottom: 0; } + +/* Definition Lists */ +dl dt { margin-bottom: 0.3125em; font-weight: bold; } +dl dd { margin-bottom: 1.25em; } + +/* Abbreviations */ +abbr, acronym { text-transform: uppercase; font-size: 90%; color: rgba(0, 0, 0, 0.8); border-bottom: 1px dotted #dddddd; cursor: help; } + +abbr { text-transform: none; } + +/* Blockquotes */ +blockquote { margin: 0 0 1.25em; padding: 0.5625em 1.25em 0 1.1875em; border-left: 1px solid #dddddd; } +blockquote cite { display: block; font-size: 0.9375em; color: rgba(0, 0, 0, 0.6); } +blockquote cite:before { content: "\2014 \0020"; } +blockquote cite a, blockquote cite a:visited { color: rgba(0, 0, 0, 0.6); } + +blockquote, blockquote p { line-height: 1.6; color: rgba(0, 0, 0, 0.85); } + +/* Microformats */ +.vcard { display: inline-block; margin: 0 0 1.25em 0; border: 1px solid #dddddd; padding: 0.625em 0.75em; } +.vcard li { margin: 0; display: block; } +.vcard .fn { font-weight: bold; font-size: 0.9375em; } + +.vevent .summary { font-weight: bold; } +.vevent abbr { cursor: auto; text-decoration: none; font-weight: bold; border: none; padding: 0 0.0625em; } + +@media only screen and (min-width: 768px) { h1, h2, h3, #toctitle, .sidebarblock > .content > .title, h4, h5, h6 { line-height: 1.2; } + h1 { font-size: 2.75em; } + h2 { font-size: 2.3125em; } + h3, #toctitle, .sidebarblock > .content > .title { font-size: 1.6875em; } + h4 { font-size: 1.4375em; } } +/* Tables */ +table { background: white; margin-bottom: 1.25em; border: solid 1px #dedede; } +table thead, table tfoot { background: #f7f8f7; font-weight: bold; } +table thead tr th, table thead tr td, table tfoot tr th, table tfoot tr td { padding: 0.5em 0.625em 0.625em; font-size: inherit; color: rgba(0, 0, 0, 0.8); text-align: left; } +table tr th, table tr td { padding: 0.5625em 0.625em; font-size: inherit; color: rgba(0, 0, 0, 0.8); } +table tr.even, table tr.alt, table tr:nth-of-type(even) { background: #f8f8f7; } +table thead tr th, table tfoot tr th, table tbody tr td, table tr td, table tfoot tr td { display: table-cell; line-height: 1.6; } + +h1, h2, h3, #toctitle, .sidebarblock > .content > .title, h4, h5, h6 { line-height: 1.2; word-spacing: -0.05em; } +h1 strong, h2 strong, h3 strong, #toctitle strong, .sidebarblock > .content > .title strong, h4 strong, h5 strong, h6 strong { font-weight: 400; } + +.clearfix:before, .clearfix:after, .float-group:before, .float-group:after { content: " "; display: table; } +.clearfix:after, .float-group:after { clear: both; } + +*:not(pre) > code { font-size: 0.9375em; font-style: normal !important; letter-spacing: 0; padding: 0.1em 0.5ex; word-spacing: -0.15em; background-color: #f7f7f8; -webkit-border-radius: 4px; border-radius: 4px; line-height: 1.45; text-rendering: optimizeSpeed; } + +pre, pre > code { line-height: 1.45; color: rgba(0, 0, 0, 0.9); font-family: "Droid Sans Mono", "DejaVu Sans Mono", "Monospace", monospace; font-weight: normal; text-rendering: optimizeSpeed; } + +.keyseq { color: rgba(51, 51, 51, 0.8); } + +kbd { display: inline-block; color: rgba(0, 0, 0, 0.8); font-size: 0.75em; line-height: 1.4; background-color: #f7f7f7; border: 1px solid #ccc; -webkit-border-radius: 3px; border-radius: 3px; -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 0 0 0.1em white inset; box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 0 0 0.1em white inset; margin: -0.15em 0.15em 0 0.15em; padding: 0.2em 0.6em 0.2em 0.5em; vertical-align: middle; white-space: nowrap; } + +.keyseq kbd:first-child { margin-left: 0; } + +.keyseq kbd:last-child { margin-right: 0; } + +.menuseq, .menu { color: rgba(0, 0, 0, 0.8); } + +b.button:before, b.button:after { position: relative; top: -1px; font-weight: normal; } + +b.button:before { content: "["; padding: 0 3px 0 2px; } + +b.button:after { content: "]"; padding: 0 2px 0 3px; } + +p a > code:hover { color: rgba(0, 0, 0, 0.9); } + +#header, #content, #footnotes, #footer { width: 100%; margin-left: auto; margin-right: auto; margin-top: 0; margin-bottom: 0; max-width: 62.5em; *zoom: 1; position: relative; padding-left: 0.9375em; padding-right: 0.9375em; } +#header:before, #header:after, #content:before, #content:after, #footnotes:before, #footnotes:after, #footer:before, #footer:after { content: " "; display: table; } +#header:after, #content:after, #footnotes:after, #footer:after { clear: both; } + +#content { margin-top: 1.25em; } + +#content:before { content: none; } + +#header > h1:first-child { color: rgba(0, 0, 0, 0.85); margin-top: 2.25rem; margin-bottom: 0; } +#header > h1:first-child + #toc { margin-top: 8px; border-top: 1px solid #ddddd8; } +#header > h1:only-child, body.toc2 #header > h1:nth-last-child(2) { border-bottom: 1px solid #ddddd8; padding-bottom: 8px; } +#header .details { border-bottom: 1px solid #ddddd8; line-height: 1.45; padding-top: 0.25em; padding-bottom: 0.25em; padding-left: 0.25em; color: rgba(0, 0, 0, 0.6); display: -ms-flexbox; display: -webkit-flex; display: flex; -ms-flex-flow: row wrap; -webkit-flex-flow: row wrap; flex-flow: row wrap; } +#header .details span:first-child { margin-left: -0.125em; } +#header .details span.email a { color: rgba(0, 0, 0, 0.85); } +#header .details br { display: none; } +#header .details br + span:before { content: "\00a0\2013\00a0"; } +#header .details br + span.author:before { content: "\00a0\22c5\00a0"; color: rgba(0, 0, 0, 0.85); } +#header .details br + span#revremark:before { content: "\00a0|\00a0"; } +#header #revnumber { text-transform: capitalize; } +#header #revnumber:after { content: "\00a0"; } + +#content > h1:first-child:not([class]) { color: rgba(0, 0, 0, 0.85); border-bottom: 1px solid #ddddd8; padding-bottom: 8px; margin-top: 0; padding-top: 1rem; margin-bottom: 1.25rem; } + +#toc { border-bottom: 1px solid #efefed; padding-bottom: 0.5em; } +#toc > ul { margin-left: 0.125em; } +#toc ul.sectlevel0 > li > a { font-style: italic; } +#toc ul.sectlevel0 ul.sectlevel1 { margin: 0.5em 0; } +#toc ul { font-family: "Open Sans", "DejaVu Sans", sans-serif; list-style-type: none; } +#toc a { text-decoration: none; } +#toc a:active { text-decoration: underline; } + +#toctitle { color: #7a2518; font-size: 1.2em; } + +@media only screen and (min-width: 768px) { #toctitle { font-size: 1.375em; } + body.toc2 { padding-left: 15em; padding-right: 0; } + #toc.toc2 { margin-top: 0 !important; background-color: #f8f8f7; position: fixed; width: 15em; left: 0; top: 0; border-right: 1px solid #efefed; border-top-width: 0 !important; border-bottom-width: 0 !important; z-index: 1000; padding: 1.25em 1em; height: 100%; overflow: auto; } + #toc.toc2 #toctitle { margin-top: 0; font-size: 1.2em; } + #toc.toc2 > ul { font-size: 0.9em; margin-bottom: 0; } + #toc.toc2 ul ul { margin-left: 0; padding-left: 1em; } + #toc.toc2 ul.sectlevel0 ul.sectlevel1 { padding-left: 0; margin-top: 0.5em; margin-bottom: 0.5em; } + body.toc2.toc-right { padding-left: 0; padding-right: 15em; } + body.toc2.toc-right #toc.toc2 { border-right-width: 0; border-left: 1px solid #efefed; left: auto; right: 0; } } +@media only screen and (min-width: 1280px) { body.toc2 { padding-left: 20em; padding-right: 0; } + #toc.toc2 { width: 20em; } + #toc.toc2 #toctitle { font-size: 1.375em; } + #toc.toc2 > ul { font-size: 0.95em; } + #toc.toc2 ul ul { padding-left: 1.25em; } + body.toc2.toc-right { padding-left: 0; padding-right: 20em; } } +#content #toc { border-style: solid; border-width: 1px; border-color: #e0e0dc; margin-bottom: 1.25em; padding: 1.25em; background: #f8f8f7; -webkit-border-radius: 4px; border-radius: 4px; } +#content #toc > :first-child { margin-top: 0; } +#content #toc > :last-child { margin-bottom: 0; } + +#footer { max-width: 100%; background-color: rgba(0, 0, 0, 0.8); padding: 1.25em; } + +#footer-text { color: rgba(255, 255, 255, 0.8); line-height: 1.44; } + +.sect1 { padding-bottom: 0.625em; } + +@media only screen and (min-width: 768px) { .sect1 { padding-bottom: 1.25em; } } +.sect1 + .sect1 { border-top: 1px solid #efefed; } + +#content h1 > a.anchor, h2 > a.anchor, h3 > a.anchor, #toctitle > a.anchor, .sidebarblock > .content > .title > a.anchor, h4 > a.anchor, h5 > a.anchor, h6 > a.anchor { position: absolute; z-index: 1001; width: 1.5ex; margin-left: -1.5ex; display: block; text-decoration: none !important; visibility: hidden; text-align: center; font-weight: normal; } +#content h1 > a.anchor:before, h2 > a.anchor:before, h3 > a.anchor:before, #toctitle > a.anchor:before, .sidebarblock > .content > .title > a.anchor:before, h4 > a.anchor:before, h5 > a.anchor:before, h6 > a.anchor:before { content: "\00A7"; font-size: 0.85em; display: block; padding-top: 0.1em; } +#content h1:hover > a.anchor, #content h1 > a.anchor:hover, h2:hover > a.anchor, h2 > a.anchor:hover, h3:hover > a.anchor, #toctitle:hover > a.anchor, .sidebarblock > .content > .title:hover > a.anchor, h3 > a.anchor:hover, #toctitle > a.anchor:hover, .sidebarblock > .content > .title > a.anchor:hover, h4:hover > a.anchor, h4 > a.anchor:hover, h5:hover > a.anchor, h5 > a.anchor:hover, h6:hover > a.anchor, h6 > a.anchor:hover { visibility: visible; } +#content h1 > a.link, h2 > a.link, h3 > a.link, #toctitle > a.link, .sidebarblock > .content > .title > a.link, h4 > a.link, h5 > a.link, h6 > a.link { color: #ba3925; text-decoration: none; } +#content h1 > a.link:hover, h2 > a.link:hover, h3 > a.link:hover, #toctitle > a.link:hover, .sidebarblock > .content > .title > a.link:hover, h4 > a.link:hover, h5 > a.link:hover, h6 > a.link:hover { color: #a53221; } + +.audioblock, .imageblock, .literalblock, .listingblock, .stemblock, .videoblock { margin-bottom: 1.25em; } + +.admonitionblock td.content > .title, .audioblock > .title, .exampleblock > .title, .imageblock > .title, .listingblock > .title, .literalblock > .title, .stemblock > .title, .openblock > .title, .paragraph > .title, .quoteblock > .title, table.tableblock > .title, .verseblock > .title, .videoblock > .title, .dlist > .title, .olist > .title, .ulist > .title, .qlist > .title, .hdlist > .title { text-rendering: optimizeLegibility; text-align: left; font-family: "Noto Serif", "DejaVu Serif", serif; font-size: 1rem; font-style: italic; } + +table.tableblock > caption.title { white-space: nowrap; overflow: visible; max-width: 0; } + +.paragraph.lead > p, #preamble > .sectionbody > .paragraph:first-of-type p { color: rgba(0, 0, 0, 0.85); } + +table.tableblock #preamble > .sectionbody > .paragraph:first-of-type p { font-size: inherit; } + +.admonitionblock > table { border-collapse: separate; border: 0; background: none; width: 100%; } +.admonitionblock > table td.icon { text-align: center; width: 80px; } +.admonitionblock > table td.icon img { max-width: none; } +.admonitionblock > table td.icon .title { font-weight: bold; font-family: "Open Sans", "DejaVu Sans", sans-serif; text-transform: uppercase; } +.admonitionblock > table td.content { padding-left: 1.125em; padding-right: 1.25em; border-left: 1px solid #ddddd8; color: rgba(0, 0, 0, 0.6); } +.admonitionblock > table td.content > :last-child > :last-child { margin-bottom: 0; } + +.exampleblock > .content { border-style: solid; border-width: 1px; border-color: #e6e6e6; margin-bottom: 1.25em; padding: 1.25em; background: white; -webkit-border-radius: 4px; border-radius: 4px; } +.exampleblock > .content > :first-child { margin-top: 0; } +.exampleblock > .content > :last-child { margin-bottom: 0; } + +.sidebarblock { border-style: solid; border-width: 1px; border-color: #e0e0dc; margin-bottom: 1.25em; padding: 1.25em; background: #f8f8f7; -webkit-border-radius: 4px; border-radius: 4px; } +.sidebarblock > :first-child { margin-top: 0; } +.sidebarblock > :last-child { margin-bottom: 0; } +.sidebarblock > .content > .title { color: #7a2518; margin-top: 0; text-align: center; } + +.exampleblock > .content > :last-child > :last-child, .exampleblock > .content .olist > ol > li:last-child > :last-child, .exampleblock > .content .ulist > ul > li:last-child > :last-child, .exampleblock > .content .qlist > ol > li:last-child > :last-child, .sidebarblock > .content > :last-child > :last-child, .sidebarblock > .content .olist > ol > li:last-child > :last-child, .sidebarblock > .content .ulist > ul > li:last-child > :last-child, .sidebarblock > .content .qlist > ol > li:last-child > :last-child { margin-bottom: 0; } + +.literalblock pre, .listingblock pre:not(.highlight), .listingblock pre[class="highlight"], .listingblock pre[class^="highlight "], .listingblock pre.CodeRay, .listingblock pre.prettyprint { background: #f7f7f8; } +.sidebarblock .literalblock pre, .sidebarblock .listingblock pre:not(.highlight), .sidebarblock .listingblock pre[class="highlight"], .sidebarblock .listingblock pre[class^="highlight "], .sidebarblock .listingblock pre.CodeRay, .sidebarblock .listingblock pre.prettyprint { background: #f2f1f1; } + +.literalblock pre, .literalblock pre[class], .listingblock pre, .listingblock pre[class] { -webkit-border-radius: 4px; border-radius: 4px; word-wrap: break-word; padding: 1em; font-size: 0.8125em; } +.literalblock pre.nowrap, .literalblock pre[class].nowrap, .listingblock pre.nowrap, .listingblock pre[class].nowrap { overflow-x: auto; white-space: pre; word-wrap: normal; } +@media only screen and (min-width: 768px) { .literalblock pre, .literalblock pre[class], .listingblock pre, .listingblock pre[class] { font-size: 0.90625em; } } +@media only screen and (min-width: 1280px) { .literalblock pre, .literalblock pre[class], .listingblock pre, .listingblock pre[class] { font-size: 1em; } } + +.literalblock.output pre { color: #f7f7f8; background-color: rgba(0, 0, 0, 0.9); } + +.listingblock pre.highlightjs { padding: 0; } +.listingblock pre.highlightjs > code { padding: 1em; -webkit-border-radius: 4px; border-radius: 4px; } + +.listingblock pre.prettyprint { border-width: 0; } + +.listingblock > .content { position: relative; } + +.listingblock code[data-lang]:before { display: none; content: attr(data-lang); position: absolute; font-size: 0.75em; top: 0.425rem; right: 0.5rem; line-height: 1; text-transform: uppercase; color: #999; } + +.listingblock:hover code[data-lang]:before { display: block; } + +.listingblock.terminal pre .command:before { content: attr(data-prompt); padding-right: 0.5em; color: #999; } + +.listingblock.terminal pre .command:not([data-prompt]):before { content: "$"; } + +table.pyhltable { border-collapse: separate; border: 0; margin-bottom: 0; background: none; } + +table.pyhltable td { vertical-align: top; padding-top: 0; padding-bottom: 0; } + +table.pyhltable td.code { padding-left: .75em; padding-right: 0; } + +pre.pygments .lineno, table.pyhltable td:not(.code) { color: #999; padding-left: 0; padding-right: .5em; border-right: 1px solid #ddddd8; } + +pre.pygments .lineno { display: inline-block; margin-right: .25em; } + +table.pyhltable .linenodiv { background: none !important; padding-right: 0 !important; } + +.quoteblock { margin: 0 1em 1.25em 1.5em; display: table; } +.quoteblock > .title { margin-left: -1.5em; margin-bottom: 0.75em; } +.quoteblock blockquote, .quoteblock blockquote p { color: rgba(0, 0, 0, 0.85); font-size: 1.15rem; line-height: 1.75; word-spacing: 0.1em; letter-spacing: 0; font-style: italic; text-align: justify; } +.quoteblock blockquote { margin: 0; padding: 0; border: 0; } +.quoteblock blockquote:before { content: "\201c"; float: left; font-size: 2.75em; font-weight: bold; line-height: 0.6em; margin-left: -0.6em; color: #7a2518; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); } +.quoteblock blockquote > .paragraph:last-child p { margin-bottom: 0; } +.quoteblock .attribution { margin-top: 0.5em; margin-right: 0.5ex; text-align: right; } +.quoteblock .quoteblock { margin-left: 0; margin-right: 0; padding: 0.5em 0; border-left: 3px solid rgba(0, 0, 0, 0.6); } +.quoteblock .quoteblock blockquote { padding: 0 0 0 0.75em; } +.quoteblock .quoteblock blockquote:before { display: none; } + +.verseblock { margin: 0 1em 1.25em 1em; } +.verseblock pre { font-family: "Open Sans", "DejaVu Sans", sans; font-size: 1.15rem; color: rgba(0, 0, 0, 0.85); font-weight: 300; text-rendering: optimizeLegibility; } +.verseblock pre strong { font-weight: 400; } +.verseblock .attribution { margin-top: 1.25rem; margin-left: 0.5ex; } + +.quoteblock .attribution, .verseblock .attribution { font-size: 0.9375em; line-height: 1.45; font-style: italic; } +.quoteblock .attribution br, .verseblock .attribution br { display: none; } +.quoteblock .attribution cite, .verseblock .attribution cite { display: block; letter-spacing: -0.05em; color: rgba(0, 0, 0, 0.6); } + +.quoteblock.abstract { margin: 0 0 1.25em 0; display: block; } +.quoteblock.abstract blockquote, .quoteblock.abstract blockquote p { text-align: left; word-spacing: 0; } +.quoteblock.abstract blockquote:before, .quoteblock.abstract blockquote p:first-of-type:before { display: none; } + +table.tableblock { max-width: 100%; border-collapse: separate; } +table.tableblock td > .paragraph:last-child p > p:last-child, table.tableblock th > p:last-child, table.tableblock td > p:last-child { margin-bottom: 0; } + +table.spread { width: 100%; } + +table.tableblock, th.tableblock, td.tableblock { border: 0 solid #dedede; } + +table.grid-all th.tableblock, table.grid-all td.tableblock { border-width: 0 1px 1px 0; } + +table.grid-all tfoot > tr > th.tableblock, table.grid-all tfoot > tr > td.tableblock { border-width: 1px 1px 0 0; } + +table.grid-cols th.tableblock, table.grid-cols td.tableblock { border-width: 0 1px 0 0; } + +table.grid-all * > tr > .tableblock:last-child, table.grid-cols * > tr > .tableblock:last-child { border-right-width: 0; } + +table.grid-rows th.tableblock, table.grid-rows td.tableblock { border-width: 0 0 1px 0; } + +table.grid-all tbody > tr:last-child > th.tableblock, table.grid-all tbody > tr:last-child > td.tableblock, table.grid-all thead:last-child > tr > th.tableblock, table.grid-rows tbody > tr:last-child > th.tableblock, table.grid-rows tbody > tr:last-child > td.tableblock, table.grid-rows thead:last-child > tr > th.tableblock { border-bottom-width: 0; } + +table.grid-rows tfoot > tr > th.tableblock, table.grid-rows tfoot > tr > td.tableblock { border-width: 1px 0 0 0; } + +table.frame-all { border-width: 1px; } + +table.frame-sides { border-width: 0 1px; } + +table.frame-topbot { border-width: 1px 0; } + +th.halign-left, td.halign-left { text-align: left; } + +th.halign-right, td.halign-right { text-align: right; } + +th.halign-center, td.halign-center { text-align: center; } + +th.valign-top, td.valign-top { vertical-align: top; } + +th.valign-bottom, td.valign-bottom { vertical-align: bottom; } + +th.valign-middle, td.valign-middle { vertical-align: middle; } + +table thead th, table tfoot th { font-weight: bold; } + +tbody tr th { display: table-cell; line-height: 1.6; background: #f7f8f7; } + +tbody tr th, tbody tr th p, tfoot tr th, tfoot tr th p { color: rgba(0, 0, 0, 0.8); font-weight: bold; } + +p.tableblock > code:only-child { background: none; padding: 0; } + +p.tableblock { font-size: 1em; } + +td > div.verse { white-space: pre; } + +ol { margin-left: 1.75em; } + +ul li ol { margin-left: 1.5em; } + +dl dd { margin-left: 1.125em; } + +dl dd:last-child, dl dd:last-child > :last-child { margin-bottom: 0; } + +ol > li p, ul > li p, ul dd, ol dd, .olist .olist, .ulist .ulist, .ulist .olist, .olist .ulist { margin-bottom: 0.625em; } + +ul.unstyled, ol.unnumbered, ul.checklist, ul.none { list-style-type: none; } + +ul.unstyled, ol.unnumbered, ul.checklist { margin-left: 0.625em; } + +ul.checklist li > p:first-child > .fa-check-square-o:first-child, ul.checklist li > p:first-child > input[type="checkbox"]:first-child { margin-right: 0.25em; } + +ul.checklist li > p:first-child > input[type="checkbox"]:first-child { position: relative; top: 1px; } + +ul.inline { margin: 0 auto 0.625em auto; margin-left: -1.375em; margin-right: 0; padding: 0; list-style: none; overflow: hidden; } +ul.inline > li { list-style: none; float: left; margin-left: 1.375em; display: block; } +ul.inline > li > * { display: block; } + +.unstyled dl dt { font-weight: normal; font-style: normal; } + +ol.arabic { list-style-type: decimal; } + +ol.decimal { list-style-type: decimal-leading-zero; } + +ol.loweralpha { list-style-type: lower-alpha; } + +ol.upperalpha { list-style-type: upper-alpha; } + +ol.lowerroman { list-style-type: lower-roman; } + +ol.upperroman { list-style-type: upper-roman; } + +ol.lowergreek { list-style-type: lower-greek; } + +.hdlist > table, .colist > table { border: 0; background: none; } +.hdlist > table > tbody > tr, .colist > table > tbody > tr { background: none; } + +td.hdlist1 { padding-right: .75em; font-weight: bold; } + +td.hdlist1, td.hdlist2 { vertical-align: top; } + +.literalblock + .colist, .listingblock + .colist { margin-top: -0.5em; } + +.colist > table tr > td:first-of-type { padding: 0 0.75em; line-height: 1; } +.colist > table tr > td:last-of-type { padding: 0.25em 0; } + +.thumb, .th { line-height: 0; display: inline-block; border: solid 4px white; -webkit-box-shadow: 0 0 0 1px #dddddd; box-shadow: 0 0 0 1px #dddddd; } + +.imageblock.left, .imageblock[style*="float: left"] { margin: 0.25em 0.625em 1.25em 0; } +.imageblock.right, .imageblock[style*="float: right"] { margin: 0.25em 0 1.25em 0.625em; } +.imageblock > .title { margin-bottom: 0; } +.imageblock.thumb, .imageblock.th { border-width: 6px; } +.imageblock.thumb > .title, .imageblock.th > .title { padding: 0 0.125em; } + +.image.left, .image.right { margin-top: 0.25em; margin-bottom: 0.25em; display: inline-block; line-height: 0; } +.image.left { margin-right: 0.625em; } +.image.right { margin-left: 0.625em; } + +a.image { text-decoration: none; } + +span.footnote, span.footnoteref { vertical-align: super; font-size: 0.875em; } +span.footnote a, span.footnoteref a { text-decoration: none; } +span.footnote a:active, span.footnoteref a:active { text-decoration: underline; } + +#footnotes { padding-top: 0.75em; padding-bottom: 0.75em; margin-bottom: 0.625em; } +#footnotes hr { width: 20%; min-width: 6.25em; margin: -.25em 0 .75em 0; border-width: 1px 0 0 0; } +#footnotes .footnote { padding: 0 0.375em; line-height: 1.3; font-size: 0.875em; margin-left: 1.2em; text-indent: -1.2em; margin-bottom: .2em; } +#footnotes .footnote a:first-of-type { font-weight: bold; text-decoration: none; } +#footnotes .footnote:last-of-type { margin-bottom: 0; } + +#content #footnotes { margin-top: -0.625em; margin-bottom: 0; padding: 0.75em 0; } + +.gist .file-data > table { border: 0; background: #fff; width: 100%; margin-bottom: 0; } +.gist .file-data > table td.line-data { width: 99%; } + +div.unbreakable { page-break-inside: avoid; } + +.big { font-size: larger; } + +.small { font-size: smaller; } + +.underline { text-decoration: underline; } + +.overline { text-decoration: overline; } + +.line-through { text-decoration: line-through; } + +.aqua { color: #00bfbf; } + +.aqua-background { background-color: #00fafa; } + +.black { color: black; } + +.black-background { background-color: black; } + +.blue { color: #0000bf; } + +.blue-background { background-color: #0000fa; } + +.fuchsia { color: #bf00bf; } + +.fuchsia-background { background-color: #fa00fa; } + +.gray { color: #606060; } + +.gray-background { background-color: #7d7d7d; } + +.green { color: #006000; } + +.green-background { background-color: #007d00; } + +.lime { color: #00bf00; } + +.lime-background { background-color: #00fa00; } + +.maroon { color: #600000; } + +.maroon-background { background-color: #7d0000; } + +.navy { color: #000060; } + +.navy-background { background-color: #00007d; } + +.olive { color: #606000; } + +.olive-background { background-color: #7d7d00; } + +.purple { color: #600060; } + +.purple-background { background-color: #7d007d; } + +.red { color: #bf0000; } + +.red-background { background-color: #fa0000; } + +.silver { color: #909090; } + +.silver-background { background-color: #bcbcbc; } + +.teal { color: #006060; } + +.teal-background { background-color: #007d7d; } + +.white { color: #bfbfbf; } + +.white-background { background-color: #fafafa; } + +.yellow { color: #bfbf00; } + +.yellow-background { background-color: #fafa00; } + +span.icon > .fa { cursor: default; } + +.admonitionblock td.icon [class^="fa icon-"] { font-size: 2.5em; /*text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);*/ cursor: default; } +.admonitionblock td.icon .icon-note:before { content: "\f05a"; color: #19407c; } +.admonitionblock td.icon .icon-tip:before { content: "\f0eb"; text-shadow: 1px 1px 2px rgba(155, 155, 0, 0.8); color: #111; } +.admonitionblock td.icon .icon-warning:before { content: "\f071"; color: #bf6900; } +.admonitionblock td.icon .icon-caution:before { content: "\f06d"; color: #bf3400; } +.admonitionblock td.icon .icon-important:before { content: "\f06a"; color: #bf0000; } + +.conum[data-value] { display: inline-block; color: #fff !important; background-color: rgba(0, 0, 0, 0.8); -webkit-border-radius: 100px; border-radius: 100px; text-align: center; font-size: 0.75em; width: 1.67em; height: 1.67em; line-height: 1.67em; font-family: "Open Sans", "DejaVu Sans", sans-serif; font-style: normal; font-weight: bold; } +.conum[data-value] * { color: #fff !important; } +.conum[data-value] + b { display: none; } +.conum[data-value]:after { content: attr(data-value); } +pre .conum[data-value] { position: relative; top: -0.125em; } + +b.conum * { color: inherit !important; } + +.conum:not([data-value]):empty { display: none; } + +h1, h2 { letter-spacing: -0.01em; } + +dt, th.tableblock, td.content { text-rendering: optimizeLegibility; } + +p, td.content { letter-spacing: -0.01em; } +p strong, td.content strong { letter-spacing: -0.005em; } + +p, blockquote, dt, td.content { font-size: 1.0625rem; } + +p { margin-bottom: 1.25rem; } + +.sidebarblock p, .sidebarblock dt, .sidebarblock td.content, p.tableblock { font-size: 1em; } + +.exampleblock > .content { background-color: #fffef7; border-color: #e0e0dc; -webkit-box-shadow: 0 1px 4px #e0e0dc; box-shadow: 0 1px 4px #e0e0dc; } + +.print-only { display: none !important; } + +@media print { @page { margin: 1.25cm 0.75cm; } + * { -webkit-box-shadow: none !important; box-shadow: none !important; text-shadow: none !important; } + a { color: inherit !important; text-decoration: underline !important; } + a.bare, a[href^="#"], a[href^="mailto:"] { text-decoration: none !important; } + a[href^="http:"]:not(.bare):after, a[href^="https:"]:not(.bare):after, a[href^="mailto:"]:not(.bare):after { content: "(" attr(href) ")"; display: inline-block; font-size: 0.875em; padding-left: 0.25em; } + abbr[title]:after { content: " (" attr(title) ")"; } + pre, blockquote, tr, img { page-break-inside: avoid; } + thead { display: table-header-group; } + img { max-width: 100% !important; } + p, blockquote, dt, td.content { font-size: 1em; orphans: 3; widows: 3; } + h2, h3, #toctitle, .sidebarblock > .content > .title, #toctitle, .sidebarblock > .content > .title { page-break-after: avoid; } + #toc, .sidebarblock, .exampleblock > .content { background: none !important; } + #toc { border-bottom: 1px solid #ddddd8 !important; padding-bottom: 0 !important; } + .sect1 { padding-bottom: 0 !important; } + .sect1 + .sect1 { border: 0 !important; } + #header > h1:first-child { margin-top: 1.25rem; } + body.book #header { text-align: center; } + body.book #header > h1:first-child { border: 0 !important; margin: 2.5em 0 1em 0; } + body.book #header .details { border: 0 !important; display: block; padding: 0 !important; } + body.book #header .details span:first-child { margin-left: 0 !important; } + body.book #header .details br { display: block; } + body.book #header .details br + span:before { content: none !important; } + body.book #toc { border: 0 !important; text-align: left !important; padding: 0 !important; margin: 0 !important; } + body.book #toc, body.book #preamble, body.book h1.sect0, body.book .sect1 > h2 { page-break-before: always; } + .listingblock code[data-lang]:before { display: block; } + #footer { background: none !important; padding: 0 0.9375em; } + #footer-text { color: rgba(0, 0, 0, 0.6) !important; font-size: 0.9em; } + .hide-on-print { display: none !important; } + .print-only { display: block !important; } + .hide-for-print { display: none !important; } + .show-for-print { display: inherit !important; } } diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/stylesheets/normalize.css b/TE2/Proyecto Teknovate/htdocs/dashboard/stylesheets/normalize.css new file mode 100644 index 0000000..06b3017 --- /dev/null +++ b/TE2/Proyecto Teknovate/htdocs/dashboard/stylesheets/normalize.css @@ -0,0 +1,376 @@ +/*! normalize.css v2.0.1 | MIT License | git.io/normalize */ + +/* ========================================================================== + HTML5 display definitions + ========================================================================== */ + +/* + * Corrects `block` display not defined in IE 8/9. + */ + + +article, +aside, +details, +figcaption, +figure, +footer, +header, +hgroup, +nav, +section, +summary { + display: block; +} + +/* + * Corrects `inline-block` display not defined in IE 8/9. + */ + +audio, +canvas, +video { + display: inline-block; +} + +/* + * Prevents modern browsers from displaying `audio` without controls. + * Remove excess height in iOS 5 devices. + */ + +audio:not([controls]) { + display: none; + height: 0; +} + +/* + * Addresses styling for `hidden` attribute not present in IE 8/9. + */ + +[hidden] { + display: none; +} + +/* ========================================================================== + Base + ========================================================================== */ + +/* + * 1. Sets default font family to sans-serif. + * 2. Prevents iOS text size adjust after orientation change, without disabling + * user zoom. + */ + +html { + font-family: sans-serif; /* 1 */ + -webkit-text-size-adjust: 100%; /* 2 */ + -ms-text-size-adjust: 100%; /* 2 */ +} + +/* + * Removes default margin. + */ + +body { + margin: 0; +} + +/* ========================================================================== + Links + ========================================================================== */ + +/* + * Addresses `outline` inconsistency between Chrome and other browsers. + */ + +a:focus { + outline: thin dotted; +} + +/* + * Improves readability when focused and also mouse hovered in all browsers. + */ + +a:active, +a:hover { + outline: 0; +} + +/* ========================================================================== + Typography + ========================================================================== */ + +/* + * Addresses `h1` font sizes within `section` and `article` in Firefox 4+, + * Safari 5, and Chrome. + */ + +h1 { + font-size: 2em; +} + +/* + * Addresses styling not present in IE 8/9, Safari 5, and Chrome. + */ + +abbr[title] { + border-bottom: 1px dotted; +} + +/* + * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome. + */ + +b, +strong { + font-weight: bold; +} + +/* + * Addresses styling not present in Safari 5 and Chrome. + */ + +dfn { + font-style: italic; +} + +/* + * Addresses styling not present in IE 8/9. + */ + +mark { + background: #ff0; + color: #000; +} + + +/* + * Corrects font family set oddly in Safari 5 and Chrome. + */ + +code, +kbd, +pre, +samp { + font-family: monospace, serif; + font-size: 1em; +} + +/* + * Improves readability of pre-formatted text in all browsers. + */ + +pre { + white-space: pre; + white-space: pre-wrap; + word-wrap: break-word; +} + +/* + * Sets consistent quote types. + */ + +q { + quotes: "\201C" "\201D" "\2018" "\2019"; +} + +/* + * Addresses inconsistent and variable font size in all browsers. + */ + +small { + font-size: 80%; +} + +/* + * Prevents `sub` and `sup` affecting `line-height` in all browsers. + */ + +sub, +sup { + font-size: 75%; + line-height: 0; + position: relative; + vertical-align: baseline; +} + +sup { + top: -0.5em; +} + +sub { + bottom: -0.25em; +} + +/* ========================================================================== + Embedded content + ========================================================================== */ + +/* + * Removes border when inside `a` element in IE 8/9. + */ + +img { + border: 0; +} + +/* + * Corrects overflow displayed oddly in IE 9. + */ + +svg:not(:root) { + overflow: hidden; +} + +/* ========================================================================== + Figures + ========================================================================== */ + +/* + * Addresses margin not present in IE 8/9 and Safari 5. + */ + +figure { + margin: 0; +} + +/* ========================================================================== + Forms + ========================================================================== */ + +/* + * Define consistent border, margin, and padding. + */ + +fieldset { + border: 1px solid #c0c0c0; + margin: 0 2px; + padding: 0.35em 0.625em 0.75em; +} + +/* + * 1. Corrects color not being inherited in IE 8/9. + * 2. Remove padding so people aren't caught out if they zero out fieldsets. + */ + +legend { + border: 0; /* 1 */ + padding: 0; /* 2 */ +} + +/* + * 1. Corrects font family not being inherited in all browsers. + * 2. Corrects font size not being inherited in all browsers. + * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome + */ + +button, +input, +select, +textarea { + font-family: inherit; /* 1 */ + font-size: 100%; /* 2 */ + margin: 0; /* 3 */ +} + +/* + * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in + * the UA stylesheet. + */ + +button, +input { + line-height: normal; +} + +/* + * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` + * and `video` controls. + * 2. Corrects inability to style clickable `input` types in iOS. + * 3. Improves usability and consistency of cursor style between image-type + * `input` and others. + */ + +button, +html input[type="button"], /* 1 */ +input[type="reset"], +input[type="submit"] { + -webkit-appearance: button; /* 2 */ + cursor: pointer; /* 3 */ +} + +/* + * Re-set default cursor for disabled elements. + */ + +button[disabled], +input[disabled] { + cursor: default; +} + +/* + * 1. Addresses box sizing set to `content-box` in IE 8/9. + * 2. Removes excess padding in IE 8/9. + */ + +input[type="checkbox"], +input[type="radio"] { + box-sizing: border-box; /* 1 */ + padding: 0; /* 2 */ +} + +/* + * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome. + * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome + * (include `-moz` to future-proof). + */ + +input[type="search"] { + -webkit-appearance: textfield; /* 1 */ + -moz-box-sizing: content-box; + -webkit-box-sizing: content-box; /* 2 */ + box-sizing: content-box; +} + +/* + * Removes inner padding and search cancel button in Safari 5 and Chrome + * on OS X. + */ + +input[type="search"]::-webkit-search-cancel-button, +input[type="search"]::-webkit-search-decoration { + -webkit-appearance: none; +} + +/* + * Removes inner padding and border in Firefox 4+. + */ + +button::-moz-focus-inner, +input::-moz-focus-inner { + border: 0; + padding: 0; +} + +/* + * 1. Removes default vertical scrollbar in IE 8/9. + * 2. Improves readability and alignment in all browsers. + */ + +textarea { + overflow: auto; /* 1 */ + vertical-align: top; /* 2 */ +} + +/* ========================================================================== + Tables + ========================================================================== */ + +/* + * Remove most spacing between table cells. + */ + +table { + border-collapse: collapse; + border-spacing: 0; +} diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/tr/faq.html b/TE2/Proyecto Teknovate/htdocs/dashboard/tr/faq.html new file mode 100644 index 0000000..b4deb22 --- /dev/null +++ b/TE2/Proyecto Teknovate/htdocs/dashboard/tr/faq.html @@ -0,0 +1,523 @@ + + + + + + + + + + + XAMPP FAQs for Windows + + + + + + + + + + + + + + + + +
    + +
    + +
    + +
    +
    +
    +
    +

    Windows Sıkça Sorulan Sorular

    +
    +
    +
    +
    +
    +
    +
    XAMPP'ı nasıl yüklerim?
    +
    +

    Windows için XAMPP üç farklı çeşitte bulunmaktadır:

    +

    Yükleyici:
    + Muhtemelen XAMPP'i yüklemek için en kolay yol.

    +

    ZIP:
    + Sadelik taraftarları için: Standart ZIP arşivinde XAMPP.

    +

    7zip:
    + Bant genişliği düşük sadelik taraftarları için: 7zip arşivinde XAMPP.

    +

    Not: Eğer dosyaları çıkarırsanız, yanlış virus uyarıları verebilir.

    +

    Yükeyiciyi kullanarak:

    +

    +

    Başlangıç ​​için XAMPP kontrol paneli / Apache, MySQL, FileZilla ve Merkür durdurmak veya hizmetler gibi bu sunucuyu yükleyin.

    +

    ZIP yükleniyor

    +

    Seçtiğiniz klasöre zip arşivleri ayıklayın. Seçilen hedef dizin altında: "\\ xampp \\ C" XAMPP alt \\ için açılan bir. Şimdi, dosya \\ "setup_xampp.bat " start sisteminize XAMPP yapılandırmasını ayarlamak için.

    +

    Bir kök dizin \\ seçerseniz: hedef olarak "C \\" ise, \\ "setup_xampp.bat " start olmamalıdır.

    +

    Yükleyici versiyonunda olduğu gibi, şimdi ekstra görevler için "XAMPP Kontrol Paneli"nide kullanabilirsiniz.

    +
    +
    Does XAMPP include MySQL or MariaDB?
    +
    +

    Since XAMPP 5.5.30 and 5.6.14, XAMPP ships MariaDB instead of MySQL. The commands and tools are the same for both.

    +
    +
    XAMPP'ı yükleme işlemi olmadan nasıl başlatabilirim?
    +
    +

    XAMPP'ı "C:\\" veya "D:\\" gibi üst klasörlere çıkarırsanız, Apache veya MySQL gibi birçok sunucuyu "setup_xampp.bat" dosyasını çalıştırmadan başlatabilirsiniz.

    +

    XAMPP'ı usb sürücüye kurarken, her bilgisayarda farklı sürücü ismi olabileceği için belirsiz yol seçmeniz önerilir. Yükleme işlemiyle klasör yolunu belirli veya belirsiz olarak istediğiniz an değiştirebilirsiniz.

    +

    İndirme sayfamızdaki indirici, XAMPP'ı kurmanın en kolay yoludur. Yükleme tamamlandıktan sonra XAMPP'ı Başlat | Programlar | XAMPP klasöründe bulabilirsiniz. XAMPP Kontrol Panel'ini kullanarak sunucuları başlatıp durdurmanın yanında servis olarak yükleyip kaldırabilirsiniz.

    +

    Başlangıç ​​için XAMPP kontrol paneli / Apache, MySQL, FileZilla ve Merkür durdurmak veya hizmetler gibi bu sunucuyu yükleyin.

    +
    +
    XAMPP'i nasıl başlatır ve durdururum?
    +
    +

    Evrensel kontrol merkezi "XAMPP Kontrol Paneli" (www.nat32.com ' a Teşekkürler). Şununla başlatılır:

    +

    \xampp\xampp-control.exe

    +

    Sunucuları başlatmak/durdurmak için ayrıca batchfile dosyaları da kullanabilirsiniz:

    +

    +

      +
    • Apache & MySQL' i başlat: + \xampp\xampp_start.exe
    • +
    • Apache & MySQL durdur: + \xampp\xampp_stop.exe
    • +
    • Apache'yi başlat: + \xampp\apache_start.bat
    • +
    • Apache'yi durdur: + \xampp\apache_stop.bat
    • +
    • MySQL'i başlat: + \xampp\mysql_start.bat
    • +
    • MySQL'i durdur: + \xampp\mysql_stop.bat
    • +
    • Mercury Mailserver başlat: + \xampp\mercury_start.bat
    • +
    • Mercury Mailserver durdur: + \xampp\mercury_stop.bat
    • +
    • FileZilla Server başlat: + \xampp\filezilla_start.bat
    • +
    • FileZilla Server durdur: + \xampp\filezilla_stop.bat

    +

    +
    +
    Herşeyin çalıştığını nasıl test edebilirim?
    +
    +

    Favori web tarayıcınıza aşağıdaki URL'yi yazın:

    +

    http://localhost/ ya da http://127.0.0.1/

    +

    You should see the XAMPP start page, as shown below.

    + +
    +
    Bir sunucuyu nasıl servis olarak yükleyebilirim?
    +
    +

    XAMPP'taki her sunucuyu Windows servisi olarak kurabilirsiniz. Bunu XAMPP Kontrol Paneli'ni kullanarakta yapabilirsiniz. Sunucuları Windows servisi olarak kurabilmek için komut dosyalarının veya Kontrol Panel'inin Yönetici haklarıyla çalıştırılması gereklidir.

    +

    Apache servisini yükle: \\xampp\\apache\\apache_installservice.bat

    +

    Apache servisini kaldır: \\xampp\\apache\\apache_uninstallservice.bat

    +

    MySQL servisini yükle: \\xampp\\mysql\\mysql_installservice.bat

    +

    MySQL servisini kaldır: \\xampp\\mysql\\mysql_uninstallservice.bat

    +

    FileZilla servisini yükle/kaldır: \\xampp\\filezilla_setup.bat

    +

    Mercury: Servis yüklemesi mevcut değil

    +
    +
    XAMPP hazır mı?
    +
    +

    XAMPP, normal kullanım için değildir, sadece yazılım geliştirme için kullanılır. Bu nedenle bir yazılımcının mümkün olduğunca ihtiyacı olan ayarlar yapılmıştır. Yazıloım geliştirmek için ideal bir ortam olmasına rağmen yazılım yayınlaması için kullanıldığında istenmeyen sorunlara neden olabilir.

    +

    XAMPP içindeki güvenlik eksikliklerinin listesi:

    +
      +
    1. MySQL yöneticisi (root) şifresi yok.
    2. +
    3. MySQL ortamı, ağ üzerinden ulaşılabilir.
    4. +
    5. ProFTPD uses the password "lampp" for user "daemon".
    6. +
    7. Mercury ve FileZilla'nın varsayılan kullanıcıları tanınmaktadır.
    8. +
    +

    Tüm noktalar büyük güvenlik risklerine sebebiyet verebilir. Özellikle XAMPP, ağ veya dış kaynaklar tarafından erişime açıksa. Güvenlik duvarı veya (NAT) yönlendirici kullanmak buna yardım edebilir. Yönlendirici veya güvenlik duvarı kullanılması durumunda, normal olarak bilgisayarınız ağ tarafından gelen isteklere kapalı olacaktır. Bu problemleri çözmek size düşmektedir. Bir miktar yardım etmek için "XAMPP Güvenlik Konsolu" bulunmaktadır.

    +

    Herhangi bir şeyi yayınlamadan önce lütfen XAMPP'ı güvenli hale getirin. Bir güvenlik duvarı veya harici yönlendirici sadece düşük profil güvenlik sorunlarını önlemeye yardımcı olmakta. Hafif bir güvenlik artışı için, "XAMPP Güvenlik Konsolu" ile sunucularınıza gerekli şifreleri atayabilirsiniz.

    +

    Eğer internetten erişilebilir XAMPP' ınız olmasını isterseniz, bazı problemleri çözmek için aşağıdaki bağlantıya gidebilirsiniz:

    +

    http://localhost/security/

    +

    Güvenlik konsolu ile MySQL kullanıcısı "root" ve phpMyAdmin'e şifre atayabilirsiniz. Ayrıca, XAMPP demo sayfalarındaki doğrulamayı etkinleştirebilirsiniz.

    +

    Bu internet tabanlı araç hiçbir ekstra güvenlik problemini çözmemektedir! Özellikle FileZilla FTP sunucusu ile Mercury mail sunucusunu kendiniz güvenli hale getirmelisiniz.

    +
    XAMPP'ı nasıl kaldırabilirim?
    +
    +

    XAMPP'ı yükleyici versiyonuyla yüklediyseniz, lütfen Kaldırıcı'yı kullanın. Kaldırıcı kayıt defterinizden tüm XAMPP girdilerini ve bazı XAMPP ile gelen servisleri kaldıracaktır. Yükleyici kullanarak yüklediğiniz XAMPP yüklemelerini kesinlikle Kaldırıcı ile kaldırmanız önerilmektedir. Verilerinizi XAMPP'ı kaldırmadan önce lütfen yedekleyin.

    +

    XAMPP'ı ZIP ve 7zip versiyonları ile kurduysanız, tüm XAMPP sunucularını kapatın ve tüm panellerden çıkış yapın. Herhangi bir kurulu servisiniz varsa kaldırıp kapatın ve XAMPP'ın kurulu olduğu klasörü basitçe silin. Temizlemeniz gereken hiçbir kayıt bulunmamakta.

    +
    +
    XAMPP'ın "lite" versiyonu nedir?
    +
    +

    XAMPP Lite ("hafif" anlamında), XAMPP'ın tüm bileşenlerini içermeyen küçültülmüş paketidir. Sadece PHP ve MySQL ile çabuk işlemleri halletmek için önerilir. Bazı, Mercury Mail ve FileZilla FTP gibi sunucu veya araçlar Lite versiyonunda bulunmamakta.

    +
    +
    Web içeriğimi nereye yerleştirmeliyim?
    +
    +

    Tüm Web dökümanları için ana dizin "\\xampp\\htdocs"dur. Eğer "test.html" isimli bir dosyayı bu dizine koyarsanız, dosyaya "http://localhost/test.html" bağlantısı ile ulaşabilirsiniz.

    +

    Ve "test.php" sayfası için ": //localhost/test.php" yeterlidir. Basit bir deneme kodu olarak:

    +

    <?php
    + echo 'Hello world';
    + ?>

    +

    Alt klasöre mi ihtiyacınız var? //xampp//htdocs klasörünün içine örnek olarak "yeni" adlı bir klasör oluşturun(En iyisi boşluksuz ve ASCII Kodlama karekerleri ile olmasıdır). Bu klasör içinde test dosyanızı oluşturun ve ona erişmek için "http:// localhost/yeni/test.php" adresini kullanın.

    +

    Diğer özelliklerini

    +

    HTML:
    + Çalıştırılabilir: \xampp\htdocs
    + İzin verilen sonlar: .html .htm
    + => temel paket

    +

    SSI:
    + Çalıştırılabilir: \xampp\htdocs
    + İzin verilen sonlar: .shtml
    + => temel paket

    +

    CGI:
    + Çalıştırılabilir: \xampp\htdocs and \xampp\cgi-bin
    + İzin verilen sonlar: .cgi
    + => temel paket

    +

    PHP:
    + Çalıştırılabilir: \xampp\htdocs and \xampp\cgi-bin
    + İzin verilen sonlar: .php
    + => temel paket

    +

    Perl:
    + Çalıştırılabilir: \xampp\htdocs and \xampp\cgi-bin
    + İzin verilen sonlar: .pl
    + => temel paket

    +

    Apache::ASP Perl:
    + Çalıştırılabilir: \xampp\htdocs
    + İzin verilen sonlar: .asp
    + => temel paket

    +

    JSP Java:
    + Çalıştırılabilir: \xampp\tomcat\webapps\java (e.g.)
    + İzin verilen sonlar: .jsp
    + => Tomcat add-on

    +

    Servlets Java:
    + Çalıştırılabilir: \xampp\tomcat\webapps\java (e.g.)
    + İzin verilen sonlar: .html (u.a)
    + => Tomcat add-on

    +
    +
    XAMPP kurulumunu taşıyabilir miyim?
    +
    +

    Evet. XAMPP dizinin taşındıktan sonra "setup_xampp.bat " çalıştırmalısınız. Yapılandırma dosyaları bu adımı ile ayarlanacaktır.

    +

    Eğer Windows hizmeti olarak herhangi bir sunucu kurduysanız, önce kurulu olan Windows hizmetini kaldırmanız gerekir. Daha sonra yeniden hizmeti yükleyebilirsiniz.

    +

    Uyarı: Ayar dosyaları içeren, Php uygulamaları gibi uygulamalarınızdaki ayar dosyaları ayarlanmaz. Ancak yükeyiciye eklenti oluşturarak bunu imkanlı hale getirebilirsiniz. Eklentilerle yükleyici bu dosyaları ayarlayabilir.

    +
    +
    Ne WWW dizinleri için "Otomatik start sayfalarını " \\ var?
    +
    +

    Apache işlevi \\ "DirectoryIndex " için standart dosya adı \\ "index.html " ya da \\ "index.php ". Sadece bir klasöre geziyor her zaman (örneğin \\ "http: // localhost / xampp / "), ve Apache gibi bir dosyayı bulabilirsiniz, Apache bu dosyayı yerine dizin listesini görüntülüyor.

    +
    +
    Nerede yapılandırmasını değiştirebilir miyim?
    +
    +

    Neredeyse XAMPP tüm ayarları yapılandırma dosyaları ile değiştirebilirsiniz. Sadece bir TextEdit dosyayı açın ve istediğiniz ayarı değiştirin. Sadece FileZilla ve Merkür uygulama yapılandırma aracı ile yapılandırılmalıdır.

    +
    + +
    Neden XAMPP Windows XP SP2 üzerinde çalışmak değil mi?
    +
    +

    Microsoft, otomatik olarak başlar hizmet paketi 2 (SP2), ile daha iyi bir güvenlik duvarı sunar. Bu güvenlik duvarı artık engeller gerekli portları 80 (http) ve 443 (https) ve Apache başlatılamıyor.

    +

    Hızlı çözüm:

    +

    Microsoft, araç çubuğu ile güvenlik duvarı ve XAMPP daha onces başlatmayı deneyin devre dışı bırakın. Daha iyi bir çözüm güvenlik merkezi içinde bir istisna tanımlamaktır.

    +

    Aşağıdaki bağlantı noktaları, temel işlevler için kullanılır:

    +

    Apache (HTTP): Port 80
    + Apache (WebDAV): Port 81
    + Apache (HTTPS): Port 443
    + MySQL: Port 3306
    + FileZilla (FTP): Port 21
    + FileZilla (Admin): Port 14147
    + Mercury (SMTP): Port 25
    + Mercury (POP3): Port 110
    + Mercury (IMAP): Port 143
    + Mercury (HTTP): Port 2224
    + Mercury (Finger): Port 79
    + Mercury (PH): Port 105
    + Mercury (PopPass): Port 106
    + Tomcat (AJP/1.3): Port 8009
    + Tomcat (HTTP): Port 8080

    +
    + +
    Neden XAMPP Vista üzerinde çalışmıyor?
    +
    +

    Kullanıcı Hesabı Denetimi (UAC)

    +

    Dizin \\ "C: \\ Program files " bile Yönetici olarak, tam yazma ayrıcalıklarına sahip değilsiniz. Yoksa (\\ örneğin ". \\ Xampp \\ htdocs ") sadece sınırlı ayrıcalıklara sahip. Bu durumda bir dosyayı düzenleyemezsiniz.
    +Çözüm: Explorer içinde ayrıcalıkları kaldırın (sağ / güvenlik tıklayın) veya kullanıcı hesabı denetimi (UAC) devre dışı bırakın.

    +

    Windows hizmeti olarak: "\\ xampp \\ C" Sen \\ Apache / MySQL yüklediniz. Ama sen start / \\ ile hizmetlerini durdurun "XAMPP Control Panel " ya da bunları kaldıramazsınız olamaz.

    +Çözüm: Windows hizmet yönetimi konsolunu kullanın veya UAC devre dışı bırakın.

    +

    Kullanıcı Hesabı Denetimi devre dışı bırakma (UAC)

    +

    UAC devre dışı bırakmak için, programı \\ "msconfig " kullanın. \\ "Msconfig " \\ gidin "Araçlar ", \\ "devre dışı kullanıcı hesabı denetimi " seçin ve seçiminizi doğrulayın. Şimdi Windows'u yeniden başlatmanız gerekir. Aynı zamanda, yine UAC etkinleştirebilir.

    +
    + +
    Nasıl md5 checksum kontrol edebilirim?
    +
    +

    Dosyaları karşılaştırmak için, sık sık sağlama kullanılır. Standart bu sağlama md5 (Message Digest Algorithm 5) oluşturmak için.

    +

    XAMPP paketinin indirme doğru olup olmadığını, bu md5 sağlama ile, test edebilirsiniz. Tabii ki bu sağlama oluşturabilirsiniz bir program gerekiyor. Windows için Microsoft'tan bir aracı kullanabilirsiniz:

    +

    Kullanılabilirlik ve File Checksum Integrity Verifier yardımcı programı açıklaması

    +

    GNU md5sum gibi, md5 toplamlarını oluşturabilir başka bir program kullanmak da mümkündür.

    +

    (Örn fciv.exe) bu tür bir programı kurduktan gibi, adımları izleyerek yapabilirsiniz:

    +

    +

      +
    • İndir XAMPP (fe xampp-win32-1.8.2-0.exe)
    • +
    • Ile checksum oluşturun:
      + fciv.exe xampp-win32-1.8.2-0.exe +
    • +
    • Ve şimdi size XAMPP Windows için ana sayfasında bulabilirsiniz biri ile bu sağlama karşılaştırabilirsiniz.
    • +
    +

    +

    Her iki sağlama eşit, tüm ok. Değilse, indir bozuk veya dosya değiştirildi.

    +
    + +
    Neden benim php.ini değişikliklerin geçerli değil mi?
    +
    +

    \\ "Php.ini " bir değişiklik hiçbir etkisi varsa, mümkün PHP farklı bir birini kullanarak mi. Sen phpinfo ile kontrol edebilirsiniz (). URI http: //localhost/xampp/phpinfo.php ve \\ "Loaded Configuration File " için arama. Bu değer size "php.ini " PHP gerçekten kullanıyor \\ gösterir.

    +

    Not: \\ Değiştirdikten sonra "php.ini " Apache / PHP yeni ayarları okuyabilir böylece Apache yeniden başlatmanız gerekir.

    +
    + +
    Yardım Edin! XAMPP bir virüs var!
    +
    +

    Bir virüs için bazı antivirüs programları hata XAMPP, genellikle dosya xampp-manager.exe işaretleme Bu olmadığı zaman antivirüs yanlışlıkla bir virüs olarak tanımlanan bir yalancı pozitif anlamıdır. Biz XAMPP her yeni sürüm önce virüs tarama yazılımı aracılığıyla çalıştırın. Şu anda kullanmakta olduğunuz Kapersky Online Virus Scanner. You can also use the online tool Virus Total for scanning XAMPP or send us an email to security (at) apachefriends (dot) org if you find any issue.

    +
    + +
    Nasıl benim antivirüs uygulamasını yapılandırmak mı?
    +
    +

    Biz birlikte web uygulaması çalıştırmak için gerekli tüm bağımlılıkları ve sunucular dahil ettik, bu yüzden XAMPP çok sayıda dosya yükler bulacaksınız. Etkin bir antivirüs uygulaması ile bir Windows makinede bir XAMPP uygulama yüklüyorsanız, bu anlamlı yüklemeyi yavaşlatabilir ve sunuculardan biri (web sunucusu, veritabanı sunucusu) antivirüs yazılımı tarafından bloke edilebilir bir şans da var . Eğer bir antivirüs aracı etkin varsa, performans sorunları olmadan XAMPP çalıştırmak için aşağıdaki ayarları kontrol edin:

    +

    +

      +
    • Güvenlik duvarı özel durumları ekleyin: Apache, MySQL veya başka bir sunucu için.
    • +
    • Tarama dosyalar çalıştırıldığında: Eğer tüm dosyalar için antivirüs taraması etkin varsa, sunucular için çalıştırılabilir dosyaları yavaşlatabilir.
    • +
    • Farklı URL'ler için trafiği tarayın: Kendi makinenizde XAMPP gelişmekte iseniz, Antivirüs ayarlarında \\ "localhost " trafiği hariç tutabilirsiniz.
    • +
    +

    +
    + +
    Neden Apache sunucusunu benim sistemde başlamıyor?
    +
    +

    Bu sorun çeşitli nedenlerle biri olabilir:

    +

    +

      +
    • Sen (yani IIS, Sambar, ZEUS ve benzeri) daha sonra bir HTTP Sunucusu başladı. Sadece bir Sunucu Bu hata iletisi sorunu gösteriyor port 80 kullanabilirsiniz:
      +(OS 10048)... make_sock: could not bind to adress 0.0.0.0:80 +no listening sockets available, shutting down
    • +
    • -> Seçenekler - Sen böyle bir sorun \\ "Skype " ise liman 80. Eğer Eylemler Skype gidebilirsiniz ayrıca bloklar Internet Telefon \\ "Skype " gibi başka yazılımları var> Bağlantı -> "alternatif bir liman \\ için kullanılması port 80 " de onay işaretini kaldırın ve Skype'ı yeniden başlatın. Şimdi çalışmalıdır.
    • +
    • Hangi bloklar Apache portu bir güvenlik duvarı var. Tüm güvenlik duvarları, Apache ile uyumlu ve bazen güvenlik duvarını devre dışı bırakılması yeterli değildir ve bunu kaldırmanız gerekir. Bu hata iletisi, bir güvenlik duvarı belirtir:
      +(OS 10038)Socket operation on non-socket: make_sock: for address 0.0.0.0:80, +apr_socket_opt_set: (SO_KEEPALIVE)
    • +
    +

    Apache başlayabilir, ancak tarayıcınız buna bağlanamıyor Ayrıca eğer aşağıdakilerden birine bağlı olabilir:

    +
      +
    • Bazı virüs tarayıcıları güvenlik duvarları engelleyebilir aynı şekilde bu neden olabilir.
    • +
    • Sen XAMPP için en az SP1 olması gerekir hizmet paketi 1. olmadan XP Professional var.
    • +
    +

    +

    İpucu: If you have problems with used ports, you can try the tool "xampp-portcheck.exe". Maybe it can help.

    +
    + +
    Neden Apache neredeyse% 99 benim CPU yükü nedir?
    +
    +

    Burada oynayan iki senaryo biri vardır. Ya CPU maxing edilir veya tarayıcı sunucuya bağlanmak, ancak (sistem sayfasını yüklemek için unsucessfully çalışıyor) bir şey göremiyorum. Her iki durumda da Apache günlük dosyasında aşağıdaki iletiyi bulabilirsiniz:

    +

    Child: Encountered too many AcceptEx faults accepting client connections. +winnt_mpm: falling back to 'AcceptFilter none'.

    +

    MPM geri güvenli uygulanmasına düşüyor, ama bazı istemci istekleri düzgün işlenmez bulundu. Bu hatayı önlemek için, \\ "AcceptFilter " kullanın filtre \\ \\ içinde "yok " \\ "xampp \\ apache \\ conf \\ extra \\ httpd-mpm.conf " dosyası kabul edin.

    +
    + +
    Neden resim ve stil sayfaları değil gösterildi mi?
    +
    +

    Bazen görüntüleniyor resim ve stil sayfası ile ilgili sorunlar var. Bu dosyalar bir ağ sürücüsünde bulunan özellikle. Bu durumda dosya \\ aşağıdaki satırları eğer birini etkinleştirin (veya eklemek) olabilir "\\ xampp \\ apache \\ conf \\ httpd.conf ":

    +

    EnableSendfile off
    +EnableMMAP off

    +

    Bu sorun, Netlimiter gibi bant genişliği düzenlemek için programlar tarafından neden olabilir.

    +
    + +
    How do I send email with XAMPP?
    +
    +

    To configure XAMPP to use the included sendmail.exe binary for email delivery, follow these steps:

    +
      +
    • Edit the XAMPP "php.ini" file. Within this file, find the [mail function] section and replace it with the following directives. Change the XAMPP installation path if needed. + + sendmail_path = "\"C:\xampp\sendmail\sendmail.exe\" -t" + +
    • +
    • Edit the XAMPP "sendmail.ini" file. Within this file, find the [sendmail] section and replace it with the following directives: + + smtp_server=smtp.gmail.com + smtp_port=465 + smtp_ssl=auto + error_logfile=error.log + auth_username=your-gmail-username@gmail.com + auth_password=your-gmail-password + +

      Remember to replace the dummy values shown with your actual Gmail address and account password. If you don't plan to use Gmail's SMTP server, replace the SMTP host details with appropriate values for your organization or ISP's SMTP server.

      +
    • +
    • Restart the Apache server using the XAMPP control panel. +
    • +
    +

    You can now use PHP's mail() function to send email from your application.

    +
    + +
    Nasıl MySQL bir kök şifre ayarlayabilirsiniz?
    +
    +

    Configure it with the "XAMPP Shell" (command prompt). Open the shell from the XAMPP control pane and execute this command:mysqladmin.exe -u root password secretThis sets the root password to 'secret'.

    +
    + +
    Benim kendi MySQL sunucusu kullanabilir miyim?
    +
    +

    Evet. Basitçe XAMPP paketinden MySQL başlatmayın. İki sunucunun aynı bağlantı noktasında başlamış olamaz unutmayın. Eğer \\ "root " için bir parola ayarladıysanız, dosya \\ "\\ xampp \\ phpMyAdmin \\ config.inc.php " düzenlemek unutmayınız.

    +
    + +
    Nasıl dışarıdan phpMyAdmin erişimi kısıtlamak mı?
    +
    +

    In the basic configuration of XAMPP, phpMyAdmin is accessible only from the same host that XAMPP is running on, at http://127.0.0.1 or http://localhost.

    +

    MySQL sunucusuna erişmeden önce, phpMyAdmin kullanıcı adı ve şifre isteyecektir. İlk kullanıcı \\ "root " için bir şifre koymak unutmayın.

    +
    + +
    How do I enable access to phpMyAdmin from the outside?
    +
    +

    In the basic configuration of XAMPP, phpMyAdmin is accessible only from the same host that XAMPP is running on, at http://127.0.0.1 or http://localhost.

    +

    IMPORTANT: Enabling external access for phpMyAdmin in production environments is a significant security risk. You are strongly advised to only allow access from localhost. A remote attacker could take advantage of any existing vulnerability for executing code or for modifying your data.

    +

    To enable remote access to phpMyAdmin, follow these steps:

    +
      +
    • Edit the apache\conf\extra\httpd-xampp.conf file in your XAMPP installation directory.
    • +
    • Within this file, find the lines below. +

      + Alias /phpmyadmin "C:/xampp/phpMyAdmin/" + <Directory "C:/xampp/phpMyAdmin"> + AllowOverride AuthConfig + Require local +

      +
    • +
    • Then replace 'Require local' with 'Require all granted'.
    • +

      + Alias /phpmyadmin "C:/xampp/phpMyAdmin/" + <Directory "C:/xampp/phpMyAdmin"> + AllowOverride AuthConfig + Require all granted +

      +
    • Restart the Apache server using the XAMPP control panel.
    • +
    +
    + +
    Nerede PHP IMAP desteği nedir?
    +
    +

    Eğer, dosya \\ açabilirsiniz NT sistemlerinde çalışıyorsanız, varsayılan olarak, PHP IMAP desteği nedeniyle Windows 98 gibi bazı ev sürümleri ile bazı gizemli başlatma hataları XAMPP devre dışı bırakılır "\\ xampp php \\ php.ini \\ " "; extension = php_imap.dll " hat \\ başlayan noktalı virgül kaldırarak php exstension etkinleştirmek için. Olmalı:
    +extension=php_imap.dll

    +

    Şimdi Apache yeniden başlatın ve IMAP çalışması gerekir. Varsayılan yapılandırmada etkin değil her uzatma için aynı adımları kullanabilirsiniz.

    +
    + +
    Neden bazı PHP açık kaynak uygulamaları Windows üzerinde XAMPP ile çalışmak değil mi?
    +
    +

    Linux için yazılmış PHP uygulamaları veya uzantıları bir sürü Windows taşıdık edilmemiştir.

    +
    + +
    Can I delete the "install" directory after installation?
    +
    +

    O değil daha iyi. Burada komut dosyaları hala XAMPP tüm ek paketler (add-ons) ve yükseltmeleri için gereklidir.

    +
    + +
    eAccelerator'u nasıl etkinleştirebilirim?
    +
    +

    Diğer (Zend) uzantıları gibi, \\ "php.ini " bunu etkinleştirebilirsiniz. "; Zend_extension = " \\ php_eaccelerator.dll \\ "" \\ xampp \\ php \\ ext Bu dosyada, satır \\ etkinleştirin. Olmalı:
    +zend_extension = "\xampp\php\ext\php_eaccelerator.dll"

    +
    + +
    Nasıl benim SQL sunucusuna MS bir bağlantı hatası düzeltebilirim?
    +
    +

    Mssql uzantısı php.ini yüklendiyse yalnızca TCP / IP kullanıldığında bazen sorunlar görünür. Microsoft'tan yeni bir \\ "ntwdblib.dll " ile bu sorunu çözebilirsiniz. \\ Eski dosyayı değiştirmek Lütfen "\\ xampp apache \\ bin \\ " ve \\ yenisi ile "\\ xampp \\ php ". Çünkü lisans, biz XAMPP ile bu dosyanın daha yeni bir sürümünü paket olamaz.

    +
    + +
    Nasıl PHP mcrypt uzantısı ile çalışır?
    +
    +

    % {} Mcrypt: Bunun için örnekler ve olası çözümleri ile forumda bir konu açtı

    +
    + +
    Do Microsoft Active Server Pages (ASP) work with XAMPP?
    +
    +

    Perl ekle-On ile No. Ve Apache :: ASP aynı değildir. Apache :: ASP sadece Perl-Script bilir, ama Internet Information Server (IIS) ASP normal VBScript bilir. Ama ASP .NET için, mevcut bir 3. parti Apache modülü var.

    +
    + +
    How can I get XAMPP working on port 80 under Windows 10?
    +
    +

    By default, Windows 10 starts Microsoft IIS on port 80, which is the same default port used by Apache in XAMPP. As a result, Apache cannot bind to port 80.

    +

    To disable IIS from running on port 80, follow these steps:

    +
      +
    • Open the Services panel in Computer Management.
    • +
    • Search for the 'World Wide Web Publishing Service' and select it.
    • +
    • Click the link to 'Stop the service'.
    • +
    • Double-click the service name.
    • +
    • In the 'Startup type' field, change the startup type to 'Disabled'.
    • +
    • Click 'OK' to save your changes.
    • +
    +

    You should now be able to start Apache in XAMPP on port 80.

    +

    For more information, refer to the 'Troubleshoot Apache Startup Problems' guide included with XAMPP or this forum post.

    +
    + +
    How can I use Microsoft Edge to access local addresses under Windows 10?
    +
    +

    If your local machine has the host name 'myhost', you will not be able to access URLs such as http://myhost in Microsoft Edge. To resolve this, you should instead use the addresses http://127.0.0.1 or http://localhost.

    +
    + +
    Where are the main XAMPP configuration files?
    +
    +

    The main XAMPP configuration files are located as follows:

    +
      +
    • Apache configuration file: \xampp\apache\conf\httpd.conf, \xampp\apache\conf\extra\httpd-xampp.conf
    • +
    • PHP configuration file: \xampp\php\php.ini
    • +
    • MySQL configuration file: \xampp\mysql\bin\my.ini
    • +
    • FileZilla Server configuration file: \xampp\FileZillaFTP\FileZilla Server.xml
    • +
    • Apache Tomcat configuration file: \xampp\tomcat\conf\server.xml
    • +
    • Apache Tomcat configuration file: \xampp\sendmail\sendmail.ini
    • +
    • Mercury Mail configuration file: \xampp\MercuryMail\MERCURY.INI
    • +
    +
    + +
    +
    +
    + +
    + + + + + + + + diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/tr/howto.html b/TE2/Proyecto Teknovate/htdocs/dashboard/tr/howto.html new file mode 100644 index 0000000..181b2a3 --- /dev/null +++ b/TE2/Proyecto Teknovate/htdocs/dashboard/tr/howto.html @@ -0,0 +1,131 @@ + + + + + + + + + + + XAMPP howto guides + + + + + + + + + + + + + + + + +
    + +
    + +
    + + + + + + + + + + diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/tr/howto_platform_links.html b/TE2/Proyecto Teknovate/htdocs/dashboard/tr/howto_platform_links.html new file mode 100644 index 0000000..8816e67 --- /dev/null +++ b/TE2/Proyecto Teknovate/htdocs/dashboard/tr/howto_platform_links.html @@ -0,0 +1,101 @@ + + + + + + + + + + + Apache Friends + + + + + + + + + + + + + + + + +
    + +
    + +
    + + + + + + + + + + diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/tr/howto_shared_links.html b/TE2/Proyecto Teknovate/htdocs/dashboard/tr/howto_shared_links.html new file mode 100644 index 0000000..7a0179d --- /dev/null +++ b/TE2/Proyecto Teknovate/htdocs/dashboard/tr/howto_shared_links.html @@ -0,0 +1,115 @@ + + + + + + + + + + + Apache Friends + + + + + + + + + + + + + + + + +
    + +
    + +
    + + + + + + + + + + diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/tr/index.html b/TE2/Proyecto Teknovate/htdocs/dashboard/tr/index.html new file mode 100644 index 0000000..0d06664 --- /dev/null +++ b/TE2/Proyecto Teknovate/htdocs/dashboard/tr/index.html @@ -0,0 +1,167 @@ + + + + + + + + + + + Welcome to XAMPP + + + + + + + + + + + + + + + + +
    + +
    + +
    + +
    +
    +
    +
    +

    XAMPP Apache + MariaDB + PHP + Perl

    +
    +
    +
    +
    +
    +

    Welcome to XAMPP for Windows 8.0.0

    +
    +
    +
    +
    +

    + You have successfully installed XAMPP on this system! Now you can start using Apache, MariaDB, PHP and other components. + You can find more info in the SSS section or check the HOW-TO Guides for getting started with PHP applications. +

    +

    + XAMPP is meant only for development purposes. It has certain configuration settings that make it easy to develop locally but that are insecure if you want to have your installation accessible to others. + If you want have your XAMPP accessible from the internet, make sure you understand the implications and you checked the SSS to learn how to protect your site. Alternatively you can use WAMP, MAMP or LAMP which are similar packages which are more suitable for production. +

    +

    + Start the XAMPP Control Panel to check the server status. +

    +
    +
    +
    +
    +

    Topluluk

    +
    +
    +
    +
    +

    + XAMPP 10 yıldan fazla bir süredir piyasadadır – arkasında büyük bir topluluk vardır. Katılmak için Forumlar kayıt olabilir, kendinizi E-posta Listesi ekleyebilir, bizi Facebook beğenebilir, yada Google+ çevrelerinize ekleyebilirsiniz. +

    +
    +
    +
    +
    +

    XAMPP çevirilerine katkıda bulunun: translate.apachefriends.org.

    +
    +
    +
    +
    +

    + XAMPP, diğer topluluk üyeleri için çevirmemize yardımcı olabilir misiniz? XAMPP'i diğer dillere çevirmek için yardımınıza ihtiyacımız var. Bunun için kullanıcıların çevirilere katkıda bulunabileceği bir site kurduk, translate.apachefriends.org. +

    +
    +
    +
    +
    +

    Install applications on XAMPP using Bitnami

    +
    +
    +
    +
    +

    + Apache Friends and Bitnami are cooperating to make dozens of open source applications available on XAMPP, for free. Bitnami-packaged applications include Wordpress, Drupal, Joomla! and dozens of others and can be deployed with one-click installers. + Visit the Bitnami XAMPP page for details on the currently available apps. +

    +
    +
    +
    +
    + Bitnami XAMPP page +
    +
    + +
    + + + + + + + + diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/ur/faq.html b/TE2/Proyecto Teknovate/htdocs/dashboard/ur/faq.html new file mode 100644 index 0000000..aaed1e2 --- /dev/null +++ b/TE2/Proyecto Teknovate/htdocs/dashboard/ur/faq.html @@ -0,0 +1,523 @@ + + + + + + + + + + + XAMPP FAQs for Windows + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +
    +

    Windows عمومی سوالات

    +
    +
    +
    +
    +
    +
    +
    میں کس طرح XAMPP کو انسٹال کروں ؟
    +
    +

    ونڈوز کے لیے xampp کی تین مختلف ذائقوں میں موجود ہے:

    +

    انسٹالر
    + شاید xampp کی نصب کرنے کے لئے سب سے آسان طریقہ.

    +

    ZIP:
    + purists کے لئے: xampp کی عام زپ محفوظ شدہ دستاویزات.

    +

    7zip:
    + XAMPP کی 7zip محفوظ شدہ دستاویزات کے طور پر: کم بینڈوڈتھ کے ساتھ purists کے لئے.

    +

    نوٹ: اگر آپ فائلوں کو ہٹا دیں، تو، جھوٹے مثبت وائرس انتباہ ہو سکتا ہے.

    +

    انسٹالر استعمال کرتے ہوئے:

    +

    +

    XAMPP کنٹرول پینل Apache, MySQL, FileZilla & Mercury کو شروع کرنے یا روکنے کے لئے یا ان سرورز کو سروس کے طور پر انسٹال کرنے کے لئے استعمال کرتے ہیں

    +

    زپ کی طرف سے نصب

    +

    آپ کی پسند کا فولڈر میں ZIP ابلیھاگار ان زپ. منتخب شدہ ہدف کی ڈائرکٹری ذیل: "xampp\C:" XAMPP کی ذیری ڈائریکٹری پر نکالنے ہے. اب آپ کا سسٹم پر XAMPP کی ترتیب کو ایڈجسٹ کرنے کے لئے، فائل "setup_xampp.bat" شروع.

    +

    آپ کو ایک روٹ ڈائریکٹری "C:\" کا انتخاب کرتے ہیں ہدف کے طور پر، آپ کو "setup_xampp.bat" شروع نہیں ہونا چاہیے.

    +

    انسٹالر کے ورژن کے ساتھ کی طرح، آپ کو اب اضافی کاموں کے لئے "XAMPP کی کنٹرول پینل" استعمال کر سکتے ہیں.

    +
    +
    Does XAMPP include MySQL or MariaDB?
    +
    +

    Since XAMPP 5.5.30 and 5.6.14, XAMPP ships MariaDB instead of MySQL. The commands and tools are the same for both.

    +
    +
    میں کس طرح سیٹ اپ کے بغیر XAMPP کی شروع کر سکتے ہیں؟
    +
    +

    اگر آپ XAMPP کو اعلی سطحی فولڈر جیسا کہ ,"C:\\" or "D:\\" میں ڈالیں تو آپ بہت سی سروسز جیسا کہ Apeche اور MySQL براہراست شروع کر سکتے ہیں "setup_xampp.bat" اس فائل کو چلاے بغیر .

    +

    آپ کو ایک یوایسبی ڈرائیو پر XAMPP کی نصب کر رہے ہیں تو سیٹ اپ سکرپٹ کا استعمال کرتے ہوئے، یا سیٹ اپ سکرپٹ میں رشتہ دار کے راستے کا انتخاب نہیں، ترجیح دی جاتی ہے. ہر کمپیوٹر پر اس طرح کی ایک ڈرائیو ایک دوسرے ڈرائیو خط ہے کر سکتے ہیں. آپ سیٹ اپ سکرپٹ کے ساتھ کسی بھی وقت رشتہ دار راستے پر مطلق کی طرف سے تبدیل کر سکتے ہیں.

    +

    ہمارے ڈاؤن لوڈ کے صفحے سے انسٹالر استعمال کرتے ہوئے XAMPP کی نصب کرنے کے لئے کا سب سے آسان طریقہ ہے. XAMPP کی | پروگرام | تنصیب مکمل ہونے کے بعد، آپ کو شروع کرنے کے تحت XAMPP کی مل جائے گا. آپ / شروع تمام سرور کو روکنے کے اور بھی / انسٹال کی خدمات کو انسٹال کرنے کے XAMPP کی کنٹرول پینل استعمال کر سکتے ہیں.

    +

    XAMPP کنٹرول پینل Apache, MySQL, FileZilla & Mercury کو شروع کرنے یا روکنے کے لئے یا ان سرورز کو سروس کے طور پر انسٹال کرنے کے لئے استعمال کرتے ہیں

    +
    +
    میں کس طرح شروع کرنے اور XAMPP کی روک سکتا ہوں؟
    +
    +

    عالمی کنٹرول سینٹر "XAMPP کی کنٹرول پینل" (شکریہ www.nat32.com) ہے. اس کے ساتھ شروع کر دیا ہے:

    +

    \xampp\xampp-control.exe

    +

    تم نے بھی سرور کو روکنے / شروع کرنے کے لئے کچھ batchfiles استعمال کر سکتے ہیں:

    +

    +

      +
    • اپاچی اور مائی ایس کیو ایل شروع: + \xampp\xampp_start.exe
    • +
    • اپاچی اور مائی ایس کیو ایل سٹاپ: + \xampp\xampp_stop.exe
    • +
    • اپاچی شروع: + \xampp\apache_start.bat
    • +
    • اپاچی سٹاپ: + \xampp\apache_stop.bat
    • +
    • ایس کیو ایل شروع: + \xampp\mysql_start.bat
    • +
    • ایس کیو ایل سٹاپ: + \xampp\mysql_stop.bat
    • +
    • مرکری Mailserver شروع: + \xampp\mercury_start.bat
    • +
    • مرکری Mailserver سٹاپ: + \xampp\mercury_stop.bat
    • +
    • FileZilla کے سرور شروع: + \xampp\filezilla_start.bat
    • +
    • FileZilla کے سرور سٹاپ: + \xampp\filezilla_stop.bat

    +

    +
    +
    میں کس طرح جانچ سکتا ہوں کہ سب چیزوں نے کام کیا ؟
    +
    +

    آپ اپنے پسندیدہ ویب براؤزر میں مندرجہ ذیل یو آر ایل لکھیں :

    +

    http://localhost/ یا http://127.0.0.1/

    +

    You should see the XAMPP start page, as shown below.

    + +
    +
    میں کس طرح ایک خدمت کے طور پر ایک سرور انسٹال کر سکتے ہیں؟
    +
    +

    xampp کی میں ہر سرور آپ ونڈوز خدمت کے طور پر بھی انسٹال کر سکتے ہیں. تم نے بھی xampp کی کنٹرول پینل سے انسٹال کر سکتے ہیں. اس صورت میں یہ ایڈمنسٹریٹر کی سہولیات کے ساتھ سکرپٹ یا کنٹرول پینل کو چلانے کے لئے ضروری ہے.

    +

    اپاچی سروس انسٹال کریں: xampp\\apache\\apache_installservice.bat\\

    +

    Apache سروس انسٹال کریں : xampp\\apache\\apache_uninstallservice.bat\\

    +

    ایس کیو ایل سروس انسٹال کریں: \\xampp\\mysql\\mysql_installservice.bat

    +

    ایس کیو ایل سروس انسٹال: \\xampp\\mysql\\mysql_uninstallservice.bat

    +

    FileZilla کے خارج انسٹال کریں: \\xampp\\filezilla_setup.bat

    +

    مرکری: کوئی سروس کی تنصیب دستیاب

    +
    +
    کیا XAMPP کی پیداوار تیار ہے؟
    +
    +

    XAMPP صرف ترقی کے ماحول کے لئے ہی نہیں ترتیب دیا گیا ہے، لیکن . XAMPP کو جس طرح وہ چاہتا / چاہتی ہے ڈویلپر کچھ بھی اجازت دینے کے لئے ہر ممکن حد تک کھلا ہے. ترقی کے ماحول کے لئے یہ بہت اچھا ہے لیکن پیداوار کے ماحول میں یہ مہلک ہو سکتا ہے.

    +

    یہاں XAMPP کی لاپتہ سلامتی کی فہرست:

    +
      +
    1. مائی ایس کیو ایل کے منتظم (جڑ)/ (root) کا کوئی پاسوڑد نہیں ہے.
    2. +
    3. مائی ایس کیو ایل ڈیمان نیٹ ورک کے ذریعے قابل رسائی ہے.
    4. +
    5. ProFTPD uses the password "lampp" for user "daemon".
    6. +
    7. مرکری اور FileZilla کے پہلے سے طے شدہ صارفین کے نام سے جانا جاتا.
    8. +
    +

    تمام پوائنٹس کی ایک بہت بڑی سیکورٹی رسک ہو سکتا ہے. XAMPP کی آپ کے LAN کے باہر نیٹ ورک اور لوگوں کے ذریعے قابل رسائی ہے خاص طور پر اگر. یہ بھی ایک فائر وال یا ایک (NAT) روٹر استعمال کرنے کے لئے مدد کر سکتے ہیں. ایک روٹر یا فائروال کے معاملے میں، آپ کے کمپیوٹر کو عام طور پر نیٹ ورک کے ذریعے قابل رسائی نہیں ہے. یہ ان مسائل کو ٹھیک کرنے کے لئے آپ پر منحصر ہے. ایک چھوٹی سی مدد کے طور پر "XAMPP کی سیکورٹی کنسول" ہے.

    +

    آن لائن کچھ بھی شائع کرنے سے پہلے XAMPP کی محفوظ کریں. فائروال یا ایک بیرونی روٹر سیکورٹی کی کم سطح کے لئے صرف کافی ہیں. تھوڑا سا زیادہ حفاظت کے لئے، آپ کو "XAMPP کی سیکورٹی کنسول" چلانے اور پاس ورڈ تفویض کر سکتے ہیں.

    +

    آپ انٹرنیٹ سے آپ XAMPP کی قابل رسائی ہے کرنا چاہتے ہیں تو، آپ کو کچھ مسائل کو ٹھیک کر سکتے ہیں جو مندرجہ ذیل URI کو جانا چاہئے:

    +

    http://localhost/security/

    +

    سیکورٹی کنسول کے ساتھ آپ ایس کیو ایل صارف "جڑ" اور phpMyAdmin کے لئے ایک پاس ورڈ مقرر کر سکتے ہیں. تم نے بھی xampp کی demopages کے لئے ایک کی توثیق چالو کر سکتے ہیں.

    +

    یہ ویب کی بنیاد پر آلے کے کسی بھی اضافی سیکورٹی کے مسائل حل نہیں ہے! خاص طور پر FileZilla کے FTP سرور اور مرکری میل سرور آپ کو اپنے آپ کو محفوظ کرنا ضروری ہے.

    +
    میں کس طرح اپنے کمپیوٹر سے xampp کی خارج کروں؟
    +
    +

    آپ انسٹالر ورژن استعمال XAMPP کی نصب، کی Uninstaller استعمال کریں. کی Uninstaller آپ کی رجسٹری کی طرف سے تمام XAMPP کی اندراجات کو خارج کر دیں اور اس کے ساتھ XAMPP شامل کچھ نصب خدمات انسٹال کیا جائے گا. ہم انتہائی اگر انسٹالر version.Please بیک اپ سے آپ XAMPP کی ناتنصیب سے پہلے رکھنا چاہتے ہیں تمام اعداد و شمار XAMPP کی تنصیبات کے دور کرنے کے لئے انسٹال پروگرام استعمال کرتے ہیں مشورہ ہے کہ.

    +

    آپ کو زپ اور 7zip ورژن کا استعمال کرتے ہوئے XAMPP کی نصب، تمام XAMPP کی سرورز کو بند اور تمام پینل سے باہر نکلیں. آپ کو کسی بھی خدمات نصب، انسٹال کریں اور انہیں بھی بند. اب صرف XAMPP کی نصب کیا جاتا ہے، جہاں پورے فولڈر کو خارج. صاف کرنے کے لئے کوئی رجسٹری اندراجات اور کوئی ماحول متغیر ہیں.

    +
    +
    XAMPP کی کی "واپس موضوع پر" ورژن کیا ہے؟
    +
    +

    XAMPP کی واپس موضوع پر ("ہلکے وزن" میں کے طور پر "روشنی" کا مطلب ہے) صرف پی ایچ پی اور MySQL کا استعمال کرتے ہوئے فوری کام کے لئے سفارش کی جاتی ہے جس میں XAMPP کی اجزاء، کی ایک چھوٹی بنڈل ہے. اس طرح پارا میل اور FTP FileZilla کے طور پر کچھ سرورز یا فورم کے اوزار واپس موضوع پر ورژن میں یاد کر رہے ہیں.

    +
    +
    میں اپنے ویب کے مواد کی جگہ چاہئے؟
    +
    +

    تمام ورلڈ وائڈ ویب دستاویزات کے لئے اہم ڈائریکٹری xampp\\htdocs\\ ہے. اگر آپ ایک فائل "test.html" اس ڈائریکٹوری میں ڈالیں, تو آپ اس تک رسائی حاصل کر سکتے ہیں"URI "http://localhost/test.html اس کے ساتھ .

    +

    اور "test.php"؟ صرف "http://localhost/test.php" کا استعمال. ایک سادہ testscript ہو سکتا ہے:

    +

    <?php
    + echo 'Hello world';
    + ?>

    +

    آپ کی ویب کے لئے ایک نئی ذیلی ڈائریکٹری؟ صرف ایک نئی ڈائریکٹری بنایں ("e.g. "new) ڈائریکٹری کے اندر "xampp\\htdocs\\" ایک ٹیسٹ فائل بنایں اور اس سے رسائی حاصل کریں "http://localhost/new/test.php".

    +

    مزید تفصیلات

    +

    HTML:
    + کارکردگی: \xampp\htdocs
    + ختم اجازت: .html .htm
    + => بنیادی پیکیج

    +

    SSI:
    + کارکردگی: \xampp\htdocs
    + ختم اجازت: .shtml
    + => بنیادی پیکیج

    +

    CGI:
    + کارکردگی: \xampp\htdocs and \xampp\cgi-bin
    + ختم اجازت: .cgi
    + => بنیادی پیکیج

    +

    PHP:
    + کارکردگی: \xampp\htdocs and \xampp\cgi-bin
    + ختم اجازت: .php
    + => بنیادی پیکیج

    +

    Perl:
    + کارکردگی: \xampp\htdocs and \xampp\cgi-bin
    + ختم اجازت: .pl
    + => بنیادی پیکیج

    +

    Apache::ASP Perl:
    + کارکردگی: \xampp\htdocs
    + ختم اجازت: .asp
    + => بنیادی پیکیج

    +

    JSP Java:
    + کارکردگی: \xampp\tomcat\webapps\java (e.g.)
    + ختم اجازت: .jsp
    + => Tomcat add-on

    +

    Servlets Java:
    + کارکردگی: \xampp\tomcat\webapps\java (e.g.)
    + ختم اجازت: .html (u.a)
    + => Tomcat add-on

    +
    +
    میں XAMPP کی تنصیب منتقل کر سکتے ہیں؟
    +
    +

    جی ہاں. XAMPP کی ڈائریکٹری کے منتقل کرنے کے بعد، آپ "setup_xampp.bat" عملدرآمد ضروری ہے. ترتیب فائل میں راستے اس قدم کے ساتھ ایڈجسٹ کیا جائے گا.

    +

    آپ کو ونڈوز سروس کے طور پر کسی بھی سرور انسٹال کیا ہے تو آپ کو پہلے ونڈوز سروس ہٹانے کے، اور ضروری ہے کے بعد آپ کو دوبارہ سروس انسٹال کر سکتے ہیں منتقل.

    +

    انتباہ: آپ کے اپنے سکرپٹ کی طرف سے ترتیب فائل، پی ایچ پی کی ایپلی کیشنز کی طرح، ایڈجسٹ نہیں کر رہے ہیں. لیکن یہ انسٹالر کے لئے ایک "پلگ ان" لکھنے کے لئے ممکن ہے. اس طرح کے ایک پلگ ان کے ساتھ، انسٹالر بھی اس طرح کی فائلوں کو ایڈجسٹ کر سکتے ہیں.

    +
    +
    دیکھیے ورلڈ وائڈ ویب ڈائریکٹریز کے لئے "خود کار طریقے سے شروع کے صفحات" کیا ہیں؟
    +
    +

    اپاچی تقریب "DirectoryIndex" کے لئے معیاری فائل کا نام "index.html" یا "index.php کو" ہے. آپ کو صرف ایک فولڈر (مثال کے طور پر "http://localhost/xampp/") پر براؤزنگ کر رہے ہیں، اور اپاچی اس طرح ایک فائل تلاش کر سکتے ہیں ہر وقت، اپاچی اس فائل کی بجائے ایک ڈائرکٹری کی لسٹنگ کی نمائش ہے.

    +
    +
    میں کہاں ترتیب تبدیل کر سکتے ہیں؟
    +
    +

    تقریبا XAMPP کی میں تمام ترتیبات آپ کو ترتیب فائل کے ساتھ تبدیل کر سکتے ہیں. بس ایک textedit میں فائل کو کھولنے اور آپ چاہتے ہیں کی ترتیب کو تبدیل. صرف FileZilla کے اور مرکری کی درخواست کی تشکیل کے آلے کے ساتھ ترتیب دیا جانا چاہئے.

    +
    + +
    کیوں XAMPP کی Windows XP SP2 پر کام نہیں کر سکتے ہیں؟
    +
    +

    مائیکروسافٹ خود کار طریقے سے شروع ہوتا ہے جس سروس پیک 2 (SP2)، کے ساتھ ایک بہتر فائروال فراہم کرتا ہے. یہ فائروال اب بلاکس کے لئے ضروری بندرگاہوں 80 (HTTP) اور 443 (HTTPS) اور اپاچی شروع نہیں کر سکتے.

    +

    سب سے تیز حل:

    +

    ٹول بار کے ساتھ مائیکروسافٹ فائر وال کو غیر فعال اور XAMPP کی زیادہ onces شروع کرنے کی کوشش کریں. بہتر حل سلامتی کے مرکز کے اندر اندر ایک رعایت کی وضاحت کرنے کے لئے ہے.

    +

    مندرجہ ذیل بندرگاہوں کے بنیادی فعالیت کے لئے استعمال کیا جاتا ہے:

    +

    Apache (HTTP): Port 80
    + Apache (WebDAV): Port 81
    + Apache (HTTPS): Port 443
    + MySQL: Port 3306
    + FileZilla (FTP): Port 21
    + FileZilla (Admin): Port 14147
    + Mercury (SMTP): Port 25
    + Mercury (POP3): Port 110
    + Mercury (IMAP): Port 143
    + Mercury (HTTP): Port 2224
    + Mercury (Finger): Port 79
    + Mercury (PH): Port 105
    + Mercury (PopPass): Port 106
    + Tomcat (AJP/1.3): Port 8009
    + Tomcat (HTTP): Port 8080

    +
    + +
    کیوں XAMPP کی Vista پر کام نہیں کرتا؟
    +
    +

    یوزر اکاؤنٹ کنٹرول (UAC)

    +

    ڈائریکٹری "C: \\ \\ پروگرام فائلیں" میں آپ بھی ایڈمن کے طور پر، مکمل لکھنا استحقاق نہیں ہے. یا آپ کو صرف محدود استحقاق ہے (کے لئے مثال کے طور پر ". \\ \\ xampp کی \\ \\ htdocs"). اس صورت میں آپ کو ایک فائل میں ترمیم نہیں کر سکتے ہیں.
    +حل: ایکسپلورر کے اندر اندر آپ کی مراعات میں اضافہ (دائیں / سیکورٹی کلک کریں) یا صارف کے اکاؤنٹ کنٹرول (UAC) کو غیر فعال.

    +

    آپ میں اپاچی / ایس کیو ایل انسٹال کیا ہے "C: \\ \\ xampp کی" ونڈوز سروس کے طور پر. لیکن آپ کو "xampp کی کنٹرول پینل" کے ساتھ خدمات روکنے / شروع نہیں کر سکتے یا ان انسٹال نہیں کر سکتے ہیں.

    +حل: ونڈوز یا غیر فعال UAC سے سروس منیجمنٹ کنسول استعمال کرتے ہیں.

    +

    یوزر اکاؤنٹ کنٹرول (UAC) غیر فعال

    +

    UAC کو غیر فعال کرنے کے لئے "msconfig" پروگرام استعال کریں. "msconfig" میں "Tools" میں جایں اور سلیکٹ "disable user account control" اور انتخاب کی توثیق کریں.اب آپکو لازمی Windows دوبارہ شروع کرنا پڑے گی پھر آپ دوبارہ UAC فعال کر سکتے ہیں.

    +
    + +
    میں کس طرح MD5 حیض چیک کروں؟
    +
    +

    فائلوں کا آپس میں موازنہ کرنے کے لئے، اکثر checksums کے استعمال کیا جاتا ہے. اس حیض MD5 (پیغام ڈائجسٹ الگورتھم 5) بنانے کے لئے ایک معیار.

    +

    XAMPP کی پیکیج کے آپ کے ڈاؤن لوڈ، اتارنا درست ہے یا نہیں ہے اگر یہ MD5 حیض کے ساتھ آپ کو، ٹیسٹ کر سکتے ہیں. کورس کے آپ ان checksums کے تشکیل دے سکتے ہیں جس میں ایک پروگرام کی ضرورت ہے. Windows کے لیے آپ کو مائیکروسافٹ کی طرف سے ایک آلے کا استعمال کر سکتے ہیں:

    +

    دستیابی اور فائل حیض سالمیت ستیاپک افادیت کی تفصیل

    +

    یہ GNU md5sum طرح، MD5 checksums کے تشکیل دے سکتے ہیں جو کسی بھی دوسرے پروگرام کا استعمال بھی ممکن ہے.

    +

    آپ اس طرح کے ایک پروگرام (مثال کے طور fciv.exe) نصب ہے، آپ کو مندرجہ ذیل اقدامات کر سکتے ہیں:

    +

    +

      +
    • Download XAMPP (f.e. xampp-win32-1.8.2-0.exe)
    • +
    • کے ساتھ حیض تشکیل دیں:
      + fciv.exe xampp-win32-1.8.2-0.exe +
    • +
    • اور اب آپ کو آپ کے Windows ایم کے لئے XAMPP کی پر تلاش کر سکتے ہیں ہے کہ ایک کے ساتھ اس حیض موازنہ کر سکتے ہیں.
    • +
    +

    +

    دونوں checksums کے برابر ہیں، تو سب ٹھیک ہے. اگر نہیں تو، ڈاؤن لوڈ، اتارنا ٹوٹ جاتا ہے یا فائل کو تبدیل کر دیا گیا ہے.

    +
    + +
    کیوں میرے php.ini میں تبدیلی کا اثر نہیں لیا ہے؟
    +
    +

    اگر "php.ini" میں تبدیلی کوئی اثر نہیں ہے، تو یہ ہو سکتا ہے کہ PHP کی ایک مختلف استعمال کر رہا ہو . آپ ()phpinfo کے ساتھ اس بات کی تصدیق کر سکتے ہیں. URI http://localhost/xampp/phpinfo.php پر جائیں اور "Loaded Configuration File" کے لئے تلاش کریں. یہ قدر آپ "php.ini" PHP کی واقعی استعمال کر رہا ہے سے پتہ چلتا ہے.

    +

    نوٹ: فائل "php.ini" آپکو Apache دوبارہ سٹارٹ کرنا ہو گا تاکہ Apache/PHP نئی تبدیلیوں کو پڑھ سکے.

    +
    + +
    مدد کرو! XAMPP کی میں ایک وائرس ہے!
    +
    +

    Some antivirus programs mistake XAMPP for a virus, typically flagging the file xampp-manager.exe This is a false positive meaning that the antivirus erroneously identified it as a virus, when it is not. Before we release each new version of XAMPP we run it through virus scanning software. At the moment we are using Kapersky Online Virus Scanner. You can also use the online tool Virus Total for scanning XAMPP or send us an email to security (at) apachefriends (dot) org if you find any issue.

    +
    + +
    میں کس طرح اپنے ینٹیوائرس درخواست کی تشکیل کرتے ہیں؟
    +
    +

    ہم بنڈل ویب ایپلیکیشن کو چلانے کے لئے ضروری تمام dependences اور سرور شامل ہے، تو آپ XAMPP کی فائلوں کی بڑی تعداد میں انسٹال ہے مل جائے گا. آپ کو فعال ایک ینٹیوائرس اپلی کیشن کے ساتھ ایک Windows مشین پر ایک XAMPP کی درخواست کو انسٹال کر رہے ہیں تو، یہ نمایاں طور پر کی تنصیب کو سست کر سکتے ہیں، اور (ویب سرور، ڈیٹا بیس سرور) کے سرورز کی ایک ینٹیوائرس سافٹ ویئر کی طرف سے بلاک کیا جا سکتا ہے کا ایک موقع بھی ہے . آپ کو فعال ایک ینٹیوائرس آلے کے ہے، کارکردگی کے مسائل کے بغیر XAMPP کی کو چلانے کے لئے مندرجہ ذیل ترتیبات چیک کریں:

    +

    +

      +
    • Apache، MySQL یا کسی دوسرے سرور کے لئے: فصیل میں مستثنیات شامل کریں.
    • +
    • عمل جب فائلوں کو اسکین: آپ تمام فائلوں کے لئے ینٹیوائرس سکین فعال ہے تو، سرورز کے لئے فائلوں کو سست کر سکتے ہیں.
    • +
    • مختلف یو آر ایل کے لئے ٹریفک سکین کریں: آپ کو آپ کے اپنے مشین پر ساتھ XAMPP ترقی کر رہے ہیں، تو آپ ینٹیوائرس کی ترتیبات میں "لوکل ہوسٹ" ٹریفک خارج کر سکتے ہیں.
    • +
    +

    +
    + +
    کیوں Apache سرور اپنے سسٹم پر شروع نہیں ہے؟
    +
    +

    یہ مسئلہ کئی وجوہات میں سے ایک ہو سکتا ہے:

    +

    +

      +
    • آپ کو زیادہ تو ایک HTTP سرور (تو IIS، سانبھر، Zeus اور) شروع کر دیا ہے. صرف ایک سرور پورٹ 80 استعمال کر سکتے ہیں. خامی کا یہ پیغام مسئلہ کی طرف اشارہ ہے:
      +(OS 10048)... make_sock: could not bind to adress 0.0.0.0:80 +no listening sockets available, shutting down
    • +
    • تم نے اس طرح انٹرنیٹ ٹیلی فون "اسکائپ" بھی ہے جس کے بلاکس پورٹ 80 کے طور پر دوسرے سافٹ ویئر، ہے. > "ایک متبادل پورٹ کے لئے استعمال پورٹ 80" میں نشان ہٹا دیں اور اسکائپ دوبارہ شروع - کنکشن> -> اختیارات - مسئلہ "اسکائپ" ہے تو، آپ کے عوامل کو Skype میں جا سکتے ہیں. اب یہ کام کرنا چاہئے.
    • +
    • آپ کو ایک فائر وال جس بلاکس Apache بندرگاہ ہے. تمام فائر والز Apache ساتھ ہم آہنگ ہیں، اور کبھی کبھی فائر وال غیر تابکار کافی نہیں ہے اور آپ اس تنصیب ربائی کریں ضروری ہے. خامی کا یہ پیغام ایک فائروال کی طرف اشارہ:
      +(OS 10038)Socket operation on non-socket: make_sock: for address 0.0.0.0:80, +apr_socket_opt_set: (SO_KEEPALIVE)
    • +
    +

    Apache شروع کر سکتے ہیں، لیکن آپ کے براؤزر میں اس سے رابطہ قائم نہیں کر سکتے ہیں اس کے علاوہ مندرجہ ذیل میں سے ایک کی وجہ سے ہو سکتا ہے:

    +
      +
    • کچھ وائرس سکینر فائر والز مداخلت کر سکتے ہیں اسی طرح ہے کہ میں اس وجہ سے کر سکتے.
    • +
    • آپ سروس پیک 1 کے بغیر ایکس پی پروفیشنل ہے. آپ XAMPP کی کم از کم SP1 ہونا ضروری ہے.
    • +
    +

    +

    ٹپ: If you have problems with used ports, you can try the tool "xampp-portcheck.exe". Maybe it can help.

    +
    + +
    کیوں اپاچی کے لئے اپنے CPU لوڈ تقریبا 99٪ ہے؟
    +
    +

    یہاں کھیل میں دو حالتوں میں سے ایک ہے. اپنے CPU باہر maxing ہے، یا آپ براؤزر سرور سے رابطہ قائم کر سکتے ہیں، لیکن (نظام پیج لوڈ کرنے unsucessfully کوشش کر رہا ہے) کچھ بھی نظر نہیں یا تو. دونوں صورتوں میں آپ اپاچی لاگ فائل میں مندرجہ ذیل پیغام حاصل کر سکتے ہیں:

    +

    Child: Encountered too many AcceptEx faults accepting client connections. +winnt_mpm: falling back to 'AcceptFilter none'.

    +

    MPM ایک محفوظ عمل درآمد کرنے کے لئے واپس آتا ہے، لیکن کچھ کلائنٹ کی درخواستوں کو صحیح طریقے سے عملدرآمد نہیں کیا گیا. اس خرابی سے بچنے کے لئے، میں فلٹر قبول "کوئی نہیں" کے ساتھ "AcceptFilter" استعمال "\\ \\ xampp کی \\ \\ اپاچی \\ \\ CONF \\ \\ اضافی \\ httpd پر-mpm.conf \\" فائل.

    +
    + +
    کیوں تصاویر اور سٹائل شیٹ ظاہر نہیں کر رہے ہیں؟
    +
    +

    کبھی کبھی کی نمائش تصاویر اور سٹائل شیٹ کے ساتھ مسائل ہیں. ان فائلوں کو ایک نیٹ ورک ڈرائیو پر واقع ہیں خاص طور پر اگر. اس صورت میں آپ کو چالو (یا شامل کریں) ایک فائل میں مندرجہ ذیل لائنوں "\xampp\apache\CONF \ httpd.conf" اگر کر سکتے ہیں:

    +

    EnableSendfile off
    +EnableMMAP off

    +

    یہ مسئلہ بھی NetLimiter طرح، بینڈ وڈتھ کو ریگولیٹری کے لئے پروگرام کی وجہ سے کیا جا سکتا ہے.

    +
    + +
    How do I send email with XAMPP?
    +
    +

    To configure XAMPP to use the included sendmail.exe binary for email delivery, follow these steps:

    +
      +
    • Edit the XAMPP "php.ini" file. Within this file, find the [mail function] section and replace it with the following directives. Change the XAMPP installation path if needed. + + sendmail_path = "\"C:\xampp\sendmail\sendmail.exe\" -t" + +
    • +
    • Edit the XAMPP "sendmail.ini" file. Within this file, find the [sendmail] section and replace it with the following directives: + + smtp_server=smtp.gmail.com + smtp_port=465 + smtp_ssl=auto + error_logfile=error.log + auth_username=your-gmail-username@gmail.com + auth_password=your-gmail-password + +

      Remember to replace the dummy values shown with your actual Gmail address and account password. If you don't plan to use Gmail's SMTP server, replace the SMTP host details with appropriate values for your organization or ISP's SMTP server.

      +
    • +
    • Restart the Apache server using the XAMPP control panel. +
    • +
    +

    You can now use PHP's mail() function to send email from your application.

    +
    + +
    میں کس طرح MySQL میں ایک روٹ کے پاس ورڈ مقرر کر سکتے ہیں؟
    +
    +

    Configure it with the "XAMPP Shell" (command prompt). Open the shell from the XAMPP control pane and execute this command:mysqladmin.exe -u root password secretThis sets the root password to 'secret'.

    +
    + +
    میں اپنے MySQL سرور کا استعمال کر سکتے ہیں؟
    +
    +

    جی ہاں. بس XAMPP کی پیکج کی طرف سے MySQL شروع نہیں کرتے. دو سرورز اسی بندرگاہ پر شروع نہیں کیا جا سکتا ہے براہ مہربانی نوٹ. آپ کو "جڑ" کے لئے ایک پاس ورڈ مقرر ہے تو، فائل "\xampp\phpMyAdmin کے \config.inc.php \" ترمیم کرنے کے لئے نہیں بھولنا.

    +
    + +
    میں کس طرح باہر سے phpMyAdmin کے تک رسائی کو محدود کرتے ہیں؟
    +
    +

    In the basic configuration of XAMPP, phpMyAdmin is accessible only from the same host that XAMPP is running on, at http://127.0.0.1 or http://localhost.

    +

    آپ MySQL سرور تک رسائی حاصل کر سکتے ہیں اس سے پہلے کہ، phpMyAdmin کے ایک صارف نام اور پاس ورڈ کے لئے آپ کو فوری طور پر کیا جائے گا. سب سے پہلے صارف "جڑ" کے لئے ایک پاس ورڈ کو قائم کرنے کے لئے نہیں بھولنا.

    +
    + +
    How do I enable access to phpMyAdmin from the outside?
    +
    +

    In the basic configuration of XAMPP, phpMyAdmin is accessible only from the same host that XAMPP is running on, at http://127.0.0.1 or http://localhost.

    +

    IMPORTANT: Enabling external access for phpMyAdmin in production environments is a significant security risk. You are strongly advised to only allow access from localhost. A remote attacker could take advantage of any existing vulnerability for executing code or for modifying your data.

    +

    To enable remote access to phpMyAdmin, follow these steps:

    +
      +
    • Edit the apache\conf\extra\httpd-xampp.conf file in your XAMPP installation directory.
    • +
    • Within this file, find the lines below. +

      + Alias /phpmyadmin "C:/xampp/phpMyAdmin/" + <Directory "C:/xampp/phpMyAdmin"> + AllowOverride AuthConfig + Require local +

      +
    • +
    • Then replace 'Require local' with 'Require all granted'.
    • +

      + Alias /phpmyadmin "C:/xampp/phpMyAdmin/" + <Directory "C:/xampp/phpMyAdmin"> + AllowOverride AuthConfig + Require all granted +

      +
    • Restart the Apache server using the XAMPP control panel.
    • +
    +
    + +
    کہاں PHP کے لئے IMAP کی حمایت کی ہے؟
    +
    +

    ڈیفالٹ کے طور پر، PHP کے لئے IMAP کی حمایت کی وجہ سے Windows 98 کی طرح کچھ تلاش ہوم ورژن کے ساتھ کچھ پراسرار ابتدا غلطیوں XAMPP کی میں غیر فعال ہے. آپ NT نظام کے ساتھ کام کرتے ہیں تو، آپ فائل کو کھولنے کر سکتے ہیں "\ xampp\PHP \php.ini" لائن میں شروع نیم وقفہ اتارنے کی طرف سے PHP کی exstension چالو کرنے کے لئے "؛ توسیع = php_imap.dll". یہ ہونا چاہئے:
    +extension=php_imap.dll

    +

    اب Apache دوبارہ شروع اور IMAP کام کرنا چاہئے. آپ ڈیفالٹ ترتیب میں فعال نہیں ہے جس میں ہر توسیع، کے لئے ایک ہی اقدامات استعمال کر سکتے ہیں.

    +
    + +
    کیوں نہیں کچھ PHP اوپن سورس ایپلی کیشنز Windows کے ساتھ XAMPP کام کرتے ہیں؟
    +
    +

    لینکس کے لئے لکھا گیا ہے کہ PHP کی ایپلی کیشنز یا ملانے کے بہت سے Windows ported کیا نہیں کیا گیا ہے.

    +
    + +
    Can I delete the "install" directory after installation?
    +
    +

    یہ بہتر ہے. یہاں سکرپٹ بھی تمام اضافی پیکجوں کے (ons شامل) اور XAMPP کی کی اپ گریڈ کے لئے کی ضرورت ہے.

    +
    + +
    میں کس طرح eaccelerator چالو کرتے ہیں؟
    +
    +

    دیگر (Zend) ملانے کی طرح، آپ کو "php.ini" میں اسے چالو کر سکتے ہیں. اس فائل میں، لائن کو چالو کرنے کے "؛ zend_extension =" \xampp\PHP \ ایکسٹینشن \php_eaccelerator.dll "". یہ ہونا چاہئے:
    +zend_extension = "\xampp\php\ext\php_eaccelerator.dll"

    +
    + +
    میں کس طرح اپنے MS SQL سرور کے لئے ایک کنکشن کی خرابی ٹھیک کروں؟
    +
    +

    MSSQL توسیع php.ini میں لوڈ کیا گیا تو صرف TCP / IP استعمال کیا جاتا ہے، بعض اوقات مسائل نظر آتے ہیں. آپ مائیکروسافٹ کی طرف سے ایک نئے "ntwdblib.dll" کے ساتھ اس مسئلہ کو حل کر سکتے ہیں. نئے ایک کے ساتھ "PHP \xampp\ \" "Apache \بن \xampp\" میں بڑی عمر کے فائل کی جگہ اور براہ مہربانی. کیونکہ لائسنس کی، ہم ساتھ XAMPP اس فائل کا نیا ورژن پیکج نہیں کر سکتے ہیں.

    +
    + +
    میں کس طرح PHP mcrypt توسیع کے ساتھ کام کرتے ہیں؟
    +
    +

    اس کے لئے، ہم نے مثالیں اور ممکنہ حل کے ساتھ فورم میں موضوع کھول دیا ہے:٪ {mcrypt}

    +
    + +
    مائیکروسافٹ Active سرور (صفحات یسپ) کے ساتھ XAMPP کام کرتے ہیں؟
    +
    +

    Perl شامل کریں پر کے ساتھ نمبر اور Apache :: یسپ ہی نہیں ہے. Apache :: یسپ صرف Perl سکرپٹ جانتا ہے، لیکن انٹرنیٹ انفارمیشن سرور (IIS) سے یسپ بھی عام ہے VbScript جانتا ہے. لیکن یسپ NET. لئے، دستیاب 3rd پارٹی Apache ماڈیول ہے.

    +
    + +
    How can I get XAMPP working on port 80 under Windows 10?
    +
    +

    By default, Windows 10 starts Microsoft IIS on port 80, which is the same default port used by Apache in XAMPP. As a result, Apache cannot bind to port 80.

    +

    To disable IIS from running on port 80, follow these steps:

    +
      +
    • Open the Services panel in Computer Management.
    • +
    • Search for the 'World Wide Web Publishing Service' and select it.
    • +
    • Click the link to 'Stop the service'.
    • +
    • Double-click the service name.
    • +
    • In the 'Startup type' field, change the startup type to 'Disabled'.
    • +
    • Click 'OK' to save your changes.
    • +
    +

    You should now be able to start Apache in XAMPP on port 80.

    +

    For more information, refer to the 'Troubleshoot Apache Startup Problems' guide included with XAMPP or this forum post.

    +
    + +
    How can I use Microsoft Edge to access local addresses under Windows 10?
    +
    +

    If your local machine has the host name 'myhost', you will not be able to access URLs such as http://myhost in Microsoft Edge. To resolve this, you should instead use the addresses http://127.0.0.1 or http://localhost.

    +
    + +
    Where are the main XAMPP configuration files?
    +
    +

    The main XAMPP configuration files are located as follows:

    +
      +
    • Apache configuration file: \xampp\apache\conf\httpd.conf, \xampp\apache\conf\extra\httpd-xampp.conf
    • +
    • PHP configuration file: \xampp\php\php.ini
    • +
    • MySQL configuration file: \xampp\mysql\bin\my.ini
    • +
    • FileZilla Server configuration file: \xampp\FileZillaFTP\FileZilla Server.xml
    • +
    • Apache Tomcat configuration file: \xampp\tomcat\conf\server.xml
    • +
    • Apache Tomcat configuration file: \xampp\sendmail\sendmail.ini
    • +
    • Mercury Mail configuration file: \xampp\MercuryMail\MERCURY.INI
    • +
    +
    + +
    +
    +
    + +
    + + + + + + + + diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/ur/howto.html b/TE2/Proyecto Teknovate/htdocs/dashboard/ur/howto.html new file mode 100644 index 0000000..4894917 --- /dev/null +++ b/TE2/Proyecto Teknovate/htdocs/dashboard/ur/howto.html @@ -0,0 +1,131 @@ + + + + + + + + + + + XAMPP howto guides + + + + + + + + + + + + + + + + +
    + + + + + + + + + + + + diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/ur/howto_platform_links.html b/TE2/Proyecto Teknovate/htdocs/dashboard/ur/howto_platform_links.html new file mode 100644 index 0000000..164b444 --- /dev/null +++ b/TE2/Proyecto Teknovate/htdocs/dashboard/ur/howto_platform_links.html @@ -0,0 +1,101 @@ + + + + + + + + + + + Apache Friends + + + + + + + + + + + + + + + + +
    + + + + + + + + + + + + diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/ur/howto_shared_links.html b/TE2/Proyecto Teknovate/htdocs/dashboard/ur/howto_shared_links.html new file mode 100644 index 0000000..55061f4 --- /dev/null +++ b/TE2/Proyecto Teknovate/htdocs/dashboard/ur/howto_shared_links.html @@ -0,0 +1,115 @@ + + + + + + + + + + + Apache Friends + + + + + + + + + + + + + + + + +
    + + + + + + + + + + + + diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/ur/index.html b/TE2/Proyecto Teknovate/htdocs/dashboard/ur/index.html new file mode 100644 index 0000000..c4b98cb --- /dev/null +++ b/TE2/Proyecto Teknovate/htdocs/dashboard/ur/index.html @@ -0,0 +1,167 @@ + + + + + + + + + + + Welcome to XAMPP + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +
    +

    XAMPP Apache + MariaDB + PHP + Perl

    +
    +
    +
    +
    +
    +

    Welcome to XAMPP for Windows 8.0.0

    +
    +
    +
    +
    +

    + You have successfully installed XAMPP on this system! Now you can start using Apache, MariaDB, PHP and other components. + You can find more info in the اکثر پوچھے گئے سوالات section or check the HOW-TO Guides for getting started with PHP applications. +

    +

    + XAMPP is meant only for development purposes. It has certain configuration settings that make it easy to develop locally but that are insecure if you want to have your installation accessible to others. + If you want have your XAMPP accessible from the internet, make sure you understand the implications and you checked the اکثر پوچھے گئے سوالات to learn how to protect your site. Alternatively you can use WAMP, MAMP or LAMP which are similar packages which are more suitable for production. +

    +

    + Start the XAMPP Control Panel to check the server status. +

    +
    +
    +
    +
    +

    کمیونٹی

    +
    +
    +
    +
    +

    + xampp کی 10 سے زیادہ سال کے لئے کے ارد گرد کیا گیا ہے - اس کے پیچھے ایک بہت بڑی کمیونٹی ہے. آپ، ہماری {forums}% میں شامل ہونے کے {mailing_list}% اپنے آپ کو انہوں نے مزید کہا، اور{facebook}% ہمیں پسند، {twitter}% پر ہمارے کارناموں کے بعد، یا آپ کے {google}% حلقوں ہم انہوں نے مزید کہا کی طرف سے شامل ہو سکتے ہیں. +

    +
    +
    +
    +
    +

    translate.apachefriends.org کی ترجمہ میں شراکت XAMPP

    +
    +
    +
    +
    +

    + آپ کو دوسرے کمیونٹی کے اراکین کے لئے XAMPP کی ترجمہ کرنے میں مدد کر سکتے ہیں؟ ہم مختلف زبانوں میں XAMPP کی ترجمہ کرنے کے لئے آپ کی مدد کی ضرورت ہے. ہم ایک ویب سائٹ قائم کی ہے. translate.apachefriends.org, جہاں صارفین ترجمہ شراکت کر سکتے ہیں. +

    +
    +
    +
    +
    +

    Install applications on XAMPP using Bitnami

    +
    +
    +
    +
    +

    + Apache Friends and Bitnami are cooperating to make dozens of open source applications available on XAMPP, for free. Bitnami-packaged applications include Wordpress, Drupal, Joomla! and dozens of others and can be deployed with one-click installers. + Visit the Bitnami XAMPP page for details on the currently available apps. +

    +
    +
    +
    +
    + Bitnami XAMPP page +
    +
    + +
    + + + + + + + + diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/zh_cn/faq.html b/TE2/Proyecto Teknovate/htdocs/dashboard/zh_cn/faq.html new file mode 100644 index 0000000..1ac6de5 --- /dev/null +++ b/TE2/Proyecto Teknovate/htdocs/dashboard/zh_cn/faq.html @@ -0,0 +1,523 @@ + + + + + + + + + + + XAMPP FAQs for Windows + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +
    +

    Windows 经常提到的问题

    +
    +
    +
    +
    +
    +
    +
    如何安装XAMPP?
    +
    +

    XAMPP在Windows平台有三个不同版本:

    +

    安装程序:
    + 大概是安装XAMPP最容易的方法了。

    +

    ZIP:
    + 为纯净软件爱好者提供的:XAMPP的标准zip压缩包。

    +

    7zip:
    + 为网速慢的纯净软件爱好者提供的:XAMPP的7zip压缩包。

    +

    注意:如果你解压文件的话,可能会被杀软误报毒。

    +

    使用安装程序:

    +

    +

    XAMPP控制面板可以用于启动/停止Apache, MySQL, FileZilla和Mercury以及将它们安装为服务。

    +

    通过ZIP安装

    +

    解压ZIP压缩文件到您选择的文件夹中。 XAMPP被提取到子目录"C:\\xampp"选定的目标目录下。然后启动文件“setup_xampp.bat”进行配置以便XAMPP的配置调整到系统中。

    +

    如果你选择根目录"C:\\"作为安装目标,你绝对不要启动"setup_xampp.bat"。

    +

    就像安装版一样,你现在可以使用XAMPP控制面板来完成更多工作。

    +
    +
    Does XAMPP include MySQL or MariaDB?
    +
    +

    Since XAMPP 5.5.30 and 5.6.14, XAMPP ships MariaDB instead of MySQL. The commands and tools are the same for both.

    +
    +
    我如何免安装启动XAMPP?
    +
    +

    如果你将XAMPP解压到一个根目录,比如"C:\\"或者是"D:\\",你就可以直接启动大多数服务器例如Apache或者MySQL而无需执行文件"setup_xampp.bat"。

    +

    如果你想在一个U盘上面安装XAMPP的话,不使用安装脚本,或者在安装脚本里面选择相对路径应该会是更好的做法。因为在不同的PC上面U盘的盘符应该都是不一样的。你可以通过安装脚本在任何时候从绝对路径切换到相对路径。

    +

    下载页面上的安装包版本应该是安装XAMPP的最简单的方式了。安装过程结束之后,你会在开始菜单-程序-XAMPP下找到XAMPP。你可以使用XAMPP的控制面板来启动/停止任意一个服务器或者是安装/卸载服务。

    +

    XAMPP控制面板可以用于启动/停止Apache, MySQL, FileZilla和Mercury以及将它们安装为服务。

    +
    +
    我如何启动和停止XAMPP?
    +
    +

    通用的控制中心位于XAMPP控制面板(感谢www.nat32.com)。它开始于:

    +

    \xampp\xampp-control.exe

    +

    您也可以使用一些批处理文件来启动/停止服务器:

    +

    +

      +
    • Apache & MySQL 启动: + \xampp\xampp_start.exe
    • +
    • Apache & MySQL 停止: + \xampp\xampp_stop.exe
    • +
    • 启动Apache + \xampp\apache_start.bat
    • +
    • 停止Apache + \xampp\apache_stop.bat
    • +
    • 启动MySQL: + \xampp\mysql_start.bat
    • +
    • 停止MySQL: + \xampp\mysql_stop.bat
    • +
    • 启动Mercury邮件服务器: + \xampp\mercury_start.bat
    • +
    • 停止Mercury邮件服务器: + \xampp\mercury_stop.bat
    • +
    • 启动FileZilla服务器: + \xampp\filezilla_start.bat
    • +
    • 停止FileZilla服务器: + \xampp\filezilla_stop.bat

    +

    +
    +
    我如何检查是否一切正常?
    +
    +

    在你喜欢的浏览器中输入下面的链接:

    +

    http://localhost/http://127.0.0.1/

    +

    You should see the XAMPP start page, as shown below.

    + +
    +
    我如何将一个服务器安装成为服务?
    +
    +

    你可以将XAMPP中的每一个服务器安装成为Windows服务。你也可以从XAMPP控制面板里面安装它。在这种情况下必须通过管理员权限运行控制面板或脚本。

    +

    安装Apache服务:\\xampp\\apache\\apache_installservice.bat

    +

    卸载Apache服务:\\xampp\\apache\\apache_uninstallservice.bat

    +

    安装MySQL服务: \\xampp\\mysql\\mysql_installservice.bat

    +

    卸载MySQL服务: \\xampp\\mysql\\mysql_uninstallservice.bat

    +

    安装/卸载FileZilla服务: \\xampp\\filezilla_setup.bat

    +

    Mercury: 没有服务可供安装

    +
    +
    XAMPP准备好了吗?
    +
    +

    XAMPP是一个非常优秀而又实用的开发测试环境,XAMPP的配置是开放的,允许开发者任意去修改或配置适合您的开发环境。XAMPP并非商业运行环境,用于商业运作将是一个致命的环境!

    +

    如下是XAMPP不安全的配置:

    +
      +
    1. MySQL数据库管理帐号 (root)没设置密码。
    2. +
    3. MySQL数据库可以通过网络打开。
    4. +
    5. ProFTPD uses the password "lampp" for user "daemon".
    6. +
    7. Mercury和FileZilla的默认用户是已知的。
    8. +
    +

    所有的点都可能成为一个巨大的安全隐患。尤其是如果XAMPP是可以通过网络或你的局域网外的人访问的话。使用防火墙或一个(带NAT的)路由器也是有帮助的。在有路由器或者防火墙的情况下,你的电脑正常情况下是无法从外部互联网访问的。是否修复这些问题要取决于你。XAMPP安全控制台可以提供一点小的帮助。

    +

    请在发布任何东西到网上之前做好XAMPP的安全。一个防火墙或者一个外部路由器只能让你达到一个比较低的安全水平。需要高一点的安全的话,你可以运行下XAMPP安全控制台并设置密码。

    +

    如果你想要让你的XAMPP通过互联网访问的话,你需要访问下述网站来修复一些问题:

    +

    http://localhost/security/

    +

    借助安全控制台,您可以设置MySQL的“root”用户和phpMyAdmin的密码。您还可以给XAMPP的演示页启用一个认证。

    +

    这个基于网络的工具不能修复任何附加的安全问题!尤其是FileZilla FTP服务器和Mercury邮件服务器,你必须自行保护它们。

    +
    如何卸载XAMPP?
    +
    +

    如果你使用安装包版本安装了XAMPP,请使用卸载工具卸载。卸载工具会删除掉所有的XAMPP的文件并会卸载掉已经安装的服务,包括XAMPP自身。我们强烈推荐你使用卸载程序移除XAMPP的安装。请在卸载之前备份你所有想保留的文件。

    +

    如果你使用zip或者7zip版本安装了XAMPP,请关掉所有的XAMPP服务器并退出控制面板。如果你安装了服务,也需要卸载并关闭他们。现在只需要简单的把XAMPP所在文件夹一删就完事了,不会再有需要清理的任何注册表项或者环境变量啦。

    +
    +
    XAMPP的“lite”版本是什么玩意?
    +
    +

    XAMPP Lite(意思是“轻的”或者“轻量级的”)是一个更小的XAMPP的组件合集,推荐用来做一些只需要PHP和MySQL的快速的工作。像Mercury邮件或者是FileZilla的FTP服务器在这个版本里都是没有的。

    +
    +
    我应该把我的web内容放在哪里呢?
    +
    +

    所有www文档的根目录都是\\xampp\\htdocs。如果你在目录里放一个文件“test.html”,你可以通过这个URL访问它:http://localhost/test.html。

    +

    至于"test.php"呢?用"http://localhost/test.php"就可以啦。一个简单的测试脚本可以这么写:

    +

    <?php
    + echo 'Hello world';
    + ?>

    +

    想给你的web服务器设一个新的子目录?只需要在目录\\xampp\\htdocs新建个文件夹就行了(最好不要空格并且只使用英文字母和数字),并且建一个测试文件然后访问它,例如http://localhost/new/test.php。

    +

    更多细节

    +

    HTML:
    + 可执行的: \xampp\htdocs
    + 允许的结尾: .html .htm
    + => 基本的包

    +

    SSI:
    + 可执行的: \xampp\htdocs
    + 允许的结尾: .shtml
    + => 基本的包

    +

    CGI:
    + 可执行的: \xampp\htdocs and \xampp\cgi-bin
    + 允许的结尾: .cgi
    + => 基本的包

    +

    PHP:
    + 可执行的: \xampp\htdocs and \xampp\cgi-bin
    + 允许的结尾: .php
    + => 基本的包

    +

    Perl:
    + 可执行的: \xampp\htdocs and \xampp\cgi-bin
    + 允许的结尾: .pl
    + => 基本的包

    +

    Apache::ASP Perl:
    + 可执行的: \xampp\htdocs
    + 允许的结尾: .asp
    + => 基本的包

    +

    JSP Java:
    + 可执行的: \xampp\tomcat\webapps\java (e.g.)
    + 允许的结尾: .jsp
    + => Tomcat add-on

    +

    Servlets Java:
    + 可执行的: \xampp\tomcat\webapps\java (e.g.)
    + 允许的结尾: .html (u.a)
    + => Tomcat add-on

    +
    +
    我可以移动XAMPP安装文件么?
    +
    +

    是的,当移动XAMPP文件目录之后,你必须执行一下"setup_xampp.bat"。在配置文件里的路径会在这一步之后被改变。

    +

    如果你已经将任意一个服务器安装成了Windows服务,你必须先移除服务,移动之后你可以重新安装服务。

    +

    警告:你自己的脚本的配置文件,例如你的PHP应用,是不会被调整的。但是你可以为安装工具写一个插件,借助这样一个插件,安装工具就也可以同时调整这些文件了。

    +
    +
    访问WWW目录的时候指向的“默认起始页”的名称是什么呢?
    +
    +

    Apache的"DirectoryIndex"(目录起始页)功能的预设文件名是“index.html”或者“index.php”。每次当你访问一个文件夹的时候(例如http://localhost/xampp/),Apache会先找一下指定名称的文件,并且找的话会默认显示那个文件而不会再显示目录的文件列表啦。

    +
    +
    我可以在哪儿修改配置呢?
    +
    +

    XAMPP几乎所有的设置都可以在配置文件里修改。只需要在文本编辑器里打开文件然后就可以按你的需要修改设置了。只有Filezilla和Mercury需要使用应用配置工具里自定义设置。

    +
    + +
    为啥XAMPP不能在Windows XP SP2下工作呢?
    +
    +

    微软在service pack 2 (SP2)里面提供了一个更加高大上的会自动启动的防火墙,这个防火墙会拦截掉Apache必需的80和443端口,然后Apache就启动不了了。

    +

    最快的解决方案:

    +

    把微软那个防火墙给它关了,然后再启动一下XAMPP试试。更好的解决办法是在安全中心里面给XAMPP定义一个例外。

    +

    下述端口是提供给基本功能用的:

    +

    Apache (HTTP): Port 80
    + Apache (WebDAV): Port 81
    + Apache (HTTPS): Port 443
    + MySQL: Port 3306
    + FileZilla (FTP): Port 21
    + FileZilla (Admin): Port 14147
    + Mercury (SMTP): Port 25
    + Mercury (POP3): Port 110
    + Mercury (IMAP): Port 143
    + Mercury (HTTP): Port 2224
    + Mercury (Finger): Port 79
    + Mercury (PH): Port 105
    + Mercury (PopPass): Port 106
    + Tomcat (AJP/1.3): Port 8009
    + Tomcat (HTTP): Port 8080

    +
    + +
    为什么XAMPP不能在Vista上工作?
    +
    +

    用户帐户控制(UAC)

    +

    在目录"C:\\program files"当中你是没有完整的写权限的,即便管理员也不行。或者你就只有有限的权限(例如".\\xampp\\htdocs")了。在这种情况下你就不能编辑文件了。
    +解决方案: 通过浏览器(右键-安全)来提高你的权限或者禁用用户帐户控制(UAC)

    +

    你已经在"C:\\xampp"将Apache/MySQL安装成Windows服务但你不能通过"XAMPP控制面板"启动/停止这些服务或者不能卸载它们。

    +解决方案: 从Windows使用服务管理控制台或禁用UAC。

    +

    禁用用户帐户控制(UAC)

    +

    为了禁用UAC,你需要使用程序“msconfig”。在msconfig当中找到“工具”,选择“禁用用户账户控制”然后保存你的更改。现在你必须重启一下电脑。同时你也可以再次启动UAC。

    +
    + +
    我如何检查md5校验值呢?
    +
    +

    想要比较文件,通常使用的办法是计算校验值。md5(消息摘要算法5)就是其中的一个生成校验值的标准。

    +

    使用这个md5校验值你可以检查出来你下载的XAMPP包是不是完好的。当然你需要有一个工具来生成这个校验值。Windows用户可以使用微软的一个工具:

    +

    可用性和文件校验和完整性验证程序的描述

    +

    也可以使用其他能够生成md5的程序,例如GNU md5sum。

    +

    安装好这样的一个程序(例如fciv.exe)之后,你可以完成如下的步骤:

    +

    +

      +
    • 下载XAMPP(例如xampp-win32-1.8.2-0.exe)
    • +
    • 用于生成校验值的:
      + fciv.exe xampp-win32-1.8.2-0.exe +
    • +
    • 然后你就可以用你的校验值和在XAMPP主页找到的校验值进行比较了。
    • +
    +

    +

    如果两个校验值是一样的,就是好的。否则,要么下载文件损坏了要么是文件被修改过。

    +
    + +
    为啥我在php.ini里做的修改没有生效?
    +
    +

    如果在"php.ini"里做的修改没有生效,很可能是因为PHP用的是另外一个。你可以通过phpinfo()来检查这一点。访问这个网址 http://localhost/xampp/phpinfo.php 并找到Loaded Configuration File。这个值会告诉你PHP实际使用的php.ini。

    +

    注意: 在修改php.ini之后你必须重启Apache这样Apache/PHP才能够读取设置。

    +
    + +
    卧槽!XAMPP里头有病毒!
    +
    +

    有些杀软会误报你懂的。通常他们会把xampp-manager.exe这个文件当成病毒。误报的意思就是本来不是病毒的东西被杀软错误的看做了病毒。我们每次发布新版XAMPP的时候都会用杀软扫一遍的。我们目前使用的是 Kapersky Online Virus Scanner. You can also use the online tool Virus Total for scanning XAMPP or send us an email to security (at) apachefriends (dot) org if you find any issue.

    +
    + +
    我如何配置我的杀软?
    +
    +

    我们已经添加好了所有运行这个打包好的web应用所需的必要组件和服务器软件,所以你会发现XAMPP会安装一大堆文件。如果你在一个开着杀软的Windows的机器上安装XAMPP应用,可能会明显的拖缓安装进程的速度,而且还可能会有服务器(如web服务器,数据库服务器)被杀软阻塞了。如果你有开着的杀软,请检查下列可以保证运行XAMPP而不造成性能问题的设置:

    +

    +

      +
    • 给防火墙添加例外:针对Apache,MySQL或者其他任何的服务器。
    • +
    • 执行的时候扫描文件:如果你对所有文件都启动了杀软的扫描功能,服务器的可执行文件可能会被拖慢。
    • +
    • 扫描不同网址的流量:如果你在自己的机器上用XAMPP做开发,你可以在杀软的设置里排除掉localhost的流量监测。
    • +
    +

    +
    + +
    为什么Apache服务器在我的系统上启动不了呢?
    +
    +

    这个问题可能是由这几种原因之一造成的:

    +

    +

      +
    • 你开启了不止一个HTTP的服务器(IIS, Sambar, ZEUS以及别的什么)。只有一个服务器可以占用80端口。这个错误消息指出了这个问题:
      +(OS 10048)... make_sock: could not bind to adress 0.0.0.0:80 +no listening sockets available, shutting down
    • +
    • 你有其他的软件,例如也会阻断80端口的互联网电话软件“skype”。如果问题来源于skype,你可以进入skype找到操作 - >选项 - >连接 - >取消勾选“使用端口80作为备用端口”,然后重新启动Skype。现在应该可以正常工作了。
    • +
    • 你有一个阻断了Apache端口的防火墙。不是所有的防火墙都兼容Apache,而有的时候禁用防火墙是不够的,还得卸载掉它才行。这个错误信息是指向防火墙的:
      +(OS 10038)Socket operation on non-socket: make_sock: for address 0.0.0.0:80, +apr_socket_opt_set: (SO_KEEPALIVE)
    • +
    +

    此外,如果Apache可以启动,但您的浏览器无法连接到它可能是由于以下原因之一:

    +
      +
    • 有些病毒扫描程序可能会像防火墙一样产生干扰并导致这个问题。
    • +
    • 你的XP Professional没有安装sp1。你必须至少安装一个SP1才能用XAMPP。
    • +
    +

    +

    提示: If you have problems with used ports, you can try the tool "xampp-portcheck.exe". Maybe it can help.

    +
    + +
    为什么我的Apache占用的CPU负载接近99%呢?
    +
    +

    有两种情况,要么是你的CPU确实达到上限了,要么你的浏览器能够连接到服务器但是啥也看不到(系统尝试加载页面但是失败了),不管是哪种情况你都可以在Apache的log文件里面找到下述信息:

    +

    Child: Encountered too many AcceptEx faults accepting client connections. +winnt_mpm: falling back to 'AcceptFilter none'.

    +

    多道处理模块(MPM)回归到一个更加安全的执行模式,从而导致一些客户端的请求没有没有正确的执行。为了避免这样的错误,可以在"\\xampp\\apache\\conf\\extra\\httpd-mpm.conf"文件当中将可接受的过滤器"AcceptFilter"置为"none"。

    +
    + +
    为什么图片和样式表显示不出来?
    +
    +

    有时候显示图片和样式表会有问题,特别是如果这些文件位于网络驱动器上的时候。在这种情况下,您可以启用(或增加)一行,如果文件"\\xampp\\apache\\conf\\httpd.conf"中的以下行:

    +

    EnableSendfile off
    +EnableMMAP off

    +

    这个问题也可能是由带宽调整软件,例如NetLimiter导致的。

    +
    + +
    How do I send email with XAMPP?
    +
    +

    To configure XAMPP to use the included sendmail.exe binary for email delivery, follow these steps:

    +
      +
    • Edit the XAMPP "php.ini" file. Within this file, find the [mail function] section and replace it with the following directives. Change the XAMPP installation path if needed. + + sendmail_path = "\"C:\xampp\sendmail\sendmail.exe\" -t" + +
    • +
    • Edit the XAMPP "sendmail.ini" file. Within this file, find the [sendmail] section and replace it with the following directives: + + smtp_server=smtp.gmail.com + smtp_port=465 + smtp_ssl=auto + error_logfile=error.log + auth_username=your-gmail-username@gmail.com + auth_password=your-gmail-password + +

      Remember to replace the dummy values shown with your actual Gmail address and account password. If you don't plan to use Gmail's SMTP server, replace the SMTP host details with appropriate values for your organization or ISP's SMTP server.

      +
    • +
    • Restart the Apache server using the XAMPP control panel. +
    • +
    +

    You can now use PHP's mail() function to send email from your application.

    +
    + +
    我如何在MySQL里面设置一个root的密码?
    +
    +

    Configure it with the "XAMPP Shell" (command prompt). Open the shell from the XAMPP control pane and execute this command:mysqladmin.exe -u root password secretThis sets the root password to 'secret'.

    +
    + +
    我可以使用自己的MySQL服务器么?
    +
    +

    可以的,只是不要启动XAMPP包里的MySQL就够了。请注意两个服务器不能在同一个端口上同时启动如果你已经设置了一个root的密码,请不要忘记修改这个文件:\\xampp\\phpMyAdmin\\config.inc.php。

    +
    + +
    我如何限制phpMyAdmin的外部访问呢?
    +
    +

    In the basic configuration of XAMPP, phpMyAdmin is accessible only from the same host that XAMPP is running on, at http://127.0.0.1 or http://localhost.

    +

    当你能访问MySQL服务器之前,phpMyAdmin会提示你输入用户名和密码。不要忘记先给用户"root"设个密码哦。

    +
    + +
    How do I enable access to phpMyAdmin from the outside?
    +
    +

    In the basic configuration of XAMPP, phpMyAdmin is accessible only from the same host that XAMPP is running on, at http://127.0.0.1 or http://localhost.

    +

    IMPORTANT: Enabling external access for phpMyAdmin in production environments is a significant security risk. You are strongly advised to only allow access from localhost. A remote attacker could take advantage of any existing vulnerability for executing code or for modifying your data.

    +

    To enable remote access to phpMyAdmin, follow these steps:

    +
      +
    • Edit the apache\conf\extra\httpd-xampp.conf file in your XAMPP installation directory.
    • +
    • Within this file, find the lines below. +

      + Alias /phpmyadmin "C:/xampp/phpMyAdmin/" + <Directory "C:/xampp/phpMyAdmin"> + AllowOverride AuthConfig + Require local +

      +
    • +
    • Then replace 'Require local' with 'Require all granted'.
    • +

      + Alias /phpmyadmin "C:/xampp/phpMyAdmin/" + <Directory "C:/xampp/phpMyAdmin"> + AllowOverride AuthConfig + Require all granted +

      +
    • Restart the Apache server using the XAMPP control panel.
    • +
    +
    + +
    PHP的IMAP支持在哪儿呢?
    +
    +

    默认的话,在XAMPP里面PHP对IMAP的支持是被停用的,因为对于某些家用的系统版本比如Windows 98会出现一些诡异的初始化错误。如果你用的是Windows NT系统的话,你可以打开文件"\\xampp\\php\\php.ini"并去掉";extension=php_imap.dll"这一行前面的分号来激活这个PHP扩展。它应该是这样的:
    +extension=php_imap.dll

    +

    现在重启一下Apache然后IMAP就好使啦。你可以使用同样的步骤来操作任何一个在默认配置里没有激活的扩展。

    +
    + +
    为什么一些PHP开源应用不能在Windows版的XAMPP工作呢?
    +
    +

    许多PHP应用或者扩展都是为linux写的,还没有被移植到Windows。

    +
    + +
    Can I delete the "install" directory after installation?
    +
    +

    最好不要这样。所有的附加组件和XAMPP的升级仍然是需要使用这个脚本的。

    +
    + +
    我如何激活eaccelerator?
    +
    +

    就像很多(Zend)扩展一样,你可以在"php.ini"里激活它。在这个文件里,启用这一行";zend_extension = "\\xampp\\php\\ext\\php_eaccelerator.dll""。它应该是这样子的:
    +zend_extension = "\xampp\php\ext\php_eaccelerator.dll"

    +
    + +
    我如何修复我的MS SQL服务器的连接错误?
    +
    +

    如果mssql扩展加载到了php.ini,有时候当只有TCP/IP使用的时候会出问题。你可以从微软获取一个新的“ntwdblib.dll”来修复这个问题。请用新的替换掉位于"\\xampp\\apache\\bin"和"\\xampp\\php"的旧的文件。因为许可证问题,我们不能把这个文件的更新版本打包进XAMPP。

    +
    + +
    我如何使用PHP mcrypt扩展?
    +
    +

    为了这个,我们已经在社区里开了一个话题,关于例子和有效的解决方案:MCrypt主题

    +
    + +
    Do Microsoft Active Server Pages (ASP) work with XAMPP?
    +
    +

    不行。那个和带有Perl的Apache::ASP附加组件是不一样的。Apache::ASP只能运行Perl脚本,但是IIS上的ASP文件还会有正常的VBScript。不过对于ASP .NET,有一个第三方的Apache扩展模块可以使用。

    +
    + +
    How can I get XAMPP working on port 80 under Windows 10?
    +
    +

    By default, Windows 10 starts Microsoft IIS on port 80, which is the same default port used by Apache in XAMPP. As a result, Apache cannot bind to port 80.

    +

    To disable IIS from running on port 80, follow these steps:

    +
      +
    • Open the Services panel in Computer Management.
    • +
    • Search for the 'World Wide Web Publishing Service' and select it.
    • +
    • Click the link to 'Stop the service'.
    • +
    • Double-click the service name.
    • +
    • In the 'Startup type' field, change the startup type to 'Disabled'.
    • +
    • Click 'OK' to save your changes.
    • +
    +

    You should now be able to start Apache in XAMPP on port 80.

    +

    For more information, refer to the 'Troubleshoot Apache Startup Problems' guide included with XAMPP or this forum post.

    +
    + +
    How can I use Microsoft Edge to access local addresses under Windows 10?
    +
    +

    If your local machine has the host name 'myhost', you will not be able to access URLs such as http://myhost in Microsoft Edge. To resolve this, you should instead use the addresses http://127.0.0.1 or http://localhost.

    +
    + +
    Where are the main XAMPP configuration files?
    +
    +

    The main XAMPP configuration files are located as follows:

    +
      +
    • Apache configuration file: \xampp\apache\conf\httpd.conf, \xampp\apache\conf\extra\httpd-xampp.conf
    • +
    • PHP configuration file: \xampp\php\php.ini
    • +
    • MySQL configuration file: \xampp\mysql\bin\my.ini
    • +
    • FileZilla Server configuration file: \xampp\FileZillaFTP\FileZilla Server.xml
    • +
    • Apache Tomcat configuration file: \xampp\tomcat\conf\server.xml
    • +
    • Apache Tomcat configuration file: \xampp\sendmail\sendmail.ini
    • +
    • Mercury Mail configuration file: \xampp\MercuryMail\MERCURY.INI
    • +
    +
    + +
    +
    +
    + +
    + + + + + + + + diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/zh_cn/howto.html b/TE2/Proyecto Teknovate/htdocs/dashboard/zh_cn/howto.html new file mode 100644 index 0000000..70e50b0 --- /dev/null +++ b/TE2/Proyecto Teknovate/htdocs/dashboard/zh_cn/howto.html @@ -0,0 +1,131 @@ + + + + + + + + + + + XAMPP howto guides + + + + + + + + + + + + + + + + +
    + + + + + + + + + + + + diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/zh_cn/howto_platform_links.html b/TE2/Proyecto Teknovate/htdocs/dashboard/zh_cn/howto_platform_links.html new file mode 100644 index 0000000..01498bf --- /dev/null +++ b/TE2/Proyecto Teknovate/htdocs/dashboard/zh_cn/howto_platform_links.html @@ -0,0 +1,101 @@ + + + + + + + + + + + Apache Friends + + + + + + + + + + + + + + + + +
    + + + + + + + + + + + + diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/zh_cn/howto_shared_links.html b/TE2/Proyecto Teknovate/htdocs/dashboard/zh_cn/howto_shared_links.html new file mode 100644 index 0000000..f15e104 --- /dev/null +++ b/TE2/Proyecto Teknovate/htdocs/dashboard/zh_cn/howto_shared_links.html @@ -0,0 +1,115 @@ + + + + + + + + + + + Apache Friends + + + + + + + + + + + + + + + + +
    + + + + + + + + + + + + diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/zh_cn/index.html b/TE2/Proyecto Teknovate/htdocs/dashboard/zh_cn/index.html new file mode 100644 index 0000000..0944b42 --- /dev/null +++ b/TE2/Proyecto Teknovate/htdocs/dashboard/zh_cn/index.html @@ -0,0 +1,167 @@ + + + + + + + + + + + Welcome to XAMPP + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +
    +

    XAMPP Apache + MariaDB + PHP + Perl

    +
    +
    +
    +
    +
    +

    Welcome to XAMPP for Windows 8.0.0

    +
    +
    +
    +
    +

    + You have successfully installed XAMPP on this system! Now you can start using Apache, MariaDB, PHP and other components. + You can find more info in the 常见问题 section or check the HOW-TO Guides for getting started with PHP applications. +

    +

    + XAMPP is meant only for development purposes. It has certain configuration settings that make it easy to develop locally but that are insecure if you want to have your installation accessible to others. + If you want have your XAMPP accessible from the internet, make sure you understand the implications and you checked the 常见问题 to learn how to protect your site. Alternatively you can use WAMP, MAMP or LAMP which are similar packages which are more suitable for production. +

    +

    + Start the XAMPP Control Panel to check the server status. +

    +
    +
    +
    +
    +

    社区

    +
    +
    +
    +
    +

    + XAMPP已经存在了大约十多年——在它背后有一个巨大的社区。你可以通过加入我们的论坛,把自己加入到邮件列表,在Facebook上喜欢我们,在Twitter上关注我们的成就,或将我们加入到你的Google+圈子。 +

    +
    +
    +
    +
    +

    translate.apachefriends.org为XAMPP的翻译作出贡献。

    +
    +
    +
    +
    +

    + 你能帮其他社区成员帮忙翻译XAMPP么?我们需要你帮忙把XAMPP翻译成不同的语言。我们建立了一个网站,translate.apachefriends.org,用户可在这里贡献翻译。 +

    +
    +
    +
    +
    +

    Install applications on XAMPP using Bitnami

    +
    +
    +
    +
    +

    + Apache Friends and Bitnami are cooperating to make dozens of open source applications available on XAMPP, for free. Bitnami-packaged applications include Wordpress, Drupal, Joomla! and dozens of others and can be deployed with one-click installers. + Visit the Bitnami XAMPP page for details on the currently available apps. +

    +
    +
    +
    +
    + Bitnami XAMPP page +
    +
    + +
    + + + + + + + + diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/zh_tw/faq.html b/TE2/Proyecto Teknovate/htdocs/dashboard/zh_tw/faq.html new file mode 100644 index 0000000..43fdaa2 --- /dev/null +++ b/TE2/Proyecto Teknovate/htdocs/dashboard/zh_tw/faq.html @@ -0,0 +1,523 @@ + + + + + + + + + + + XAMPP FAQs for Windows + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +
    +

    Windows Frequently Asked Questions

    +
    +
    +
    +
    +
    +
    +
    How do I install XAMPP?
    +
    +

    XAMPP for Windows exists in three different flavors:

    +

    Installer:
    + Probably the easiest way to install XAMPP.

    +

    ZIP:
    + For purists: XAMPP as ordinary ZIP archive.

    +

    7zip:
    + For purists with low bandwidth: XAMPP as 7zip archive.

    +

    Note: If you extract the files, there can be false-positives virus warnings.

    +

    Using the installer:

    +

    +

    The XAMPP control panel for start/stop Apache, MySQL, FileZilla & Mercury or install these server as services.

    +

    Installing from ZIP

    +

    Unzip the zip archives into the folder of your choice. XAMPP is extracting to the subdirectory "C:\xampp" below the selected target directory. Now start the file "setup_xampp.bat", to adjust the XAMPP configuration to your system.

    +

    If you choose a root directory "C:\" as target, you must not start "setup_xampp.bat".

    +

    Like with the installer version, you can now use the "XAMPP Control Panel" for additional tasks.

    +
    +
    Does XAMPP include MySQL or MariaDB?
    +
    +

    Since XAMPP 5.5.30 and 5.6.14, XAMPP ships MariaDB instead of MySQL. The commands and tools are the same for both.

    +
    +
    How can I start XAMPP without setup?
    +
    +

    If you extract XAMPP in a top level folder like "C:\" or "D:\", you can start most servers like Apache or MySQL directly without execution of the file "setup_xampp.bat".

    +

    Not using the setup script, or selecting relative paths in the setup script, is preferred if you are installing XAMPP on a usb drive. Because on each pc such a drive can have an other drive letter. You can switch from absolute to relative paths at any time with the setup script.

    +

    Using the installer from our Downloads page is the easiest way to install XAMPP. After the installation is complete, you will find XAMPP under Start | Programs | XAMPP. You can use the XAMPP Control Panel to start/stop all server and also install/uninstall services.

    +

    The XAMPP control panel for start/stop Apache, MySQL, FileZilla & Mercury or install these server as services.

    +
    +
    How do I start and stop XAMPP?
    +
    +

    The universal control center is the "XAMPP Control Panel" (thanks www.nat32.com). It is started with:

    +

    \xampp\xampp-control.exe

    +

    You can also use some batchfiles to start/stop the servers:

    +

    +

      +
    • Apache & MySQL start: + \xampp\xampp_start.exe
    • +
    • Apache & MySQL stop: + \xampp\xampp_stop.exe
    • +
    • Apache start: + \xampp\apache_start.bat
    • +
    • Apache stop: + \xampp\apache_stop.bat
    • +
    • MySQL start: + \xampp\mysql_start.bat
    • +
    • MySQL stop: + \xampp\mysql_stop.bat
    • +
    • Mercury Mailserver start: + \xampp\mercury_start.bat
    • +
    • Mercury Mailserver stop: + \xampp\mercury_stop.bat
    • +
    • FileZilla Server start: + \xampp\filezilla_start.bat
    • +
    • FileZilla Server stop: + \xampp\filezilla_stop.bat

    +

    +
    +
    How can I test that everything worked?
    +
    +

    Type in the following URL at your favourite web browser:

    +

    http://localhost/ or http://127.0.0.1/

    +

    You should see the XAMPP start page, as shown below.

    + +
    +
    How can I install a server as a service?
    +
    +

    Each server in XAMPP you can install also as Windows service. You can also install it from the XAMPP Control Panel. In this case it is necessary to run the scripts or the Control Panel with Administrator privileges.

    +

    Apache service install: \xampp\apache\apache_installservice.bat

    +

    Apache service uninstall: \xampp\apache\apache_uninstallservice.bat

    +

    MySQL service install: \xampp\mysql\mysql_installservice.bat

    +

    MySQL service uninstall: \xampp\mysql\mysql_uninstallservice.bat

    +

    FileZilla service (un)install: \xampp\filezilla_setup.bat

    +

    Mercury: No service installation available

    +
    +
    Is XAMPP production ready?
    +
    +

    XAMPP is not meant for production use but only for development environments. XAMPP is configured to be open as possible to allow the developer anything he/she wants. For development environments, this is great but in a production environment, it could be fatal.

    +

    Here a list of missing security in XAMPP:

    +
      +
    1. The MySQL administrator (root) has no password.
    2. +
    3. The MySQL daemon is accessible via network.
    4. +
    5. ProFTPD uses the password "lampp" for user "daemon".
    6. +
    7. The default users of Mercury and FileZilla are known.
    8. +
    +

    All points can be a huge security risk. Especially if XAMPP is accessible via network and people outside your LAN. It can also help to use a firewall or a (NAT) router. In case of a router or firewall, your PC is normally not accessible via network. It is up to you to fix these problems. As a small help there is the "XAMPP Security console".

    +

    Please secure XAMPP before publishing anything online. A firewall or an external router are only sufficient for low levels of security. For slightly more security, you can run the "XAMPP Security console" and assign passwords.

    +

    If you want have your XAMPP accessible from the internet, you should go to the following URI which can fix some problems:

    +

    http://localhost/security/

    +

    With the security console you can set a password for the MySQL user "root" and phpMyAdmin. You can also enable a authentication for the XAMPP demopages.

    +

    This web based tool does not fix any additional security issues! Especially the FileZilla FTP server and the Mercury mail server you must secure yourself.

    +
    How do I uninstall XAMPP?
    +
    +

    If you installed XAMPP using the installer version, please use the Uninstaller. The Uninstaller will delete all XAMPP entries from your registry and it will uninstall some installed services included with XAMPP. We highly recommend that you use the Uninstall program for removing XAMPP installations from the Installer version.Please backup all the data you want to keep before uninstalling XAMPP.

    +

    If you installed XAMPP using the ZIP and 7zip versions, shut down all XAMPP servers and exit all panels. If you installed any services, uninstall and shut them down too. Now simply delete the entire folder where XAMPP is installed. There are no registry entries and no environment variables to clean up.

    +
    +
    What is the "lite" version of XAMPP?
    +
    +

    XAMPP Lite (means "light" as in "light-weight") is a smaller bundle of XAMPP components, which is recommended for quick work using only PHP and MySQL. Some servers or tools such as Mercury Mail and FileZilla FTP are missing in the Lite version.

    +
    +
    Where should I place my web content?
    +
    +

    The main directory for all WWW documents is \xampp\htdocs. If you put a file "test.html" in this directory, you can access it with the URI "http://localhost/test.html".

    +

    And "test.php"? Just use "http://localhost/test.php". A simple testscript can be:

    +

    <?php
    + echo 'Hello world';
    + ?>

    +

    A new subdirectory for your web? Just make a new directory (e.g. "new") inside the directory "\xampp\htdocs" (best without whitespaces and only ASCII), create a test file in this directory and access it with "http://localhost/new/test.php".

    +

    Further specifics

    +

    HTML:
    + Executable: \xampp\htdocs
    + Allowed endings: .html .htm
    + => basic package

    +

    SSI:
    + Executable: \xampp\htdocs
    + Allowed endings: .shtml
    + => basic package

    +

    CGI:
    + Executable: \xampp\htdocs and \xampp\cgi-bin
    + Allowed endings: .cgi
    + => basic package

    +

    PHP:
    + Executable: \xampp\htdocs and \xampp\cgi-bin
    + Allowed endings: .php
    + => basic package

    +

    Perl:
    + Executable: \xampp\htdocs and \xampp\cgi-bin
    + Allowed endings: .pl
    + => basic package

    +

    Apache::ASP Perl:
    + Executable: \xampp\htdocs
    + Allowed endings: .asp
    + => basic package

    +

    JSP Java:
    + Executable: \xampp\tomcat\webapps\java (e.g.)
    + Allowed endings: .jsp
    + => Tomcat add-on

    +

    Servlets Java:
    + Executable: \xampp\tomcat\webapps\java (e.g.)
    + Allowed endings: .html (u.a)
    + => Tomcat add-on

    +
    +
    Can I move the XAMPP installation?
    +
    +

    Yes. After moving of the XAMPP directory, you must execute "setup_xampp.bat". The paths in the configuration files will be adjusted with this step.

    +

    If you have installed any server as Windows service, you must first remove the Windows service, and after the moving you can install the service again.

    +

    WARNING: The configuration files from your own scripts, like PHP applications, are not adjusted. But it's possible to write a "plug-in" for the installer. With such a plug-in, the installer can adjust such files too.

    +
    +
    What are "Automatic start pages" for the WWW directories?
    +
    +

    The standard filename for the Apache function "DirectoryIndex" is "index.html" or "index.php". Every time you are just browsing to a folder (e.g. "http://localhost/xampp/"), and Apache can find such a file, Apache is displaying this file instead of a directory listing.

    +
    +
    Where can I change the configuration?
    +
    +

    Almost all settings in XAMPP you can change with configuration files. Just open the file in a textedit and change the setting you want. Only FileZilla and Mercury should be configured with the application config tool.

    +
    + +
    Why can't XAMPP work on Windows XP SP2?
    +
    +

    Microsoft delivers a better firewall with service pack 2 (SP2), which starts automatically. This firewall now blocks the necessary ports 80 (http) and 443 (https) and Apache can't start.

    +

    The fast solution:

    +

    Disable the Microsoft firewall with the toolbar and try to start XAMPP onces more. The better solution is to define an exception within the security center.

    +

    The following ports are used for basic functionality:

    +

    Apache (HTTP): Port 80
    + Apache (WebDAV): Port 81
    + Apache (HTTPS): Port 443
    + MySQL: Port 3306
    + FileZilla (FTP): Port 21
    + FileZilla (Admin): Port 14147
    + Mercury (SMTP): Port 25
    + Mercury (POP3): Port 110
    + Mercury (IMAP): Port 143
    + Mercury (HTTP): Port 2224
    + Mercury (Finger): Port 79
    + Mercury (PH): Port 105
    + Mercury (PopPass): Port 106
    + Tomcat (AJP/1.3): Port 8009
    + Tomcat (HTTP): Port 8080

    +
    + +
    Why doesn't XAMPP work on Vista?
    +
    +

    User Account Control (UAC)

    +

    In the directory "C:\program files" you don't have full write privileges, even as Admin. Or you have only limited privileges (e.g. for ".\xampp\htdocs"). In this case you can't edit a file.
    +Solution: Raise your privileges within explorer (right click / security) or disable the user account control (UAC).

    +

    You have installed Apache/MySQL in "C:\xampp" as Windows service. But you can't start/stop the services with the "XAMPP Control Panel" or can't uninstall them.

    +Solution: Use the service management console from Windows or disable UAC.

    +

    Disabling the User Account Control (UAC)

    +

    To disable the UAC, use the program "msconfig". In "msconfig" go to "Tools", select "disable user account control" and verify your selection. Now you must restart Windows. At the same time, you can enable the UAC again.

    +
    + +
    How do I check the md5 checksum?
    +
    +

    To compare files, often checksums are used. A standard to create this checksum md5 (Message Digest Algorithm 5).

    +

    With this md5 checksum you can test, if your download of the XAMPP package is correct or not. Of course you need a program which can create these checksums. For Windows you can use a tool from Microsoft:

    +

    Availability and description of the File Checksum Integrity Verifier utility

    +

    It's also possible to use any other program which can create md5 checksums, like the GNU md5sum.

    +

    As you have installed such a program (e.g. fciv.exe), you can do following steps:

    +

    +

      +
    • Download XAMPP (f.e. xampp-win32-1.8.2-0.exe)
    • +
    • Create the checksum with:
      + fciv.exe xampp-win32-1.8.2-0.exe +
    • +
    • And now you can compare this checksum with that one you can find on the XAMPP for Windows homepage.
    • +
    +

    +

    If both checksums equal, all is ok. If not, the download is broken or the file has been changed.

    +
    + +
    Why have changes in my php.ini not taken effect?
    +
    +

    If a change in the "php.ini" has no effect, it's possible PHP is using a different one. You can verify this with phpinfo(). Go to the URI http://localhost/xampp/phpinfo.php and search for "Loaded Configuration File". This value shows you the "php.ini" PHP is really using.

    +

    Note: After changing the "php.ini" you have to restart Apache so that Apache/PHP can read the new settings.

    +
    + +
    Help! There is a virus in XAMPP!
    +
    +

    Some antivirus programs mistake XAMPP for a virus, typically flagging the file xampp-manager.exe This is a false positive meaning that the antivirus erroneously identified it as a virus, when it is not. Before we release each new version of XAMPP we run it through virus scanning software. At the moment we are using Kapersky Online Virus Scanner. You can also use the online tool Virus Total for scanning XAMPP or send us an email to security (at) apachefriends (dot) org if you find any issue.

    +
    + +
    How do I configure my antivirus application?
    +
    +

    We have included all dependences and servers required for running the bundled web application, so you will find that XAMPP installs large numbers of files. If you are installing a XAMPP application on a Windows machine with an antivirus app enabled, this may slow down the installation significantly, and there is also a chance that one of the servers (web server, database server) may be blocked by the antivirus software. If you have an antivirus tool enabled, check the following settings for running XAMPP without performance issues:

    +

    +

      +
    • Add exceptions in the firewall: for Apache, MySQL or any other server.
    • +
    • Scan files when executing: If you have enabled the antivirus scan for all files, the executable files for the servers may slow down.
    • +
    • Scan the traffic for different URLs: If you are developing with XAMPP on your own machine, you can exclude "localhost" traffic in the Antivirus settings.
    • +
    +

    +
    + +
    Why doesn't the Apache server start on my system?
    +
    +

    This problem can be one of several reasons:

    +

    +

      +
    • You have started more then one HTTP Server (IIS, Sambar, ZEUS and so on). Only one Server can use port 80. This error message indicate the problem:
      +(OS 10048)... make_sock: could not bind to adress 0.0.0.0:80 +no listening sockets available, shutting down
    • +
    • You have other software, such as the Internet Telephone "Skype" which also blocks the port 80. If the problem is "Skype", you can go in Skype to Actions --> Options --> Connection --> remove the check mark at "use port 80 for an alternate port" and restart Skype. Now it should work.
    • +
    • You have a firewall which blocks the Apache port. Not all firewalls are compatible with Apache, and sometimes deactivating the firewall is not enough and you must deinstall it. This error message indicates a firewall:
      +(OS 10038)Socket operation on non-socket: make_sock: for address 0.0.0.0:80, +apr_socket_opt_set: (SO_KEEPALIVE)
    • +
    +

    Also if Apache can start, but your browser can't connect to it it could be due to one of the following:

    +
      +
    • Some virus scanners can cause this in the same way that firewalls can interfere.
    • +
    • You have XP Professional without service pack 1. You must have at least SP1 for XAMPP.
    • +
    +

    +

    Tip: If you have problems with used ports, you can try the tool "xampp-portcheck.exe". Maybe it can help.

    +
    + +
    Why is my CPU load for Apache almost 99%?
    +
    +

    There is one of two scenarios at play here. Either your CPU is maxing out, or you can browser connect to the server, but not see anything (the system is trying unsucessfully to load the page). In either case you can find the following message in the Apache log file:

    +

    Child: Encountered too many AcceptEx faults accepting client connections. +winnt_mpm: falling back to 'AcceptFilter none'.

    +

    The MPM falls back to a safer implementation, but some client requests were not processed correctly. In order to avoid this error, use "AcceptFilter" with accept filter "none" in the "\xampp\apache\conf\extra\httpd-mpm.conf" file.

    +
    + +
    Why are pictures and style-sheets not displayed?
    +
    +

    Sometimes there are problems with displaying pictures and style-sheets. Especially if these files are located on a network drive. In this case you can enable (or add) one if the following lines in the file "\xampp\apache\conf\httpd.conf":

    +

    EnableSendfile off
    +EnableMMAP off

    +

    This problem can also be caused by programs for regulating bandwidth, like NetLimiter.

    +
    + +
    How do I send email with XAMPP?
    +
    +

    To configure XAMPP to use the included sendmail.exe binary for email delivery, follow these steps:

    +
      +
    • Edit the XAMPP "php.ini" file. Within this file, find the [mail function] section and replace it with the following directives. Change the XAMPP installation path if needed. + + sendmail_path = "\"C:\xampp\sendmail\sendmail.exe\" -t" + +
    • +
    • Edit the XAMPP "sendmail.ini" file. Within this file, find the [sendmail] section and replace it with the following directives: + + smtp_server=smtp.gmail.com + smtp_port=465 + smtp_ssl=auto + error_logfile=error.log + auth_username=your-gmail-username@gmail.com + auth_password=your-gmail-password + +

      Remember to replace the dummy values shown with your actual Gmail address and account password. If you don't plan to use Gmail's SMTP server, replace the SMTP host details with appropriate values for your organization or ISP's SMTP server.

      +
    • +
    • Restart the Apache server using the XAMPP control panel. +
    • +
    +

    You can now use PHP's mail() function to send email from your application.

    +
    + +
    How can I set a root password in MySQL?
    +
    +

    Configure it with the "XAMPP Shell" (command prompt). Open the shell from the XAMPP control pane and execute this command:mysqladmin.exe -u root password secretThis sets the root password to 'secret'.

    +
    + +
    Can I use my own MySQL server?
    +
    +

    Yes. Simply don't start the MySQL from the XAMPP package. Please note that two servers cannot be started on the same port. If you have set a password for "root", please do not forget to edit the file "\xampp\phpMyAdmin\config.inc.php".

    +
    + +
    How do I restrict access to phpMyAdmin from the outside?
    +
    +

    In the basic configuration of XAMPP, phpMyAdmin is accessible only from the same host that XAMPP is running on, at http://127.0.0.1 or http://localhost.

    +

    Before you can access the MySQL server, phpMyAdmin will prompt you for a user name and password. Don't forget to set a password for the user "root" first.

    +
    + +
    How do I enable access to phpMyAdmin from the outside?
    +
    +

    In the basic configuration of XAMPP, phpMyAdmin is accessible only from the same host that XAMPP is running on, at http://127.0.0.1 or http://localhost.

    +

    IMPORTANT: Enabling external access for phpMyAdmin in production environments is a significant security risk. You are strongly advised to only allow access from localhost. A remote attacker could take advantage of any existing vulnerability for executing code or for modifying your data.

    +

    To enable remote access to phpMyAdmin, follow these steps:

    +
      +
    • Edit the apache\conf\extra\httpd-xampp.conf file in your XAMPP installation directory.
    • +
    • Within this file, find the lines below. +

      + Alias /phpmyadmin "C:/xampp/phpMyAdmin/" + <Directory "C:/xampp/phpMyAdmin"> + AllowOverride AuthConfig + Require local +

      +
    • +
    • Then replace 'Require local' with 'Require all granted'.
    • +

      + Alias /phpmyadmin "C:/xampp/phpMyAdmin/" + <Directory "C:/xampp/phpMyAdmin"> + AllowOverride AuthConfig + Require all granted +

      +
    • Restart the Apache server using the XAMPP control panel.
    • +
    +
    + +
    Where is the IMAP support for PHP?
    +
    +

    As default, the IMAP support for PHP is deactivated in XAMPP due to some mysterious initialization errors with some home versions like Windows 98. If you work with NT systems, you can open the file "\xampp\php\php.ini" to activate the php exstension by removing the beginning semicolon at the line ";extension=php_imap.dll". It should be:
    +extension=php_imap.dll

    +

    Now restart Apache and IMAP should work. You can use the same steps for every extension, which is not enabled in the default configuration.

    +
    + +
    Why don't some PHP open source apps work with XAMPP on Windows?
    +
    +

    A lot of PHP applications or extensions that have been written for Linux haven’t been ported to Windows.

    +
    + +
    Can I delete the "install" directory after installation?
    +
    +

    It's better not to. The scripts here are still needed for all additional packages (add-ons) and upgrades of XAMPP.

    +
    + +
    How do I activate the eaccelerator?
    +
    +

    Like other (Zend) extensions, you can activate it in "php.ini". In this file, enable the line ";zend_extension = "\xampp\php\ext\php_eaccelerator.dll"". It should be:
    +zend_extension = "\xampp\php\ext\php_eaccelerator.dll"

    +
    + +
    How do I fix a connection error to my MS SQL server?
    +
    +

    If the mssql extension was loaded in the php.ini, sometimes problems appear when only TCP/IP is used. You can fix that problem with a newer "ntwdblib.dll" from Microsoft. Please replace the older file in "\xampp\apache\bin" and "\xampp\php" with the new one. Because of the license, we can't package a newer version of this file with XAMPP.

    +
    + +
    How do I work with the PHP mcrypt extension?
    +
    +

    For this, we have opened a topic in the forum with examples and possible solutions: MCrypt topic

    +
    + +
    Do Microsoft Active Server Pages (ASP) work with XAMPP?
    +
    +

    No. And Apache::ASP with the Perl Add-On is not the same. Apache::ASP only knows Perl-Script, but ASP from the Internet Information Server (IIS) also knows the normal VBScript. But for ASP .NET, there is a 3rd party Apache module available.

    +
    + +
    How can I get XAMPP working on port 80 under Windows 10?
    +
    +

    By default, Windows 10 starts Microsoft IIS on port 80, which is the same default port used by Apache in XAMPP. As a result, Apache cannot bind to port 80.

    +

    To disable IIS from running on port 80, follow these steps:

    +
      +
    • Open the Services panel in Computer Management.
    • +
    • Search for the 'World Wide Web Publishing Service' and select it.
    • +
    • Click the link to 'Stop the service'.
    • +
    • Double-click the service name.
    • +
    • In the 'Startup type' field, change the startup type to 'Disabled'.
    • +
    • Click 'OK' to save your changes.
    • +
    +

    You should now be able to start Apache in XAMPP on port 80.

    +

    For more information, refer to the 'Troubleshoot Apache Startup Problems' guide included with XAMPP or this forum post.

    +
    + +
    How can I use Microsoft Edge to access local addresses under Windows 10?
    +
    +

    If your local machine has the host name 'myhost', you will not be able to access URLs such as http://myhost in Microsoft Edge. To resolve this, you should instead use the addresses http://127.0.0.1 or http://localhost.

    +
    + +
    Where are the main XAMPP configuration files?
    +
    +

    The main XAMPP configuration files are located as follows:

    +
      +
    • Apache configuration file: \xampp\apache\conf\httpd.conf, \xampp\apache\conf\extra\httpd-xampp.conf
    • +
    • PHP configuration file: \xampp\php\php.ini
    • +
    • MySQL configuration file: \xampp\mysql\bin\my.ini
    • +
    • FileZilla Server configuration file: \xampp\FileZillaFTP\FileZilla Server.xml
    • +
    • Apache Tomcat configuration file: \xampp\tomcat\conf\server.xml
    • +
    • Apache Tomcat configuration file: \xampp\sendmail\sendmail.ini
    • +
    • Mercury Mail configuration file: \xampp\MercuryMail\MERCURY.INI
    • +
    +
    + +
    +
    +
    + +
    + + + + + + + + diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/zh_tw/howto.html b/TE2/Proyecto Teknovate/htdocs/dashboard/zh_tw/howto.html new file mode 100644 index 0000000..13ba6b4 --- /dev/null +++ b/TE2/Proyecto Teknovate/htdocs/dashboard/zh_tw/howto.html @@ -0,0 +1,131 @@ + + + + + + + + + + + XAMPP howto guides + + + + + + + + + + + + + + + + +
    + + + + + + + + + + + + diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/zh_tw/howto_platform_links.html b/TE2/Proyecto Teknovate/htdocs/dashboard/zh_tw/howto_platform_links.html new file mode 100644 index 0000000..87d6360 --- /dev/null +++ b/TE2/Proyecto Teknovate/htdocs/dashboard/zh_tw/howto_platform_links.html @@ -0,0 +1,101 @@ + + + + + + + + + + + Apache Friends + + + + + + + + + + + + + + + + +
    + + + + + + + + + + + + diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/zh_tw/howto_shared_links.html b/TE2/Proyecto Teknovate/htdocs/dashboard/zh_tw/howto_shared_links.html new file mode 100644 index 0000000..e36eb71 --- /dev/null +++ b/TE2/Proyecto Teknovate/htdocs/dashboard/zh_tw/howto_shared_links.html @@ -0,0 +1,115 @@ + + + + + + + + + + + Apache Friends + + + + + + + + + + + + + + + + +
    + + + + + + + + + + + + diff --git a/TE2/Proyecto Teknovate/htdocs/dashboard/zh_tw/index.html b/TE2/Proyecto Teknovate/htdocs/dashboard/zh_tw/index.html new file mode 100644 index 0000000..80a5b7a --- /dev/null +++ b/TE2/Proyecto Teknovate/htdocs/dashboard/zh_tw/index.html @@ -0,0 +1,167 @@ + + + + + + + + + + + Welcome to XAMPP + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +
    +

    XAMPP Apache + MariaDB + PHP + Perl

    +
    +
    +
    +
    +
    +

    Welcome to XAMPP for Windows 8.0.0

    +
    +
    +
    +
    +

    + You have successfully installed XAMPP on this system! Now you can start using Apache, MariaDB, PHP and other components. + You can find more info in the 常見問題 section or check the HOW-TO Guides for getting started with PHP applications. +

    +

    + XAMPP is meant only for development purposes. It has certain configuration settings that make it easy to develop locally but that are insecure if you want to have your installation accessible to others. + If you want have your XAMPP accessible from the internet, make sure you understand the implications and you checked the 常見問題 to learn how to protect your site. Alternatively you can use WAMP, MAMP or LAMP which are similar packages which are more suitable for production. +

    +

    + Start the XAMPP Control Panel to check the server status. +

    +
    +
    +
    +
    +

    社區

    +
    +
    +
    +
    +

    + XAMPP已經存在了大約十多年——在它背後有一個巨大的社區。你可以通過加入我們的論壇,把自己加入到郵寄清單,在Facebook上喜歡我們,在Twitter上關注我們的成就,或將我們加入到你的Google+圈子。 +

    +
    +
    +
    +
    +

    translate.apachefriends.org為XAMPP的翻譯作出貢獻。

    +
    +
    +
    +
    +

    + 你能幫其他社區成員幫忙翻譯XAMPP麼?我們需要你幫忙把XAMPP翻譯成不同的語言。我們建立了一個網站,translate.apachefriends.org,用戶可在這裡貢獻翻譯。 +

    +
    +
    +
    +
    +

    Install applications on XAMPP using Bitnami

    +
    +
    +
    +
    +

    + Apache Friends and Bitnami are cooperating to make dozens of open source applications available on XAMPP, for free. Bitnami-packaged applications include Wordpress, Drupal, Joomla! and dozens of others and can be deployed with one-click installers. + Visit the Bitnami XAMPP page for details on the currently available apps. +

    +
    +
    +
    +
    + Bitnami XAMPP page +
    +
    + +
    + + + + + + + + diff --git a/TE2/Proyecto Teknovate/htdocs/favicon.ico b/TE2/Proyecto Teknovate/htdocs/favicon.ico new file mode 100644 index 0000000..ca0acbb Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/favicon.ico differ diff --git a/TE2/Proyecto Teknovate/htdocs/img/module_table_bottom.png b/TE2/Proyecto Teknovate/htdocs/img/module_table_bottom.png new file mode 100644 index 0000000..536f757 Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/img/module_table_bottom.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/img/module_table_top.png b/TE2/Proyecto Teknovate/htdocs/img/module_table_top.png new file mode 100644 index 0000000..5174a22 Binary files /dev/null and b/TE2/Proyecto Teknovate/htdocs/img/module_table_top.png differ diff --git a/TE2/Proyecto Teknovate/htdocs/index.php b/TE2/Proyecto Teknovate/htdocs/index.php new file mode 100644 index 0000000..e3da902 --- /dev/null +++ b/TE2/Proyecto Teknovate/htdocs/index.php @@ -0,0 +1,11 @@ + +Something is wrong with the XAMPP installation :-( diff --git a/TE2/Proyecto Teknovate/.htaccess b/TE2/Proyecto Teknovate/htdocs/wordpress/.htaccess similarity index 100% rename from TE2/Proyecto Teknovate/.htaccess rename to TE2/Proyecto Teknovate/htdocs/wordpress/.htaccess diff --git a/TE2/Proyecto Teknovate/index.php b/TE2/Proyecto Teknovate/htdocs/wordpress/index.php similarity index 100% rename from TE2/Proyecto Teknovate/index.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/index.php diff --git a/TE2/Proyecto Teknovate/license.txt b/TE2/Proyecto Teknovate/htdocs/wordpress/license.txt similarity index 100% rename from TE2/Proyecto Teknovate/license.txt rename to TE2/Proyecto Teknovate/htdocs/wordpress/license.txt diff --git a/TE2/Proyecto Teknovate/readme.html b/TE2/Proyecto Teknovate/htdocs/wordpress/readme.html similarity index 100% rename from TE2/Proyecto Teknovate/readme.html rename to TE2/Proyecto Teknovate/htdocs/wordpress/readme.html diff --git a/TE2/Proyecto Teknovate/readme.md b/TE2/Proyecto Teknovate/htdocs/wordpress/readme.md similarity index 100% rename from TE2/Proyecto Teknovate/readme.md rename to TE2/Proyecto Teknovate/htdocs/wordpress/readme.md diff --git a/TE2/Proyecto Teknovate/wp-activate.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-activate.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-activate.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-activate.php diff --git a/TE2/Proyecto Teknovate/wp-admin/about.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/about.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/about.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/about.php diff --git a/TE2/Proyecto Teknovate/wp-admin/admin-ajax.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/admin-ajax.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/admin-ajax.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/admin-ajax.php diff --git a/TE2/Proyecto Teknovate/wp-admin/admin-footer.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/admin-footer.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/admin-footer.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/admin-footer.php diff --git a/TE2/Proyecto Teknovate/wp-admin/admin-functions.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/admin-functions.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/admin-functions.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/admin-functions.php diff --git a/TE2/Proyecto Teknovate/wp-admin/admin-header.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/admin-header.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/admin-header.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/admin-header.php diff --git a/TE2/Proyecto Teknovate/wp-admin/admin-post.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/admin-post.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/admin-post.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/admin-post.php diff --git a/TE2/Proyecto Teknovate/wp-admin/admin.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/admin.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/admin.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/admin.php diff --git a/TE2/Proyecto Teknovate/wp-admin/async-upload.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/async-upload.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/async-upload.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/async-upload.php diff --git a/TE2/Proyecto Teknovate/wp-admin/authorize-application.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/authorize-application.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/authorize-application.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/authorize-application.php diff --git a/TE2/Proyecto Teknovate/wp-admin/comment.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/comment.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/comment.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/comment.php diff --git a/TE2/Proyecto Teknovate/wp-admin/credits.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/credits.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/credits.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/credits.php diff --git a/TE2/Proyecto Teknovate/wp-admin/css/about-rtl.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/about-rtl.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/css/about-rtl.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/about-rtl.css diff --git a/TE2/Proyecto Teknovate/wp-admin/css/about-rtl.min.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/about-rtl.min.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/css/about-rtl.min.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/about-rtl.min.css diff --git a/TE2/Proyecto Teknovate/wp-admin/css/about.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/about.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/css/about.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/about.css diff --git a/TE2/Proyecto Teknovate/wp-admin/css/about.min.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/about.min.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/css/about.min.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/about.min.css diff --git a/TE2/Proyecto Teknovate/wp-admin/css/admin-menu-rtl.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/admin-menu-rtl.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/css/admin-menu-rtl.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/admin-menu-rtl.css diff --git a/TE2/Proyecto Teknovate/wp-admin/css/admin-menu-rtl.min.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/admin-menu-rtl.min.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/css/admin-menu-rtl.min.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/admin-menu-rtl.min.css diff --git a/TE2/Proyecto Teknovate/wp-admin/css/admin-menu.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/admin-menu.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/css/admin-menu.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/admin-menu.css diff --git a/TE2/Proyecto Teknovate/wp-admin/css/admin-menu.min.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/admin-menu.min.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/css/admin-menu.min.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/admin-menu.min.css diff --git a/TE2/Proyecto Teknovate/wp-admin/css/code-editor-rtl.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/code-editor-rtl.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/css/code-editor-rtl.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/code-editor-rtl.css diff --git a/TE2/Proyecto Teknovate/wp-admin/css/code-editor-rtl.min.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/code-editor-rtl.min.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/css/code-editor-rtl.min.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/code-editor-rtl.min.css diff --git a/TE2/Proyecto Teknovate/wp-admin/css/code-editor.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/code-editor.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/css/code-editor.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/code-editor.css diff --git a/TE2/Proyecto Teknovate/wp-admin/css/code-editor.min.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/code-editor.min.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/css/code-editor.min.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/code-editor.min.css diff --git a/TE2/Proyecto Teknovate/wp-admin/css/color-picker-rtl.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/color-picker-rtl.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/css/color-picker-rtl.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/color-picker-rtl.css diff --git a/TE2/Proyecto Teknovate/wp-admin/css/color-picker-rtl.min.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/color-picker-rtl.min.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/css/color-picker-rtl.min.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/color-picker-rtl.min.css diff --git a/TE2/Proyecto Teknovate/wp-admin/css/color-picker.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/color-picker.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/css/color-picker.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/color-picker.css diff --git a/TE2/Proyecto Teknovate/wp-admin/css/color-picker.min.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/color-picker.min.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/css/color-picker.min.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/color-picker.min.css diff --git a/TE2/Proyecto Teknovate/wp-admin/css/colors/_admin.scss b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/colors/_admin.scss similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/css/colors/_admin.scss rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/colors/_admin.scss diff --git a/TE2/Proyecto Teknovate/wp-admin/css/colors/_mixins.scss b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/colors/_mixins.scss similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/css/colors/_mixins.scss rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/colors/_mixins.scss diff --git a/TE2/Proyecto Teknovate/wp-admin/css/colors/_variables.scss b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/colors/_variables.scss similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/css/colors/_variables.scss rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/colors/_variables.scss diff --git a/TE2/Proyecto Teknovate/wp-admin/css/colors/blue/colors-rtl.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/colors/blue/colors-rtl.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/css/colors/blue/colors-rtl.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/colors/blue/colors-rtl.css diff --git a/TE2/Proyecto Teknovate/wp-admin/css/colors/blue/colors-rtl.min.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/colors/blue/colors-rtl.min.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/css/colors/blue/colors-rtl.min.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/colors/blue/colors-rtl.min.css diff --git a/TE2/Proyecto Teknovate/wp-admin/css/colors/blue/colors.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/colors/blue/colors.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/css/colors/blue/colors.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/colors/blue/colors.css diff --git a/TE2/Proyecto Teknovate/wp-admin/css/colors/blue/colors.min.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/colors/blue/colors.min.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/css/colors/blue/colors.min.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/colors/blue/colors.min.css diff --git a/TE2/Proyecto Teknovate/wp-admin/css/colors/blue/colors.scss b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/colors/blue/colors.scss similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/css/colors/blue/colors.scss rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/colors/blue/colors.scss diff --git a/TE2/Proyecto Teknovate/wp-admin/css/colors/coffee/colors-rtl.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/colors/coffee/colors-rtl.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/css/colors/coffee/colors-rtl.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/colors/coffee/colors-rtl.css diff --git a/TE2/Proyecto Teknovate/wp-admin/css/colors/coffee/colors-rtl.min.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/colors/coffee/colors-rtl.min.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/css/colors/coffee/colors-rtl.min.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/colors/coffee/colors-rtl.min.css diff --git a/TE2/Proyecto Teknovate/wp-admin/css/colors/coffee/colors.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/colors/coffee/colors.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/css/colors/coffee/colors.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/colors/coffee/colors.css diff --git a/TE2/Proyecto Teknovate/wp-admin/css/colors/coffee/colors.min.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/colors/coffee/colors.min.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/css/colors/coffee/colors.min.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/colors/coffee/colors.min.css diff --git a/TE2/Proyecto Teknovate/wp-admin/css/colors/coffee/colors.scss b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/colors/coffee/colors.scss similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/css/colors/coffee/colors.scss rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/colors/coffee/colors.scss diff --git a/TE2/Proyecto Teknovate/wp-admin/css/colors/ectoplasm/colors-rtl.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/colors/ectoplasm/colors-rtl.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/css/colors/ectoplasm/colors-rtl.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/colors/ectoplasm/colors-rtl.css diff --git a/TE2/Proyecto Teknovate/wp-admin/css/colors/ectoplasm/colors-rtl.min.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/colors/ectoplasm/colors-rtl.min.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/css/colors/ectoplasm/colors-rtl.min.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/colors/ectoplasm/colors-rtl.min.css diff --git a/TE2/Proyecto Teknovate/wp-admin/css/colors/ectoplasm/colors.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/colors/ectoplasm/colors.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/css/colors/ectoplasm/colors.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/colors/ectoplasm/colors.css diff --git a/TE2/Proyecto Teknovate/wp-admin/css/colors/ectoplasm/colors.min.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/colors/ectoplasm/colors.min.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/css/colors/ectoplasm/colors.min.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/colors/ectoplasm/colors.min.css diff --git a/TE2/Proyecto Teknovate/wp-admin/css/colors/ectoplasm/colors.scss b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/colors/ectoplasm/colors.scss similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/css/colors/ectoplasm/colors.scss rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/colors/ectoplasm/colors.scss diff --git a/TE2/Proyecto Teknovate/wp-admin/css/colors/light/colors-rtl.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/colors/light/colors-rtl.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/css/colors/light/colors-rtl.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/colors/light/colors-rtl.css diff --git a/TE2/Proyecto Teknovate/wp-admin/css/colors/light/colors-rtl.min.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/colors/light/colors-rtl.min.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/css/colors/light/colors-rtl.min.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/colors/light/colors-rtl.min.css diff --git a/TE2/Proyecto Teknovate/wp-admin/css/colors/light/colors.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/colors/light/colors.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/css/colors/light/colors.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/colors/light/colors.css diff --git a/TE2/Proyecto Teknovate/wp-admin/css/colors/light/colors.min.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/colors/light/colors.min.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/css/colors/light/colors.min.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/colors/light/colors.min.css diff --git a/TE2/Proyecto Teknovate/wp-admin/css/colors/light/colors.scss b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/colors/light/colors.scss similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/css/colors/light/colors.scss rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/colors/light/colors.scss diff --git a/TE2/Proyecto Teknovate/wp-admin/css/colors/midnight/colors-rtl.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/colors/midnight/colors-rtl.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/css/colors/midnight/colors-rtl.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/colors/midnight/colors-rtl.css diff --git a/TE2/Proyecto Teknovate/wp-admin/css/colors/midnight/colors-rtl.min.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/colors/midnight/colors-rtl.min.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/css/colors/midnight/colors-rtl.min.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/colors/midnight/colors-rtl.min.css diff --git a/TE2/Proyecto Teknovate/wp-admin/css/colors/midnight/colors.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/colors/midnight/colors.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/css/colors/midnight/colors.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/colors/midnight/colors.css diff --git a/TE2/Proyecto Teknovate/wp-admin/css/colors/midnight/colors.min.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/colors/midnight/colors.min.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/css/colors/midnight/colors.min.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/colors/midnight/colors.min.css diff --git a/TE2/Proyecto Teknovate/wp-admin/css/colors/midnight/colors.scss b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/colors/midnight/colors.scss similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/css/colors/midnight/colors.scss rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/colors/midnight/colors.scss diff --git a/TE2/Proyecto Teknovate/wp-admin/css/colors/modern/colors-rtl.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/colors/modern/colors-rtl.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/css/colors/modern/colors-rtl.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/colors/modern/colors-rtl.css diff --git a/TE2/Proyecto Teknovate/wp-admin/css/colors/modern/colors-rtl.min.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/colors/modern/colors-rtl.min.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/css/colors/modern/colors-rtl.min.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/colors/modern/colors-rtl.min.css diff --git a/TE2/Proyecto Teknovate/wp-admin/css/colors/modern/colors.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/colors/modern/colors.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/css/colors/modern/colors.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/colors/modern/colors.css diff --git a/TE2/Proyecto Teknovate/wp-admin/css/colors/modern/colors.min.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/colors/modern/colors.min.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/css/colors/modern/colors.min.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/colors/modern/colors.min.css diff --git a/TE2/Proyecto Teknovate/wp-admin/css/colors/modern/colors.scss b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/colors/modern/colors.scss similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/css/colors/modern/colors.scss rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/colors/modern/colors.scss diff --git a/TE2/Proyecto Teknovate/wp-admin/css/colors/ocean/colors-rtl.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/colors/ocean/colors-rtl.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/css/colors/ocean/colors-rtl.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/colors/ocean/colors-rtl.css diff --git a/TE2/Proyecto Teknovate/wp-admin/css/colors/ocean/colors-rtl.min.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/colors/ocean/colors-rtl.min.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/css/colors/ocean/colors-rtl.min.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/colors/ocean/colors-rtl.min.css diff --git a/TE2/Proyecto Teknovate/wp-admin/css/colors/ocean/colors.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/colors/ocean/colors.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/css/colors/ocean/colors.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/colors/ocean/colors.css diff --git a/TE2/Proyecto Teknovate/wp-admin/css/colors/ocean/colors.min.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/colors/ocean/colors.min.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/css/colors/ocean/colors.min.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/colors/ocean/colors.min.css diff --git a/TE2/Proyecto Teknovate/wp-admin/css/colors/ocean/colors.scss b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/colors/ocean/colors.scss similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/css/colors/ocean/colors.scss rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/colors/ocean/colors.scss diff --git a/TE2/Proyecto Teknovate/wp-admin/css/colors/sunrise/colors-rtl.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/colors/sunrise/colors-rtl.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/css/colors/sunrise/colors-rtl.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/colors/sunrise/colors-rtl.css diff --git a/TE2/Proyecto Teknovate/wp-admin/css/colors/sunrise/colors-rtl.min.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/colors/sunrise/colors-rtl.min.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/css/colors/sunrise/colors-rtl.min.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/colors/sunrise/colors-rtl.min.css diff --git a/TE2/Proyecto Teknovate/wp-admin/css/colors/sunrise/colors.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/colors/sunrise/colors.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/css/colors/sunrise/colors.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/colors/sunrise/colors.css diff --git a/TE2/Proyecto Teknovate/wp-admin/css/colors/sunrise/colors.min.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/colors/sunrise/colors.min.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/css/colors/sunrise/colors.min.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/colors/sunrise/colors.min.css diff --git a/TE2/Proyecto Teknovate/wp-admin/css/colors/sunrise/colors.scss b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/colors/sunrise/colors.scss similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/css/colors/sunrise/colors.scss rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/colors/sunrise/colors.scss diff --git a/TE2/Proyecto Teknovate/wp-admin/css/common-rtl.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/common-rtl.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/css/common-rtl.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/common-rtl.css diff --git a/TE2/Proyecto Teknovate/wp-admin/css/common-rtl.min.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/common-rtl.min.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/css/common-rtl.min.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/common-rtl.min.css diff --git a/TE2/Proyecto Teknovate/wp-admin/css/common.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/common.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/css/common.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/common.css diff --git a/TE2/Proyecto Teknovate/wp-admin/css/common.min.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/common.min.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/css/common.min.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/common.min.css diff --git a/TE2/Proyecto Teknovate/wp-admin/css/customize-controls-rtl.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/customize-controls-rtl.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/css/customize-controls-rtl.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/customize-controls-rtl.css diff --git a/TE2/Proyecto Teknovate/wp-admin/css/customize-controls-rtl.min.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/customize-controls-rtl.min.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/css/customize-controls-rtl.min.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/customize-controls-rtl.min.css diff --git a/TE2/Proyecto Teknovate/wp-admin/css/customize-controls.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/customize-controls.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/css/customize-controls.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/customize-controls.css diff --git a/TE2/Proyecto Teknovate/wp-admin/css/customize-controls.min.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/customize-controls.min.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/css/customize-controls.min.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/customize-controls.min.css diff --git a/TE2/Proyecto Teknovate/wp-admin/css/customize-nav-menus-rtl.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/customize-nav-menus-rtl.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/css/customize-nav-menus-rtl.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/customize-nav-menus-rtl.css diff --git a/TE2/Proyecto Teknovate/wp-admin/css/customize-nav-menus-rtl.min.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/customize-nav-menus-rtl.min.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/css/customize-nav-menus-rtl.min.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/customize-nav-menus-rtl.min.css diff --git a/TE2/Proyecto Teknovate/wp-admin/css/customize-nav-menus.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/customize-nav-menus.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/css/customize-nav-menus.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/customize-nav-menus.css diff --git a/TE2/Proyecto Teknovate/wp-admin/css/customize-nav-menus.min.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/customize-nav-menus.min.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/css/customize-nav-menus.min.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/customize-nav-menus.min.css diff --git a/TE2/Proyecto Teknovate/wp-admin/css/customize-widgets-rtl.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/customize-widgets-rtl.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/css/customize-widgets-rtl.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/customize-widgets-rtl.css diff --git a/TE2/Proyecto Teknovate/wp-admin/css/customize-widgets-rtl.min.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/customize-widgets-rtl.min.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/css/customize-widgets-rtl.min.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/customize-widgets-rtl.min.css diff --git a/TE2/Proyecto Teknovate/wp-admin/css/customize-widgets.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/customize-widgets.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/css/customize-widgets.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/customize-widgets.css diff --git a/TE2/Proyecto Teknovate/wp-admin/css/customize-widgets.min.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/customize-widgets.min.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/css/customize-widgets.min.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/customize-widgets.min.css diff --git a/TE2/Proyecto Teknovate/wp-admin/css/dashboard-rtl.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/dashboard-rtl.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/css/dashboard-rtl.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/dashboard-rtl.css diff --git a/TE2/Proyecto Teknovate/wp-admin/css/dashboard-rtl.min.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/dashboard-rtl.min.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/css/dashboard-rtl.min.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/dashboard-rtl.min.css diff --git a/TE2/Proyecto Teknovate/wp-admin/css/dashboard.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/dashboard.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/css/dashboard.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/dashboard.css diff --git a/TE2/Proyecto Teknovate/wp-admin/css/dashboard.min.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/dashboard.min.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/css/dashboard.min.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/dashboard.min.css diff --git a/TE2/Proyecto Teknovate/wp-admin/css/deprecated-media-rtl.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/deprecated-media-rtl.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/css/deprecated-media-rtl.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/deprecated-media-rtl.css diff --git a/TE2/Proyecto Teknovate/wp-admin/css/deprecated-media-rtl.min.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/deprecated-media-rtl.min.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/css/deprecated-media-rtl.min.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/deprecated-media-rtl.min.css diff --git a/TE2/Proyecto Teknovate/wp-admin/css/deprecated-media.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/deprecated-media.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/css/deprecated-media.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/deprecated-media.css diff --git a/TE2/Proyecto Teknovate/wp-admin/css/deprecated-media.min.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/deprecated-media.min.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/css/deprecated-media.min.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/deprecated-media.min.css diff --git a/TE2/Proyecto Teknovate/wp-admin/css/edit-rtl.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/edit-rtl.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/css/edit-rtl.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/edit-rtl.css diff --git a/TE2/Proyecto Teknovate/wp-admin/css/edit-rtl.min.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/edit-rtl.min.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/css/edit-rtl.min.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/edit-rtl.min.css diff --git a/TE2/Proyecto Teknovate/wp-admin/css/edit.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/edit.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/css/edit.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/edit.css diff --git a/TE2/Proyecto Teknovate/wp-admin/css/edit.min.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/edit.min.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/css/edit.min.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/edit.min.css diff --git a/TE2/Proyecto Teknovate/wp-admin/css/farbtastic-rtl.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/farbtastic-rtl.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/css/farbtastic-rtl.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/farbtastic-rtl.css diff --git a/TE2/Proyecto Teknovate/wp-admin/css/farbtastic-rtl.min.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/farbtastic-rtl.min.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/css/farbtastic-rtl.min.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/farbtastic-rtl.min.css diff --git a/TE2/Proyecto Teknovate/wp-admin/css/farbtastic.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/farbtastic.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/css/farbtastic.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/farbtastic.css diff --git a/TE2/Proyecto Teknovate/wp-admin/css/farbtastic.min.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/farbtastic.min.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/css/farbtastic.min.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/farbtastic.min.css diff --git a/TE2/Proyecto Teknovate/wp-admin/css/forms-rtl.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/forms-rtl.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/css/forms-rtl.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/forms-rtl.css diff --git a/TE2/Proyecto Teknovate/wp-admin/css/forms-rtl.min.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/forms-rtl.min.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/css/forms-rtl.min.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/forms-rtl.min.css diff --git a/TE2/Proyecto Teknovate/wp-admin/css/forms.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/forms.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/css/forms.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/forms.css diff --git a/TE2/Proyecto Teknovate/wp-admin/css/forms.min.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/forms.min.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/css/forms.min.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/forms.min.css diff --git a/TE2/Proyecto Teknovate/wp-admin/css/install-rtl.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/install-rtl.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/css/install-rtl.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/install-rtl.css diff --git a/TE2/Proyecto Teknovate/wp-admin/css/install-rtl.min.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/install-rtl.min.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/css/install-rtl.min.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/install-rtl.min.css diff --git a/TE2/Proyecto Teknovate/wp-admin/css/install.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/install.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/css/install.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/install.css diff --git a/TE2/Proyecto Teknovate/wp-admin/css/install.min.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/install.min.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/css/install.min.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/install.min.css diff --git a/TE2/Proyecto Teknovate/wp-admin/css/l10n-rtl.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/l10n-rtl.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/css/l10n-rtl.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/l10n-rtl.css diff --git a/TE2/Proyecto Teknovate/wp-admin/css/l10n-rtl.min.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/l10n-rtl.min.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/css/l10n-rtl.min.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/l10n-rtl.min.css diff --git a/TE2/Proyecto Teknovate/wp-admin/css/l10n.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/l10n.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/css/l10n.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/l10n.css diff --git a/TE2/Proyecto Teknovate/wp-admin/css/l10n.min.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/l10n.min.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/css/l10n.min.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/l10n.min.css diff --git a/TE2/Proyecto Teknovate/wp-admin/css/list-tables-rtl.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/list-tables-rtl.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/css/list-tables-rtl.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/list-tables-rtl.css diff --git a/TE2/Proyecto Teknovate/wp-admin/css/list-tables-rtl.min.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/list-tables-rtl.min.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/css/list-tables-rtl.min.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/list-tables-rtl.min.css diff --git a/TE2/Proyecto Teknovate/wp-admin/css/list-tables.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/list-tables.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/css/list-tables.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/list-tables.css diff --git a/TE2/Proyecto Teknovate/wp-admin/css/list-tables.min.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/list-tables.min.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/css/list-tables.min.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/list-tables.min.css diff --git a/TE2/Proyecto Teknovate/wp-admin/css/login-rtl.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/login-rtl.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/css/login-rtl.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/login-rtl.css diff --git a/TE2/Proyecto Teknovate/wp-admin/css/login-rtl.min.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/login-rtl.min.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/css/login-rtl.min.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/login-rtl.min.css diff --git a/TE2/Proyecto Teknovate/wp-admin/css/login.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/login.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/css/login.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/login.css diff --git a/TE2/Proyecto Teknovate/wp-admin/css/login.min.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/login.min.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/css/login.min.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/login.min.css diff --git a/TE2/Proyecto Teknovate/wp-admin/css/media-rtl.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/media-rtl.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/css/media-rtl.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/media-rtl.css diff --git a/TE2/Proyecto Teknovate/wp-admin/css/media-rtl.min.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/media-rtl.min.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/css/media-rtl.min.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/media-rtl.min.css diff --git a/TE2/Proyecto Teknovate/wp-admin/css/media.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/media.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/css/media.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/media.css diff --git a/TE2/Proyecto Teknovate/wp-admin/css/media.min.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/media.min.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/css/media.min.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/media.min.css diff --git a/TE2/Proyecto Teknovate/wp-admin/css/nav-menus-rtl.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/nav-menus-rtl.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/css/nav-menus-rtl.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/nav-menus-rtl.css diff --git a/TE2/Proyecto Teknovate/wp-admin/css/nav-menus-rtl.min.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/nav-menus-rtl.min.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/css/nav-menus-rtl.min.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/nav-menus-rtl.min.css diff --git a/TE2/Proyecto Teknovate/wp-admin/css/nav-menus.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/nav-menus.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/css/nav-menus.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/nav-menus.css diff --git a/TE2/Proyecto Teknovate/wp-admin/css/nav-menus.min.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/nav-menus.min.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/css/nav-menus.min.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/nav-menus.min.css diff --git a/TE2/Proyecto Teknovate/wp-admin/css/revisions-rtl.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/revisions-rtl.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/css/revisions-rtl.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/revisions-rtl.css diff --git a/TE2/Proyecto Teknovate/wp-admin/css/revisions-rtl.min.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/revisions-rtl.min.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/css/revisions-rtl.min.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/revisions-rtl.min.css diff --git a/TE2/Proyecto Teknovate/wp-admin/css/revisions.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/revisions.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/css/revisions.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/revisions.css diff --git a/TE2/Proyecto Teknovate/wp-admin/css/revisions.min.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/revisions.min.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/css/revisions.min.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/revisions.min.css diff --git a/TE2/Proyecto Teknovate/wp-admin/css/site-health-rtl.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/site-health-rtl.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/css/site-health-rtl.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/site-health-rtl.css diff --git a/TE2/Proyecto Teknovate/wp-admin/css/site-health-rtl.min.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/site-health-rtl.min.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/css/site-health-rtl.min.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/site-health-rtl.min.css diff --git a/TE2/Proyecto Teknovate/wp-admin/css/site-health.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/site-health.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/css/site-health.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/site-health.css diff --git a/TE2/Proyecto Teknovate/wp-admin/css/site-health.min.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/site-health.min.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/css/site-health.min.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/site-health.min.css diff --git a/TE2/Proyecto Teknovate/wp-admin/css/site-icon-rtl.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/site-icon-rtl.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/css/site-icon-rtl.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/site-icon-rtl.css diff --git a/TE2/Proyecto Teknovate/wp-admin/css/site-icon-rtl.min.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/site-icon-rtl.min.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/css/site-icon-rtl.min.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/site-icon-rtl.min.css diff --git a/TE2/Proyecto Teknovate/wp-admin/css/site-icon.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/site-icon.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/css/site-icon.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/site-icon.css diff --git a/TE2/Proyecto Teknovate/wp-admin/css/site-icon.min.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/site-icon.min.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/css/site-icon.min.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/site-icon.min.css diff --git a/TE2/Proyecto Teknovate/wp-admin/css/themes-rtl.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/themes-rtl.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/css/themes-rtl.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/themes-rtl.css diff --git a/TE2/Proyecto Teknovate/wp-admin/css/themes-rtl.min.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/themes-rtl.min.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/css/themes-rtl.min.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/themes-rtl.min.css diff --git a/TE2/Proyecto Teknovate/wp-admin/css/themes.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/themes.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/css/themes.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/themes.css diff --git a/TE2/Proyecto Teknovate/wp-admin/css/themes.min.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/themes.min.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/css/themes.min.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/themes.min.css diff --git a/TE2/Proyecto Teknovate/wp-admin/css/widgets-rtl.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/widgets-rtl.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/css/widgets-rtl.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/widgets-rtl.css diff --git a/TE2/Proyecto Teknovate/wp-admin/css/widgets-rtl.min.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/widgets-rtl.min.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/css/widgets-rtl.min.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/widgets-rtl.min.css diff --git a/TE2/Proyecto Teknovate/wp-admin/css/widgets.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/widgets.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/css/widgets.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/widgets.css diff --git a/TE2/Proyecto Teknovate/wp-admin/css/widgets.min.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/widgets.min.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/css/widgets.min.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/widgets.min.css diff --git a/TE2/Proyecto Teknovate/wp-admin/css/wp-admin-rtl.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/wp-admin-rtl.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/css/wp-admin-rtl.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/wp-admin-rtl.css diff --git a/TE2/Proyecto Teknovate/wp-admin/css/wp-admin-rtl.min.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/wp-admin-rtl.min.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/css/wp-admin-rtl.min.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/wp-admin-rtl.min.css diff --git a/TE2/Proyecto Teknovate/wp-admin/css/wp-admin.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/wp-admin.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/css/wp-admin.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/wp-admin.css diff --git a/TE2/Proyecto Teknovate/wp-admin/css/wp-admin.min.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/wp-admin.min.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/css/wp-admin.min.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/css/wp-admin.min.css diff --git a/TE2/Proyecto Teknovate/wp-admin/custom-background.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/custom-background.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/custom-background.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/custom-background.php diff --git a/TE2/Proyecto Teknovate/wp-admin/custom-header.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/custom-header.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/custom-header.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/custom-header.php diff --git a/TE2/Proyecto Teknovate/wp-admin/customize.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/customize.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/customize.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/customize.php diff --git a/TE2/Proyecto Teknovate/wp-admin/edit-comments.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/edit-comments.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/edit-comments.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/edit-comments.php diff --git a/TE2/Proyecto Teknovate/wp-admin/edit-form-advanced.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/edit-form-advanced.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/edit-form-advanced.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/edit-form-advanced.php diff --git a/TE2/Proyecto Teknovate/wp-admin/edit-form-blocks.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/edit-form-blocks.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/edit-form-blocks.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/edit-form-blocks.php diff --git a/TE2/Proyecto Teknovate/wp-admin/edit-form-comment.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/edit-form-comment.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/edit-form-comment.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/edit-form-comment.php diff --git a/TE2/Proyecto Teknovate/wp-admin/edit-link-form.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/edit-link-form.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/edit-link-form.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/edit-link-form.php diff --git a/TE2/Proyecto Teknovate/wp-admin/edit-tag-form.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/edit-tag-form.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/edit-tag-form.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/edit-tag-form.php diff --git a/TE2/Proyecto Teknovate/wp-admin/edit-tags.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/edit-tags.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/edit-tags.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/edit-tags.php diff --git a/TE2/Proyecto Teknovate/wp-admin/edit.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/edit.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/edit.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/edit.php diff --git a/TE2/Proyecto Teknovate/wp-admin/erase-personal-data.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/erase-personal-data.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/erase-personal-data.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/erase-personal-data.php diff --git a/TE2/Proyecto Teknovate/wp-admin/export-personal-data.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/export-personal-data.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/export-personal-data.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/export-personal-data.php diff --git a/TE2/Proyecto Teknovate/wp-admin/export.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/export.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/export.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/export.php diff --git a/TE2/Proyecto Teknovate/wp-admin/freedoms.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/freedoms.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/freedoms.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/freedoms.php diff --git a/TE2/Proyecto Teknovate/wp-admin/images/align-center-2x.png b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/images/align-center-2x.png similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/images/align-center-2x.png rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/images/align-center-2x.png diff --git a/TE2/Proyecto Teknovate/wp-admin/images/align-center.png b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/images/align-center.png similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/images/align-center.png rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/images/align-center.png diff --git a/TE2/Proyecto Teknovate/wp-admin/images/align-left-2x.png b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/images/align-left-2x.png similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/images/align-left-2x.png rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/images/align-left-2x.png diff --git a/TE2/Proyecto Teknovate/wp-admin/images/align-left.png b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/images/align-left.png similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/images/align-left.png rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/images/align-left.png diff --git a/TE2/Proyecto Teknovate/wp-admin/images/align-none-2x.png b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/images/align-none-2x.png similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/images/align-none-2x.png rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/images/align-none-2x.png diff --git a/TE2/Proyecto Teknovate/wp-admin/images/align-none.png b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/images/align-none.png similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/images/align-none.png rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/images/align-none.png diff --git a/TE2/Proyecto Teknovate/wp-admin/images/align-right-2x.png b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/images/align-right-2x.png similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/images/align-right-2x.png rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/images/align-right-2x.png diff --git a/TE2/Proyecto Teknovate/wp-admin/images/align-right.png b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/images/align-right.png similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/images/align-right.png rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/images/align-right.png diff --git a/TE2/Proyecto Teknovate/wp-admin/images/arrows-2x.png b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/images/arrows-2x.png similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/images/arrows-2x.png rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/images/arrows-2x.png diff --git a/TE2/Proyecto Teknovate/wp-admin/images/arrows.png b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/images/arrows.png similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/images/arrows.png rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/images/arrows.png diff --git a/TE2/Proyecto Teknovate/wp-admin/images/browser-rtl.png b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/images/browser-rtl.png similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/images/browser-rtl.png rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/images/browser-rtl.png diff --git a/TE2/Proyecto Teknovate/wp-admin/images/browser.png b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/images/browser.png similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/images/browser.png rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/images/browser.png diff --git a/TE2/Proyecto Teknovate/wp-admin/images/bubble_bg-2x.gif b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/images/bubble_bg-2x.gif similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/images/bubble_bg-2x.gif rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/images/bubble_bg-2x.gif diff --git a/TE2/Proyecto Teknovate/wp-admin/images/bubble_bg.gif b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/images/bubble_bg.gif similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/images/bubble_bg.gif rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/images/bubble_bg.gif diff --git a/TE2/Proyecto Teknovate/wp-admin/images/comment-grey-bubble-2x.png b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/images/comment-grey-bubble-2x.png similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/images/comment-grey-bubble-2x.png rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/images/comment-grey-bubble-2x.png diff --git a/TE2/Proyecto Teknovate/wp-admin/images/comment-grey-bubble.png b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/images/comment-grey-bubble.png similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/images/comment-grey-bubble.png rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/images/comment-grey-bubble.png diff --git a/TE2/Proyecto Teknovate/wp-admin/images/date-button-2x.gif b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/images/date-button-2x.gif similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/images/date-button-2x.gif rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/images/date-button-2x.gif diff --git a/TE2/Proyecto Teknovate/wp-admin/images/date-button.gif b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/images/date-button.gif similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/images/date-button.gif rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/images/date-button.gif diff --git a/TE2/Proyecto Teknovate/wp-admin/images/freedoms.png b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/images/freedoms.png similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/images/freedoms.png rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/images/freedoms.png diff --git a/TE2/Proyecto Teknovate/wp-admin/images/generic.png b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/images/generic.png similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/images/generic.png rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/images/generic.png diff --git a/TE2/Proyecto Teknovate/wp-admin/images/icons32-2x.png b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/images/icons32-2x.png similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/images/icons32-2x.png rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/images/icons32-2x.png diff --git a/TE2/Proyecto Teknovate/wp-admin/images/icons32-vs-2x.png b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/images/icons32-vs-2x.png similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/images/icons32-vs-2x.png rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/images/icons32-vs-2x.png diff --git a/TE2/Proyecto Teknovate/wp-admin/images/icons32-vs.png b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/images/icons32-vs.png similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/images/icons32-vs.png rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/images/icons32-vs.png diff --git a/TE2/Proyecto Teknovate/wp-admin/images/icons32.png b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/images/icons32.png similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/images/icons32.png rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/images/icons32.png diff --git a/TE2/Proyecto Teknovate/wp-admin/images/imgedit-icons-2x.png b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/images/imgedit-icons-2x.png similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/images/imgedit-icons-2x.png rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/images/imgedit-icons-2x.png diff --git a/TE2/Proyecto Teknovate/wp-admin/images/imgedit-icons.png b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/images/imgedit-icons.png similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/images/imgedit-icons.png rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/images/imgedit-icons.png diff --git a/TE2/Proyecto Teknovate/wp-admin/images/list-2x.png b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/images/list-2x.png similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/images/list-2x.png rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/images/list-2x.png diff --git a/TE2/Proyecto Teknovate/wp-admin/images/list.png b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/images/list.png similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/images/list.png rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/images/list.png diff --git a/TE2/Proyecto Teknovate/wp-admin/images/loading.gif b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/images/loading.gif similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/images/loading.gif rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/images/loading.gif diff --git a/TE2/Proyecto Teknovate/wp-admin/images/marker.png b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/images/marker.png similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/images/marker.png rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/images/marker.png diff --git a/TE2/Proyecto Teknovate/wp-admin/images/mask.png b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/images/mask.png similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/images/mask.png rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/images/mask.png diff --git a/TE2/Proyecto Teknovate/wp-admin/images/media-button-2x.png b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/images/media-button-2x.png similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/images/media-button-2x.png rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/images/media-button-2x.png diff --git a/TE2/Proyecto Teknovate/wp-admin/images/media-button-image.gif b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/images/media-button-image.gif similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/images/media-button-image.gif rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/images/media-button-image.gif diff --git a/TE2/Proyecto Teknovate/wp-admin/images/media-button-music.gif b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/images/media-button-music.gif similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/images/media-button-music.gif rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/images/media-button-music.gif diff --git a/TE2/Proyecto Teknovate/wp-admin/images/media-button-other.gif b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/images/media-button-other.gif similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/images/media-button-other.gif rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/images/media-button-other.gif diff --git a/TE2/Proyecto Teknovate/wp-admin/images/media-button-video.gif b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/images/media-button-video.gif similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/images/media-button-video.gif rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/images/media-button-video.gif diff --git a/TE2/Proyecto Teknovate/wp-admin/images/media-button.png b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/images/media-button.png similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/images/media-button.png rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/images/media-button.png diff --git a/TE2/Proyecto Teknovate/wp-admin/images/menu-2x.png b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/images/menu-2x.png similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/images/menu-2x.png rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/images/menu-2x.png diff --git a/TE2/Proyecto Teknovate/wp-admin/images/menu-vs-2x.png b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/images/menu-vs-2x.png similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/images/menu-vs-2x.png rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/images/menu-vs-2x.png diff --git a/TE2/Proyecto Teknovate/wp-admin/images/menu-vs.png b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/images/menu-vs.png similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/images/menu-vs.png rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/images/menu-vs.png diff --git a/TE2/Proyecto Teknovate/wp-admin/images/menu.png b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/images/menu.png similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/images/menu.png rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/images/menu.png diff --git a/TE2/Proyecto Teknovate/wp-admin/images/no.png b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/images/no.png similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/images/no.png rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/images/no.png diff --git a/TE2/Proyecto Teknovate/wp-admin/images/post-formats-vs.png b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/images/post-formats-vs.png similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/images/post-formats-vs.png rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/images/post-formats-vs.png diff --git a/TE2/Proyecto Teknovate/wp-admin/images/post-formats.png b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/images/post-formats.png similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/images/post-formats.png rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/images/post-formats.png diff --git a/TE2/Proyecto Teknovate/wp-admin/images/post-formats32-vs.png b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/images/post-formats32-vs.png similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/images/post-formats32-vs.png rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/images/post-formats32-vs.png diff --git a/TE2/Proyecto Teknovate/wp-admin/images/post-formats32.png b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/images/post-formats32.png similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/images/post-formats32.png rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/images/post-formats32.png diff --git a/TE2/Proyecto Teknovate/wp-admin/images/privacy.png b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/images/privacy.png similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/images/privacy.png rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/images/privacy.png diff --git a/TE2/Proyecto Teknovate/wp-admin/images/resize-2x.gif b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/images/resize-2x.gif similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/images/resize-2x.gif rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/images/resize-2x.gif diff --git a/TE2/Proyecto Teknovate/wp-admin/images/resize-rtl-2x.gif b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/images/resize-rtl-2x.gif similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/images/resize-rtl-2x.gif rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/images/resize-rtl-2x.gif diff --git a/TE2/Proyecto Teknovate/wp-admin/images/resize-rtl.gif b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/images/resize-rtl.gif similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/images/resize-rtl.gif rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/images/resize-rtl.gif diff --git a/TE2/Proyecto Teknovate/wp-admin/images/resize.gif b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/images/resize.gif similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/images/resize.gif rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/images/resize.gif diff --git a/TE2/Proyecto Teknovate/wp-admin/images/se.png b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/images/se.png similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/images/se.png rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/images/se.png diff --git a/TE2/Proyecto Teknovate/wp-admin/images/sort-2x.gif b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/images/sort-2x.gif similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/images/sort-2x.gif rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/images/sort-2x.gif diff --git a/TE2/Proyecto Teknovate/wp-admin/images/sort.gif b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/images/sort.gif similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/images/sort.gif rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/images/sort.gif diff --git a/TE2/Proyecto Teknovate/wp-admin/images/spinner-2x.gif b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/images/spinner-2x.gif similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/images/spinner-2x.gif rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/images/spinner-2x.gif diff --git a/TE2/Proyecto Teknovate/wp-admin/images/spinner.gif b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/images/spinner.gif similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/images/spinner.gif rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/images/spinner.gif diff --git a/TE2/Proyecto Teknovate/wp-admin/images/stars-2x.png b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/images/stars-2x.png similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/images/stars-2x.png rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/images/stars-2x.png diff --git a/TE2/Proyecto Teknovate/wp-admin/images/stars.png b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/images/stars.png similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/images/stars.png rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/images/stars.png diff --git a/TE2/Proyecto Teknovate/wp-admin/images/w-logo-blue.png b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/images/w-logo-blue.png similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/images/w-logo-blue.png rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/images/w-logo-blue.png diff --git a/TE2/Proyecto Teknovate/wp-admin/images/w-logo-white.png b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/images/w-logo-white.png similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/images/w-logo-white.png rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/images/w-logo-white.png diff --git a/TE2/Proyecto Teknovate/wp-admin/images/wheel.png b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/images/wheel.png similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/images/wheel.png rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/images/wheel.png diff --git a/TE2/Proyecto Teknovate/wp-admin/images/wordpress-logo-white.svg b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/images/wordpress-logo-white.svg similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/images/wordpress-logo-white.svg rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/images/wordpress-logo-white.svg diff --git a/TE2/Proyecto Teknovate/wp-admin/images/wordpress-logo.png b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/images/wordpress-logo.png similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/images/wordpress-logo.png rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/images/wordpress-logo.png diff --git a/TE2/Proyecto Teknovate/wp-admin/images/wordpress-logo.svg b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/images/wordpress-logo.svg similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/images/wordpress-logo.svg rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/images/wordpress-logo.svg diff --git a/TE2/Proyecto Teknovate/wp-admin/images/wpspin_light-2x.gif b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/images/wpspin_light-2x.gif similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/images/wpspin_light-2x.gif rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/images/wpspin_light-2x.gif diff --git a/TE2/Proyecto Teknovate/wp-admin/images/wpspin_light.gif b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/images/wpspin_light.gif similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/images/wpspin_light.gif rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/images/wpspin_light.gif diff --git a/TE2/Proyecto Teknovate/wp-admin/images/xit-2x.gif b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/images/xit-2x.gif similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/images/xit-2x.gif rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/images/xit-2x.gif diff --git a/TE2/Proyecto Teknovate/wp-admin/images/xit.gif b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/images/xit.gif similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/images/xit.gif rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/images/xit.gif diff --git a/TE2/Proyecto Teknovate/wp-admin/images/yes.png b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/images/yes.png similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/images/yes.png rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/images/yes.png diff --git a/TE2/Proyecto Teknovate/wp-admin/import.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/import.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/import.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/import.php diff --git a/TE2/Proyecto Teknovate/wp-admin/includes/admin-filters.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/admin-filters.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/includes/admin-filters.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/admin-filters.php diff --git a/TE2/Proyecto Teknovate/wp-admin/includes/admin.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/admin.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/includes/admin.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/admin.php diff --git a/TE2/Proyecto Teknovate/wp-admin/includes/ajax-actions.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/ajax-actions.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/includes/ajax-actions.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/ajax-actions.php diff --git a/TE2/Proyecto Teknovate/wp-admin/includes/bookmark.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/bookmark.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/includes/bookmark.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/bookmark.php diff --git a/TE2/Proyecto Teknovate/wp-admin/includes/class-automatic-upgrader-skin.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/class-automatic-upgrader-skin.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/includes/class-automatic-upgrader-skin.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/class-automatic-upgrader-skin.php diff --git a/TE2/Proyecto Teknovate/wp-admin/includes/class-bulk-plugin-upgrader-skin.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/class-bulk-plugin-upgrader-skin.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/includes/class-bulk-plugin-upgrader-skin.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/class-bulk-plugin-upgrader-skin.php diff --git a/TE2/Proyecto Teknovate/wp-admin/includes/class-bulk-theme-upgrader-skin.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/class-bulk-theme-upgrader-skin.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/includes/class-bulk-theme-upgrader-skin.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/class-bulk-theme-upgrader-skin.php diff --git a/TE2/Proyecto Teknovate/wp-admin/includes/class-bulk-upgrader-skin.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/class-bulk-upgrader-skin.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/includes/class-bulk-upgrader-skin.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/class-bulk-upgrader-skin.php diff --git a/TE2/Proyecto Teknovate/wp-admin/includes/class-core-upgrader.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/class-core-upgrader.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/includes/class-core-upgrader.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/class-core-upgrader.php diff --git a/TE2/Proyecto Teknovate/wp-admin/includes/class-custom-background.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/class-custom-background.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/includes/class-custom-background.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/class-custom-background.php diff --git a/TE2/Proyecto Teknovate/wp-admin/includes/class-custom-image-header.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/class-custom-image-header.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/includes/class-custom-image-header.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/class-custom-image-header.php diff --git a/TE2/Proyecto Teknovate/wp-admin/includes/class-file-upload-upgrader.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/class-file-upload-upgrader.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/includes/class-file-upload-upgrader.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/class-file-upload-upgrader.php diff --git a/TE2/Proyecto Teknovate/wp-admin/includes/class-ftp-pure.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/class-ftp-pure.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/includes/class-ftp-pure.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/class-ftp-pure.php diff --git a/TE2/Proyecto Teknovate/wp-admin/includes/class-ftp-sockets.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/class-ftp-sockets.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/includes/class-ftp-sockets.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/class-ftp-sockets.php diff --git a/TE2/Proyecto Teknovate/wp-admin/includes/class-ftp.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/class-ftp.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/includes/class-ftp.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/class-ftp.php diff --git a/TE2/Proyecto Teknovate/wp-admin/includes/class-language-pack-upgrader-skin.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/class-language-pack-upgrader-skin.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/includes/class-language-pack-upgrader-skin.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/class-language-pack-upgrader-skin.php diff --git a/TE2/Proyecto Teknovate/wp-admin/includes/class-language-pack-upgrader.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/class-language-pack-upgrader.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/includes/class-language-pack-upgrader.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/class-language-pack-upgrader.php diff --git a/TE2/Proyecto Teknovate/wp-admin/includes/class-pclzip.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/class-pclzip.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/includes/class-pclzip.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/class-pclzip.php diff --git a/TE2/Proyecto Teknovate/wp-admin/includes/class-plugin-installer-skin.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/class-plugin-installer-skin.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/includes/class-plugin-installer-skin.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/class-plugin-installer-skin.php diff --git a/TE2/Proyecto Teknovate/wp-admin/includes/class-plugin-upgrader-skin.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/class-plugin-upgrader-skin.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/includes/class-plugin-upgrader-skin.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/class-plugin-upgrader-skin.php diff --git a/TE2/Proyecto Teknovate/wp-admin/includes/class-plugin-upgrader.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/class-plugin-upgrader.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/includes/class-plugin-upgrader.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/class-plugin-upgrader.php diff --git a/TE2/Proyecto Teknovate/wp-admin/includes/class-theme-installer-skin.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/class-theme-installer-skin.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/includes/class-theme-installer-skin.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/class-theme-installer-skin.php diff --git a/TE2/Proyecto Teknovate/wp-admin/includes/class-theme-upgrader-skin.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/class-theme-upgrader-skin.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/includes/class-theme-upgrader-skin.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/class-theme-upgrader-skin.php diff --git a/TE2/Proyecto Teknovate/wp-admin/includes/class-theme-upgrader.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/class-theme-upgrader.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/includes/class-theme-upgrader.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/class-theme-upgrader.php diff --git a/TE2/Proyecto Teknovate/wp-admin/includes/class-walker-category-checklist.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/class-walker-category-checklist.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/includes/class-walker-category-checklist.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/class-walker-category-checklist.php diff --git a/TE2/Proyecto Teknovate/wp-admin/includes/class-walker-nav-menu-checklist.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/class-walker-nav-menu-checklist.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/includes/class-walker-nav-menu-checklist.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/class-walker-nav-menu-checklist.php diff --git a/TE2/Proyecto Teknovate/wp-admin/includes/class-walker-nav-menu-edit.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/class-walker-nav-menu-edit.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/includes/class-walker-nav-menu-edit.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/class-walker-nav-menu-edit.php diff --git a/TE2/Proyecto Teknovate/wp-admin/includes/class-wp-ajax-upgrader-skin.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/class-wp-ajax-upgrader-skin.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/includes/class-wp-ajax-upgrader-skin.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/class-wp-ajax-upgrader-skin.php diff --git a/TE2/Proyecto Teknovate/wp-admin/includes/class-wp-application-passwords-list-table.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/class-wp-application-passwords-list-table.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/includes/class-wp-application-passwords-list-table.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/class-wp-application-passwords-list-table.php diff --git a/TE2/Proyecto Teknovate/wp-admin/includes/class-wp-automatic-updater.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/class-wp-automatic-updater.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/includes/class-wp-automatic-updater.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/class-wp-automatic-updater.php diff --git a/TE2/Proyecto Teknovate/wp-admin/includes/class-wp-comments-list-table.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/class-wp-comments-list-table.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/includes/class-wp-comments-list-table.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/class-wp-comments-list-table.php diff --git a/TE2/Proyecto Teknovate/wp-admin/includes/class-wp-community-events.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/class-wp-community-events.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/includes/class-wp-community-events.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/class-wp-community-events.php diff --git a/TE2/Proyecto Teknovate/wp-admin/includes/class-wp-debug-data.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/class-wp-debug-data.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/includes/class-wp-debug-data.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/class-wp-debug-data.php diff --git a/TE2/Proyecto Teknovate/wp-admin/includes/class-wp-filesystem-base.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/class-wp-filesystem-base.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/includes/class-wp-filesystem-base.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/class-wp-filesystem-base.php diff --git a/TE2/Proyecto Teknovate/wp-admin/includes/class-wp-filesystem-direct.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/class-wp-filesystem-direct.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/includes/class-wp-filesystem-direct.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/class-wp-filesystem-direct.php diff --git a/TE2/Proyecto Teknovate/wp-admin/includes/class-wp-filesystem-ftpext.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/class-wp-filesystem-ftpext.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/includes/class-wp-filesystem-ftpext.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/class-wp-filesystem-ftpext.php diff --git a/TE2/Proyecto Teknovate/wp-admin/includes/class-wp-filesystem-ftpsockets.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/class-wp-filesystem-ftpsockets.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/includes/class-wp-filesystem-ftpsockets.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/class-wp-filesystem-ftpsockets.php diff --git a/TE2/Proyecto Teknovate/wp-admin/includes/class-wp-filesystem-ssh2.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/class-wp-filesystem-ssh2.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/includes/class-wp-filesystem-ssh2.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/class-wp-filesystem-ssh2.php diff --git a/TE2/Proyecto Teknovate/wp-admin/includes/class-wp-importer.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/class-wp-importer.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/includes/class-wp-importer.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/class-wp-importer.php diff --git a/TE2/Proyecto Teknovate/wp-admin/includes/class-wp-internal-pointers.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/class-wp-internal-pointers.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/includes/class-wp-internal-pointers.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/class-wp-internal-pointers.php diff --git a/TE2/Proyecto Teknovate/wp-admin/includes/class-wp-links-list-table.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/class-wp-links-list-table.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/includes/class-wp-links-list-table.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/class-wp-links-list-table.php diff --git a/TE2/Proyecto Teknovate/wp-admin/includes/class-wp-list-table-compat.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/class-wp-list-table-compat.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/includes/class-wp-list-table-compat.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/class-wp-list-table-compat.php diff --git a/TE2/Proyecto Teknovate/wp-admin/includes/class-wp-list-table.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/class-wp-list-table.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/includes/class-wp-list-table.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/class-wp-list-table.php diff --git a/TE2/Proyecto Teknovate/wp-admin/includes/class-wp-media-list-table.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/class-wp-media-list-table.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/includes/class-wp-media-list-table.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/class-wp-media-list-table.php diff --git a/TE2/Proyecto Teknovate/wp-admin/includes/class-wp-ms-sites-list-table.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/class-wp-ms-sites-list-table.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/includes/class-wp-ms-sites-list-table.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/class-wp-ms-sites-list-table.php diff --git a/TE2/Proyecto Teknovate/wp-admin/includes/class-wp-ms-themes-list-table.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/class-wp-ms-themes-list-table.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/includes/class-wp-ms-themes-list-table.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/class-wp-ms-themes-list-table.php diff --git a/TE2/Proyecto Teknovate/wp-admin/includes/class-wp-ms-users-list-table.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/class-wp-ms-users-list-table.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/includes/class-wp-ms-users-list-table.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/class-wp-ms-users-list-table.php diff --git a/TE2/Proyecto Teknovate/wp-admin/includes/class-wp-plugin-install-list-table.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/class-wp-plugin-install-list-table.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/includes/class-wp-plugin-install-list-table.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/class-wp-plugin-install-list-table.php diff --git a/TE2/Proyecto Teknovate/wp-admin/includes/class-wp-plugins-list-table.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/class-wp-plugins-list-table.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/includes/class-wp-plugins-list-table.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/class-wp-plugins-list-table.php diff --git a/TE2/Proyecto Teknovate/wp-admin/includes/class-wp-post-comments-list-table.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/class-wp-post-comments-list-table.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/includes/class-wp-post-comments-list-table.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/class-wp-post-comments-list-table.php diff --git a/TE2/Proyecto Teknovate/wp-admin/includes/class-wp-posts-list-table.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/class-wp-posts-list-table.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/includes/class-wp-posts-list-table.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/class-wp-posts-list-table.php diff --git a/TE2/Proyecto Teknovate/wp-admin/includes/class-wp-privacy-data-export-requests-list-table.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/class-wp-privacy-data-export-requests-list-table.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/includes/class-wp-privacy-data-export-requests-list-table.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/class-wp-privacy-data-export-requests-list-table.php diff --git a/TE2/Proyecto Teknovate/wp-admin/includes/class-wp-privacy-data-removal-requests-list-table.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/class-wp-privacy-data-removal-requests-list-table.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/includes/class-wp-privacy-data-removal-requests-list-table.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/class-wp-privacy-data-removal-requests-list-table.php diff --git a/TE2/Proyecto Teknovate/wp-admin/includes/class-wp-privacy-policy-content.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/class-wp-privacy-policy-content.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/includes/class-wp-privacy-policy-content.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/class-wp-privacy-policy-content.php diff --git a/TE2/Proyecto Teknovate/wp-admin/includes/class-wp-privacy-requests-table.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/class-wp-privacy-requests-table.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/includes/class-wp-privacy-requests-table.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/class-wp-privacy-requests-table.php diff --git a/TE2/Proyecto Teknovate/wp-admin/includes/class-wp-screen.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/class-wp-screen.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/includes/class-wp-screen.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/class-wp-screen.php diff --git a/TE2/Proyecto Teknovate/wp-admin/includes/class-wp-site-health-auto-updates.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/class-wp-site-health-auto-updates.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/includes/class-wp-site-health-auto-updates.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/class-wp-site-health-auto-updates.php diff --git a/TE2/Proyecto Teknovate/wp-admin/includes/class-wp-site-health.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/class-wp-site-health.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/includes/class-wp-site-health.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/class-wp-site-health.php diff --git a/TE2/Proyecto Teknovate/wp-admin/includes/class-wp-site-icon.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/class-wp-site-icon.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/includes/class-wp-site-icon.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/class-wp-site-icon.php diff --git a/TE2/Proyecto Teknovate/wp-admin/includes/class-wp-terms-list-table.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/class-wp-terms-list-table.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/includes/class-wp-terms-list-table.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/class-wp-terms-list-table.php diff --git a/TE2/Proyecto Teknovate/wp-admin/includes/class-wp-theme-install-list-table.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/class-wp-theme-install-list-table.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/includes/class-wp-theme-install-list-table.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/class-wp-theme-install-list-table.php diff --git a/TE2/Proyecto Teknovate/wp-admin/includes/class-wp-themes-list-table.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/class-wp-themes-list-table.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/includes/class-wp-themes-list-table.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/class-wp-themes-list-table.php diff --git a/TE2/Proyecto Teknovate/wp-admin/includes/class-wp-upgrader-skin.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/class-wp-upgrader-skin.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/includes/class-wp-upgrader-skin.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/class-wp-upgrader-skin.php diff --git a/TE2/Proyecto Teknovate/wp-admin/includes/class-wp-upgrader-skins.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/class-wp-upgrader-skins.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/includes/class-wp-upgrader-skins.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/class-wp-upgrader-skins.php diff --git a/TE2/Proyecto Teknovate/wp-admin/includes/class-wp-upgrader.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/class-wp-upgrader.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/includes/class-wp-upgrader.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/class-wp-upgrader.php diff --git a/TE2/Proyecto Teknovate/wp-admin/includes/class-wp-users-list-table.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/class-wp-users-list-table.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/includes/class-wp-users-list-table.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/class-wp-users-list-table.php diff --git a/TE2/Proyecto Teknovate/wp-admin/includes/comment.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/comment.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/includes/comment.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/comment.php diff --git a/TE2/Proyecto Teknovate/wp-admin/includes/continents-cities.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/continents-cities.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/includes/continents-cities.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/continents-cities.php diff --git a/TE2/Proyecto Teknovate/wp-admin/includes/credits.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/credits.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/includes/credits.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/credits.php diff --git a/TE2/Proyecto Teknovate/wp-admin/includes/dashboard.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/dashboard.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/includes/dashboard.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/dashboard.php diff --git a/TE2/Proyecto Teknovate/wp-admin/includes/deprecated.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/deprecated.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/includes/deprecated.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/deprecated.php diff --git a/TE2/Proyecto Teknovate/wp-admin/includes/edit-tag-messages.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/edit-tag-messages.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/includes/edit-tag-messages.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/edit-tag-messages.php diff --git a/TE2/Proyecto Teknovate/wp-admin/includes/export.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/export.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/includes/export.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/export.php diff --git a/TE2/Proyecto Teknovate/wp-admin/includes/file.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/file.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/includes/file.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/file.php diff --git a/TE2/Proyecto Teknovate/wp-admin/includes/image-edit.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/image-edit.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/includes/image-edit.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/image-edit.php diff --git a/TE2/Proyecto Teknovate/wp-admin/includes/image.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/image.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/includes/image.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/image.php diff --git a/TE2/Proyecto Teknovate/wp-admin/includes/import.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/import.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/includes/import.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/import.php diff --git a/TE2/Proyecto Teknovate/wp-admin/includes/list-table.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/list-table.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/includes/list-table.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/list-table.php diff --git a/TE2/Proyecto Teknovate/wp-admin/includes/media.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/media.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/includes/media.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/media.php diff --git a/TE2/Proyecto Teknovate/wp-admin/includes/menu.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/menu.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/includes/menu.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/menu.php diff --git a/TE2/Proyecto Teknovate/wp-admin/includes/meta-boxes.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/meta-boxes.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/includes/meta-boxes.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/meta-boxes.php diff --git a/TE2/Proyecto Teknovate/wp-admin/includes/misc.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/misc.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/includes/misc.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/misc.php diff --git a/TE2/Proyecto Teknovate/wp-admin/includes/ms-admin-filters.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/ms-admin-filters.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/includes/ms-admin-filters.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/ms-admin-filters.php diff --git a/TE2/Proyecto Teknovate/wp-admin/includes/ms-deprecated.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/ms-deprecated.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/includes/ms-deprecated.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/ms-deprecated.php diff --git a/TE2/Proyecto Teknovate/wp-admin/includes/ms.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/ms.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/includes/ms.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/ms.php diff --git a/TE2/Proyecto Teknovate/wp-admin/includes/nav-menu.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/nav-menu.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/includes/nav-menu.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/nav-menu.php diff --git a/TE2/Proyecto Teknovate/wp-admin/includes/network.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/network.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/includes/network.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/network.php diff --git a/TE2/Proyecto Teknovate/wp-admin/includes/noop.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/noop.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/includes/noop.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/noop.php diff --git a/TE2/Proyecto Teknovate/wp-admin/includes/options.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/options.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/includes/options.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/options.php diff --git a/TE2/Proyecto Teknovate/wp-admin/includes/plugin-install.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/plugin-install.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/includes/plugin-install.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/plugin-install.php diff --git a/TE2/Proyecto Teknovate/wp-admin/includes/plugin.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/plugin.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/includes/plugin.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/plugin.php diff --git a/TE2/Proyecto Teknovate/wp-admin/includes/post.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/post.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/includes/post.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/post.php diff --git a/TE2/Proyecto Teknovate/wp-admin/includes/privacy-tools.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/privacy-tools.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/includes/privacy-tools.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/privacy-tools.php diff --git a/TE2/Proyecto Teknovate/wp-admin/includes/revision.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/revision.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/includes/revision.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/revision.php diff --git a/TE2/Proyecto Teknovate/wp-admin/includes/schema.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/schema.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/includes/schema.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/schema.php diff --git a/TE2/Proyecto Teknovate/wp-admin/includes/screen.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/screen.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/includes/screen.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/screen.php diff --git a/TE2/Proyecto Teknovate/wp-admin/includes/taxonomy.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/taxonomy.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/includes/taxonomy.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/taxonomy.php diff --git a/TE2/Proyecto Teknovate/wp-admin/includes/template.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/template.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/includes/template.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/template.php diff --git a/TE2/Proyecto Teknovate/wp-admin/includes/theme-install.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/theme-install.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/includes/theme-install.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/theme-install.php diff --git a/TE2/Proyecto Teknovate/wp-admin/includes/theme.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/theme.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/includes/theme.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/theme.php diff --git a/TE2/Proyecto Teknovate/wp-admin/includes/translation-install.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/translation-install.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/includes/translation-install.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/translation-install.php diff --git a/TE2/Proyecto Teknovate/wp-admin/includes/update-core.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/update-core.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/includes/update-core.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/update-core.php diff --git a/TE2/Proyecto Teknovate/wp-admin/includes/update.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/update.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/includes/update.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/update.php diff --git a/TE2/Proyecto Teknovate/wp-admin/includes/upgrade.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/upgrade.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/includes/upgrade.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/upgrade.php diff --git a/TE2/Proyecto Teknovate/wp-admin/includes/user.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/user.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/includes/user.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/user.php diff --git a/TE2/Proyecto Teknovate/wp-admin/includes/widgets.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/widgets.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/includes/widgets.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/includes/widgets.php diff --git a/TE2/Proyecto Teknovate/wp-admin/index.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/index.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/index.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/index.php diff --git a/TE2/Proyecto Teknovate/wp-admin/install-helper.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/install-helper.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/install-helper.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/install-helper.php diff --git a/TE2/Proyecto Teknovate/wp-admin/install.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/install.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/install.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/install.php diff --git a/TE2/Proyecto Teknovate/wp-admin/js/accordion.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/accordion.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/js/accordion.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/accordion.js diff --git a/TE2/Proyecto Teknovate/wp-admin/js/accordion.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/accordion.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/js/accordion.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/accordion.min.js diff --git a/TE2/Proyecto Teknovate/wp-admin/js/application-passwords.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/application-passwords.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/js/application-passwords.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/application-passwords.js diff --git a/TE2/Proyecto Teknovate/wp-admin/js/application-passwords.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/application-passwords.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/js/application-passwords.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/application-passwords.min.js diff --git a/TE2/Proyecto Teknovate/wp-admin/js/auth-app.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/auth-app.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/js/auth-app.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/auth-app.js diff --git a/TE2/Proyecto Teknovate/wp-admin/js/auth-app.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/auth-app.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/js/auth-app.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/auth-app.min.js diff --git a/TE2/Proyecto Teknovate/wp-admin/js/code-editor.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/code-editor.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/js/code-editor.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/code-editor.js diff --git a/TE2/Proyecto Teknovate/wp-admin/js/code-editor.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/code-editor.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/js/code-editor.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/code-editor.min.js diff --git a/TE2/Proyecto Teknovate/wp-admin/js/color-picker.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/color-picker.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/js/color-picker.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/color-picker.js diff --git a/TE2/Proyecto Teknovate/wp-admin/js/color-picker.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/color-picker.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/js/color-picker.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/color-picker.min.js diff --git a/TE2/Proyecto Teknovate/wp-admin/js/comment.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/comment.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/js/comment.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/comment.js diff --git a/TE2/Proyecto Teknovate/wp-admin/js/comment.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/comment.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/js/comment.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/comment.min.js diff --git a/TE2/Proyecto Teknovate/wp-admin/js/common.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/common.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/js/common.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/common.js diff --git a/TE2/Proyecto Teknovate/wp-admin/js/common.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/common.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/js/common.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/common.min.js diff --git a/TE2/Proyecto Teknovate/wp-admin/js/custom-background.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/custom-background.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/js/custom-background.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/custom-background.js diff --git a/TE2/Proyecto Teknovate/wp-admin/js/custom-background.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/custom-background.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/js/custom-background.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/custom-background.min.js diff --git a/TE2/Proyecto Teknovate/wp-admin/js/custom-header.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/custom-header.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/js/custom-header.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/custom-header.js diff --git a/TE2/Proyecto Teknovate/wp-admin/js/customize-controls.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/customize-controls.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/js/customize-controls.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/customize-controls.js diff --git a/TE2/Proyecto Teknovate/wp-admin/js/customize-controls.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/customize-controls.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/js/customize-controls.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/customize-controls.min.js diff --git a/TE2/Proyecto Teknovate/wp-admin/js/customize-nav-menus.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/customize-nav-menus.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/js/customize-nav-menus.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/customize-nav-menus.js diff --git a/TE2/Proyecto Teknovate/wp-admin/js/customize-nav-menus.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/customize-nav-menus.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/js/customize-nav-menus.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/customize-nav-menus.min.js diff --git a/TE2/Proyecto Teknovate/wp-admin/js/customize-widgets.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/customize-widgets.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/js/customize-widgets.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/customize-widgets.js diff --git a/TE2/Proyecto Teknovate/wp-admin/js/customize-widgets.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/customize-widgets.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/js/customize-widgets.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/customize-widgets.min.js diff --git a/TE2/Proyecto Teknovate/wp-admin/js/dashboard.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/dashboard.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/js/dashboard.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/dashboard.js diff --git a/TE2/Proyecto Teknovate/wp-admin/js/dashboard.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/dashboard.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/js/dashboard.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/dashboard.min.js diff --git a/TE2/Proyecto Teknovate/wp-admin/js/edit-comments.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/edit-comments.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/js/edit-comments.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/edit-comments.js diff --git a/TE2/Proyecto Teknovate/wp-admin/js/edit-comments.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/edit-comments.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/js/edit-comments.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/edit-comments.min.js diff --git a/TE2/Proyecto Teknovate/wp-admin/js/editor-expand.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/editor-expand.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/js/editor-expand.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/editor-expand.js diff --git a/TE2/Proyecto Teknovate/wp-admin/js/editor-expand.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/editor-expand.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/js/editor-expand.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/editor-expand.min.js diff --git a/TE2/Proyecto Teknovate/wp-admin/js/editor.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/editor.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/js/editor.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/editor.js diff --git a/TE2/Proyecto Teknovate/wp-admin/js/editor.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/editor.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/js/editor.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/editor.min.js diff --git a/TE2/Proyecto Teknovate/wp-admin/js/farbtastic.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/farbtastic.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/js/farbtastic.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/farbtastic.js diff --git a/TE2/Proyecto Teknovate/wp-admin/js/gallery.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/gallery.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/js/gallery.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/gallery.js diff --git a/TE2/Proyecto Teknovate/wp-admin/js/gallery.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/gallery.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/js/gallery.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/gallery.min.js diff --git a/TE2/Proyecto Teknovate/wp-admin/js/image-edit.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/image-edit.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/js/image-edit.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/image-edit.js diff --git a/TE2/Proyecto Teknovate/wp-admin/js/image-edit.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/image-edit.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/js/image-edit.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/image-edit.min.js diff --git a/TE2/Proyecto Teknovate/wp-admin/js/inline-edit-post.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/inline-edit-post.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/js/inline-edit-post.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/inline-edit-post.js diff --git a/TE2/Proyecto Teknovate/wp-admin/js/inline-edit-post.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/inline-edit-post.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/js/inline-edit-post.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/inline-edit-post.min.js diff --git a/TE2/Proyecto Teknovate/wp-admin/js/inline-edit-tax.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/inline-edit-tax.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/js/inline-edit-tax.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/inline-edit-tax.js diff --git a/TE2/Proyecto Teknovate/wp-admin/js/inline-edit-tax.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/inline-edit-tax.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/js/inline-edit-tax.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/inline-edit-tax.min.js diff --git a/TE2/Proyecto Teknovate/wp-admin/js/iris.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/iris.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/js/iris.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/iris.min.js diff --git a/TE2/Proyecto Teknovate/wp-admin/js/language-chooser.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/language-chooser.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/js/language-chooser.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/language-chooser.js diff --git a/TE2/Proyecto Teknovate/wp-admin/js/language-chooser.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/language-chooser.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/js/language-chooser.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/language-chooser.min.js diff --git a/TE2/Proyecto Teknovate/wp-admin/js/link.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/link.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/js/link.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/link.js diff --git a/TE2/Proyecto Teknovate/wp-admin/js/link.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/link.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/js/link.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/link.min.js diff --git a/TE2/Proyecto Teknovate/wp-admin/js/media-gallery.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/media-gallery.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/js/media-gallery.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/media-gallery.js diff --git a/TE2/Proyecto Teknovate/wp-admin/js/media-gallery.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/media-gallery.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/js/media-gallery.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/media-gallery.min.js diff --git a/TE2/Proyecto Teknovate/wp-admin/js/media-upload.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/media-upload.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/js/media-upload.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/media-upload.js diff --git a/TE2/Proyecto Teknovate/wp-admin/js/media-upload.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/media-upload.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/js/media-upload.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/media-upload.min.js diff --git a/TE2/Proyecto Teknovate/wp-admin/js/media.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/media.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/js/media.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/media.js diff --git a/TE2/Proyecto Teknovate/wp-admin/js/media.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/media.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/js/media.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/media.min.js diff --git a/TE2/Proyecto Teknovate/wp-admin/js/nav-menu.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/nav-menu.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/js/nav-menu.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/nav-menu.js diff --git a/TE2/Proyecto Teknovate/wp-admin/js/nav-menu.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/nav-menu.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/js/nav-menu.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/nav-menu.min.js diff --git a/TE2/Proyecto Teknovate/wp-admin/js/password-strength-meter.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/password-strength-meter.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/js/password-strength-meter.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/password-strength-meter.js diff --git a/TE2/Proyecto Teknovate/wp-admin/js/password-strength-meter.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/password-strength-meter.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/js/password-strength-meter.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/password-strength-meter.min.js diff --git a/TE2/Proyecto Teknovate/wp-admin/js/plugin-install.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/plugin-install.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/js/plugin-install.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/plugin-install.js diff --git a/TE2/Proyecto Teknovate/wp-admin/js/plugin-install.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/plugin-install.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/js/plugin-install.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/plugin-install.min.js diff --git a/TE2/Proyecto Teknovate/wp-admin/js/post.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/post.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/js/post.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/post.js diff --git a/TE2/Proyecto Teknovate/wp-admin/js/post.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/post.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/js/post.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/post.min.js diff --git a/TE2/Proyecto Teknovate/wp-admin/js/postbox.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/postbox.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/js/postbox.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/postbox.js diff --git a/TE2/Proyecto Teknovate/wp-admin/js/postbox.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/postbox.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/js/postbox.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/postbox.min.js diff --git a/TE2/Proyecto Teknovate/wp-admin/js/privacy-tools.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/privacy-tools.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/js/privacy-tools.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/privacy-tools.js diff --git a/TE2/Proyecto Teknovate/wp-admin/js/privacy-tools.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/privacy-tools.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/js/privacy-tools.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/privacy-tools.min.js diff --git a/TE2/Proyecto Teknovate/wp-admin/js/revisions.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/revisions.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/js/revisions.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/revisions.js diff --git a/TE2/Proyecto Teknovate/wp-admin/js/revisions.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/revisions.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/js/revisions.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/revisions.min.js diff --git a/TE2/Proyecto Teknovate/wp-admin/js/set-post-thumbnail.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/set-post-thumbnail.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/js/set-post-thumbnail.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/set-post-thumbnail.js diff --git a/TE2/Proyecto Teknovate/wp-admin/js/set-post-thumbnail.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/set-post-thumbnail.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/js/set-post-thumbnail.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/set-post-thumbnail.min.js diff --git a/TE2/Proyecto Teknovate/wp-admin/js/site-health.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/site-health.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/js/site-health.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/site-health.js diff --git a/TE2/Proyecto Teknovate/wp-admin/js/site-health.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/site-health.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/js/site-health.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/site-health.min.js diff --git a/TE2/Proyecto Teknovate/wp-admin/js/svg-painter.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/svg-painter.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/js/svg-painter.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/svg-painter.js diff --git a/TE2/Proyecto Teknovate/wp-admin/js/svg-painter.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/svg-painter.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/js/svg-painter.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/svg-painter.min.js diff --git a/TE2/Proyecto Teknovate/wp-admin/js/tags-box.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/tags-box.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/js/tags-box.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/tags-box.js diff --git a/TE2/Proyecto Teknovate/wp-admin/js/tags-box.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/tags-box.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/js/tags-box.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/tags-box.min.js diff --git a/TE2/Proyecto Teknovate/wp-admin/js/tags-suggest.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/tags-suggest.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/js/tags-suggest.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/tags-suggest.js diff --git a/TE2/Proyecto Teknovate/wp-admin/js/tags-suggest.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/tags-suggest.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/js/tags-suggest.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/tags-suggest.min.js diff --git a/TE2/Proyecto Teknovate/wp-admin/js/tags.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/tags.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/js/tags.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/tags.js diff --git a/TE2/Proyecto Teknovate/wp-admin/js/tags.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/tags.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/js/tags.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/tags.min.js diff --git a/TE2/Proyecto Teknovate/wp-admin/js/theme-plugin-editor.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/theme-plugin-editor.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/js/theme-plugin-editor.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/theme-plugin-editor.js diff --git a/TE2/Proyecto Teknovate/wp-admin/js/theme-plugin-editor.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/theme-plugin-editor.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/js/theme-plugin-editor.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/theme-plugin-editor.min.js diff --git a/TE2/Proyecto Teknovate/wp-admin/js/theme.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/theme.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/js/theme.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/theme.js diff --git a/TE2/Proyecto Teknovate/wp-admin/js/theme.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/theme.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/js/theme.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/theme.min.js diff --git a/TE2/Proyecto Teknovate/wp-admin/js/updates.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/updates.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/js/updates.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/updates.js diff --git a/TE2/Proyecto Teknovate/wp-admin/js/updates.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/updates.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/js/updates.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/updates.min.js diff --git a/TE2/Proyecto Teknovate/wp-admin/js/user-profile.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/user-profile.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/js/user-profile.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/user-profile.js diff --git a/TE2/Proyecto Teknovate/wp-admin/js/user-profile.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/user-profile.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/js/user-profile.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/user-profile.min.js diff --git a/TE2/Proyecto Teknovate/wp-admin/js/user-suggest.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/user-suggest.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/js/user-suggest.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/user-suggest.js diff --git a/TE2/Proyecto Teknovate/wp-admin/js/user-suggest.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/user-suggest.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/js/user-suggest.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/user-suggest.min.js diff --git a/TE2/Proyecto Teknovate/wp-admin/js/widgets.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/widgets.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/js/widgets.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/widgets.js diff --git a/TE2/Proyecto Teknovate/wp-admin/js/widgets.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/widgets.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/js/widgets.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/widgets.min.js diff --git a/TE2/Proyecto Teknovate/wp-admin/js/widgets/custom-html-widgets.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/widgets/custom-html-widgets.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/js/widgets/custom-html-widgets.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/widgets/custom-html-widgets.js diff --git a/TE2/Proyecto Teknovate/wp-admin/js/widgets/custom-html-widgets.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/widgets/custom-html-widgets.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/js/widgets/custom-html-widgets.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/widgets/custom-html-widgets.min.js diff --git a/TE2/Proyecto Teknovate/wp-admin/js/widgets/media-audio-widget.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/widgets/media-audio-widget.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/js/widgets/media-audio-widget.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/widgets/media-audio-widget.js diff --git a/TE2/Proyecto Teknovate/wp-admin/js/widgets/media-audio-widget.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/widgets/media-audio-widget.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/js/widgets/media-audio-widget.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/widgets/media-audio-widget.min.js diff --git a/TE2/Proyecto Teknovate/wp-admin/js/widgets/media-gallery-widget.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/widgets/media-gallery-widget.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/js/widgets/media-gallery-widget.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/widgets/media-gallery-widget.js diff --git a/TE2/Proyecto Teknovate/wp-admin/js/widgets/media-gallery-widget.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/widgets/media-gallery-widget.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/js/widgets/media-gallery-widget.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/widgets/media-gallery-widget.min.js diff --git a/TE2/Proyecto Teknovate/wp-admin/js/widgets/media-image-widget.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/widgets/media-image-widget.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/js/widgets/media-image-widget.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/widgets/media-image-widget.js diff --git a/TE2/Proyecto Teknovate/wp-admin/js/widgets/media-image-widget.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/widgets/media-image-widget.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/js/widgets/media-image-widget.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/widgets/media-image-widget.min.js diff --git a/TE2/Proyecto Teknovate/wp-admin/js/widgets/media-video-widget.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/widgets/media-video-widget.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/js/widgets/media-video-widget.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/widgets/media-video-widget.js diff --git a/TE2/Proyecto Teknovate/wp-admin/js/widgets/media-video-widget.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/widgets/media-video-widget.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/js/widgets/media-video-widget.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/widgets/media-video-widget.min.js diff --git a/TE2/Proyecto Teknovate/wp-admin/js/widgets/media-widgets.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/widgets/media-widgets.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/js/widgets/media-widgets.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/widgets/media-widgets.js diff --git a/TE2/Proyecto Teknovate/wp-admin/js/widgets/media-widgets.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/widgets/media-widgets.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/js/widgets/media-widgets.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/widgets/media-widgets.min.js diff --git a/TE2/Proyecto Teknovate/wp-admin/js/widgets/text-widgets.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/widgets/text-widgets.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/js/widgets/text-widgets.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/widgets/text-widgets.js diff --git a/TE2/Proyecto Teknovate/wp-admin/js/widgets/text-widgets.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/widgets/text-widgets.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/js/widgets/text-widgets.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/widgets/text-widgets.min.js diff --git a/TE2/Proyecto Teknovate/wp-admin/js/word-count.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/word-count.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/js/word-count.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/word-count.js diff --git a/TE2/Proyecto Teknovate/wp-admin/js/word-count.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/word-count.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/js/word-count.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/word-count.min.js diff --git a/TE2/Proyecto Teknovate/wp-admin/js/xfn.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/xfn.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/js/xfn.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/xfn.js diff --git a/TE2/Proyecto Teknovate/wp-admin/js/xfn.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/xfn.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/js/xfn.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/js/xfn.min.js diff --git a/TE2/Proyecto Teknovate/wp-admin/link-add.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/link-add.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/link-add.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/link-add.php diff --git a/TE2/Proyecto Teknovate/wp-admin/link-manager.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/link-manager.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/link-manager.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/link-manager.php diff --git a/TE2/Proyecto Teknovate/wp-admin/link-parse-opml.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/link-parse-opml.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/link-parse-opml.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/link-parse-opml.php diff --git a/TE2/Proyecto Teknovate/wp-admin/link.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/link.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/link.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/link.php diff --git a/TE2/Proyecto Teknovate/wp-admin/load-scripts.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/load-scripts.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/load-scripts.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/load-scripts.php diff --git a/TE2/Proyecto Teknovate/wp-admin/load-styles.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/load-styles.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/load-styles.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/load-styles.php diff --git a/TE2/Proyecto Teknovate/wp-admin/maint/repair.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/maint/repair.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/maint/repair.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/maint/repair.php diff --git a/TE2/Proyecto Teknovate/wp-admin/media-new.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/media-new.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/media-new.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/media-new.php diff --git a/TE2/Proyecto Teknovate/wp-admin/media-upload.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/media-upload.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/media-upload.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/media-upload.php diff --git a/TE2/Proyecto Teknovate/wp-admin/media.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/media.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/media.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/media.php diff --git a/TE2/Proyecto Teknovate/wp-admin/menu-header.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/menu-header.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/menu-header.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/menu-header.php diff --git a/TE2/Proyecto Teknovate/wp-admin/menu.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/menu.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/menu.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/menu.php diff --git a/TE2/Proyecto Teknovate/wp-admin/moderation.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/moderation.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/moderation.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/moderation.php diff --git a/TE2/Proyecto Teknovate/wp-admin/ms-admin.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/ms-admin.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/ms-admin.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/ms-admin.php diff --git a/TE2/Proyecto Teknovate/wp-admin/ms-delete-site.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/ms-delete-site.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/ms-delete-site.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/ms-delete-site.php diff --git a/TE2/Proyecto Teknovate/wp-admin/ms-edit.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/ms-edit.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/ms-edit.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/ms-edit.php diff --git a/TE2/Proyecto Teknovate/wp-admin/ms-options.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/ms-options.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/ms-options.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/ms-options.php diff --git a/TE2/Proyecto Teknovate/wp-admin/ms-sites.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/ms-sites.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/ms-sites.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/ms-sites.php diff --git a/TE2/Proyecto Teknovate/wp-admin/ms-themes.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/ms-themes.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/ms-themes.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/ms-themes.php diff --git a/TE2/Proyecto Teknovate/wp-admin/ms-upgrade-network.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/ms-upgrade-network.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/ms-upgrade-network.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/ms-upgrade-network.php diff --git a/TE2/Proyecto Teknovate/wp-admin/ms-users.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/ms-users.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/ms-users.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/ms-users.php diff --git a/TE2/Proyecto Teknovate/wp-admin/my-sites.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/my-sites.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/my-sites.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/my-sites.php diff --git a/TE2/Proyecto Teknovate/wp-admin/nav-menus.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/nav-menus.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/nav-menus.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/nav-menus.php diff --git a/TE2/Proyecto Teknovate/wp-admin/network.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/network.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/network.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/network.php diff --git a/TE2/Proyecto Teknovate/wp-admin/network/about.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/network/about.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/network/about.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/network/about.php diff --git a/TE2/Proyecto Teknovate/wp-admin/network/admin.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/network/admin.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/network/admin.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/network/admin.php diff --git a/TE2/Proyecto Teknovate/wp-admin/network/credits.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/network/credits.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/network/credits.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/network/credits.php diff --git a/TE2/Proyecto Teknovate/wp-admin/network/edit.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/network/edit.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/network/edit.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/network/edit.php diff --git a/TE2/Proyecto Teknovate/wp-admin/network/freedoms.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/network/freedoms.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/network/freedoms.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/network/freedoms.php diff --git a/TE2/Proyecto Teknovate/wp-admin/network/index.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/network/index.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/network/index.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/network/index.php diff --git a/TE2/Proyecto Teknovate/wp-admin/network/menu.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/network/menu.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/network/menu.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/network/menu.php diff --git a/TE2/Proyecto Teknovate/wp-admin/network/plugin-editor.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/network/plugin-editor.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/network/plugin-editor.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/network/plugin-editor.php diff --git a/TE2/Proyecto Teknovate/wp-admin/network/plugin-install.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/network/plugin-install.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/network/plugin-install.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/network/plugin-install.php diff --git a/TE2/Proyecto Teknovate/wp-admin/network/plugins.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/network/plugins.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/network/plugins.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/network/plugins.php diff --git a/TE2/Proyecto Teknovate/wp-admin/network/privacy.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/network/privacy.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/network/privacy.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/network/privacy.php diff --git a/TE2/Proyecto Teknovate/wp-admin/network/profile.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/network/profile.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/network/profile.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/network/profile.php diff --git a/TE2/Proyecto Teknovate/wp-admin/network/settings.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/network/settings.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/network/settings.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/network/settings.php diff --git a/TE2/Proyecto Teknovate/wp-admin/network/setup.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/network/setup.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/network/setup.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/network/setup.php diff --git a/TE2/Proyecto Teknovate/wp-admin/network/site-info.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/network/site-info.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/network/site-info.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/network/site-info.php diff --git a/TE2/Proyecto Teknovate/wp-admin/network/site-new.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/network/site-new.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/network/site-new.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/network/site-new.php diff --git a/TE2/Proyecto Teknovate/wp-admin/network/site-settings.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/network/site-settings.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/network/site-settings.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/network/site-settings.php diff --git a/TE2/Proyecto Teknovate/wp-admin/network/site-themes.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/network/site-themes.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/network/site-themes.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/network/site-themes.php diff --git a/TE2/Proyecto Teknovate/wp-admin/network/site-users.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/network/site-users.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/network/site-users.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/network/site-users.php diff --git a/TE2/Proyecto Teknovate/wp-admin/network/sites.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/network/sites.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/network/sites.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/network/sites.php diff --git a/TE2/Proyecto Teknovate/wp-admin/network/theme-editor.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/network/theme-editor.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/network/theme-editor.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/network/theme-editor.php diff --git a/TE2/Proyecto Teknovate/wp-admin/network/theme-install.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/network/theme-install.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/network/theme-install.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/network/theme-install.php diff --git a/TE2/Proyecto Teknovate/wp-admin/network/themes.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/network/themes.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/network/themes.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/network/themes.php diff --git a/TE2/Proyecto Teknovate/wp-admin/network/update-core.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/network/update-core.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/network/update-core.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/network/update-core.php diff --git a/TE2/Proyecto Teknovate/wp-admin/network/update.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/network/update.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/network/update.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/network/update.php diff --git a/TE2/Proyecto Teknovate/wp-admin/network/upgrade.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/network/upgrade.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/network/upgrade.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/network/upgrade.php diff --git a/TE2/Proyecto Teknovate/wp-admin/network/user-edit.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/network/user-edit.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/network/user-edit.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/network/user-edit.php diff --git a/TE2/Proyecto Teknovate/wp-admin/network/user-new.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/network/user-new.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/network/user-new.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/network/user-new.php diff --git a/TE2/Proyecto Teknovate/wp-admin/network/users.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/network/users.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/network/users.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/network/users.php diff --git a/TE2/Proyecto Teknovate/wp-admin/options-discussion.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/options-discussion.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/options-discussion.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/options-discussion.php diff --git a/TE2/Proyecto Teknovate/wp-admin/options-general.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/options-general.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/options-general.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/options-general.php diff --git a/TE2/Proyecto Teknovate/wp-admin/options-head.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/options-head.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/options-head.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/options-head.php diff --git a/TE2/Proyecto Teknovate/wp-admin/options-media.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/options-media.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/options-media.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/options-media.php diff --git a/TE2/Proyecto Teknovate/wp-admin/options-permalink.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/options-permalink.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/options-permalink.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/options-permalink.php diff --git a/TE2/Proyecto Teknovate/wp-admin/options-privacy.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/options-privacy.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/options-privacy.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/options-privacy.php diff --git a/TE2/Proyecto Teknovate/wp-admin/options-reading.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/options-reading.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/options-reading.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/options-reading.php diff --git a/TE2/Proyecto Teknovate/wp-admin/options-writing.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/options-writing.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/options-writing.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/options-writing.php diff --git a/TE2/Proyecto Teknovate/wp-admin/options.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/options.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/options.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/options.php diff --git a/TE2/Proyecto Teknovate/wp-admin/plugin-editor.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/plugin-editor.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/plugin-editor.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/plugin-editor.php diff --git a/TE2/Proyecto Teknovate/wp-admin/plugin-install.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/plugin-install.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/plugin-install.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/plugin-install.php diff --git a/TE2/Proyecto Teknovate/wp-admin/plugins.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/plugins.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/plugins.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/plugins.php diff --git a/TE2/Proyecto Teknovate/wp-admin/post-new.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/post-new.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/post-new.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/post-new.php diff --git a/TE2/Proyecto Teknovate/wp-admin/post.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/post.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/post.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/post.php diff --git a/TE2/Proyecto Teknovate/wp-admin/press-this.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/press-this.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/press-this.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/press-this.php diff --git a/TE2/Proyecto Teknovate/wp-admin/privacy-policy-guide.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/privacy-policy-guide.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/privacy-policy-guide.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/privacy-policy-guide.php diff --git a/TE2/Proyecto Teknovate/wp-admin/privacy.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/privacy.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/privacy.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/privacy.php diff --git a/TE2/Proyecto Teknovate/wp-admin/profile.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/profile.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/profile.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/profile.php diff --git a/TE2/Proyecto Teknovate/wp-admin/revision.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/revision.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/revision.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/revision.php diff --git a/TE2/Proyecto Teknovate/wp-admin/setup-config.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/setup-config.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/setup-config.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/setup-config.php diff --git a/TE2/Proyecto Teknovate/wp-admin/site-health-info.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/site-health-info.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/site-health-info.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/site-health-info.php diff --git a/TE2/Proyecto Teknovate/wp-admin/site-health.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/site-health.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/site-health.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/site-health.php diff --git a/TE2/Proyecto Teknovate/wp-admin/term.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/term.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/term.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/term.php diff --git a/TE2/Proyecto Teknovate/wp-admin/theme-editor.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/theme-editor.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/theme-editor.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/theme-editor.php diff --git a/TE2/Proyecto Teknovate/wp-admin/theme-install.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/theme-install.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/theme-install.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/theme-install.php diff --git a/TE2/Proyecto Teknovate/wp-admin/themes.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/themes.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/themes.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/themes.php diff --git a/TE2/Proyecto Teknovate/wp-admin/tools.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/tools.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/tools.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/tools.php diff --git a/TE2/Proyecto Teknovate/wp-admin/update-core.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/update-core.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/update-core.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/update-core.php diff --git a/TE2/Proyecto Teknovate/wp-admin/update.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/update.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/update.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/update.php diff --git a/TE2/Proyecto Teknovate/wp-admin/upgrade-functions.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/upgrade-functions.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/upgrade-functions.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/upgrade-functions.php diff --git a/TE2/Proyecto Teknovate/wp-admin/upgrade.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/upgrade.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/upgrade.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/upgrade.php diff --git a/TE2/Proyecto Teknovate/wp-admin/upload.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/upload.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/upload.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/upload.php diff --git a/TE2/Proyecto Teknovate/wp-admin/user-edit.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/user-edit.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/user-edit.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/user-edit.php diff --git a/TE2/Proyecto Teknovate/wp-admin/user-new.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/user-new.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/user-new.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/user-new.php diff --git a/TE2/Proyecto Teknovate/wp-admin/user/about.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/user/about.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/user/about.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/user/about.php diff --git a/TE2/Proyecto Teknovate/wp-admin/user/admin.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/user/admin.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/user/admin.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/user/admin.php diff --git a/TE2/Proyecto Teknovate/wp-admin/user/credits.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/user/credits.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/user/credits.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/user/credits.php diff --git a/TE2/Proyecto Teknovate/wp-admin/user/freedoms.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/user/freedoms.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/user/freedoms.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/user/freedoms.php diff --git a/TE2/Proyecto Teknovate/wp-admin/user/index.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/user/index.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/user/index.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/user/index.php diff --git a/TE2/Proyecto Teknovate/wp-admin/user/menu.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/user/menu.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/user/menu.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/user/menu.php diff --git a/TE2/Proyecto Teknovate/wp-admin/user/privacy.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/user/privacy.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/user/privacy.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/user/privacy.php diff --git a/TE2/Proyecto Teknovate/wp-admin/user/profile.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/user/profile.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/user/profile.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/user/profile.php diff --git a/TE2/Proyecto Teknovate/wp-admin/user/user-edit.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/user/user-edit.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/user/user-edit.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/user/user-edit.php diff --git a/TE2/Proyecto Teknovate/wp-admin/users.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/users.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/users.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/users.php diff --git a/TE2/Proyecto Teknovate/wp-admin/widgets.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/widgets.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-admin/widgets.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-admin/widgets.php diff --git a/TE2/Proyecto Teknovate/wp-blog-header.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-blog-header.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-blog-header.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-blog-header.php diff --git a/TE2/Proyecto Teknovate/wp-comments-post.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-comments-post.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-comments-post.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-comments-post.php diff --git a/TE2/Proyecto Teknovate/wp-config.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-config.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-config.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-config.php diff --git a/TE2/Proyecto Teknovate/wp-content/index.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/index.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/index.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/index.php diff --git a/TE2/Proyecto Teknovate/wp-content/languages/admin-es_ES.mo b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/languages/admin-es_ES.mo similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/languages/admin-es_ES.mo rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/languages/admin-es_ES.mo diff --git a/TE2/Proyecto Teknovate/wp-content/languages/admin-es_ES.po b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/languages/admin-es_ES.po similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/languages/admin-es_ES.po rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/languages/admin-es_ES.po diff --git a/TE2/Proyecto Teknovate/wp-content/languages/admin-network-es_ES.mo b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/languages/admin-network-es_ES.mo similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/languages/admin-network-es_ES.mo rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/languages/admin-network-es_ES.mo diff --git a/TE2/Proyecto Teknovate/wp-content/languages/admin-network-es_ES.po b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/languages/admin-network-es_ES.po similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/languages/admin-network-es_ES.po rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/languages/admin-network-es_ES.po diff --git a/TE2/Proyecto Teknovate/wp-content/languages/continents-cities-es_ES.mo b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/languages/continents-cities-es_ES.mo similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/languages/continents-cities-es_ES.mo rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/languages/continents-cities-es_ES.mo diff --git a/TE2/Proyecto Teknovate/wp-content/languages/continents-cities-es_ES.po b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/languages/continents-cities-es_ES.po similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/languages/continents-cities-es_ES.po rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/languages/continents-cities-es_ES.po diff --git a/TE2/Proyecto Teknovate/wp-content/languages/es_ES-0cc31205f20441b3df1d1b46100f6b8d.json b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/languages/es_ES-0cc31205f20441b3df1d1b46100f6b8d.json similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/languages/es_ES-0cc31205f20441b3df1d1b46100f6b8d.json rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/languages/es_ES-0cc31205f20441b3df1d1b46100f6b8d.json diff --git a/TE2/Proyecto Teknovate/wp-content/languages/es_ES-0ce75ad2f775d1cac9696967d484808c.json b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/languages/es_ES-0ce75ad2f775d1cac9696967d484808c.json similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/languages/es_ES-0ce75ad2f775d1cac9696967d484808c.json rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/languages/es_ES-0ce75ad2f775d1cac9696967d484808c.json diff --git a/TE2/Proyecto Teknovate/wp-content/languages/es_ES-0eebe503220d4a00341eb011b92769b4.json b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/languages/es_ES-0eebe503220d4a00341eb011b92769b4.json similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/languages/es_ES-0eebe503220d4a00341eb011b92769b4.json rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/languages/es_ES-0eebe503220d4a00341eb011b92769b4.json diff --git a/TE2/Proyecto Teknovate/wp-content/languages/es_ES-1780a2033cf98d69ce13c2e5c8510004.json b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/languages/es_ES-1780a2033cf98d69ce13c2e5c8510004.json similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/languages/es_ES-1780a2033cf98d69ce13c2e5c8510004.json rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/languages/es_ES-1780a2033cf98d69ce13c2e5c8510004.json diff --git a/TE2/Proyecto Teknovate/wp-content/languages/es_ES-1a0cd6a7128913b15c1a10dd68951869.json b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/languages/es_ES-1a0cd6a7128913b15c1a10dd68951869.json similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/languages/es_ES-1a0cd6a7128913b15c1a10dd68951869.json rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/languages/es_ES-1a0cd6a7128913b15c1a10dd68951869.json diff --git a/TE2/Proyecto Teknovate/wp-content/languages/es_ES-1bba9045bb07c89671c88a3f328548e8.json b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/languages/es_ES-1bba9045bb07c89671c88a3f328548e8.json similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/languages/es_ES-1bba9045bb07c89671c88a3f328548e8.json rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/languages/es_ES-1bba9045bb07c89671c88a3f328548e8.json diff --git a/TE2/Proyecto Teknovate/wp-content/languages/es_ES-1c4303f02ff93b290e9faad991eeb06f.json b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/languages/es_ES-1c4303f02ff93b290e9faad991eeb06f.json similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/languages/es_ES-1c4303f02ff93b290e9faad991eeb06f.json rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/languages/es_ES-1c4303f02ff93b290e9faad991eeb06f.json diff --git a/TE2/Proyecto Teknovate/wp-content/languages/es_ES-1d17475f620f63a92e2c5d2681c51ee8.json b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/languages/es_ES-1d17475f620f63a92e2c5d2681c51ee8.json similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/languages/es_ES-1d17475f620f63a92e2c5d2681c51ee8.json rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/languages/es_ES-1d17475f620f63a92e2c5d2681c51ee8.json diff --git a/TE2/Proyecto Teknovate/wp-content/languages/es_ES-28b3c3d595952907e08d98287077426c.json b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/languages/es_ES-28b3c3d595952907e08d98287077426c.json similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/languages/es_ES-28b3c3d595952907e08d98287077426c.json rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/languages/es_ES-28b3c3d595952907e08d98287077426c.json diff --git a/TE2/Proyecto Teknovate/wp-content/languages/es_ES-2b390f85a3048c5b4255fb45960b6514.json b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/languages/es_ES-2b390f85a3048c5b4255fb45960b6514.json similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/languages/es_ES-2b390f85a3048c5b4255fb45960b6514.json rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/languages/es_ES-2b390f85a3048c5b4255fb45960b6514.json diff --git a/TE2/Proyecto Teknovate/wp-content/languages/es_ES-2c5d274ea625dd91556554ad82901529.json b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/languages/es_ES-2c5d274ea625dd91556554ad82901529.json similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/languages/es_ES-2c5d274ea625dd91556554ad82901529.json rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/languages/es_ES-2c5d274ea625dd91556554ad82901529.json diff --git a/TE2/Proyecto Teknovate/wp-content/languages/es_ES-320f4ad9792aaa6dedb1e71cbdf85d57.json b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/languages/es_ES-320f4ad9792aaa6dedb1e71cbdf85d57.json similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/languages/es_ES-320f4ad9792aaa6dedb1e71cbdf85d57.json rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/languages/es_ES-320f4ad9792aaa6dedb1e71cbdf85d57.json diff --git a/TE2/Proyecto Teknovate/wp-content/languages/es_ES-49c6d4acf36cf3aca9f0b2a77617304f.json b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/languages/es_ES-49c6d4acf36cf3aca9f0b2a77617304f.json similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/languages/es_ES-49c6d4acf36cf3aca9f0b2a77617304f.json rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/languages/es_ES-49c6d4acf36cf3aca9f0b2a77617304f.json diff --git a/TE2/Proyecto Teknovate/wp-content/languages/es_ES-4a38fe1c0c45989e44682ba6109d9f46.json b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/languages/es_ES-4a38fe1c0c45989e44682ba6109d9f46.json similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/languages/es_ES-4a38fe1c0c45989e44682ba6109d9f46.json rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/languages/es_ES-4a38fe1c0c45989e44682ba6109d9f46.json diff --git a/TE2/Proyecto Teknovate/wp-content/languages/es_ES-4bfa11da57ff2600004bb500368247f4.json b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/languages/es_ES-4bfa11da57ff2600004bb500368247f4.json similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/languages/es_ES-4bfa11da57ff2600004bb500368247f4.json rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/languages/es_ES-4bfa11da57ff2600004bb500368247f4.json diff --git a/TE2/Proyecto Teknovate/wp-content/languages/es_ES-50278328b502f4eb3f2b8b7ab49324a1.json b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/languages/es_ES-50278328b502f4eb3f2b8b7ab49324a1.json similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/languages/es_ES-50278328b502f4eb3f2b8b7ab49324a1.json rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/languages/es_ES-50278328b502f4eb3f2b8b7ab49324a1.json diff --git a/TE2/Proyecto Teknovate/wp-content/languages/es_ES-5251f7623766a714c8207c7edb938628.json b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/languages/es_ES-5251f7623766a714c8207c7edb938628.json similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/languages/es_ES-5251f7623766a714c8207c7edb938628.json rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/languages/es_ES-5251f7623766a714c8207c7edb938628.json diff --git a/TE2/Proyecto Teknovate/wp-content/languages/es_ES-529362903a5a05b34b06b5e793fb4cf8.json b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/languages/es_ES-529362903a5a05b34b06b5e793fb4cf8.json similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/languages/es_ES-529362903a5a05b34b06b5e793fb4cf8.json rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/languages/es_ES-529362903a5a05b34b06b5e793fb4cf8.json diff --git a/TE2/Proyecto Teknovate/wp-content/languages/es_ES-569e85ef168299eb8c8f24d8ef8c8a78.json b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/languages/es_ES-569e85ef168299eb8c8f24d8ef8c8a78.json similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/languages/es_ES-569e85ef168299eb8c8f24d8ef8c8a78.json rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/languages/es_ES-569e85ef168299eb8c8f24d8ef8c8a78.json diff --git a/TE2/Proyecto Teknovate/wp-content/languages/es_ES-6025add6bde16aaeb12787d250f9b414.json b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/languages/es_ES-6025add6bde16aaeb12787d250f9b414.json similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/languages/es_ES-6025add6bde16aaeb12787d250f9b414.json rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/languages/es_ES-6025add6bde16aaeb12787d250f9b414.json diff --git a/TE2/Proyecto Teknovate/wp-content/languages/es_ES-68f2cec7514bf8563c723a4d675fcfe6.json b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/languages/es_ES-68f2cec7514bf8563c723a4d675fcfe6.json similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/languages/es_ES-68f2cec7514bf8563c723a4d675fcfe6.json rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/languages/es_ES-68f2cec7514bf8563c723a4d675fcfe6.json diff --git a/TE2/Proyecto Teknovate/wp-content/languages/es_ES-7289286ed59e90a8f36ae797df62220b.json b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/languages/es_ES-7289286ed59e90a8f36ae797df62220b.json similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/languages/es_ES-7289286ed59e90a8f36ae797df62220b.json rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/languages/es_ES-7289286ed59e90a8f36ae797df62220b.json diff --git a/TE2/Proyecto Teknovate/wp-content/languages/es_ES-7436b7ee9e4f11ac0d618d8cc886eb66.json b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/languages/es_ES-7436b7ee9e4f11ac0d618d8cc886eb66.json similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/languages/es_ES-7436b7ee9e4f11ac0d618d8cc886eb66.json rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/languages/es_ES-7436b7ee9e4f11ac0d618d8cc886eb66.json diff --git a/TE2/Proyecto Teknovate/wp-content/languages/es_ES-77fdfadaf2e1ca3a027d1956b910bc50.json b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/languages/es_ES-77fdfadaf2e1ca3a027d1956b910bc50.json similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/languages/es_ES-77fdfadaf2e1ca3a027d1956b910bc50.json rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/languages/es_ES-77fdfadaf2e1ca3a027d1956b910bc50.json diff --git a/TE2/Proyecto Teknovate/wp-content/languages/es_ES-7b74c8457eaa7fcc50db41b431f8a003.json b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/languages/es_ES-7b74c8457eaa7fcc50db41b431f8a003.json similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/languages/es_ES-7b74c8457eaa7fcc50db41b431f8a003.json rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/languages/es_ES-7b74c8457eaa7fcc50db41b431f8a003.json diff --git a/TE2/Proyecto Teknovate/wp-content/languages/es_ES-7d5ca435e60d92f024d46c9257aaa0f7.json b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/languages/es_ES-7d5ca435e60d92f024d46c9257aaa0f7.json similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/languages/es_ES-7d5ca435e60d92f024d46c9257aaa0f7.json rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/languages/es_ES-7d5ca435e60d92f024d46c9257aaa0f7.json diff --git a/TE2/Proyecto Teknovate/wp-content/languages/es_ES-7f13c36c641b114bf18cd0bcc9ecc7e0.json b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/languages/es_ES-7f13c36c641b114bf18cd0bcc9ecc7e0.json similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/languages/es_ES-7f13c36c641b114bf18cd0bcc9ecc7e0.json rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/languages/es_ES-7f13c36c641b114bf18cd0bcc9ecc7e0.json diff --git a/TE2/Proyecto Teknovate/wp-content/languages/es_ES-803bf1ce2131e13efc590c1bc47851fc.json b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/languages/es_ES-803bf1ce2131e13efc590c1bc47851fc.json similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/languages/es_ES-803bf1ce2131e13efc590c1bc47851fc.json rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/languages/es_ES-803bf1ce2131e13efc590c1bc47851fc.json diff --git a/TE2/Proyecto Teknovate/wp-content/languages/es_ES-81c889563f09dd13de1701135dc62941.json b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/languages/es_ES-81c889563f09dd13de1701135dc62941.json similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/languages/es_ES-81c889563f09dd13de1701135dc62941.json rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/languages/es_ES-81c889563f09dd13de1701135dc62941.json diff --git a/TE2/Proyecto Teknovate/wp-content/languages/es_ES-81d6f084cb273e02e15b01bd9ece87f7.json b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/languages/es_ES-81d6f084cb273e02e15b01bd9ece87f7.json similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/languages/es_ES-81d6f084cb273e02e15b01bd9ece87f7.json rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/languages/es_ES-81d6f084cb273e02e15b01bd9ece87f7.json diff --git a/TE2/Proyecto Teknovate/wp-content/languages/es_ES-8240df461220d1d3a028a9a4c5652a5b.json b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/languages/es_ES-8240df461220d1d3a028a9a4c5652a5b.json similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/languages/es_ES-8240df461220d1d3a028a9a4c5652a5b.json rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/languages/es_ES-8240df461220d1d3a028a9a4c5652a5b.json diff --git a/TE2/Proyecto Teknovate/wp-content/languages/es_ES-8860e58c20c6a2ab5876a0f07be43bd9.json b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/languages/es_ES-8860e58c20c6a2ab5876a0f07be43bd9.json similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/languages/es_ES-8860e58c20c6a2ab5876a0f07be43bd9.json rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/languages/es_ES-8860e58c20c6a2ab5876a0f07be43bd9.json diff --git a/TE2/Proyecto Teknovate/wp-content/languages/es_ES-93882e8f9976382d7f724ac595ed7151.json b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/languages/es_ES-93882e8f9976382d7f724ac595ed7151.json similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/languages/es_ES-93882e8f9976382d7f724ac595ed7151.json rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/languages/es_ES-93882e8f9976382d7f724ac595ed7151.json diff --git a/TE2/Proyecto Teknovate/wp-content/languages/es_ES-947c76bb5095da30e16668eec15406b2.json b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/languages/es_ES-947c76bb5095da30e16668eec15406b2.json similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/languages/es_ES-947c76bb5095da30e16668eec15406b2.json rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/languages/es_ES-947c76bb5095da30e16668eec15406b2.json diff --git a/TE2/Proyecto Teknovate/wp-content/languages/es_ES-9b256ea9cd54df92095e04c76758ceb0.json b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/languages/es_ES-9b256ea9cd54df92095e04c76758ceb0.json similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/languages/es_ES-9b256ea9cd54df92095e04c76758ceb0.json rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/languages/es_ES-9b256ea9cd54df92095e04c76758ceb0.json diff --git a/TE2/Proyecto Teknovate/wp-content/languages/es_ES-9c3519f4870fac83dc0dbf18cb6bd4c4.json b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/languages/es_ES-9c3519f4870fac83dc0dbf18cb6bd4c4.json similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/languages/es_ES-9c3519f4870fac83dc0dbf18cb6bd4c4.json rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/languages/es_ES-9c3519f4870fac83dc0dbf18cb6bd4c4.json diff --git a/TE2/Proyecto Teknovate/wp-content/languages/es_ES-9d47a87c240c1d10701cd6a02b28aa1b.json b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/languages/es_ES-9d47a87c240c1d10701cd6a02b28aa1b.json similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/languages/es_ES-9d47a87c240c1d10701cd6a02b28aa1b.json rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/languages/es_ES-9d47a87c240c1d10701cd6a02b28aa1b.json diff --git a/TE2/Proyecto Teknovate/wp-content/languages/es_ES-a25d1cc7bf7ca0b4e114f6bea64943f4.json b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/languages/es_ES-a25d1cc7bf7ca0b4e114f6bea64943f4.json similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/languages/es_ES-a25d1cc7bf7ca0b4e114f6bea64943f4.json rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/languages/es_ES-a25d1cc7bf7ca0b4e114f6bea64943f4.json diff --git a/TE2/Proyecto Teknovate/wp-content/languages/es_ES-a9dc201dcd011fe71849743133052619.json b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/languages/es_ES-a9dc201dcd011fe71849743133052619.json similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/languages/es_ES-a9dc201dcd011fe71849743133052619.json rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/languages/es_ES-a9dc201dcd011fe71849743133052619.json diff --git a/TE2/Proyecto Teknovate/wp-content/languages/es_ES-aabfce98c410957228848dc581e3c420.json b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/languages/es_ES-aabfce98c410957228848dc581e3c420.json similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/languages/es_ES-aabfce98c410957228848dc581e3c420.json rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/languages/es_ES-aabfce98c410957228848dc581e3c420.json diff --git a/TE2/Proyecto Teknovate/wp-content/languages/es_ES-ac23eee47530ac63a1178c827db28087.json b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/languages/es_ES-ac23eee47530ac63a1178c827db28087.json similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/languages/es_ES-ac23eee47530ac63a1178c827db28087.json rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/languages/es_ES-ac23eee47530ac63a1178c827db28087.json diff --git a/TE2/Proyecto Teknovate/wp-content/languages/es_ES-bf0f094965d3d4a95b47babcb35fc136.json b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/languages/es_ES-bf0f094965d3d4a95b47babcb35fc136.json similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/languages/es_ES-bf0f094965d3d4a95b47babcb35fc136.json rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/languages/es_ES-bf0f094965d3d4a95b47babcb35fc136.json diff --git a/TE2/Proyecto Teknovate/wp-content/languages/es_ES-bf23b24175490c2e46aaf92ff6a0c70f.json b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/languages/es_ES-bf23b24175490c2e46aaf92ff6a0c70f.json similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/languages/es_ES-bf23b24175490c2e46aaf92ff6a0c70f.json rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/languages/es_ES-bf23b24175490c2e46aaf92ff6a0c70f.json diff --git a/TE2/Proyecto Teknovate/wp-content/languages/es_ES-ca28138671823450e87dfd354f7afc6b.json b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/languages/es_ES-ca28138671823450e87dfd354f7afc6b.json similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/languages/es_ES-ca28138671823450e87dfd354f7afc6b.json rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/languages/es_ES-ca28138671823450e87dfd354f7afc6b.json diff --git a/TE2/Proyecto Teknovate/wp-content/languages/es_ES-daeb084aab42199d26393a56c3465bc0.json b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/languages/es_ES-daeb084aab42199d26393a56c3465bc0.json similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/languages/es_ES-daeb084aab42199d26393a56c3465bc0.json rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/languages/es_ES-daeb084aab42199d26393a56c3465bc0.json diff --git a/TE2/Proyecto Teknovate/wp-content/languages/es_ES-e2791ba830489d23043be8650a22a22b.json b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/languages/es_ES-e2791ba830489d23043be8650a22a22b.json similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/languages/es_ES-e2791ba830489d23043be8650a22a22b.json rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/languages/es_ES-e2791ba830489d23043be8650a22a22b.json diff --git a/TE2/Proyecto Teknovate/wp-content/languages/es_ES-e2e4c4b80f3adf2c70b431bfdb1b4872.json b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/languages/es_ES-e2e4c4b80f3adf2c70b431bfdb1b4872.json similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/languages/es_ES-e2e4c4b80f3adf2c70b431bfdb1b4872.json rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/languages/es_ES-e2e4c4b80f3adf2c70b431bfdb1b4872.json diff --git a/TE2/Proyecto Teknovate/wp-content/languages/es_ES-f575f481034e90e21d832e415fd95fcf.json b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/languages/es_ES-f575f481034e90e21d832e415fd95fcf.json similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/languages/es_ES-f575f481034e90e21d832e415fd95fcf.json rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/languages/es_ES-f575f481034e90e21d832e415fd95fcf.json diff --git a/TE2/Proyecto Teknovate/wp-content/languages/es_ES-f8f49d9fc4a9cf7d78ec99285417bd9c.json b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/languages/es_ES-f8f49d9fc4a9cf7d78ec99285417bd9c.json similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/languages/es_ES-f8f49d9fc4a9cf7d78ec99285417bd9c.json rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/languages/es_ES-f8f49d9fc4a9cf7d78ec99285417bd9c.json diff --git a/TE2/Proyecto Teknovate/wp-content/languages/es_ES.mo b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/languages/es_ES.mo similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/languages/es_ES.mo rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/languages/es_ES.mo diff --git a/TE2/Proyecto Teknovate/wp-content/languages/es_ES.po b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/languages/es_ES.po similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/languages/es_ES.po rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/languages/es_ES.po diff --git a/TE2/Proyecto Teknovate/wp-content/languages/plugins/akismet-es_ES.mo b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/languages/plugins/akismet-es_ES.mo similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/languages/plugins/akismet-es_ES.mo rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/languages/plugins/akismet-es_ES.mo diff --git a/TE2/Proyecto Teknovate/wp-content/languages/plugins/akismet-es_ES.po b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/languages/plugins/akismet-es_ES.po similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/languages/plugins/akismet-es_ES.po rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/languages/plugins/akismet-es_ES.po diff --git a/TE2/Proyecto Teknovate/wp-content/languages/plugins/hello-dolly-es_ES.mo b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/languages/plugins/hello-dolly-es_ES.mo similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/languages/plugins/hello-dolly-es_ES.mo rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/languages/plugins/hello-dolly-es_ES.mo diff --git a/TE2/Proyecto Teknovate/wp-content/languages/plugins/hello-dolly-es_ES.po b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/languages/plugins/hello-dolly-es_ES.po similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/languages/plugins/hello-dolly-es_ES.po rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/languages/plugins/hello-dolly-es_ES.po diff --git a/TE2/Proyecto Teknovate/wp-content/languages/themes/twentynineteen-es_ES.mo b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/languages/themes/twentynineteen-es_ES.mo similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/languages/themes/twentynineteen-es_ES.mo rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/languages/themes/twentynineteen-es_ES.mo diff --git a/TE2/Proyecto Teknovate/wp-content/languages/themes/twentynineteen-es_ES.po b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/languages/themes/twentynineteen-es_ES.po similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/languages/themes/twentynineteen-es_ES.po rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/languages/themes/twentynineteen-es_ES.po diff --git a/TE2/Proyecto Teknovate/wp-content/languages/themes/twentytwenty-es_ES.mo b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/languages/themes/twentytwenty-es_ES.mo similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/languages/themes/twentytwenty-es_ES.mo rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/languages/themes/twentytwenty-es_ES.mo diff --git a/TE2/Proyecto Teknovate/wp-content/languages/themes/twentytwenty-es_ES.po b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/languages/themes/twentytwenty-es_ES.po similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/languages/themes/twentytwenty-es_ES.po rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/languages/themes/twentytwenty-es_ES.po diff --git a/TE2/Proyecto Teknovate/wp-content/languages/themes/twentytwentyone-es_ES.mo b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/languages/themes/twentytwentyone-es_ES.mo similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/languages/themes/twentytwentyone-es_ES.mo rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/languages/themes/twentytwentyone-es_ES.mo diff --git a/TE2/Proyecto Teknovate/wp-content/languages/themes/twentytwentyone-es_ES.po b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/languages/themes/twentytwentyone-es_ES.po similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/languages/themes/twentytwentyone-es_ES.po rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/languages/themes/twentytwentyone-es_ES.po diff --git a/TE2/Proyecto Teknovate/wp-content/plugins/akismet/.htaccess b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/plugins/akismet/.htaccess similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/plugins/akismet/.htaccess rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/plugins/akismet/.htaccess diff --git a/TE2/Proyecto Teknovate/wp-content/plugins/akismet/LICENSE.txt b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/plugins/akismet/LICENSE.txt similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/plugins/akismet/LICENSE.txt rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/plugins/akismet/LICENSE.txt diff --git a/TE2/Proyecto Teknovate/wp-content/plugins/akismet/_inc/akismet.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/plugins/akismet/_inc/akismet.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/plugins/akismet/_inc/akismet.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/plugins/akismet/_inc/akismet.css diff --git a/TE2/Proyecto Teknovate/wp-content/plugins/akismet/_inc/akismet.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/plugins/akismet/_inc/akismet.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/plugins/akismet/_inc/akismet.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/plugins/akismet/_inc/akismet.js diff --git a/TE2/Proyecto Teknovate/wp-content/plugins/akismet/_inc/form.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/plugins/akismet/_inc/form.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/plugins/akismet/_inc/form.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/plugins/akismet/_inc/form.js diff --git a/TE2/Proyecto Teknovate/wp-content/plugins/akismet/_inc/img/logo-full-2x.png b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/plugins/akismet/_inc/img/logo-full-2x.png similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/plugins/akismet/_inc/img/logo-full-2x.png rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/plugins/akismet/_inc/img/logo-full-2x.png diff --git a/TE2/Proyecto Teknovate/wp-content/plugins/akismet/akismet.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/plugins/akismet/akismet.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/plugins/akismet/akismet.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/plugins/akismet/akismet.php diff --git a/TE2/Proyecto Teknovate/wp-content/plugins/akismet/changelog.txt b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/plugins/akismet/changelog.txt similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/plugins/akismet/changelog.txt rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/plugins/akismet/changelog.txt diff --git a/TE2/Proyecto Teknovate/wp-content/plugins/akismet/class.akismet-admin.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/plugins/akismet/class.akismet-admin.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/plugins/akismet/class.akismet-admin.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/plugins/akismet/class.akismet-admin.php diff --git a/TE2/Proyecto Teknovate/wp-content/plugins/akismet/class.akismet-cli.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/plugins/akismet/class.akismet-cli.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/plugins/akismet/class.akismet-cli.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/plugins/akismet/class.akismet-cli.php diff --git a/TE2/Proyecto Teknovate/wp-content/plugins/akismet/class.akismet-rest-api.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/plugins/akismet/class.akismet-rest-api.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/plugins/akismet/class.akismet-rest-api.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/plugins/akismet/class.akismet-rest-api.php diff --git a/TE2/Proyecto Teknovate/wp-content/plugins/akismet/class.akismet-widget.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/plugins/akismet/class.akismet-widget.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/plugins/akismet/class.akismet-widget.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/plugins/akismet/class.akismet-widget.php diff --git a/TE2/Proyecto Teknovate/wp-content/plugins/akismet/class.akismet.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/plugins/akismet/class.akismet.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/plugins/akismet/class.akismet.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/plugins/akismet/class.akismet.php diff --git a/TE2/Proyecto Teknovate/wp-content/plugins/akismet/index.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/plugins/akismet/index.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/plugins/akismet/index.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/plugins/akismet/index.php diff --git a/TE2/Proyecto Teknovate/wp-content/plugins/akismet/readme.txt b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/plugins/akismet/readme.txt similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/plugins/akismet/readme.txt rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/plugins/akismet/readme.txt diff --git a/TE2/Proyecto Teknovate/wp-content/plugins/akismet/views/activate.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/plugins/akismet/views/activate.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/plugins/akismet/views/activate.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/plugins/akismet/views/activate.php diff --git a/TE2/Proyecto Teknovate/wp-content/plugins/akismet/views/config.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/plugins/akismet/views/config.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/plugins/akismet/views/config.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/plugins/akismet/views/config.php diff --git a/TE2/Proyecto Teknovate/wp-content/plugins/akismet/views/connect-jp.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/plugins/akismet/views/connect-jp.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/plugins/akismet/views/connect-jp.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/plugins/akismet/views/connect-jp.php diff --git a/TE2/Proyecto Teknovate/wp-content/plugins/akismet/views/enter.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/plugins/akismet/views/enter.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/plugins/akismet/views/enter.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/plugins/akismet/views/enter.php diff --git a/TE2/Proyecto Teknovate/wp-content/plugins/akismet/views/get.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/plugins/akismet/views/get.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/plugins/akismet/views/get.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/plugins/akismet/views/get.php diff --git a/TE2/Proyecto Teknovate/wp-content/plugins/akismet/views/notice.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/plugins/akismet/views/notice.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/plugins/akismet/views/notice.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/plugins/akismet/views/notice.php diff --git a/TE2/Proyecto Teknovate/wp-content/plugins/akismet/views/predefined.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/plugins/akismet/views/predefined.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/plugins/akismet/views/predefined.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/plugins/akismet/views/predefined.php diff --git a/TE2/Proyecto Teknovate/wp-content/plugins/akismet/views/setup.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/plugins/akismet/views/setup.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/plugins/akismet/views/setup.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/plugins/akismet/views/setup.php diff --git a/TE2/Proyecto Teknovate/wp-content/plugins/akismet/views/start.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/plugins/akismet/views/start.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/plugins/akismet/views/start.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/plugins/akismet/views/start.php diff --git a/TE2/Proyecto Teknovate/wp-content/plugins/akismet/views/stats.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/plugins/akismet/views/stats.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/plugins/akismet/views/stats.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/plugins/akismet/views/stats.php diff --git a/TE2/Proyecto Teknovate/wp-content/plugins/akismet/views/title.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/plugins/akismet/views/title.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/plugins/akismet/views/title.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/plugins/akismet/views/title.php diff --git a/TE2/Proyecto Teknovate/wp-content/plugins/akismet/wrapper.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/plugins/akismet/wrapper.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/plugins/akismet/wrapper.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/plugins/akismet/wrapper.php diff --git a/TE2/Proyecto Teknovate/wp-content/plugins/hello.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/plugins/hello.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/plugins/hello.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/plugins/hello.php diff --git a/TE2/Proyecto Teknovate/wp-content/plugins/index.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/plugins/index.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/plugins/index.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/plugins/index.php diff --git a/TE2/Proyecto Teknovate/wp-content/themes/index.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/index.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/index.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/index.php diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/404.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/404.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/404.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/404.php diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/archive.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/archive.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/archive.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/archive.php diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/classes/class-twentynineteen-svg-icons.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/classes/class-twentynineteen-svg-icons.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/classes/class-twentynineteen-svg-icons.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/classes/class-twentynineteen-svg-icons.php diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/classes/class-twentynineteen-walker-comment.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/classes/class-twentynineteen-walker-comment.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/classes/class-twentynineteen-walker-comment.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/classes/class-twentynineteen-walker-comment.php diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/comments.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/comments.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/comments.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/comments.php diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/fonts/NonBreakingSpaceOverride.woff b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/fonts/NonBreakingSpaceOverride.woff similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/fonts/NonBreakingSpaceOverride.woff rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/fonts/NonBreakingSpaceOverride.woff diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/fonts/NonBreakingSpaceOverride.woff2 b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/fonts/NonBreakingSpaceOverride.woff2 similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/fonts/NonBreakingSpaceOverride.woff2 rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/fonts/NonBreakingSpaceOverride.woff2 diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/footer.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/footer.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/footer.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/footer.php diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/functions.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/functions.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/functions.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/functions.php diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/header.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/header.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/header.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/header.php diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/image.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/image.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/image.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/image.php diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/inc/back-compat.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/inc/back-compat.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/inc/back-compat.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/inc/back-compat.php diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/inc/block-patterns.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/inc/block-patterns.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/inc/block-patterns.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/inc/block-patterns.php diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/inc/color-patterns.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/inc/color-patterns.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/inc/color-patterns.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/inc/color-patterns.php diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/inc/customizer.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/inc/customizer.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/inc/customizer.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/inc/customizer.php diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/inc/helper-functions.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/inc/helper-functions.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/inc/helper-functions.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/inc/helper-functions.php diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/inc/icon-functions.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/inc/icon-functions.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/inc/icon-functions.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/inc/icon-functions.php diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/inc/template-functions.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/inc/template-functions.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/inc/template-functions.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/inc/template-functions.php diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/inc/template-tags.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/inc/template-tags.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/inc/template-tags.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/inc/template-tags.php diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/index.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/index.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/index.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/index.php diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/js/customize-controls.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/js/customize-controls.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/js/customize-controls.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/js/customize-controls.js diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/js/customize-preview.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/js/customize-preview.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/js/customize-preview.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/js/customize-preview.js diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/js/priority-menu.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/js/priority-menu.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/js/priority-menu.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/js/priority-menu.js diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/js/skip-link-focus-fix.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/js/skip-link-focus-fix.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/js/skip-link-focus-fix.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/js/skip-link-focus-fix.js diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/js/touch-keyboard-navigation.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/js/touch-keyboard-navigation.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/js/touch-keyboard-navigation.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/js/touch-keyboard-navigation.js diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/package-lock.json b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/package-lock.json similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/package-lock.json rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/package-lock.json diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/package.json b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/package.json similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/package.json rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/package.json diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/page.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/page.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/page.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/page.php diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/postcss.config.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/postcss.config.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/postcss.config.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/postcss.config.js diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/print.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/print.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/print.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/print.css diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/print.scss b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/print.scss similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/print.scss rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/print.scss diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/readme.txt b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/readme.txt similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/readme.txt rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/readme.txt diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/sass/_normalize.scss b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/sass/_normalize.scss similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/sass/_normalize.scss rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/sass/_normalize.scss diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/sass/blocks/_blocks.scss b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/sass/blocks/_blocks.scss similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/sass/blocks/_blocks.scss rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/sass/blocks/_blocks.scss diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/sass/elements/_elements.scss b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/sass/elements/_elements.scss similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/sass/elements/_elements.scss rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/sass/elements/_elements.scss diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/sass/elements/_lists.scss b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/sass/elements/_lists.scss similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/sass/elements/_lists.scss rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/sass/elements/_lists.scss diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/sass/elements/_tables.scss b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/sass/elements/_tables.scss similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/sass/elements/_tables.scss rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/sass/elements/_tables.scss diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/sass/forms/_buttons.scss b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/sass/forms/_buttons.scss similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/sass/forms/_buttons.scss rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/sass/forms/_buttons.scss diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/sass/forms/_fields.scss b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/sass/forms/_fields.scss similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/sass/forms/_fields.scss rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/sass/forms/_fields.scss diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/sass/forms/_forms.scss b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/sass/forms/_forms.scss similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/sass/forms/_forms.scss rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/sass/forms/_forms.scss diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/sass/layout/_layout.scss b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/sass/layout/_layout.scss similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/sass/layout/_layout.scss rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/sass/layout/_layout.scss diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/sass/media/_captions.scss b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/sass/media/_captions.scss similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/sass/media/_captions.scss rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/sass/media/_captions.scss diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/sass/media/_galleries.scss b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/sass/media/_galleries.scss similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/sass/media/_galleries.scss rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/sass/media/_galleries.scss diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/sass/media/_media.scss b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/sass/media/_media.scss similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/sass/media/_media.scss rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/sass/media/_media.scss diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/sass/mixins/_mixins-master.scss b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/sass/mixins/_mixins-master.scss similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/sass/mixins/_mixins-master.scss rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/sass/mixins/_mixins-master.scss diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/sass/mixins/_utilities.scss b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/sass/mixins/_utilities.scss similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/sass/mixins/_utilities.scss rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/sass/mixins/_utilities.scss diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/sass/modules/_accessibility.scss b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/sass/modules/_accessibility.scss similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/sass/modules/_accessibility.scss rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/sass/modules/_accessibility.scss diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/sass/modules/_alignments.scss b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/sass/modules/_alignments.scss similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/sass/modules/_alignments.scss rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/sass/modules/_alignments.scss diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/sass/modules/_clearings.scss b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/sass/modules/_clearings.scss similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/sass/modules/_clearings.scss rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/sass/modules/_clearings.scss diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/sass/navigation/_links.scss b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/sass/navigation/_links.scss similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/sass/navigation/_links.scss rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/sass/navigation/_links.scss diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/sass/navigation/_menu-footer-navigation.scss b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/sass/navigation/_menu-footer-navigation.scss similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/sass/navigation/_menu-footer-navigation.scss rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/sass/navigation/_menu-footer-navigation.scss diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/sass/navigation/_menu-main-navigation.scss b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/sass/navigation/_menu-main-navigation.scss similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/sass/navigation/_menu-main-navigation.scss rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/sass/navigation/_menu-main-navigation.scss diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/sass/navigation/_menu-social-navigation.scss b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/sass/navigation/_menu-social-navigation.scss similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/sass/navigation/_menu-social-navigation.scss rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/sass/navigation/_menu-social-navigation.scss diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/sass/navigation/_navigation.scss b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/sass/navigation/_navigation.scss similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/sass/navigation/_navigation.scss rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/sass/navigation/_navigation.scss diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/sass/navigation/_next-previous.scss b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/sass/navigation/_next-previous.scss similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/sass/navigation/_next-previous.scss rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/sass/navigation/_next-previous.scss diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/sass/site/_site.scss b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/sass/site/_site.scss similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/sass/site/_site.scss rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/sass/site/_site.scss diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/sass/site/footer/_site-footer.scss b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/sass/site/footer/_site-footer.scss similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/sass/site/footer/_site-footer.scss rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/sass/site/footer/_site-footer.scss diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/sass/site/header/_site-featured-image.scss b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/sass/site/header/_site-featured-image.scss similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/sass/site/header/_site-featured-image.scss rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/sass/site/header/_site-featured-image.scss diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/sass/site/header/_site-header.scss b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/sass/site/header/_site-header.scss similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/sass/site/header/_site-header.scss rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/sass/site/header/_site-header.scss diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/sass/site/primary/_archives.scss b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/sass/site/primary/_archives.scss similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/sass/site/primary/_archives.scss rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/sass/site/primary/_archives.scss diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/sass/site/primary/_comments.scss b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/sass/site/primary/_comments.scss similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/sass/site/primary/_comments.scss rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/sass/site/primary/_comments.scss diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/sass/site/primary/_posts-and-pages.scss b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/sass/site/primary/_posts-and-pages.scss similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/sass/site/primary/_posts-and-pages.scss rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/sass/site/primary/_posts-and-pages.scss diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/sass/site/secondary/_widgets.scss b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/sass/site/secondary/_widgets.scss similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/sass/site/secondary/_widgets.scss rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/sass/site/secondary/_widgets.scss diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/sass/typography/_copy.scss b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/sass/typography/_copy.scss similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/sass/typography/_copy.scss rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/sass/typography/_copy.scss diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/sass/typography/_headings.scss b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/sass/typography/_headings.scss similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/sass/typography/_headings.scss rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/sass/typography/_headings.scss diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/sass/typography/_typography.scss b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/sass/typography/_typography.scss similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/sass/typography/_typography.scss rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/sass/typography/_typography.scss diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/sass/variables-site/_colors.scss b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/sass/variables-site/_colors.scss similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/sass/variables-site/_colors.scss rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/sass/variables-site/_colors.scss diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/sass/variables-site/_columns.scss b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/sass/variables-site/_columns.scss similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/sass/variables-site/_columns.scss rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/sass/variables-site/_columns.scss diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/sass/variables-site/_fonts.scss b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/sass/variables-site/_fonts.scss similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/sass/variables-site/_fonts.scss rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/sass/variables-site/_fonts.scss diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/sass/variables-site/_structure.scss b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/sass/variables-site/_structure.scss similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/sass/variables-site/_structure.scss rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/sass/variables-site/_structure.scss diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/sass/variables-site/_transitions.scss b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/sass/variables-site/_transitions.scss similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/sass/variables-site/_transitions.scss rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/sass/variables-site/_transitions.scss diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/sass/variables-site/_variables-site.scss b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/sass/variables-site/_variables-site.scss similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/sass/variables-site/_variables-site.scss rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/sass/variables-site/_variables-site.scss diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/screenshot.png b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/screenshot.png similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/screenshot.png rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/screenshot.png diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/search.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/search.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/search.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/search.php diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/single.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/single.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/single.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/single.php diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/style-editor-customizer.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/style-editor-customizer.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/style-editor-customizer.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/style-editor-customizer.css diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/style-editor-customizer.scss b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/style-editor-customizer.scss similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/style-editor-customizer.scss rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/style-editor-customizer.scss diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/style-editor.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/style-editor.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/style-editor.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/style-editor.css diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/style-editor.scss b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/style-editor.scss similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/style-editor.scss rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/style-editor.scss diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/style-rtl.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/style-rtl.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/style-rtl.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/style-rtl.css diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/style.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/style.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/style.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/style.css diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/style.scss b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/style.scss similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/style.scss rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/style.scss diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/template-parts/content/content-excerpt.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/template-parts/content/content-excerpt.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/template-parts/content/content-excerpt.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/template-parts/content/content-excerpt.php diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/template-parts/content/content-none.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/template-parts/content/content-none.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/template-parts/content/content-none.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/template-parts/content/content-none.php diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/template-parts/content/content-page.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/template-parts/content/content-page.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/template-parts/content/content-page.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/template-parts/content/content-page.php diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/template-parts/content/content-single.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/template-parts/content/content-single.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/template-parts/content/content-single.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/template-parts/content/content-single.php diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/template-parts/content/content.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/template-parts/content/content.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/template-parts/content/content.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/template-parts/content/content.php diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/template-parts/footer/footer-widgets.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/template-parts/footer/footer-widgets.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/template-parts/footer/footer-widgets.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/template-parts/footer/footer-widgets.php diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/template-parts/header/entry-header.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/template-parts/header/entry-header.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/template-parts/header/entry-header.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/template-parts/header/entry-header.php diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/template-parts/header/site-branding.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/template-parts/header/site-branding.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/template-parts/header/site-branding.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/template-parts/header/site-branding.php diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/template-parts/post/author-bio.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/template-parts/post/author-bio.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/template-parts/post/author-bio.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/template-parts/post/author-bio.php diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/template-parts/post/discussion-meta.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/template-parts/post/discussion-meta.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentynineteen/template-parts/post/discussion-meta.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentynineteen/template-parts/post/discussion-meta.php diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwenty/.stylelintrc.json b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwenty/.stylelintrc.json similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwenty/.stylelintrc.json rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwenty/.stylelintrc.json diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwenty/404.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwenty/404.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwenty/404.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwenty/404.php diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwenty/assets/css/editor-style-block.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwenty/assets/css/editor-style-block.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwenty/assets/css/editor-style-block.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwenty/assets/css/editor-style-block.css diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwenty/assets/css/editor-style-classic-rtl.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwenty/assets/css/editor-style-classic-rtl.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwenty/assets/css/editor-style-classic-rtl.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwenty/assets/css/editor-style-classic-rtl.css diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwenty/assets/css/editor-style-classic.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwenty/assets/css/editor-style-classic.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwenty/assets/css/editor-style-classic.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwenty/assets/css/editor-style-classic.css diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwenty/assets/fonts/inter/Inter-italic-var.woff2 b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwenty/assets/fonts/inter/Inter-italic-var.woff2 similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwenty/assets/fonts/inter/Inter-italic-var.woff2 rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwenty/assets/fonts/inter/Inter-italic-var.woff2 diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwenty/assets/fonts/inter/Inter-upright-var.woff2 b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwenty/assets/fonts/inter/Inter-upright-var.woff2 similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwenty/assets/fonts/inter/Inter-upright-var.woff2 rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwenty/assets/fonts/inter/Inter-upright-var.woff2 diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwenty/assets/images/2020-landscape-1.png b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwenty/assets/images/2020-landscape-1.png similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwenty/assets/images/2020-landscape-1.png rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwenty/assets/images/2020-landscape-1.png diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwenty/assets/images/2020-landscape-2.png b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwenty/assets/images/2020-landscape-2.png similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwenty/assets/images/2020-landscape-2.png rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwenty/assets/images/2020-landscape-2.png diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwenty/assets/images/2020-square-1.png b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwenty/assets/images/2020-square-1.png similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwenty/assets/images/2020-square-1.png rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwenty/assets/images/2020-square-1.png diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwenty/assets/images/2020-square-2.png b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwenty/assets/images/2020-square-2.png similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwenty/assets/images/2020-square-2.png rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwenty/assets/images/2020-square-2.png diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwenty/assets/images/2020-three-quarters-1.png b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwenty/assets/images/2020-three-quarters-1.png similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwenty/assets/images/2020-three-quarters-1.png rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwenty/assets/images/2020-three-quarters-1.png diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwenty/assets/images/2020-three-quarters-2.png b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwenty/assets/images/2020-three-quarters-2.png similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwenty/assets/images/2020-three-quarters-2.png rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwenty/assets/images/2020-three-quarters-2.png diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwenty/assets/images/2020-three-quarters-3.png b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwenty/assets/images/2020-three-quarters-3.png similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwenty/assets/images/2020-three-quarters-3.png rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwenty/assets/images/2020-three-quarters-3.png diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwenty/assets/images/2020-three-quarters-4.png b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwenty/assets/images/2020-three-quarters-4.png similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwenty/assets/images/2020-three-quarters-4.png rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwenty/assets/images/2020-three-quarters-4.png diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwenty/assets/js/color-calculations.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwenty/assets/js/color-calculations.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwenty/assets/js/color-calculations.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwenty/assets/js/color-calculations.js diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwenty/assets/js/customize-controls.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwenty/assets/js/customize-controls.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwenty/assets/js/customize-controls.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwenty/assets/js/customize-controls.js diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwenty/assets/js/customize-preview.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwenty/assets/js/customize-preview.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwenty/assets/js/customize-preview.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwenty/assets/js/customize-preview.js diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwenty/assets/js/customize.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwenty/assets/js/customize.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwenty/assets/js/customize.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwenty/assets/js/customize.js diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwenty/assets/js/editor-script-block.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwenty/assets/js/editor-script-block.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwenty/assets/js/editor-script-block.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwenty/assets/js/editor-script-block.js diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwenty/assets/js/index.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwenty/assets/js/index.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwenty/assets/js/index.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwenty/assets/js/index.js diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwenty/assets/js/skip-link-focus-fix.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwenty/assets/js/skip-link-focus-fix.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwenty/assets/js/skip-link-focus-fix.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwenty/assets/js/skip-link-focus-fix.js diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwenty/classes/class-twentytwenty-customize.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwenty/classes/class-twentytwenty-customize.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwenty/classes/class-twentytwenty-customize.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwenty/classes/class-twentytwenty-customize.php diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwenty/classes/class-twentytwenty-non-latin-languages.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwenty/classes/class-twentytwenty-non-latin-languages.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwenty/classes/class-twentytwenty-non-latin-languages.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwenty/classes/class-twentytwenty-non-latin-languages.php diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwenty/classes/class-twentytwenty-script-loader.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwenty/classes/class-twentytwenty-script-loader.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwenty/classes/class-twentytwenty-script-loader.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwenty/classes/class-twentytwenty-script-loader.php diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwenty/classes/class-twentytwenty-separator-control.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwenty/classes/class-twentytwenty-separator-control.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwenty/classes/class-twentytwenty-separator-control.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwenty/classes/class-twentytwenty-separator-control.php diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwenty/classes/class-twentytwenty-svg-icons.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwenty/classes/class-twentytwenty-svg-icons.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwenty/classes/class-twentytwenty-svg-icons.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwenty/classes/class-twentytwenty-svg-icons.php diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwenty/classes/class-twentytwenty-walker-comment.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwenty/classes/class-twentytwenty-walker-comment.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwenty/classes/class-twentytwenty-walker-comment.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwenty/classes/class-twentytwenty-walker-comment.php diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwenty/classes/class-twentytwenty-walker-page.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwenty/classes/class-twentytwenty-walker-page.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwenty/classes/class-twentytwenty-walker-page.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwenty/classes/class-twentytwenty-walker-page.php diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwenty/comments.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwenty/comments.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwenty/comments.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwenty/comments.php diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwenty/footer.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwenty/footer.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwenty/footer.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwenty/footer.php diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwenty/functions.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwenty/functions.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwenty/functions.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwenty/functions.php diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwenty/header.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwenty/header.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwenty/header.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwenty/header.php diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwenty/inc/block-patterns.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwenty/inc/block-patterns.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwenty/inc/block-patterns.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwenty/inc/block-patterns.php diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwenty/inc/custom-css.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwenty/inc/custom-css.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwenty/inc/custom-css.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwenty/inc/custom-css.php diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwenty/inc/starter-content.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwenty/inc/starter-content.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwenty/inc/starter-content.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwenty/inc/starter-content.php diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwenty/inc/svg-icons.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwenty/inc/svg-icons.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwenty/inc/svg-icons.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwenty/inc/svg-icons.php diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwenty/inc/template-tags.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwenty/inc/template-tags.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwenty/inc/template-tags.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwenty/inc/template-tags.php diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwenty/index.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwenty/index.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwenty/index.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwenty/index.php diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwenty/package-lock.json b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwenty/package-lock.json similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwenty/package-lock.json rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwenty/package-lock.json diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwenty/package.json b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwenty/package.json similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwenty/package.json rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwenty/package.json diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwenty/print.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwenty/print.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwenty/print.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwenty/print.css diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwenty/readme.txt b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwenty/readme.txt similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwenty/readme.txt rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwenty/readme.txt diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwenty/screenshot.png b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwenty/screenshot.png similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwenty/screenshot.png rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwenty/screenshot.png diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwenty/searchform.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwenty/searchform.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwenty/searchform.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwenty/searchform.php diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwenty/singular.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwenty/singular.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwenty/singular.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwenty/singular.php diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwenty/style-rtl.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwenty/style-rtl.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwenty/style-rtl.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwenty/style-rtl.css diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwenty/style.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwenty/style.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwenty/style.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwenty/style.css diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwenty/template-parts/content-cover.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwenty/template-parts/content-cover.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwenty/template-parts/content-cover.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwenty/template-parts/content-cover.php diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwenty/template-parts/content.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwenty/template-parts/content.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwenty/template-parts/content.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwenty/template-parts/content.php diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwenty/template-parts/entry-author-bio.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwenty/template-parts/entry-author-bio.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwenty/template-parts/entry-author-bio.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwenty/template-parts/entry-author-bio.php diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwenty/template-parts/entry-header.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwenty/template-parts/entry-header.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwenty/template-parts/entry-header.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwenty/template-parts/entry-header.php diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwenty/template-parts/featured-image.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwenty/template-parts/featured-image.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwenty/template-parts/featured-image.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwenty/template-parts/featured-image.php diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwenty/template-parts/footer-menus-widgets.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwenty/template-parts/footer-menus-widgets.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwenty/template-parts/footer-menus-widgets.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwenty/template-parts/footer-menus-widgets.php diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwenty/template-parts/modal-menu.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwenty/template-parts/modal-menu.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwenty/template-parts/modal-menu.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwenty/template-parts/modal-menu.php diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwenty/template-parts/modal-search.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwenty/template-parts/modal-search.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwenty/template-parts/modal-search.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwenty/template-parts/modal-search.php diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwenty/template-parts/navigation.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwenty/template-parts/navigation.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwenty/template-parts/navigation.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwenty/template-parts/navigation.php diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwenty/template-parts/pagination.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwenty/template-parts/pagination.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwenty/template-parts/pagination.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwenty/template-parts/pagination.php diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwenty/templates/template-cover.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwenty/templates/template-cover.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwenty/templates/template-cover.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwenty/templates/template-cover.php diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwenty/templates/template-full-width.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwenty/templates/template-full-width.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwenty/templates/template-full-width.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwenty/templates/template-full-width.php diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/.stylelintignore b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/.stylelintignore similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/.stylelintignore rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/.stylelintignore diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/.stylelintrc-css.json b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/.stylelintrc-css.json similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/.stylelintrc-css.json rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/.stylelintrc-css.json diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/.stylelintrc.json b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/.stylelintrc.json similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/.stylelintrc.json rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/.stylelintrc.json diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/404.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/404.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/404.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/404.php diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/archive.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/archive.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/archive.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/archive.php diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/css/custom-color-overrides.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/css/custom-color-overrides.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/css/custom-color-overrides.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/css/custom-color-overrides.css diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/css/ie-editor.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/css/ie-editor.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/css/ie-editor.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/css/ie-editor.css diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/css/ie.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/css/ie.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/css/ie.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/css/ie.css diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/css/print.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/css/print.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/css/print.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/css/print.css diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/css/style-dark-mode-rtl.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/css/style-dark-mode-rtl.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/css/style-dark-mode-rtl.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/css/style-dark-mode-rtl.css diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/css/style-dark-mode.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/css/style-dark-mode.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/css/style-dark-mode.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/css/style-dark-mode.css diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/css/style-editor-customizer.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/css/style-editor-customizer.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/css/style-editor-customizer.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/css/style-editor-customizer.css diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/css/style-editor.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/css/style-editor.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/css/style-editor.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/css/style-editor.css diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/images/Daffodils.jpg b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/images/Daffodils.jpg similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/images/Daffodils.jpg rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/images/Daffodils.jpg diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/images/Reading.jpg b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/images/Reading.jpg similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/images/Reading.jpg rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/images/Reading.jpg diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/images/in-the-bois-de-boulogne.jpg b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/images/in-the-bois-de-boulogne.jpg similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/images/in-the-bois-de-boulogne.jpg rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/images/in-the-bois-de-boulogne.jpg diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/images/playing-in-the-sand.jpg b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/images/playing-in-the-sand.jpg similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/images/playing-in-the-sand.jpg rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/images/playing-in-the-sand.jpg diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/images/roses-tremieres-hollyhocks-1884.jpg b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/images/roses-tremieres-hollyhocks-1884.jpg similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/images/roses-tremieres-hollyhocks-1884.jpg rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/images/roses-tremieres-hollyhocks-1884.jpg diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/images/self-portrait-1885.jpg b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/images/self-portrait-1885.jpg similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/images/self-portrait-1885.jpg rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/images/self-portrait-1885.jpg diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/images/the-garden-at-bougival-1884.jpg b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/images/the-garden-at-bougival-1884.jpg similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/images/the-garden-at-bougival-1884.jpg rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/images/the-garden-at-bougival-1884.jpg diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/images/villa-with-orange-trees-nice.jpg b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/images/villa-with-orange-trees-nice.jpg similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/images/villa-with-orange-trees-nice.jpg rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/images/villa-with-orange-trees-nice.jpg diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/images/young-woman-in-mauve.jpg b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/images/young-woman-in-mauve.jpg similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/images/young-woman-in-mauve.jpg rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/images/young-woman-in-mauve.jpg diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/js/customize-helpers.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/js/customize-helpers.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/js/customize-helpers.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/js/customize-helpers.js diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/js/customize-preview.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/js/customize-preview.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/js/customize-preview.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/js/customize-preview.js diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/js/customize.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/js/customize.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/js/customize.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/js/customize.js diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/js/dark-mode-toggler.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/js/dark-mode-toggler.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/js/dark-mode-toggler.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/js/dark-mode-toggler.js diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/js/editor-dark-mode-support.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/js/editor-dark-mode-support.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/js/editor-dark-mode-support.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/js/editor-dark-mode-support.js diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/js/editor.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/js/editor.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/js/editor.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/js/editor.js diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/js/palette-colorpicker.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/js/palette-colorpicker.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/js/palette-colorpicker.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/js/palette-colorpicker.js diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/js/polyfills.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/js/polyfills.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/js/polyfills.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/js/polyfills.js diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/js/primary-navigation.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/js/primary-navigation.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/js/primary-navigation.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/js/primary-navigation.js diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/js/responsive-embeds.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/js/responsive-embeds.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/js/responsive-embeds.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/js/responsive-embeds.js diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/js/skip-link-focus-fix.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/js/skip-link-focus-fix.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/js/skip-link-focus-fix.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/js/skip-link-focus-fix.js diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/01-settings/file-header.scss b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/01-settings/file-header.scss similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/01-settings/file-header.scss rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/01-settings/file-header.scss diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/01-settings/fonts.scss b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/01-settings/fonts.scss similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/01-settings/fonts.scss rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/01-settings/fonts.scss diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/01-settings/global.scss b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/01-settings/global.scss similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/01-settings/global.scss rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/01-settings/global.scss diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/02-tools/functions.scss b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/02-tools/functions.scss similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/02-tools/functions.scss rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/02-tools/functions.scss diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/02-tools/mixins.scss b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/02-tools/mixins.scss similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/02-tools/mixins.scss rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/02-tools/mixins.scss diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/03-generic/breakpoints.scss b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/03-generic/breakpoints.scss similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/03-generic/breakpoints.scss rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/03-generic/breakpoints.scss diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/03-generic/clearings.scss b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/03-generic/clearings.scss similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/03-generic/clearings.scss rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/03-generic/clearings.scss diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/03-generic/normalize.scss b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/03-generic/normalize.scss similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/03-generic/normalize.scss rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/03-generic/normalize.scss diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/03-generic/reset.scss b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/03-generic/reset.scss similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/03-generic/reset.scss rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/03-generic/reset.scss diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/03-generic/vertical-margins.scss b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/03-generic/vertical-margins.scss similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/03-generic/vertical-margins.scss rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/03-generic/vertical-margins.scss diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/04-elements/blockquote.scss b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/04-elements/blockquote.scss similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/04-elements/blockquote.scss rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/04-elements/blockquote.scss diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/04-elements/forms-editor.scss b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/04-elements/forms-editor.scss similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/04-elements/forms-editor.scss rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/04-elements/forms-editor.scss diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/04-elements/forms.scss b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/04-elements/forms.scss similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/04-elements/forms.scss rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/04-elements/forms.scss diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/04-elements/links.scss b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/04-elements/links.scss similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/04-elements/links.scss rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/04-elements/links.scss diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/04-elements/media.scss b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/04-elements/media.scss similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/04-elements/media.scss rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/04-elements/media.scss diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/04-elements/misc.scss b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/04-elements/misc.scss similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/04-elements/misc.scss rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/04-elements/misc.scss diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/05-blocks/_config.scss b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/_config.scss similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/05-blocks/_config.scss rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/_config.scss diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/05-blocks/audio/_style.scss b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/audio/_style.scss similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/05-blocks/audio/_style.scss rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/audio/_style.scss diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/05-blocks/blocks-editor.scss b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/blocks-editor.scss similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/05-blocks/blocks-editor.scss rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/blocks-editor.scss diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/05-blocks/blocks.scss b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/blocks.scss similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/05-blocks/blocks.scss rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/blocks.scss diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/05-blocks/button/_editor.scss b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/button/_editor.scss similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/05-blocks/button/_editor.scss rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/button/_editor.scss diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/05-blocks/button/_style.scss b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/button/_style.scss similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/05-blocks/button/_style.scss rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/button/_style.scss diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/05-blocks/code/_editor.scss b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/code/_editor.scss similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/05-blocks/code/_editor.scss rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/code/_editor.scss diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/05-blocks/code/_style.scss b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/code/_style.scss similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/05-blocks/code/_style.scss rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/code/_style.scss diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/05-blocks/columns/_editor.scss b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/columns/_editor.scss similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/05-blocks/columns/_editor.scss rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/columns/_editor.scss diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/05-blocks/columns/_style.scss b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/columns/_style.scss similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/05-blocks/columns/_style.scss rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/columns/_style.scss diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/05-blocks/cover/_editor.scss b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/cover/_editor.scss similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/05-blocks/cover/_editor.scss rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/cover/_editor.scss diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/05-blocks/cover/_style.scss b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/cover/_style.scss similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/05-blocks/cover/_style.scss rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/cover/_style.scss diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/05-blocks/file/_editor.scss b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/file/_editor.scss similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/05-blocks/file/_editor.scss rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/file/_editor.scss diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/05-blocks/file/_style.scss b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/file/_style.scss similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/05-blocks/file/_style.scss rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/file/_style.scss diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/05-blocks/gallery/_editor.scss b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/gallery/_editor.scss similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/05-blocks/gallery/_editor.scss rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/gallery/_editor.scss diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/05-blocks/gallery/_style.scss b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/gallery/_style.scss similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/05-blocks/gallery/_style.scss rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/gallery/_style.scss diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/05-blocks/group/_editor.scss b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/group/_editor.scss similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/05-blocks/group/_editor.scss rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/group/_editor.scss diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/05-blocks/group/_style.scss b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/group/_style.scss similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/05-blocks/group/_style.scss rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/group/_style.scss diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/05-blocks/heading/_editor.scss b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/heading/_editor.scss similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/05-blocks/heading/_editor.scss rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/heading/_editor.scss diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/05-blocks/heading/_style.scss b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/heading/_style.scss similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/05-blocks/heading/_style.scss rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/heading/_style.scss diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/05-blocks/html/_editor.scss b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/html/_editor.scss similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/05-blocks/html/_editor.scss rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/html/_editor.scss diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/05-blocks/image/_editor.scss b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/image/_editor.scss similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/05-blocks/image/_editor.scss rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/image/_editor.scss diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/05-blocks/image/_style.scss b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/image/_style.scss similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/05-blocks/image/_style.scss rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/image/_style.scss diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/05-blocks/latest-comments/_editor.scss b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/latest-comments/_editor.scss similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/05-blocks/latest-comments/_editor.scss rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/latest-comments/_editor.scss diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/05-blocks/latest-comments/_style.scss b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/latest-comments/_style.scss similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/05-blocks/latest-comments/_style.scss rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/latest-comments/_style.scss diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/05-blocks/latest-posts/_editor.scss b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/latest-posts/_editor.scss similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/05-blocks/latest-posts/_editor.scss rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/latest-posts/_editor.scss diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/05-blocks/latest-posts/_style.scss b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/latest-posts/_style.scss similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/05-blocks/latest-posts/_style.scss rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/latest-posts/_style.scss diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/05-blocks/legacy/_editor.scss b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/legacy/_editor.scss similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/05-blocks/legacy/_editor.scss rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/legacy/_editor.scss diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/05-blocks/legacy/_style.scss b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/legacy/_style.scss similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/05-blocks/legacy/_style.scss rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/legacy/_style.scss diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/05-blocks/list/_editor.scss b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/list/_editor.scss similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/05-blocks/list/_editor.scss rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/list/_editor.scss diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/05-blocks/list/_style.scss b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/list/_style.scss similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/05-blocks/list/_style.scss rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/list/_style.scss diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/05-blocks/media-text/_editor.scss b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/media-text/_editor.scss similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/05-blocks/media-text/_editor.scss rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/media-text/_editor.scss diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/05-blocks/media-text/_style.scss b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/media-text/_style.scss similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/05-blocks/media-text/_style.scss rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/media-text/_style.scss diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/05-blocks/navigation/_editor.scss b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/navigation/_editor.scss similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/05-blocks/navigation/_editor.scss rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/navigation/_editor.scss diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/05-blocks/navigation/_style.scss b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/navigation/_style.scss similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/05-blocks/navigation/_style.scss rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/navigation/_style.scss diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/05-blocks/paragraph/_editor.scss b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/paragraph/_editor.scss similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/05-blocks/paragraph/_editor.scss rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/paragraph/_editor.scss diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/05-blocks/paragraph/_style.scss b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/paragraph/_style.scss similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/05-blocks/paragraph/_style.scss rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/paragraph/_style.scss diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/05-blocks/preformatted/_editor.scss b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/preformatted/_editor.scss similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/05-blocks/preformatted/_editor.scss rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/preformatted/_editor.scss diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/05-blocks/preformatted/_style.scss b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/preformatted/_style.scss similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/05-blocks/preformatted/_style.scss rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/preformatted/_style.scss diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/05-blocks/pullquote/_editor.scss b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/pullquote/_editor.scss similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/05-blocks/pullquote/_editor.scss rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/pullquote/_editor.scss diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/05-blocks/pullquote/_style.scss b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/pullquote/_style.scss similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/05-blocks/pullquote/_style.scss rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/pullquote/_style.scss diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/05-blocks/quote/_editor.scss b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/quote/_editor.scss similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/05-blocks/quote/_editor.scss rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/quote/_editor.scss diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/05-blocks/quote/_style.scss b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/quote/_style.scss similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/05-blocks/quote/_style.scss rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/quote/_style.scss diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/05-blocks/rss/_editor.scss b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/rss/_editor.scss similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/05-blocks/rss/_editor.scss rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/rss/_editor.scss diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/05-blocks/rss/_style.scss b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/rss/_style.scss similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/05-blocks/rss/_style.scss rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/rss/_style.scss diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/05-blocks/search/_editor.scss b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/search/_editor.scss similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/05-blocks/search/_editor.scss rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/search/_editor.scss diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/05-blocks/search/_style.scss b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/search/_style.scss similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/05-blocks/search/_style.scss rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/search/_style.scss diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/05-blocks/separator/_editor.scss b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/separator/_editor.scss similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/05-blocks/separator/_editor.scss rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/separator/_editor.scss diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/05-blocks/separator/_style.scss b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/separator/_style.scss similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/05-blocks/separator/_style.scss rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/separator/_style.scss diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/05-blocks/social-icons/_editor.scss b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/social-icons/_editor.scss similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/05-blocks/social-icons/_editor.scss rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/social-icons/_editor.scss diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/05-blocks/social-icons/_style.scss b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/social-icons/_style.scss similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/05-blocks/social-icons/_style.scss rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/social-icons/_style.scss diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/05-blocks/spacer/_style.scss b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/spacer/_style.scss similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/05-blocks/spacer/_style.scss rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/spacer/_style.scss diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/05-blocks/table/_editor.scss b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/table/_editor.scss similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/05-blocks/table/_editor.scss rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/table/_editor.scss diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/05-blocks/table/_style.scss b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/table/_style.scss similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/05-blocks/table/_style.scss rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/table/_style.scss diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/05-blocks/tag-clould/_editor.scss b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/tag-clould/_editor.scss similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/05-blocks/tag-clould/_editor.scss rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/tag-clould/_editor.scss diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/05-blocks/tag-clould/_style.scss b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/tag-clould/_style.scss similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/05-blocks/tag-clould/_style.scss rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/tag-clould/_style.scss diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/05-blocks/utilities/_editor.scss b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/utilities/_editor.scss similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/05-blocks/utilities/_editor.scss rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/utilities/_editor.scss diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/05-blocks/utilities/_font-sizes.scss b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/utilities/_font-sizes.scss similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/05-blocks/utilities/_font-sizes.scss rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/utilities/_font-sizes.scss diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/05-blocks/utilities/_style.scss b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/utilities/_style.scss similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/05-blocks/utilities/_style.scss rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/utilities/_style.scss diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/05-blocks/verse/_editor.scss b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/verse/_editor.scss similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/05-blocks/verse/_editor.scss rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/verse/_editor.scss diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/05-blocks/verse/_style.scss b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/verse/_style.scss similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/05-blocks/verse/_style.scss rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/verse/_style.scss diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/05-blocks/video/_style.scss b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/video/_style.scss similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/05-blocks/video/_style.scss rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/video/_style.scss diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/06-components/404.scss b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/06-components/404.scss similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/06-components/404.scss rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/06-components/404.scss diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/06-components/archives.scss b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/06-components/archives.scss similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/06-components/archives.scss rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/06-components/archives.scss diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/06-components/comments.scss b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/06-components/comments.scss similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/06-components/comments.scss rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/06-components/comments.scss diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/06-components/editor.scss b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/06-components/editor.scss similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/06-components/editor.scss rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/06-components/editor.scss diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/06-components/entry.scss b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/06-components/entry.scss similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/06-components/entry.scss rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/06-components/entry.scss diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/06-components/footer-navigation.scss b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/06-components/footer-navigation.scss similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/06-components/footer-navigation.scss rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/06-components/footer-navigation.scss diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/06-components/footer.scss b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/06-components/footer.scss similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/06-components/footer.scss rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/06-components/footer.scss diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/06-components/header.scss b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/06-components/header.scss similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/06-components/header.scss rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/06-components/header.scss diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/06-components/navigation.scss b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/06-components/navigation.scss similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/06-components/navigation.scss rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/06-components/navigation.scss diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/06-components/pagination.scss b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/06-components/pagination.scss similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/06-components/pagination.scss rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/06-components/pagination.scss diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/06-components/posts-and-pages.scss b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/06-components/posts-and-pages.scss similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/06-components/posts-and-pages.scss rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/06-components/posts-and-pages.scss diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/06-components/search.scss b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/06-components/search.scss similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/06-components/search.scss rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/06-components/search.scss diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/06-components/single.scss b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/06-components/single.scss similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/06-components/single.scss rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/06-components/single.scss diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/06-components/widgets.scss b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/06-components/widgets.scss similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/06-components/widgets.scss rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/06-components/widgets.scss diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/07-utilities/a11y.scss b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/07-utilities/a11y.scss similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/07-utilities/a11y.scss rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/07-utilities/a11y.scss diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/07-utilities/color-palette.scss b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/07-utilities/color-palette.scss similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/07-utilities/color-palette.scss rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/07-utilities/color-palette.scss diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/07-utilities/ie.scss b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/07-utilities/ie.scss similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/07-utilities/ie.scss rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/07-utilities/ie.scss diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/07-utilities/measure.scss b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/07-utilities/measure.scss similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/07-utilities/measure.scss rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/07-utilities/measure.scss diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/07-utilities/print.scss b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/07-utilities/print.scss similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/07-utilities/print.scss rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/07-utilities/print.scss diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/style-dark-mode.scss b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/style-dark-mode.scss similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/style-dark-mode.scss rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/style-dark-mode.scss diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/style-editor.scss b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/style-editor.scss similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/style-editor.scss rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/style-editor.scss diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/style.scss b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/style.scss similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/assets/sass/style.scss rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/assets/sass/style.scss diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-custom-colors.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-custom-colors.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-custom-colors.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-custom-colors.php diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-customize-color-control.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-customize-color-control.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-customize-color-control.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-customize-color-control.php diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-customize-notice-control.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-customize-notice-control.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-customize-notice-control.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-customize-notice-control.php diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-customize.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-customize.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-customize.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-customize.php diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-dark-mode.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-dark-mode.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-dark-mode.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-dark-mode.php diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-svg-icons.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-svg-icons.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-svg-icons.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-svg-icons.php diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/comments.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/comments.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/comments.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/comments.php diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/footer.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/footer.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/footer.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/footer.php diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/functions.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/functions.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/functions.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/functions.php diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/header.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/header.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/header.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/header.php diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/image.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/image.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/image.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/image.php diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/inc/back-compat.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/inc/back-compat.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/inc/back-compat.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/inc/back-compat.php diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/inc/block-patterns.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/inc/block-patterns.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/inc/block-patterns.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/inc/block-patterns.php diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/inc/block-styles.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/inc/block-styles.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/inc/block-styles.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/inc/block-styles.php diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/inc/custom-css.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/inc/custom-css.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/inc/custom-css.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/inc/custom-css.php diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/inc/menu-functions.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/inc/menu-functions.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/inc/menu-functions.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/inc/menu-functions.php diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/inc/starter-content.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/inc/starter-content.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/inc/starter-content.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/inc/starter-content.php diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/inc/template-functions.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/inc/template-functions.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/inc/template-functions.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/inc/template-functions.php diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/inc/template-tags.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/inc/template-tags.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/inc/template-tags.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/inc/template-tags.php diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/index.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/index.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/index.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/index.php diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/package-lock.json b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/package-lock.json similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/package-lock.json rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/package-lock.json diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/package.json b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/package.json similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/package.json rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/package.json diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/page.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/page.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/page.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/page.php diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/readme.txt b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/readme.txt similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/readme.txt rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/readme.txt diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/screenshot.png b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/screenshot.png similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/screenshot.png rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/screenshot.png diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/search.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/search.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/search.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/search.php diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/searchform.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/searchform.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/searchform.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/searchform.php diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/single.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/single.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/single.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/single.php diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/style-rtl.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/style-rtl.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/style-rtl.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/style-rtl.css diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/style.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/style.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/style.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/style.css diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/template-parts/content/content-excerpt.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/template-parts/content/content-excerpt.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/template-parts/content/content-excerpt.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/template-parts/content/content-excerpt.php diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/template-parts/content/content-none.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/template-parts/content/content-none.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/template-parts/content/content-none.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/template-parts/content/content-none.php diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/template-parts/content/content-page.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/template-parts/content/content-page.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/template-parts/content/content-page.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/template-parts/content/content-page.php diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/template-parts/content/content-single.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/template-parts/content/content-single.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/template-parts/content/content-single.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/template-parts/content/content-single.php diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/template-parts/content/content.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/template-parts/content/content.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/template-parts/content/content.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/template-parts/content/content.php diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-aside.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-aside.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-aside.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-aside.php diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-audio.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-audio.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-audio.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-audio.php diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-chat.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-chat.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-chat.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-chat.php diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-gallery.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-gallery.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-gallery.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-gallery.php diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-image.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-image.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-image.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-image.php diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-link.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-link.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-link.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-link.php diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-quote.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-quote.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-quote.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-quote.php diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-status.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-status.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-status.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-status.php diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-video.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-video.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-video.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-video.php diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt.php diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/template-parts/footer/footer-widgets.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/template-parts/footer/footer-widgets.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/template-parts/footer/footer-widgets.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/template-parts/footer/footer-widgets.php diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/template-parts/header/entry-header.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/template-parts/header/entry-header.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/template-parts/header/entry-header.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/template-parts/header/entry-header.php diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/template-parts/header/excerpt-header.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/template-parts/header/excerpt-header.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/template-parts/header/excerpt-header.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/template-parts/header/excerpt-header.php diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/template-parts/header/site-branding.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/template-parts/header/site-branding.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/template-parts/header/site-branding.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/template-parts/header/site-branding.php diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/template-parts/header/site-header.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/template-parts/header/site-header.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/template-parts/header/site-header.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/template-parts/header/site-header.php diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/template-parts/header/site-nav.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/template-parts/header/site-nav.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/template-parts/header/site-nav.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/template-parts/header/site-nav.php diff --git a/TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/template-parts/post/author-bio.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/template-parts/post/author-bio.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-content/themes/twentytwentyone/template-parts/post/author-bio.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-content/themes/twentytwentyone/template-parts/post/author-bio.php diff --git a/TE2/Proyecto Teknovate/wp-cron.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-cron.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-cron.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-cron.php diff --git a/TE2/Proyecto Teknovate/wp-includes/ID3/getid3.lib.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/ID3/getid3.lib.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/ID3/getid3.lib.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/ID3/getid3.lib.php diff --git a/TE2/Proyecto Teknovate/wp-includes/ID3/getid3.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/ID3/getid3.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/ID3/getid3.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/ID3/getid3.php diff --git a/TE2/Proyecto Teknovate/wp-includes/ID3/license.commercial.txt b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/ID3/license.commercial.txt similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/ID3/license.commercial.txt rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/ID3/license.commercial.txt diff --git a/TE2/Proyecto Teknovate/wp-includes/ID3/license.txt b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/ID3/license.txt similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/ID3/license.txt rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/ID3/license.txt diff --git a/TE2/Proyecto Teknovate/wp-includes/ID3/module.audio-video.asf.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/ID3/module.audio-video.asf.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/ID3/module.audio-video.asf.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/ID3/module.audio-video.asf.php diff --git a/TE2/Proyecto Teknovate/wp-includes/ID3/module.audio-video.flv.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/ID3/module.audio-video.flv.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/ID3/module.audio-video.flv.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/ID3/module.audio-video.flv.php diff --git a/TE2/Proyecto Teknovate/wp-includes/ID3/module.audio-video.matroska.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/ID3/module.audio-video.matroska.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/ID3/module.audio-video.matroska.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/ID3/module.audio-video.matroska.php diff --git a/TE2/Proyecto Teknovate/wp-includes/ID3/module.audio-video.quicktime.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/ID3/module.audio-video.quicktime.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/ID3/module.audio-video.quicktime.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/ID3/module.audio-video.quicktime.php diff --git a/TE2/Proyecto Teknovate/wp-includes/ID3/module.audio-video.riff.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/ID3/module.audio-video.riff.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/ID3/module.audio-video.riff.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/ID3/module.audio-video.riff.php diff --git a/TE2/Proyecto Teknovate/wp-includes/ID3/module.audio.ac3.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/ID3/module.audio.ac3.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/ID3/module.audio.ac3.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/ID3/module.audio.ac3.php diff --git a/TE2/Proyecto Teknovate/wp-includes/ID3/module.audio.dts.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/ID3/module.audio.dts.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/ID3/module.audio.dts.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/ID3/module.audio.dts.php diff --git a/TE2/Proyecto Teknovate/wp-includes/ID3/module.audio.flac.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/ID3/module.audio.flac.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/ID3/module.audio.flac.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/ID3/module.audio.flac.php diff --git a/TE2/Proyecto Teknovate/wp-includes/ID3/module.audio.mp3.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/ID3/module.audio.mp3.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/ID3/module.audio.mp3.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/ID3/module.audio.mp3.php diff --git a/TE2/Proyecto Teknovate/wp-includes/ID3/module.audio.ogg.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/ID3/module.audio.ogg.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/ID3/module.audio.ogg.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/ID3/module.audio.ogg.php diff --git a/TE2/Proyecto Teknovate/wp-includes/ID3/module.tag.apetag.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/ID3/module.tag.apetag.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/ID3/module.tag.apetag.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/ID3/module.tag.apetag.php diff --git a/TE2/Proyecto Teknovate/wp-includes/ID3/module.tag.id3v1.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/ID3/module.tag.id3v1.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/ID3/module.tag.id3v1.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/ID3/module.tag.id3v1.php diff --git a/TE2/Proyecto Teknovate/wp-includes/ID3/module.tag.id3v2.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/ID3/module.tag.id3v2.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/ID3/module.tag.id3v2.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/ID3/module.tag.id3v2.php diff --git a/TE2/Proyecto Teknovate/wp-includes/ID3/module.tag.lyrics3.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/ID3/module.tag.lyrics3.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/ID3/module.tag.lyrics3.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/ID3/module.tag.lyrics3.php diff --git a/TE2/Proyecto Teknovate/wp-includes/ID3/readme.txt b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/ID3/readme.txt similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/ID3/readme.txt rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/ID3/readme.txt diff --git a/TE2/Proyecto Teknovate/wp-includes/IXR/class-IXR-base64.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/IXR/class-IXR-base64.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/IXR/class-IXR-base64.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/IXR/class-IXR-base64.php diff --git a/TE2/Proyecto Teknovate/wp-includes/IXR/class-IXR-client.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/IXR/class-IXR-client.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/IXR/class-IXR-client.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/IXR/class-IXR-client.php diff --git a/TE2/Proyecto Teknovate/wp-includes/IXR/class-IXR-clientmulticall.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/IXR/class-IXR-clientmulticall.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/IXR/class-IXR-clientmulticall.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/IXR/class-IXR-clientmulticall.php diff --git a/TE2/Proyecto Teknovate/wp-includes/IXR/class-IXR-date.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/IXR/class-IXR-date.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/IXR/class-IXR-date.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/IXR/class-IXR-date.php diff --git a/TE2/Proyecto Teknovate/wp-includes/IXR/class-IXR-error.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/IXR/class-IXR-error.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/IXR/class-IXR-error.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/IXR/class-IXR-error.php diff --git a/TE2/Proyecto Teknovate/wp-includes/IXR/class-IXR-introspectionserver.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/IXR/class-IXR-introspectionserver.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/IXR/class-IXR-introspectionserver.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/IXR/class-IXR-introspectionserver.php diff --git a/TE2/Proyecto Teknovate/wp-includes/IXR/class-IXR-message.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/IXR/class-IXR-message.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/IXR/class-IXR-message.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/IXR/class-IXR-message.php diff --git a/TE2/Proyecto Teknovate/wp-includes/IXR/class-IXR-request.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/IXR/class-IXR-request.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/IXR/class-IXR-request.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/IXR/class-IXR-request.php diff --git a/TE2/Proyecto Teknovate/wp-includes/IXR/class-IXR-server.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/IXR/class-IXR-server.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/IXR/class-IXR-server.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/IXR/class-IXR-server.php diff --git a/TE2/Proyecto Teknovate/wp-includes/IXR/class-IXR-value.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/IXR/class-IXR-value.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/IXR/class-IXR-value.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/IXR/class-IXR-value.php diff --git a/TE2/Proyecto Teknovate/wp-includes/PHPMailer/Exception.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/PHPMailer/Exception.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/PHPMailer/Exception.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/PHPMailer/Exception.php diff --git a/TE2/Proyecto Teknovate/wp-includes/PHPMailer/PHPMailer.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/PHPMailer/PHPMailer.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/PHPMailer/PHPMailer.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/PHPMailer/PHPMailer.php diff --git a/TE2/Proyecto Teknovate/wp-includes/PHPMailer/SMTP.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/PHPMailer/SMTP.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/PHPMailer/SMTP.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/PHPMailer/SMTP.php diff --git a/TE2/Proyecto Teknovate/wp-includes/Requests/Auth.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/Requests/Auth.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/Requests/Auth.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/Requests/Auth.php diff --git a/TE2/Proyecto Teknovate/wp-includes/Requests/Auth/Basic.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/Requests/Auth/Basic.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/Requests/Auth/Basic.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/Requests/Auth/Basic.php diff --git a/TE2/Proyecto Teknovate/wp-includes/Requests/Cookie.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/Requests/Cookie.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/Requests/Cookie.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/Requests/Cookie.php diff --git a/TE2/Proyecto Teknovate/wp-includes/Requests/Cookie/Jar.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/Requests/Cookie/Jar.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/Requests/Cookie/Jar.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/Requests/Cookie/Jar.php diff --git a/TE2/Proyecto Teknovate/wp-includes/Requests/Exception.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/Requests/Exception.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/Requests/Exception.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/Requests/Exception.php diff --git a/TE2/Proyecto Teknovate/wp-includes/Requests/Exception/HTTP.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/Requests/Exception/HTTP.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/Requests/Exception/HTTP.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/Requests/Exception/HTTP.php diff --git a/TE2/Proyecto Teknovate/wp-includes/Requests/Exception/HTTP/304.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/Requests/Exception/HTTP/304.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/Requests/Exception/HTTP/304.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/Requests/Exception/HTTP/304.php diff --git a/TE2/Proyecto Teknovate/wp-includes/Requests/Exception/HTTP/305.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/Requests/Exception/HTTP/305.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/Requests/Exception/HTTP/305.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/Requests/Exception/HTTP/305.php diff --git a/TE2/Proyecto Teknovate/wp-includes/Requests/Exception/HTTP/306.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/Requests/Exception/HTTP/306.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/Requests/Exception/HTTP/306.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/Requests/Exception/HTTP/306.php diff --git a/TE2/Proyecto Teknovate/wp-includes/Requests/Exception/HTTP/400.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/Requests/Exception/HTTP/400.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/Requests/Exception/HTTP/400.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/Requests/Exception/HTTP/400.php diff --git a/TE2/Proyecto Teknovate/wp-includes/Requests/Exception/HTTP/401.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/Requests/Exception/HTTP/401.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/Requests/Exception/HTTP/401.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/Requests/Exception/HTTP/401.php diff --git a/TE2/Proyecto Teknovate/wp-includes/Requests/Exception/HTTP/402.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/Requests/Exception/HTTP/402.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/Requests/Exception/HTTP/402.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/Requests/Exception/HTTP/402.php diff --git a/TE2/Proyecto Teknovate/wp-includes/Requests/Exception/HTTP/403.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/Requests/Exception/HTTP/403.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/Requests/Exception/HTTP/403.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/Requests/Exception/HTTP/403.php diff --git a/TE2/Proyecto Teknovate/wp-includes/Requests/Exception/HTTP/404.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/Requests/Exception/HTTP/404.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/Requests/Exception/HTTP/404.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/Requests/Exception/HTTP/404.php diff --git a/TE2/Proyecto Teknovate/wp-includes/Requests/Exception/HTTP/405.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/Requests/Exception/HTTP/405.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/Requests/Exception/HTTP/405.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/Requests/Exception/HTTP/405.php diff --git a/TE2/Proyecto Teknovate/wp-includes/Requests/Exception/HTTP/406.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/Requests/Exception/HTTP/406.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/Requests/Exception/HTTP/406.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/Requests/Exception/HTTP/406.php diff --git a/TE2/Proyecto Teknovate/wp-includes/Requests/Exception/HTTP/407.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/Requests/Exception/HTTP/407.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/Requests/Exception/HTTP/407.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/Requests/Exception/HTTP/407.php diff --git a/TE2/Proyecto Teknovate/wp-includes/Requests/Exception/HTTP/408.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/Requests/Exception/HTTP/408.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/Requests/Exception/HTTP/408.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/Requests/Exception/HTTP/408.php diff --git a/TE2/Proyecto Teknovate/wp-includes/Requests/Exception/HTTP/409.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/Requests/Exception/HTTP/409.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/Requests/Exception/HTTP/409.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/Requests/Exception/HTTP/409.php diff --git a/TE2/Proyecto Teknovate/wp-includes/Requests/Exception/HTTP/410.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/Requests/Exception/HTTP/410.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/Requests/Exception/HTTP/410.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/Requests/Exception/HTTP/410.php diff --git a/TE2/Proyecto Teknovate/wp-includes/Requests/Exception/HTTP/411.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/Requests/Exception/HTTP/411.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/Requests/Exception/HTTP/411.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/Requests/Exception/HTTP/411.php diff --git a/TE2/Proyecto Teknovate/wp-includes/Requests/Exception/HTTP/412.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/Requests/Exception/HTTP/412.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/Requests/Exception/HTTP/412.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/Requests/Exception/HTTP/412.php diff --git a/TE2/Proyecto Teknovate/wp-includes/Requests/Exception/HTTP/413.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/Requests/Exception/HTTP/413.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/Requests/Exception/HTTP/413.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/Requests/Exception/HTTP/413.php diff --git a/TE2/Proyecto Teknovate/wp-includes/Requests/Exception/HTTP/414.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/Requests/Exception/HTTP/414.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/Requests/Exception/HTTP/414.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/Requests/Exception/HTTP/414.php diff --git a/TE2/Proyecto Teknovate/wp-includes/Requests/Exception/HTTP/415.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/Requests/Exception/HTTP/415.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/Requests/Exception/HTTP/415.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/Requests/Exception/HTTP/415.php diff --git a/TE2/Proyecto Teknovate/wp-includes/Requests/Exception/HTTP/416.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/Requests/Exception/HTTP/416.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/Requests/Exception/HTTP/416.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/Requests/Exception/HTTP/416.php diff --git a/TE2/Proyecto Teknovate/wp-includes/Requests/Exception/HTTP/417.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/Requests/Exception/HTTP/417.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/Requests/Exception/HTTP/417.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/Requests/Exception/HTTP/417.php diff --git a/TE2/Proyecto Teknovate/wp-includes/Requests/Exception/HTTP/418.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/Requests/Exception/HTTP/418.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/Requests/Exception/HTTP/418.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/Requests/Exception/HTTP/418.php diff --git a/TE2/Proyecto Teknovate/wp-includes/Requests/Exception/HTTP/428.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/Requests/Exception/HTTP/428.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/Requests/Exception/HTTP/428.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/Requests/Exception/HTTP/428.php diff --git a/TE2/Proyecto Teknovate/wp-includes/Requests/Exception/HTTP/429.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/Requests/Exception/HTTP/429.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/Requests/Exception/HTTP/429.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/Requests/Exception/HTTP/429.php diff --git a/TE2/Proyecto Teknovate/wp-includes/Requests/Exception/HTTP/431.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/Requests/Exception/HTTP/431.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/Requests/Exception/HTTP/431.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/Requests/Exception/HTTP/431.php diff --git a/TE2/Proyecto Teknovate/wp-includes/Requests/Exception/HTTP/500.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/Requests/Exception/HTTP/500.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/Requests/Exception/HTTP/500.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/Requests/Exception/HTTP/500.php diff --git a/TE2/Proyecto Teknovate/wp-includes/Requests/Exception/HTTP/501.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/Requests/Exception/HTTP/501.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/Requests/Exception/HTTP/501.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/Requests/Exception/HTTP/501.php diff --git a/TE2/Proyecto Teknovate/wp-includes/Requests/Exception/HTTP/502.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/Requests/Exception/HTTP/502.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/Requests/Exception/HTTP/502.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/Requests/Exception/HTTP/502.php diff --git a/TE2/Proyecto Teknovate/wp-includes/Requests/Exception/HTTP/503.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/Requests/Exception/HTTP/503.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/Requests/Exception/HTTP/503.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/Requests/Exception/HTTP/503.php diff --git a/TE2/Proyecto Teknovate/wp-includes/Requests/Exception/HTTP/504.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/Requests/Exception/HTTP/504.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/Requests/Exception/HTTP/504.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/Requests/Exception/HTTP/504.php diff --git a/TE2/Proyecto Teknovate/wp-includes/Requests/Exception/HTTP/505.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/Requests/Exception/HTTP/505.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/Requests/Exception/HTTP/505.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/Requests/Exception/HTTP/505.php diff --git a/TE2/Proyecto Teknovate/wp-includes/Requests/Exception/HTTP/511.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/Requests/Exception/HTTP/511.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/Requests/Exception/HTTP/511.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/Requests/Exception/HTTP/511.php diff --git a/TE2/Proyecto Teknovate/wp-includes/Requests/Exception/HTTP/Unknown.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/Requests/Exception/HTTP/Unknown.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/Requests/Exception/HTTP/Unknown.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/Requests/Exception/HTTP/Unknown.php diff --git a/TE2/Proyecto Teknovate/wp-includes/Requests/Exception/Transport.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/Requests/Exception/Transport.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/Requests/Exception/Transport.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/Requests/Exception/Transport.php diff --git a/TE2/Proyecto Teknovate/wp-includes/Requests/Exception/Transport/cURL.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/Requests/Exception/Transport/cURL.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/Requests/Exception/Transport/cURL.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/Requests/Exception/Transport/cURL.php diff --git a/TE2/Proyecto Teknovate/wp-includes/Requests/Hooker.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/Requests/Hooker.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/Requests/Hooker.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/Requests/Hooker.php diff --git a/TE2/Proyecto Teknovate/wp-includes/Requests/Hooks.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/Requests/Hooks.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/Requests/Hooks.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/Requests/Hooks.php diff --git a/TE2/Proyecto Teknovate/wp-includes/Requests/IDNAEncoder.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/Requests/IDNAEncoder.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/Requests/IDNAEncoder.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/Requests/IDNAEncoder.php diff --git a/TE2/Proyecto Teknovate/wp-includes/Requests/IPv6.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/Requests/IPv6.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/Requests/IPv6.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/Requests/IPv6.php diff --git a/TE2/Proyecto Teknovate/wp-includes/Requests/IRI.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/Requests/IRI.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/Requests/IRI.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/Requests/IRI.php diff --git a/TE2/Proyecto Teknovate/wp-includes/Requests/Proxy.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/Requests/Proxy.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/Requests/Proxy.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/Requests/Proxy.php diff --git a/TE2/Proyecto Teknovate/wp-includes/Requests/Proxy/HTTP.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/Requests/Proxy/HTTP.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/Requests/Proxy/HTTP.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/Requests/Proxy/HTTP.php diff --git a/TE2/Proyecto Teknovate/wp-includes/Requests/Response.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/Requests/Response.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/Requests/Response.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/Requests/Response.php diff --git a/TE2/Proyecto Teknovate/wp-includes/Requests/Response/Headers.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/Requests/Response/Headers.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/Requests/Response/Headers.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/Requests/Response/Headers.php diff --git a/TE2/Proyecto Teknovate/wp-includes/Requests/SSL.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/Requests/SSL.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/Requests/SSL.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/Requests/SSL.php diff --git a/TE2/Proyecto Teknovate/wp-includes/Requests/Session.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/Requests/Session.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/Requests/Session.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/Requests/Session.php diff --git a/TE2/Proyecto Teknovate/wp-includes/Requests/Transport.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/Requests/Transport.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/Requests/Transport.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/Requests/Transport.php diff --git a/TE2/Proyecto Teknovate/wp-includes/Requests/Transport/cURL.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/Requests/Transport/cURL.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/Requests/Transport/cURL.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/Requests/Transport/cURL.php diff --git a/TE2/Proyecto Teknovate/wp-includes/Requests/Transport/fsockopen.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/Requests/Transport/fsockopen.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/Requests/Transport/fsockopen.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/Requests/Transport/fsockopen.php diff --git a/TE2/Proyecto Teknovate/wp-includes/Requests/Utility/CaseInsensitiveDictionary.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/Requests/Utility/CaseInsensitiveDictionary.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/Requests/Utility/CaseInsensitiveDictionary.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/Requests/Utility/CaseInsensitiveDictionary.php diff --git a/TE2/Proyecto Teknovate/wp-includes/Requests/Utility/FilteredIterator.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/Requests/Utility/FilteredIterator.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/Requests/Utility/FilteredIterator.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/Requests/Utility/FilteredIterator.php diff --git a/TE2/Proyecto Teknovate/wp-includes/SimplePie/Author.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/SimplePie/Author.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/SimplePie/Author.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/SimplePie/Author.php diff --git a/TE2/Proyecto Teknovate/wp-includes/SimplePie/Cache.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/SimplePie/Cache.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/SimplePie/Cache.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/SimplePie/Cache.php diff --git a/TE2/Proyecto Teknovate/wp-includes/SimplePie/Cache/Base.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/SimplePie/Cache/Base.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/SimplePie/Cache/Base.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/SimplePie/Cache/Base.php diff --git a/TE2/Proyecto Teknovate/wp-includes/SimplePie/Cache/DB.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/SimplePie/Cache/DB.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/SimplePie/Cache/DB.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/SimplePie/Cache/DB.php diff --git a/TE2/Proyecto Teknovate/wp-includes/SimplePie/Cache/File.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/SimplePie/Cache/File.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/SimplePie/Cache/File.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/SimplePie/Cache/File.php diff --git a/TE2/Proyecto Teknovate/wp-includes/SimplePie/Cache/Memcache.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/SimplePie/Cache/Memcache.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/SimplePie/Cache/Memcache.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/SimplePie/Cache/Memcache.php diff --git a/TE2/Proyecto Teknovate/wp-includes/SimplePie/Cache/Memcached.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/SimplePie/Cache/Memcached.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/SimplePie/Cache/Memcached.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/SimplePie/Cache/Memcached.php diff --git a/TE2/Proyecto Teknovate/wp-includes/SimplePie/Cache/MySQL.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/SimplePie/Cache/MySQL.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/SimplePie/Cache/MySQL.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/SimplePie/Cache/MySQL.php diff --git a/TE2/Proyecto Teknovate/wp-includes/SimplePie/Cache/Redis.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/SimplePie/Cache/Redis.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/SimplePie/Cache/Redis.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/SimplePie/Cache/Redis.php diff --git a/TE2/Proyecto Teknovate/wp-includes/SimplePie/Caption.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/SimplePie/Caption.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/SimplePie/Caption.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/SimplePie/Caption.php diff --git a/TE2/Proyecto Teknovate/wp-includes/SimplePie/Category.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/SimplePie/Category.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/SimplePie/Category.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/SimplePie/Category.php diff --git a/TE2/Proyecto Teknovate/wp-includes/SimplePie/Content/Type/Sniffer.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/SimplePie/Content/Type/Sniffer.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/SimplePie/Content/Type/Sniffer.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/SimplePie/Content/Type/Sniffer.php diff --git a/TE2/Proyecto Teknovate/wp-includes/SimplePie/Copyright.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/SimplePie/Copyright.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/SimplePie/Copyright.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/SimplePie/Copyright.php diff --git a/TE2/Proyecto Teknovate/wp-includes/SimplePie/Core.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/SimplePie/Core.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/SimplePie/Core.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/SimplePie/Core.php diff --git a/TE2/Proyecto Teknovate/wp-includes/SimplePie/Credit.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/SimplePie/Credit.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/SimplePie/Credit.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/SimplePie/Credit.php diff --git a/TE2/Proyecto Teknovate/wp-includes/SimplePie/Decode/HTML/Entities.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/SimplePie/Decode/HTML/Entities.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/SimplePie/Decode/HTML/Entities.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/SimplePie/Decode/HTML/Entities.php diff --git a/TE2/Proyecto Teknovate/wp-includes/SimplePie/Enclosure.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/SimplePie/Enclosure.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/SimplePie/Enclosure.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/SimplePie/Enclosure.php diff --git a/TE2/Proyecto Teknovate/wp-includes/SimplePie/Exception.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/SimplePie/Exception.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/SimplePie/Exception.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/SimplePie/Exception.php diff --git a/TE2/Proyecto Teknovate/wp-includes/SimplePie/File.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/SimplePie/File.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/SimplePie/File.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/SimplePie/File.php diff --git a/TE2/Proyecto Teknovate/wp-includes/SimplePie/HTTP/Parser.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/SimplePie/HTTP/Parser.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/SimplePie/HTTP/Parser.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/SimplePie/HTTP/Parser.php diff --git a/TE2/Proyecto Teknovate/wp-includes/SimplePie/IRI.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/SimplePie/IRI.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/SimplePie/IRI.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/SimplePie/IRI.php diff --git a/TE2/Proyecto Teknovate/wp-includes/SimplePie/Item.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/SimplePie/Item.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/SimplePie/Item.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/SimplePie/Item.php diff --git a/TE2/Proyecto Teknovate/wp-includes/SimplePie/Locator.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/SimplePie/Locator.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/SimplePie/Locator.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/SimplePie/Locator.php diff --git a/TE2/Proyecto Teknovate/wp-includes/SimplePie/Misc.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/SimplePie/Misc.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/SimplePie/Misc.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/SimplePie/Misc.php diff --git a/TE2/Proyecto Teknovate/wp-includes/SimplePie/Net/IPv6.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/SimplePie/Net/IPv6.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/SimplePie/Net/IPv6.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/SimplePie/Net/IPv6.php diff --git a/TE2/Proyecto Teknovate/wp-includes/SimplePie/Parse/Date.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/SimplePie/Parse/Date.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/SimplePie/Parse/Date.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/SimplePie/Parse/Date.php diff --git a/TE2/Proyecto Teknovate/wp-includes/SimplePie/Parser.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/SimplePie/Parser.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/SimplePie/Parser.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/SimplePie/Parser.php diff --git a/TE2/Proyecto Teknovate/wp-includes/SimplePie/Rating.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/SimplePie/Rating.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/SimplePie/Rating.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/SimplePie/Rating.php diff --git a/TE2/Proyecto Teknovate/wp-includes/SimplePie/Registry.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/SimplePie/Registry.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/SimplePie/Registry.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/SimplePie/Registry.php diff --git a/TE2/Proyecto Teknovate/wp-includes/SimplePie/Restriction.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/SimplePie/Restriction.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/SimplePie/Restriction.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/SimplePie/Restriction.php diff --git a/TE2/Proyecto Teknovate/wp-includes/SimplePie/Sanitize.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/SimplePie/Sanitize.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/SimplePie/Sanitize.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/SimplePie/Sanitize.php diff --git a/TE2/Proyecto Teknovate/wp-includes/SimplePie/Source.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/SimplePie/Source.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/SimplePie/Source.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/SimplePie/Source.php diff --git a/TE2/Proyecto Teknovate/wp-includes/SimplePie/XML/Declaration/Parser.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/SimplePie/XML/Declaration/Parser.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/SimplePie/XML/Declaration/Parser.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/SimplePie/XML/Declaration/Parser.php diff --git a/TE2/Proyecto Teknovate/wp-includes/SimplePie/gzdecode.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/SimplePie/gzdecode.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/SimplePie/gzdecode.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/SimplePie/gzdecode.php diff --git a/TE2/Proyecto Teknovate/wp-includes/Text/Diff.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/Text/Diff.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/Text/Diff.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/Text/Diff.php diff --git a/TE2/Proyecto Teknovate/wp-includes/Text/Diff/Engine/native.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/Text/Diff/Engine/native.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/Text/Diff/Engine/native.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/Text/Diff/Engine/native.php diff --git a/TE2/Proyecto Teknovate/wp-includes/Text/Diff/Engine/shell.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/Text/Diff/Engine/shell.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/Text/Diff/Engine/shell.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/Text/Diff/Engine/shell.php diff --git a/TE2/Proyecto Teknovate/wp-includes/Text/Diff/Engine/string.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/Text/Diff/Engine/string.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/Text/Diff/Engine/string.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/Text/Diff/Engine/string.php diff --git a/TE2/Proyecto Teknovate/wp-includes/Text/Diff/Engine/xdiff.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/Text/Diff/Engine/xdiff.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/Text/Diff/Engine/xdiff.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/Text/Diff/Engine/xdiff.php diff --git a/TE2/Proyecto Teknovate/wp-includes/Text/Diff/Renderer.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/Text/Diff/Renderer.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/Text/Diff/Renderer.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/Text/Diff/Renderer.php diff --git a/TE2/Proyecto Teknovate/wp-includes/Text/Diff/Renderer/inline.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/Text/Diff/Renderer/inline.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/Text/Diff/Renderer/inline.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/Text/Diff/Renderer/inline.php diff --git a/TE2/Proyecto Teknovate/wp-includes/admin-bar.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/admin-bar.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/admin-bar.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/admin-bar.php diff --git a/TE2/Proyecto Teknovate/wp-includes/assets/script-loader-packages.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/assets/script-loader-packages.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/assets/script-loader-packages.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/assets/script-loader-packages.php diff --git a/TE2/Proyecto Teknovate/wp-includes/atomlib.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/atomlib.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/atomlib.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/atomlib.php diff --git a/TE2/Proyecto Teknovate/wp-includes/author-template.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/author-template.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/author-template.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/author-template.php diff --git a/TE2/Proyecto Teknovate/wp-includes/block-patterns.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/block-patterns.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/block-patterns.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/block-patterns.php diff --git a/TE2/Proyecto Teknovate/wp-includes/block-patterns/heading-paragraph.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/block-patterns/heading-paragraph.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/block-patterns/heading-paragraph.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/block-patterns/heading-paragraph.php diff --git a/TE2/Proyecto Teknovate/wp-includes/block-patterns/large-header-button.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/block-patterns/large-header-button.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/block-patterns/large-header-button.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/block-patterns/large-header-button.php diff --git a/TE2/Proyecto Teknovate/wp-includes/block-patterns/large-header.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/block-patterns/large-header.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/block-patterns/large-header.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/block-patterns/large-header.php diff --git a/TE2/Proyecto Teknovate/wp-includes/block-patterns/quote.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/block-patterns/quote.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/block-patterns/quote.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/block-patterns/quote.php diff --git a/TE2/Proyecto Teknovate/wp-includes/block-patterns/text-three-columns-buttons.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/block-patterns/text-three-columns-buttons.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/block-patterns/text-three-columns-buttons.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/block-patterns/text-three-columns-buttons.php diff --git a/TE2/Proyecto Teknovate/wp-includes/block-patterns/text-two-columns-with-images.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/block-patterns/text-two-columns-with-images.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/block-patterns/text-two-columns-with-images.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/block-patterns/text-two-columns-with-images.php diff --git a/TE2/Proyecto Teknovate/wp-includes/block-patterns/text-two-columns.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/block-patterns/text-two-columns.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/block-patterns/text-two-columns.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/block-patterns/text-two-columns.php diff --git a/TE2/Proyecto Teknovate/wp-includes/block-patterns/three-buttons.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/block-patterns/three-buttons.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/block-patterns/three-buttons.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/block-patterns/three-buttons.php diff --git a/TE2/Proyecto Teknovate/wp-includes/block-patterns/two-buttons.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/block-patterns/two-buttons.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/block-patterns/two-buttons.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/block-patterns/two-buttons.php diff --git a/TE2/Proyecto Teknovate/wp-includes/block-patterns/two-images.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/block-patterns/two-images.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/block-patterns/two-images.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/block-patterns/two-images.php diff --git a/TE2/Proyecto Teknovate/wp-includes/block-supports/align.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/block-supports/align.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/block-supports/align.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/block-supports/align.php diff --git a/TE2/Proyecto Teknovate/wp-includes/block-supports/colors.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/block-supports/colors.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/block-supports/colors.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/block-supports/colors.php diff --git a/TE2/Proyecto Teknovate/wp-includes/block-supports/custom-classname.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/block-supports/custom-classname.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/block-supports/custom-classname.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/block-supports/custom-classname.php diff --git a/TE2/Proyecto Teknovate/wp-includes/block-supports/generated-classname.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/block-supports/generated-classname.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/block-supports/generated-classname.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/block-supports/generated-classname.php diff --git a/TE2/Proyecto Teknovate/wp-includes/block-supports/typography.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/block-supports/typography.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/block-supports/typography.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/block-supports/typography.php diff --git a/TE2/Proyecto Teknovate/wp-includes/blocks.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/blocks.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/blocks.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/blocks.php diff --git a/TE2/Proyecto Teknovate/wp-includes/blocks/archives.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/blocks/archives.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/blocks/archives.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/blocks/archives.php diff --git a/TE2/Proyecto Teknovate/wp-includes/blocks/archives/block.json b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/blocks/archives/block.json similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/blocks/archives/block.json rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/blocks/archives/block.json diff --git a/TE2/Proyecto Teknovate/wp-includes/blocks/audio/block.json b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/blocks/audio/block.json similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/blocks/audio/block.json rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/blocks/audio/block.json diff --git a/TE2/Proyecto Teknovate/wp-includes/blocks/block.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/blocks/block.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/blocks/block.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/blocks/block.php diff --git a/TE2/Proyecto Teknovate/wp-includes/blocks/block/block.json b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/blocks/block/block.json similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/blocks/block/block.json rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/blocks/block/block.json diff --git a/TE2/Proyecto Teknovate/wp-includes/blocks/button/block.json b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/blocks/button/block.json similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/blocks/button/block.json rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/blocks/button/block.json diff --git a/TE2/Proyecto Teknovate/wp-includes/blocks/buttons/block.json b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/blocks/buttons/block.json similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/blocks/buttons/block.json rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/blocks/buttons/block.json diff --git a/TE2/Proyecto Teknovate/wp-includes/blocks/calendar.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/blocks/calendar.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/blocks/calendar.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/blocks/calendar.php diff --git a/TE2/Proyecto Teknovate/wp-includes/blocks/calendar/block.json b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/blocks/calendar/block.json similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/blocks/calendar/block.json rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/blocks/calendar/block.json diff --git a/TE2/Proyecto Teknovate/wp-includes/blocks/categories.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/blocks/categories.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/blocks/categories.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/blocks/categories.php diff --git a/TE2/Proyecto Teknovate/wp-includes/blocks/categories/block.json b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/blocks/categories/block.json similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/blocks/categories/block.json rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/blocks/categories/block.json diff --git a/TE2/Proyecto Teknovate/wp-includes/blocks/classic/block.json b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/blocks/classic/block.json similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/blocks/classic/block.json rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/blocks/classic/block.json diff --git a/TE2/Proyecto Teknovate/wp-includes/blocks/code/block.json b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/blocks/code/block.json similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/blocks/code/block.json rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/blocks/code/block.json diff --git a/TE2/Proyecto Teknovate/wp-includes/blocks/column/block.json b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/blocks/column/block.json similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/blocks/column/block.json rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/blocks/column/block.json diff --git a/TE2/Proyecto Teknovate/wp-includes/blocks/columns/block.json b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/blocks/columns/block.json similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/blocks/columns/block.json rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/blocks/columns/block.json diff --git a/TE2/Proyecto Teknovate/wp-includes/blocks/embed/block.json b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/blocks/embed/block.json similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/blocks/embed/block.json rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/blocks/embed/block.json diff --git a/TE2/Proyecto Teknovate/wp-includes/blocks/file/block.json b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/blocks/file/block.json similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/blocks/file/block.json rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/blocks/file/block.json diff --git a/TE2/Proyecto Teknovate/wp-includes/blocks/gallery/block.json b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/blocks/gallery/block.json similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/blocks/gallery/block.json rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/blocks/gallery/block.json diff --git a/TE2/Proyecto Teknovate/wp-includes/blocks/group/block.json b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/blocks/group/block.json similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/blocks/group/block.json rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/blocks/group/block.json diff --git a/TE2/Proyecto Teknovate/wp-includes/blocks/heading/block.json b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/blocks/heading/block.json similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/blocks/heading/block.json rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/blocks/heading/block.json diff --git a/TE2/Proyecto Teknovate/wp-includes/blocks/html/block.json b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/blocks/html/block.json similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/blocks/html/block.json rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/blocks/html/block.json diff --git a/TE2/Proyecto Teknovate/wp-includes/blocks/image/block.json b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/blocks/image/block.json similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/blocks/image/block.json rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/blocks/image/block.json diff --git a/TE2/Proyecto Teknovate/wp-includes/blocks/index.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/blocks/index.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/blocks/index.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/blocks/index.php diff --git a/TE2/Proyecto Teknovate/wp-includes/blocks/latest-comments.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/blocks/latest-comments.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/blocks/latest-comments.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/blocks/latest-comments.php diff --git a/TE2/Proyecto Teknovate/wp-includes/blocks/latest-comments/block.json b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/blocks/latest-comments/block.json similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/blocks/latest-comments/block.json rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/blocks/latest-comments/block.json diff --git a/TE2/Proyecto Teknovate/wp-includes/blocks/latest-posts.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/blocks/latest-posts.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/blocks/latest-posts.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/blocks/latest-posts.php diff --git a/TE2/Proyecto Teknovate/wp-includes/blocks/latest-posts/block.json b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/blocks/latest-posts/block.json similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/blocks/latest-posts/block.json rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/blocks/latest-posts/block.json diff --git a/TE2/Proyecto Teknovate/wp-includes/blocks/list/block.json b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/blocks/list/block.json similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/blocks/list/block.json rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/blocks/list/block.json diff --git a/TE2/Proyecto Teknovate/wp-includes/blocks/media-text/block.json b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/blocks/media-text/block.json similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/blocks/media-text/block.json rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/blocks/media-text/block.json diff --git a/TE2/Proyecto Teknovate/wp-includes/blocks/missing/block.json b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/blocks/missing/block.json similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/blocks/missing/block.json rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/blocks/missing/block.json diff --git a/TE2/Proyecto Teknovate/wp-includes/blocks/more/block.json b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/blocks/more/block.json similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/blocks/more/block.json rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/blocks/more/block.json diff --git a/TE2/Proyecto Teknovate/wp-includes/blocks/nextpage/block.json b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/blocks/nextpage/block.json similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/blocks/nextpage/block.json rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/blocks/nextpage/block.json diff --git a/TE2/Proyecto Teknovate/wp-includes/blocks/paragraph/block.json b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/blocks/paragraph/block.json similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/blocks/paragraph/block.json rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/blocks/paragraph/block.json diff --git a/TE2/Proyecto Teknovate/wp-includes/blocks/preformatted/block.json b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/blocks/preformatted/block.json similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/blocks/preformatted/block.json rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/blocks/preformatted/block.json diff --git a/TE2/Proyecto Teknovate/wp-includes/blocks/pullquote/block.json b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/blocks/pullquote/block.json similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/blocks/pullquote/block.json rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/blocks/pullquote/block.json diff --git a/TE2/Proyecto Teknovate/wp-includes/blocks/quote/block.json b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/blocks/quote/block.json similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/blocks/quote/block.json rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/blocks/quote/block.json diff --git a/TE2/Proyecto Teknovate/wp-includes/blocks/rss.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/blocks/rss.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/blocks/rss.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/blocks/rss.php diff --git a/TE2/Proyecto Teknovate/wp-includes/blocks/rss/block.json b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/blocks/rss/block.json similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/blocks/rss/block.json rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/blocks/rss/block.json diff --git a/TE2/Proyecto Teknovate/wp-includes/blocks/search.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/blocks/search.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/blocks/search.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/blocks/search.php diff --git a/TE2/Proyecto Teknovate/wp-includes/blocks/search/block.json b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/blocks/search/block.json similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/blocks/search/block.json rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/blocks/search/block.json diff --git a/TE2/Proyecto Teknovate/wp-includes/blocks/separator/block.json b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/blocks/separator/block.json similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/blocks/separator/block.json rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/blocks/separator/block.json diff --git a/TE2/Proyecto Teknovate/wp-includes/blocks/shortcode.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/blocks/shortcode.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/blocks/shortcode.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/blocks/shortcode.php diff --git a/TE2/Proyecto Teknovate/wp-includes/blocks/shortcode/block.json b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/blocks/shortcode/block.json similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/blocks/shortcode/block.json rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/blocks/shortcode/block.json diff --git a/TE2/Proyecto Teknovate/wp-includes/blocks/social-link.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/blocks/social-link.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/blocks/social-link.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/blocks/social-link.php diff --git a/TE2/Proyecto Teknovate/wp-includes/blocks/social-link/block.json b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/blocks/social-link/block.json similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/blocks/social-link/block.json rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/blocks/social-link/block.json diff --git a/TE2/Proyecto Teknovate/wp-includes/blocks/social-links/block.json b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/blocks/social-links/block.json similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/blocks/social-links/block.json rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/blocks/social-links/block.json diff --git a/TE2/Proyecto Teknovate/wp-includes/blocks/spacer/block.json b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/blocks/spacer/block.json similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/blocks/spacer/block.json rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/blocks/spacer/block.json diff --git a/TE2/Proyecto Teknovate/wp-includes/blocks/subhead/block.json b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/blocks/subhead/block.json similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/blocks/subhead/block.json rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/blocks/subhead/block.json diff --git a/TE2/Proyecto Teknovate/wp-includes/blocks/table/block.json b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/blocks/table/block.json similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/blocks/table/block.json rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/blocks/table/block.json diff --git a/TE2/Proyecto Teknovate/wp-includes/blocks/tag-cloud.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/blocks/tag-cloud.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/blocks/tag-cloud.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/blocks/tag-cloud.php diff --git a/TE2/Proyecto Teknovate/wp-includes/blocks/tag-cloud/block.json b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/blocks/tag-cloud/block.json similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/blocks/tag-cloud/block.json rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/blocks/tag-cloud/block.json diff --git a/TE2/Proyecto Teknovate/wp-includes/blocks/text-columns/block.json b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/blocks/text-columns/block.json similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/blocks/text-columns/block.json rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/blocks/text-columns/block.json diff --git a/TE2/Proyecto Teknovate/wp-includes/blocks/verse/block.json b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/blocks/verse/block.json similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/blocks/verse/block.json rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/blocks/verse/block.json diff --git a/TE2/Proyecto Teknovate/wp-includes/blocks/video/block.json b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/blocks/video/block.json similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/blocks/video/block.json rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/blocks/video/block.json diff --git a/TE2/Proyecto Teknovate/wp-includes/bookmark-template.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/bookmark-template.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/bookmark-template.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/bookmark-template.php diff --git a/TE2/Proyecto Teknovate/wp-includes/bookmark.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/bookmark.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/bookmark.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/bookmark.php diff --git a/TE2/Proyecto Teknovate/wp-includes/cache-compat.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/cache-compat.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/cache-compat.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/cache-compat.php diff --git a/TE2/Proyecto Teknovate/wp-includes/cache.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/cache.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/cache.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/cache.php diff --git a/TE2/Proyecto Teknovate/wp-includes/canonical.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/canonical.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/canonical.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/canonical.php diff --git a/TE2/Proyecto Teknovate/wp-includes/capabilities.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/capabilities.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/capabilities.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/capabilities.php diff --git a/TE2/Proyecto Teknovate/wp-includes/category-template.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/category-template.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/category-template.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/category-template.php diff --git a/TE2/Proyecto Teknovate/wp-includes/category.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/category.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/category.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/category.php diff --git a/TE2/Proyecto Teknovate/wp-includes/certificates/ca-bundle.crt b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/certificates/ca-bundle.crt similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/certificates/ca-bundle.crt rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/certificates/ca-bundle.crt diff --git a/TE2/Proyecto Teknovate/wp-includes/class-IXR.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-IXR.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/class-IXR.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-IXR.php diff --git a/TE2/Proyecto Teknovate/wp-includes/class-feed.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-feed.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/class-feed.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-feed.php diff --git a/TE2/Proyecto Teknovate/wp-includes/class-http.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-http.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/class-http.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-http.php diff --git a/TE2/Proyecto Teknovate/wp-includes/class-json.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-json.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/class-json.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-json.php diff --git a/TE2/Proyecto Teknovate/wp-includes/class-oembed.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-oembed.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/class-oembed.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-oembed.php diff --git a/TE2/Proyecto Teknovate/wp-includes/class-phpass.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-phpass.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/class-phpass.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-phpass.php diff --git a/TE2/Proyecto Teknovate/wp-includes/class-phpmailer.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-phpmailer.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/class-phpmailer.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-phpmailer.php diff --git a/TE2/Proyecto Teknovate/wp-includes/class-pop3.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-pop3.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/class-pop3.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-pop3.php diff --git a/TE2/Proyecto Teknovate/wp-includes/class-requests.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-requests.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/class-requests.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-requests.php diff --git a/TE2/Proyecto Teknovate/wp-includes/class-simplepie.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-simplepie.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/class-simplepie.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-simplepie.php diff --git a/TE2/Proyecto Teknovate/wp-includes/class-smtp.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-smtp.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/class-smtp.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-smtp.php diff --git a/TE2/Proyecto Teknovate/wp-includes/class-snoopy.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-snoopy.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/class-snoopy.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-snoopy.php diff --git a/TE2/Proyecto Teknovate/wp-includes/class-walker-category-dropdown.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-walker-category-dropdown.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/class-walker-category-dropdown.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-walker-category-dropdown.php diff --git a/TE2/Proyecto Teknovate/wp-includes/class-walker-category.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-walker-category.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/class-walker-category.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-walker-category.php diff --git a/TE2/Proyecto Teknovate/wp-includes/class-walker-comment.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-walker-comment.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/class-walker-comment.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-walker-comment.php diff --git a/TE2/Proyecto Teknovate/wp-includes/class-walker-nav-menu.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-walker-nav-menu.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/class-walker-nav-menu.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-walker-nav-menu.php diff --git a/TE2/Proyecto Teknovate/wp-includes/class-walker-page-dropdown.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-walker-page-dropdown.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/class-walker-page-dropdown.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-walker-page-dropdown.php diff --git a/TE2/Proyecto Teknovate/wp-includes/class-walker-page.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-walker-page.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/class-walker-page.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-walker-page.php diff --git a/TE2/Proyecto Teknovate/wp-includes/class-wp-admin-bar.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-admin-bar.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/class-wp-admin-bar.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-admin-bar.php diff --git a/TE2/Proyecto Teknovate/wp-includes/class-wp-ajax-response.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-ajax-response.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/class-wp-ajax-response.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-ajax-response.php diff --git a/TE2/Proyecto Teknovate/wp-includes/class-wp-application-passwords.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-application-passwords.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/class-wp-application-passwords.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-application-passwords.php diff --git a/TE2/Proyecto Teknovate/wp-includes/class-wp-block-list.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-block-list.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/class-wp-block-list.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-block-list.php diff --git a/TE2/Proyecto Teknovate/wp-includes/class-wp-block-parser.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-block-parser.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/class-wp-block-parser.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-block-parser.php diff --git a/TE2/Proyecto Teknovate/wp-includes/class-wp-block-pattern-categories-registry.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-block-pattern-categories-registry.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/class-wp-block-pattern-categories-registry.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-block-pattern-categories-registry.php diff --git a/TE2/Proyecto Teknovate/wp-includes/class-wp-block-patterns-registry.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-block-patterns-registry.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/class-wp-block-patterns-registry.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-block-patterns-registry.php diff --git a/TE2/Proyecto Teknovate/wp-includes/class-wp-block-styles-registry.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-block-styles-registry.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/class-wp-block-styles-registry.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-block-styles-registry.php diff --git a/TE2/Proyecto Teknovate/wp-includes/class-wp-block-supports.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-block-supports.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/class-wp-block-supports.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-block-supports.php diff --git a/TE2/Proyecto Teknovate/wp-includes/class-wp-block-type-registry.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-block-type-registry.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/class-wp-block-type-registry.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-block-type-registry.php diff --git a/TE2/Proyecto Teknovate/wp-includes/class-wp-block-type.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-block-type.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/class-wp-block-type.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-block-type.php diff --git a/TE2/Proyecto Teknovate/wp-includes/class-wp-block.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-block.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/class-wp-block.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-block.php diff --git a/TE2/Proyecto Teknovate/wp-includes/class-wp-comment-query.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-comment-query.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/class-wp-comment-query.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-comment-query.php diff --git a/TE2/Proyecto Teknovate/wp-includes/class-wp-comment.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-comment.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/class-wp-comment.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-comment.php diff --git a/TE2/Proyecto Teknovate/wp-includes/class-wp-customize-control.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-customize-control.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/class-wp-customize-control.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-customize-control.php diff --git a/TE2/Proyecto Teknovate/wp-includes/class-wp-customize-manager.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-customize-manager.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/class-wp-customize-manager.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-customize-manager.php diff --git a/TE2/Proyecto Teknovate/wp-includes/class-wp-customize-nav-menus.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-customize-nav-menus.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/class-wp-customize-nav-menus.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-customize-nav-menus.php diff --git a/TE2/Proyecto Teknovate/wp-includes/class-wp-customize-panel.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-customize-panel.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/class-wp-customize-panel.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-customize-panel.php diff --git a/TE2/Proyecto Teknovate/wp-includes/class-wp-customize-section.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-customize-section.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/class-wp-customize-section.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-customize-section.php diff --git a/TE2/Proyecto Teknovate/wp-includes/class-wp-customize-setting.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-customize-setting.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/class-wp-customize-setting.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-customize-setting.php diff --git a/TE2/Proyecto Teknovate/wp-includes/class-wp-customize-widgets.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-customize-widgets.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/class-wp-customize-widgets.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-customize-widgets.php diff --git a/TE2/Proyecto Teknovate/wp-includes/class-wp-date-query.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-date-query.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/class-wp-date-query.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-date-query.php diff --git a/TE2/Proyecto Teknovate/wp-includes/class-wp-dependency.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-dependency.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/class-wp-dependency.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-dependency.php diff --git a/TE2/Proyecto Teknovate/wp-includes/class-wp-editor.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-editor.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/class-wp-editor.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-editor.php diff --git a/TE2/Proyecto Teknovate/wp-includes/class-wp-embed.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-embed.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/class-wp-embed.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-embed.php diff --git a/TE2/Proyecto Teknovate/wp-includes/class-wp-error.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-error.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/class-wp-error.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-error.php diff --git a/TE2/Proyecto Teknovate/wp-includes/class-wp-fatal-error-handler.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-fatal-error-handler.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/class-wp-fatal-error-handler.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-fatal-error-handler.php diff --git a/TE2/Proyecto Teknovate/wp-includes/class-wp-feed-cache-transient.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-feed-cache-transient.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/class-wp-feed-cache-transient.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-feed-cache-transient.php diff --git a/TE2/Proyecto Teknovate/wp-includes/class-wp-feed-cache.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-feed-cache.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/class-wp-feed-cache.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-feed-cache.php diff --git a/TE2/Proyecto Teknovate/wp-includes/class-wp-hook.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-hook.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/class-wp-hook.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-hook.php diff --git a/TE2/Proyecto Teknovate/wp-includes/class-wp-http-cookie.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-http-cookie.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/class-wp-http-cookie.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-http-cookie.php diff --git a/TE2/Proyecto Teknovate/wp-includes/class-wp-http-curl.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-http-curl.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/class-wp-http-curl.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-http-curl.php diff --git a/TE2/Proyecto Teknovate/wp-includes/class-wp-http-encoding.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-http-encoding.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/class-wp-http-encoding.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-http-encoding.php diff --git a/TE2/Proyecto Teknovate/wp-includes/class-wp-http-ixr-client.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-http-ixr-client.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/class-wp-http-ixr-client.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-http-ixr-client.php diff --git a/TE2/Proyecto Teknovate/wp-includes/class-wp-http-proxy.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-http-proxy.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/class-wp-http-proxy.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-http-proxy.php diff --git a/TE2/Proyecto Teknovate/wp-includes/class-wp-http-requests-hooks.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-http-requests-hooks.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/class-wp-http-requests-hooks.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-http-requests-hooks.php diff --git a/TE2/Proyecto Teknovate/wp-includes/class-wp-http-requests-response.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-http-requests-response.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/class-wp-http-requests-response.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-http-requests-response.php diff --git a/TE2/Proyecto Teknovate/wp-includes/class-wp-http-response.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-http-response.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/class-wp-http-response.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-http-response.php diff --git a/TE2/Proyecto Teknovate/wp-includes/class-wp-http-streams.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-http-streams.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/class-wp-http-streams.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-http-streams.php diff --git a/TE2/Proyecto Teknovate/wp-includes/class-wp-image-editor-gd.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-image-editor-gd.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/class-wp-image-editor-gd.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-image-editor-gd.php diff --git a/TE2/Proyecto Teknovate/wp-includes/class-wp-image-editor-imagick.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-image-editor-imagick.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/class-wp-image-editor-imagick.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-image-editor-imagick.php diff --git a/TE2/Proyecto Teknovate/wp-includes/class-wp-image-editor.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-image-editor.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/class-wp-image-editor.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-image-editor.php diff --git a/TE2/Proyecto Teknovate/wp-includes/class-wp-list-util.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-list-util.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/class-wp-list-util.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-list-util.php diff --git a/TE2/Proyecto Teknovate/wp-includes/class-wp-locale-switcher.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-locale-switcher.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/class-wp-locale-switcher.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-locale-switcher.php diff --git a/TE2/Proyecto Teknovate/wp-includes/class-wp-locale.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-locale.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/class-wp-locale.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-locale.php diff --git a/TE2/Proyecto Teknovate/wp-includes/class-wp-matchesmapregex.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-matchesmapregex.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/class-wp-matchesmapregex.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-matchesmapregex.php diff --git a/TE2/Proyecto Teknovate/wp-includes/class-wp-meta-query.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-meta-query.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/class-wp-meta-query.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-meta-query.php diff --git a/TE2/Proyecto Teknovate/wp-includes/class-wp-metadata-lazyloader.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-metadata-lazyloader.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/class-wp-metadata-lazyloader.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-metadata-lazyloader.php diff --git a/TE2/Proyecto Teknovate/wp-includes/class-wp-network-query.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-network-query.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/class-wp-network-query.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-network-query.php diff --git a/TE2/Proyecto Teknovate/wp-includes/class-wp-network.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-network.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/class-wp-network.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-network.php diff --git a/TE2/Proyecto Teknovate/wp-includes/class-wp-object-cache.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-object-cache.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/class-wp-object-cache.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-object-cache.php diff --git a/TE2/Proyecto Teknovate/wp-includes/class-wp-oembed-controller.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-oembed-controller.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/class-wp-oembed-controller.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-oembed-controller.php diff --git a/TE2/Proyecto Teknovate/wp-includes/class-wp-oembed.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-oembed.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/class-wp-oembed.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-oembed.php diff --git a/TE2/Proyecto Teknovate/wp-includes/class-wp-paused-extensions-storage.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-paused-extensions-storage.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/class-wp-paused-extensions-storage.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-paused-extensions-storage.php diff --git a/TE2/Proyecto Teknovate/wp-includes/class-wp-post-type.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-post-type.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/class-wp-post-type.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-post-type.php diff --git a/TE2/Proyecto Teknovate/wp-includes/class-wp-post.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-post.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/class-wp-post.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-post.php diff --git a/TE2/Proyecto Teknovate/wp-includes/class-wp-query.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-query.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/class-wp-query.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-query.php diff --git a/TE2/Proyecto Teknovate/wp-includes/class-wp-recovery-mode-cookie-service.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-recovery-mode-cookie-service.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/class-wp-recovery-mode-cookie-service.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-recovery-mode-cookie-service.php diff --git a/TE2/Proyecto Teknovate/wp-includes/class-wp-recovery-mode-email-service.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-recovery-mode-email-service.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/class-wp-recovery-mode-email-service.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-recovery-mode-email-service.php diff --git a/TE2/Proyecto Teknovate/wp-includes/class-wp-recovery-mode-key-service.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-recovery-mode-key-service.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/class-wp-recovery-mode-key-service.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-recovery-mode-key-service.php diff --git a/TE2/Proyecto Teknovate/wp-includes/class-wp-recovery-mode-link-service.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-recovery-mode-link-service.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/class-wp-recovery-mode-link-service.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-recovery-mode-link-service.php diff --git a/TE2/Proyecto Teknovate/wp-includes/class-wp-recovery-mode.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-recovery-mode.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/class-wp-recovery-mode.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-recovery-mode.php diff --git a/TE2/Proyecto Teknovate/wp-includes/class-wp-rewrite.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-rewrite.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/class-wp-rewrite.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-rewrite.php diff --git a/TE2/Proyecto Teknovate/wp-includes/class-wp-role.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-role.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/class-wp-role.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-role.php diff --git a/TE2/Proyecto Teknovate/wp-includes/class-wp-roles.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-roles.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/class-wp-roles.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-roles.php diff --git a/TE2/Proyecto Teknovate/wp-includes/class-wp-session-tokens.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-session-tokens.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/class-wp-session-tokens.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-session-tokens.php diff --git a/TE2/Proyecto Teknovate/wp-includes/class-wp-simplepie-file.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-simplepie-file.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/class-wp-simplepie-file.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-simplepie-file.php diff --git a/TE2/Proyecto Teknovate/wp-includes/class-wp-simplepie-sanitize-kses.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-simplepie-sanitize-kses.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/class-wp-simplepie-sanitize-kses.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-simplepie-sanitize-kses.php diff --git a/TE2/Proyecto Teknovate/wp-includes/class-wp-site-query.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-site-query.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/class-wp-site-query.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-site-query.php diff --git a/TE2/Proyecto Teknovate/wp-includes/class-wp-site.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-site.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/class-wp-site.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-site.php diff --git a/TE2/Proyecto Teknovate/wp-includes/class-wp-tax-query.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-tax-query.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/class-wp-tax-query.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-tax-query.php diff --git a/TE2/Proyecto Teknovate/wp-includes/class-wp-taxonomy.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-taxonomy.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/class-wp-taxonomy.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-taxonomy.php diff --git a/TE2/Proyecto Teknovate/wp-includes/class-wp-term-query.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-term-query.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/class-wp-term-query.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-term-query.php diff --git a/TE2/Proyecto Teknovate/wp-includes/class-wp-term.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-term.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/class-wp-term.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-term.php diff --git a/TE2/Proyecto Teknovate/wp-includes/class-wp-text-diff-renderer-inline.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-text-diff-renderer-inline.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/class-wp-text-diff-renderer-inline.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-text-diff-renderer-inline.php diff --git a/TE2/Proyecto Teknovate/wp-includes/class-wp-text-diff-renderer-table.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-text-diff-renderer-table.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/class-wp-text-diff-renderer-table.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-text-diff-renderer-table.php diff --git a/TE2/Proyecto Teknovate/wp-includes/class-wp-theme.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-theme.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/class-wp-theme.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-theme.php diff --git a/TE2/Proyecto Teknovate/wp-includes/class-wp-user-meta-session-tokens.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-user-meta-session-tokens.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/class-wp-user-meta-session-tokens.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-user-meta-session-tokens.php diff --git a/TE2/Proyecto Teknovate/wp-includes/class-wp-user-query.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-user-query.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/class-wp-user-query.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-user-query.php diff --git a/TE2/Proyecto Teknovate/wp-includes/class-wp-user-request.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-user-request.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/class-wp-user-request.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-user-request.php diff --git a/TE2/Proyecto Teknovate/wp-includes/class-wp-user.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-user.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/class-wp-user.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-user.php diff --git a/TE2/Proyecto Teknovate/wp-includes/class-wp-walker.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-walker.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/class-wp-walker.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-walker.php diff --git a/TE2/Proyecto Teknovate/wp-includes/class-wp-widget-factory.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-widget-factory.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/class-wp-widget-factory.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-widget-factory.php diff --git a/TE2/Proyecto Teknovate/wp-includes/class-wp-widget.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-widget.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/class-wp-widget.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-widget.php diff --git a/TE2/Proyecto Teknovate/wp-includes/class-wp-xmlrpc-server.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-xmlrpc-server.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/class-wp-xmlrpc-server.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp-xmlrpc-server.php diff --git a/TE2/Proyecto Teknovate/wp-includes/class-wp.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/class-wp.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class-wp.php diff --git a/TE2/Proyecto Teknovate/wp-includes/class.wp-dependencies.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class.wp-dependencies.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/class.wp-dependencies.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class.wp-dependencies.php diff --git a/TE2/Proyecto Teknovate/wp-includes/class.wp-scripts.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class.wp-scripts.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/class.wp-scripts.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class.wp-scripts.php diff --git a/TE2/Proyecto Teknovate/wp-includes/class.wp-styles.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class.wp-styles.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/class.wp-styles.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/class.wp-styles.php diff --git a/TE2/Proyecto Teknovate/wp-includes/comment-template.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/comment-template.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/comment-template.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/comment-template.php diff --git a/TE2/Proyecto Teknovate/wp-includes/comment.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/comment.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/comment.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/comment.php diff --git a/TE2/Proyecto Teknovate/wp-includes/compat.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/compat.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/compat.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/compat.php diff --git a/TE2/Proyecto Teknovate/wp-includes/cron.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/cron.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/cron.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/cron.php diff --git a/TE2/Proyecto Teknovate/wp-includes/css/admin-bar-rtl.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/admin-bar-rtl.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/css/admin-bar-rtl.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/admin-bar-rtl.css diff --git a/TE2/Proyecto Teknovate/wp-includes/css/admin-bar-rtl.min.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/admin-bar-rtl.min.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/css/admin-bar-rtl.min.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/admin-bar-rtl.min.css diff --git a/TE2/Proyecto Teknovate/wp-includes/css/admin-bar.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/admin-bar.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/css/admin-bar.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/admin-bar.css diff --git a/TE2/Proyecto Teknovate/wp-includes/css/admin-bar.min.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/admin-bar.min.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/css/admin-bar.min.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/admin-bar.min.css diff --git a/TE2/Proyecto Teknovate/wp-includes/css/buttons-rtl.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/buttons-rtl.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/css/buttons-rtl.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/buttons-rtl.css diff --git a/TE2/Proyecto Teknovate/wp-includes/css/buttons-rtl.min.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/buttons-rtl.min.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/css/buttons-rtl.min.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/buttons-rtl.min.css diff --git a/TE2/Proyecto Teknovate/wp-includes/css/buttons.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/buttons.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/css/buttons.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/buttons.css diff --git a/TE2/Proyecto Teknovate/wp-includes/css/buttons.min.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/buttons.min.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/css/buttons.min.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/buttons.min.css diff --git a/TE2/Proyecto Teknovate/wp-includes/css/customize-preview-rtl.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/customize-preview-rtl.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/css/customize-preview-rtl.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/customize-preview-rtl.css diff --git a/TE2/Proyecto Teknovate/wp-includes/css/customize-preview-rtl.min.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/customize-preview-rtl.min.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/css/customize-preview-rtl.min.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/customize-preview-rtl.min.css diff --git a/TE2/Proyecto Teknovate/wp-includes/css/customize-preview.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/customize-preview.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/css/customize-preview.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/customize-preview.css diff --git a/TE2/Proyecto Teknovate/wp-includes/css/customize-preview.min.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/customize-preview.min.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/css/customize-preview.min.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/customize-preview.min.css diff --git a/TE2/Proyecto Teknovate/wp-includes/css/dashicons.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/dashicons.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/css/dashicons.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/dashicons.css diff --git a/TE2/Proyecto Teknovate/wp-includes/css/dashicons.min.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/dashicons.min.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/css/dashicons.min.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/dashicons.min.css diff --git a/TE2/Proyecto Teknovate/wp-includes/css/dist/block-directory/style-rtl.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/dist/block-directory/style-rtl.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/css/dist/block-directory/style-rtl.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/dist/block-directory/style-rtl.css diff --git a/TE2/Proyecto Teknovate/wp-includes/css/dist/block-directory/style-rtl.min.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/dist/block-directory/style-rtl.min.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/css/dist/block-directory/style-rtl.min.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/dist/block-directory/style-rtl.min.css diff --git a/TE2/Proyecto Teknovate/wp-includes/css/dist/block-directory/style.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/dist/block-directory/style.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/css/dist/block-directory/style.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/dist/block-directory/style.css diff --git a/TE2/Proyecto Teknovate/wp-includes/css/dist/block-directory/style.min.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/dist/block-directory/style.min.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/css/dist/block-directory/style.min.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/dist/block-directory/style.min.css diff --git a/TE2/Proyecto Teknovate/wp-includes/css/dist/block-editor/style-rtl.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/dist/block-editor/style-rtl.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/css/dist/block-editor/style-rtl.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/dist/block-editor/style-rtl.css diff --git a/TE2/Proyecto Teknovate/wp-includes/css/dist/block-editor/style-rtl.min.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/dist/block-editor/style-rtl.min.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/css/dist/block-editor/style-rtl.min.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/dist/block-editor/style-rtl.min.css diff --git a/TE2/Proyecto Teknovate/wp-includes/css/dist/block-editor/style.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/dist/block-editor/style.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/css/dist/block-editor/style.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/dist/block-editor/style.css diff --git a/TE2/Proyecto Teknovate/wp-includes/css/dist/block-editor/style.min.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/dist/block-editor/style.min.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/css/dist/block-editor/style.min.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/dist/block-editor/style.min.css diff --git a/TE2/Proyecto Teknovate/wp-includes/css/dist/block-library/editor-rtl.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/dist/block-library/editor-rtl.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/css/dist/block-library/editor-rtl.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/dist/block-library/editor-rtl.css diff --git a/TE2/Proyecto Teknovate/wp-includes/css/dist/block-library/editor-rtl.min.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/dist/block-library/editor-rtl.min.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/css/dist/block-library/editor-rtl.min.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/dist/block-library/editor-rtl.min.css diff --git a/TE2/Proyecto Teknovate/wp-includes/css/dist/block-library/editor.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/dist/block-library/editor.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/css/dist/block-library/editor.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/dist/block-library/editor.css diff --git a/TE2/Proyecto Teknovate/wp-includes/css/dist/block-library/editor.min.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/dist/block-library/editor.min.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/css/dist/block-library/editor.min.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/dist/block-library/editor.min.css diff --git a/TE2/Proyecto Teknovate/wp-includes/css/dist/block-library/style-rtl.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/dist/block-library/style-rtl.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/css/dist/block-library/style-rtl.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/dist/block-library/style-rtl.css diff --git a/TE2/Proyecto Teknovate/wp-includes/css/dist/block-library/style-rtl.min.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/dist/block-library/style-rtl.min.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/css/dist/block-library/style-rtl.min.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/dist/block-library/style-rtl.min.css diff --git a/TE2/Proyecto Teknovate/wp-includes/css/dist/block-library/style.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/dist/block-library/style.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/css/dist/block-library/style.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/dist/block-library/style.css diff --git a/TE2/Proyecto Teknovate/wp-includes/css/dist/block-library/style.min.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/dist/block-library/style.min.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/css/dist/block-library/style.min.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/dist/block-library/style.min.css diff --git a/TE2/Proyecto Teknovate/wp-includes/css/dist/block-library/theme-rtl.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/dist/block-library/theme-rtl.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/css/dist/block-library/theme-rtl.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/dist/block-library/theme-rtl.css diff --git a/TE2/Proyecto Teknovate/wp-includes/css/dist/block-library/theme-rtl.min.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/dist/block-library/theme-rtl.min.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/css/dist/block-library/theme-rtl.min.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/dist/block-library/theme-rtl.min.css diff --git a/TE2/Proyecto Teknovate/wp-includes/css/dist/block-library/theme.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/dist/block-library/theme.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/css/dist/block-library/theme.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/dist/block-library/theme.css diff --git a/TE2/Proyecto Teknovate/wp-includes/css/dist/block-library/theme.min.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/dist/block-library/theme.min.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/css/dist/block-library/theme.min.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/dist/block-library/theme.min.css diff --git a/TE2/Proyecto Teknovate/wp-includes/css/dist/components/style-rtl.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/dist/components/style-rtl.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/css/dist/components/style-rtl.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/dist/components/style-rtl.css diff --git a/TE2/Proyecto Teknovate/wp-includes/css/dist/components/style-rtl.min.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/dist/components/style-rtl.min.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/css/dist/components/style-rtl.min.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/dist/components/style-rtl.min.css diff --git a/TE2/Proyecto Teknovate/wp-includes/css/dist/components/style.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/dist/components/style.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/css/dist/components/style.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/dist/components/style.css diff --git a/TE2/Proyecto Teknovate/wp-includes/css/dist/components/style.min.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/dist/components/style.min.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/css/dist/components/style.min.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/dist/components/style.min.css diff --git a/TE2/Proyecto Teknovate/wp-includes/css/dist/edit-post/style-rtl.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/dist/edit-post/style-rtl.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/css/dist/edit-post/style-rtl.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/dist/edit-post/style-rtl.css diff --git a/TE2/Proyecto Teknovate/wp-includes/css/dist/edit-post/style-rtl.min.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/dist/edit-post/style-rtl.min.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/css/dist/edit-post/style-rtl.min.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/dist/edit-post/style-rtl.min.css diff --git a/TE2/Proyecto Teknovate/wp-includes/css/dist/edit-post/style.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/dist/edit-post/style.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/css/dist/edit-post/style.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/dist/edit-post/style.css diff --git a/TE2/Proyecto Teknovate/wp-includes/css/dist/edit-post/style.min.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/dist/edit-post/style.min.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/css/dist/edit-post/style.min.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/dist/edit-post/style.min.css diff --git a/TE2/Proyecto Teknovate/wp-includes/css/dist/editor/editor-styles-rtl.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/dist/editor/editor-styles-rtl.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/css/dist/editor/editor-styles-rtl.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/dist/editor/editor-styles-rtl.css diff --git a/TE2/Proyecto Teknovate/wp-includes/css/dist/editor/editor-styles-rtl.min.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/dist/editor/editor-styles-rtl.min.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/css/dist/editor/editor-styles-rtl.min.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/dist/editor/editor-styles-rtl.min.css diff --git a/TE2/Proyecto Teknovate/wp-includes/css/dist/editor/editor-styles.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/dist/editor/editor-styles.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/css/dist/editor/editor-styles.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/dist/editor/editor-styles.css diff --git a/TE2/Proyecto Teknovate/wp-includes/css/dist/editor/editor-styles.min.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/dist/editor/editor-styles.min.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/css/dist/editor/editor-styles.min.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/dist/editor/editor-styles.min.css diff --git a/TE2/Proyecto Teknovate/wp-includes/css/dist/editor/style-rtl.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/dist/editor/style-rtl.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/css/dist/editor/style-rtl.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/dist/editor/style-rtl.css diff --git a/TE2/Proyecto Teknovate/wp-includes/css/dist/editor/style-rtl.min.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/dist/editor/style-rtl.min.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/css/dist/editor/style-rtl.min.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/dist/editor/style-rtl.min.css diff --git a/TE2/Proyecto Teknovate/wp-includes/css/dist/editor/style.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/dist/editor/style.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/css/dist/editor/style.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/dist/editor/style.css diff --git a/TE2/Proyecto Teknovate/wp-includes/css/dist/editor/style.min.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/dist/editor/style.min.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/css/dist/editor/style.min.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/dist/editor/style.min.css diff --git a/TE2/Proyecto Teknovate/wp-includes/css/dist/format-library/style-rtl.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/dist/format-library/style-rtl.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/css/dist/format-library/style-rtl.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/dist/format-library/style-rtl.css diff --git a/TE2/Proyecto Teknovate/wp-includes/css/dist/format-library/style-rtl.min.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/dist/format-library/style-rtl.min.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/css/dist/format-library/style-rtl.min.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/dist/format-library/style-rtl.min.css diff --git a/TE2/Proyecto Teknovate/wp-includes/css/dist/format-library/style.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/dist/format-library/style.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/css/dist/format-library/style.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/dist/format-library/style.css diff --git a/TE2/Proyecto Teknovate/wp-includes/css/dist/format-library/style.min.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/dist/format-library/style.min.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/css/dist/format-library/style.min.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/dist/format-library/style.min.css diff --git a/TE2/Proyecto Teknovate/wp-includes/css/dist/list-reusable-blocks/style-rtl.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/dist/list-reusable-blocks/style-rtl.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/css/dist/list-reusable-blocks/style-rtl.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/dist/list-reusable-blocks/style-rtl.css diff --git a/TE2/Proyecto Teknovate/wp-includes/css/dist/list-reusable-blocks/style-rtl.min.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/dist/list-reusable-blocks/style-rtl.min.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/css/dist/list-reusable-blocks/style-rtl.min.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/dist/list-reusable-blocks/style-rtl.min.css diff --git a/TE2/Proyecto Teknovate/wp-includes/css/dist/list-reusable-blocks/style.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/dist/list-reusable-blocks/style.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/css/dist/list-reusable-blocks/style.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/dist/list-reusable-blocks/style.css diff --git a/TE2/Proyecto Teknovate/wp-includes/css/dist/list-reusable-blocks/style.min.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/dist/list-reusable-blocks/style.min.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/css/dist/list-reusable-blocks/style.min.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/dist/list-reusable-blocks/style.min.css diff --git a/TE2/Proyecto Teknovate/wp-includes/css/dist/nux/style-rtl.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/dist/nux/style-rtl.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/css/dist/nux/style-rtl.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/dist/nux/style-rtl.css diff --git a/TE2/Proyecto Teknovate/wp-includes/css/dist/nux/style-rtl.min.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/dist/nux/style-rtl.min.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/css/dist/nux/style-rtl.min.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/dist/nux/style-rtl.min.css diff --git a/TE2/Proyecto Teknovate/wp-includes/css/dist/nux/style.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/dist/nux/style.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/css/dist/nux/style.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/dist/nux/style.css diff --git a/TE2/Proyecto Teknovate/wp-includes/css/dist/nux/style.min.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/dist/nux/style.min.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/css/dist/nux/style.min.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/dist/nux/style.min.css diff --git a/TE2/Proyecto Teknovate/wp-includes/css/editor-rtl.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/editor-rtl.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/css/editor-rtl.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/editor-rtl.css diff --git a/TE2/Proyecto Teknovate/wp-includes/css/editor-rtl.min.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/editor-rtl.min.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/css/editor-rtl.min.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/editor-rtl.min.css diff --git a/TE2/Proyecto Teknovate/wp-includes/css/editor.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/editor.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/css/editor.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/editor.css diff --git a/TE2/Proyecto Teknovate/wp-includes/css/editor.min.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/editor.min.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/css/editor.min.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/editor.min.css diff --git a/TE2/Proyecto Teknovate/wp-includes/css/jquery-ui-dialog-rtl.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/jquery-ui-dialog-rtl.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/css/jquery-ui-dialog-rtl.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/jquery-ui-dialog-rtl.css diff --git a/TE2/Proyecto Teknovate/wp-includes/css/jquery-ui-dialog-rtl.min.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/jquery-ui-dialog-rtl.min.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/css/jquery-ui-dialog-rtl.min.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/jquery-ui-dialog-rtl.min.css diff --git a/TE2/Proyecto Teknovate/wp-includes/css/jquery-ui-dialog.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/jquery-ui-dialog.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/css/jquery-ui-dialog.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/jquery-ui-dialog.css diff --git a/TE2/Proyecto Teknovate/wp-includes/css/jquery-ui-dialog.min.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/jquery-ui-dialog.min.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/css/jquery-ui-dialog.min.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/jquery-ui-dialog.min.css diff --git a/TE2/Proyecto Teknovate/wp-includes/css/media-views-rtl.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/media-views-rtl.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/css/media-views-rtl.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/media-views-rtl.css diff --git a/TE2/Proyecto Teknovate/wp-includes/css/media-views-rtl.min.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/media-views-rtl.min.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/css/media-views-rtl.min.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/media-views-rtl.min.css diff --git a/TE2/Proyecto Teknovate/wp-includes/css/media-views.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/media-views.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/css/media-views.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/media-views.css diff --git a/TE2/Proyecto Teknovate/wp-includes/css/media-views.min.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/media-views.min.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/css/media-views.min.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/media-views.min.css diff --git a/TE2/Proyecto Teknovate/wp-includes/css/wp-auth-check-rtl.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/wp-auth-check-rtl.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/css/wp-auth-check-rtl.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/wp-auth-check-rtl.css diff --git a/TE2/Proyecto Teknovate/wp-includes/css/wp-auth-check-rtl.min.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/wp-auth-check-rtl.min.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/css/wp-auth-check-rtl.min.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/wp-auth-check-rtl.min.css diff --git a/TE2/Proyecto Teknovate/wp-includes/css/wp-auth-check.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/wp-auth-check.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/css/wp-auth-check.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/wp-auth-check.css diff --git a/TE2/Proyecto Teknovate/wp-includes/css/wp-auth-check.min.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/wp-auth-check.min.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/css/wp-auth-check.min.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/wp-auth-check.min.css diff --git a/TE2/Proyecto Teknovate/wp-includes/css/wp-embed-template-ie.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/wp-embed-template-ie.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/css/wp-embed-template-ie.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/wp-embed-template-ie.css diff --git a/TE2/Proyecto Teknovate/wp-includes/css/wp-embed-template-ie.min.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/wp-embed-template-ie.min.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/css/wp-embed-template-ie.min.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/wp-embed-template-ie.min.css diff --git a/TE2/Proyecto Teknovate/wp-includes/css/wp-embed-template.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/wp-embed-template.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/css/wp-embed-template.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/wp-embed-template.css diff --git a/TE2/Proyecto Teknovate/wp-includes/css/wp-embed-template.min.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/wp-embed-template.min.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/css/wp-embed-template.min.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/wp-embed-template.min.css diff --git a/TE2/Proyecto Teknovate/wp-includes/css/wp-pointer-rtl.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/wp-pointer-rtl.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/css/wp-pointer-rtl.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/wp-pointer-rtl.css diff --git a/TE2/Proyecto Teknovate/wp-includes/css/wp-pointer-rtl.min.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/wp-pointer-rtl.min.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/css/wp-pointer-rtl.min.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/wp-pointer-rtl.min.css diff --git a/TE2/Proyecto Teknovate/wp-includes/css/wp-pointer.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/wp-pointer.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/css/wp-pointer.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/wp-pointer.css diff --git a/TE2/Proyecto Teknovate/wp-includes/css/wp-pointer.min.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/wp-pointer.min.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/css/wp-pointer.min.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/css/wp-pointer.min.css diff --git a/TE2/Proyecto Teknovate/wp-includes/customize/class-wp-customize-background-image-control.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/customize/class-wp-customize-background-image-control.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/customize/class-wp-customize-background-image-control.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/customize/class-wp-customize-background-image-control.php diff --git a/TE2/Proyecto Teknovate/wp-includes/customize/class-wp-customize-background-image-setting.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/customize/class-wp-customize-background-image-setting.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/customize/class-wp-customize-background-image-setting.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/customize/class-wp-customize-background-image-setting.php diff --git a/TE2/Proyecto Teknovate/wp-includes/customize/class-wp-customize-background-position-control.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/customize/class-wp-customize-background-position-control.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/customize/class-wp-customize-background-position-control.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/customize/class-wp-customize-background-position-control.php diff --git a/TE2/Proyecto Teknovate/wp-includes/customize/class-wp-customize-code-editor-control.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/customize/class-wp-customize-code-editor-control.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/customize/class-wp-customize-code-editor-control.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/customize/class-wp-customize-code-editor-control.php diff --git a/TE2/Proyecto Teknovate/wp-includes/customize/class-wp-customize-color-control.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/customize/class-wp-customize-color-control.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/customize/class-wp-customize-color-control.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/customize/class-wp-customize-color-control.php diff --git a/TE2/Proyecto Teknovate/wp-includes/customize/class-wp-customize-cropped-image-control.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/customize/class-wp-customize-cropped-image-control.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/customize/class-wp-customize-cropped-image-control.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/customize/class-wp-customize-cropped-image-control.php diff --git a/TE2/Proyecto Teknovate/wp-includes/customize/class-wp-customize-custom-css-setting.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/customize/class-wp-customize-custom-css-setting.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/customize/class-wp-customize-custom-css-setting.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/customize/class-wp-customize-custom-css-setting.php diff --git a/TE2/Proyecto Teknovate/wp-includes/customize/class-wp-customize-date-time-control.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/customize/class-wp-customize-date-time-control.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/customize/class-wp-customize-date-time-control.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/customize/class-wp-customize-date-time-control.php diff --git a/TE2/Proyecto Teknovate/wp-includes/customize/class-wp-customize-filter-setting.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/customize/class-wp-customize-filter-setting.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/customize/class-wp-customize-filter-setting.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/customize/class-wp-customize-filter-setting.php diff --git a/TE2/Proyecto Teknovate/wp-includes/customize/class-wp-customize-header-image-control.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/customize/class-wp-customize-header-image-control.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/customize/class-wp-customize-header-image-control.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/customize/class-wp-customize-header-image-control.php diff --git a/TE2/Proyecto Teknovate/wp-includes/customize/class-wp-customize-header-image-setting.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/customize/class-wp-customize-header-image-setting.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/customize/class-wp-customize-header-image-setting.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/customize/class-wp-customize-header-image-setting.php diff --git a/TE2/Proyecto Teknovate/wp-includes/customize/class-wp-customize-image-control.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/customize/class-wp-customize-image-control.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/customize/class-wp-customize-image-control.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/customize/class-wp-customize-image-control.php diff --git a/TE2/Proyecto Teknovate/wp-includes/customize/class-wp-customize-media-control.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/customize/class-wp-customize-media-control.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/customize/class-wp-customize-media-control.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/customize/class-wp-customize-media-control.php diff --git a/TE2/Proyecto Teknovate/wp-includes/customize/class-wp-customize-nav-menu-auto-add-control.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/customize/class-wp-customize-nav-menu-auto-add-control.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/customize/class-wp-customize-nav-menu-auto-add-control.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/customize/class-wp-customize-nav-menu-auto-add-control.php diff --git a/TE2/Proyecto Teknovate/wp-includes/customize/class-wp-customize-nav-menu-control.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/customize/class-wp-customize-nav-menu-control.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/customize/class-wp-customize-nav-menu-control.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/customize/class-wp-customize-nav-menu-control.php diff --git a/TE2/Proyecto Teknovate/wp-includes/customize/class-wp-customize-nav-menu-item-control.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/customize/class-wp-customize-nav-menu-item-control.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/customize/class-wp-customize-nav-menu-item-control.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/customize/class-wp-customize-nav-menu-item-control.php diff --git a/TE2/Proyecto Teknovate/wp-includes/customize/class-wp-customize-nav-menu-item-setting.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/customize/class-wp-customize-nav-menu-item-setting.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/customize/class-wp-customize-nav-menu-item-setting.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/customize/class-wp-customize-nav-menu-item-setting.php diff --git a/TE2/Proyecto Teknovate/wp-includes/customize/class-wp-customize-nav-menu-location-control.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/customize/class-wp-customize-nav-menu-location-control.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/customize/class-wp-customize-nav-menu-location-control.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/customize/class-wp-customize-nav-menu-location-control.php diff --git a/TE2/Proyecto Teknovate/wp-includes/customize/class-wp-customize-nav-menu-locations-control.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/customize/class-wp-customize-nav-menu-locations-control.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/customize/class-wp-customize-nav-menu-locations-control.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/customize/class-wp-customize-nav-menu-locations-control.php diff --git a/TE2/Proyecto Teknovate/wp-includes/customize/class-wp-customize-nav-menu-name-control.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/customize/class-wp-customize-nav-menu-name-control.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/customize/class-wp-customize-nav-menu-name-control.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/customize/class-wp-customize-nav-menu-name-control.php diff --git a/TE2/Proyecto Teknovate/wp-includes/customize/class-wp-customize-nav-menu-section.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/customize/class-wp-customize-nav-menu-section.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/customize/class-wp-customize-nav-menu-section.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/customize/class-wp-customize-nav-menu-section.php diff --git a/TE2/Proyecto Teknovate/wp-includes/customize/class-wp-customize-nav-menu-setting.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/customize/class-wp-customize-nav-menu-setting.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/customize/class-wp-customize-nav-menu-setting.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/customize/class-wp-customize-nav-menu-setting.php diff --git a/TE2/Proyecto Teknovate/wp-includes/customize/class-wp-customize-nav-menus-panel.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/customize/class-wp-customize-nav-menus-panel.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/customize/class-wp-customize-nav-menus-panel.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/customize/class-wp-customize-nav-menus-panel.php diff --git a/TE2/Proyecto Teknovate/wp-includes/customize/class-wp-customize-new-menu-control.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/customize/class-wp-customize-new-menu-control.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/customize/class-wp-customize-new-menu-control.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/customize/class-wp-customize-new-menu-control.php diff --git a/TE2/Proyecto Teknovate/wp-includes/customize/class-wp-customize-new-menu-section.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/customize/class-wp-customize-new-menu-section.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/customize/class-wp-customize-new-menu-section.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/customize/class-wp-customize-new-menu-section.php diff --git a/TE2/Proyecto Teknovate/wp-includes/customize/class-wp-customize-partial.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/customize/class-wp-customize-partial.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/customize/class-wp-customize-partial.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/customize/class-wp-customize-partial.php diff --git a/TE2/Proyecto Teknovate/wp-includes/customize/class-wp-customize-selective-refresh.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/customize/class-wp-customize-selective-refresh.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/customize/class-wp-customize-selective-refresh.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/customize/class-wp-customize-selective-refresh.php diff --git a/TE2/Proyecto Teknovate/wp-includes/customize/class-wp-customize-sidebar-section.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/customize/class-wp-customize-sidebar-section.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/customize/class-wp-customize-sidebar-section.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/customize/class-wp-customize-sidebar-section.php diff --git a/TE2/Proyecto Teknovate/wp-includes/customize/class-wp-customize-site-icon-control.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/customize/class-wp-customize-site-icon-control.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/customize/class-wp-customize-site-icon-control.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/customize/class-wp-customize-site-icon-control.php diff --git a/TE2/Proyecto Teknovate/wp-includes/customize/class-wp-customize-theme-control.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/customize/class-wp-customize-theme-control.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/customize/class-wp-customize-theme-control.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/customize/class-wp-customize-theme-control.php diff --git a/TE2/Proyecto Teknovate/wp-includes/customize/class-wp-customize-themes-panel.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/customize/class-wp-customize-themes-panel.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/customize/class-wp-customize-themes-panel.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/customize/class-wp-customize-themes-panel.php diff --git a/TE2/Proyecto Teknovate/wp-includes/customize/class-wp-customize-themes-section.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/customize/class-wp-customize-themes-section.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/customize/class-wp-customize-themes-section.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/customize/class-wp-customize-themes-section.php diff --git a/TE2/Proyecto Teknovate/wp-includes/customize/class-wp-customize-upload-control.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/customize/class-wp-customize-upload-control.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/customize/class-wp-customize-upload-control.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/customize/class-wp-customize-upload-control.php diff --git a/TE2/Proyecto Teknovate/wp-includes/customize/class-wp-widget-area-customize-control.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/customize/class-wp-widget-area-customize-control.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/customize/class-wp-widget-area-customize-control.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/customize/class-wp-widget-area-customize-control.php diff --git a/TE2/Proyecto Teknovate/wp-includes/customize/class-wp-widget-form-customize-control.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/customize/class-wp-widget-form-customize-control.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/customize/class-wp-widget-form-customize-control.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/customize/class-wp-widget-form-customize-control.php diff --git a/TE2/Proyecto Teknovate/wp-includes/date.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/date.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/date.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/date.php diff --git a/TE2/Proyecto Teknovate/wp-includes/default-constants.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/default-constants.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/default-constants.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/default-constants.php diff --git a/TE2/Proyecto Teknovate/wp-includes/default-filters.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/default-filters.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/default-filters.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/default-filters.php diff --git a/TE2/Proyecto Teknovate/wp-includes/default-widgets.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/default-widgets.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/default-widgets.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/default-widgets.php diff --git a/TE2/Proyecto Teknovate/wp-includes/deprecated.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/deprecated.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/deprecated.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/deprecated.php diff --git a/TE2/Proyecto Teknovate/wp-includes/embed-template.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/embed-template.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/embed-template.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/embed-template.php diff --git a/TE2/Proyecto Teknovate/wp-includes/embed.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/embed.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/embed.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/embed.php diff --git a/TE2/Proyecto Teknovate/wp-includes/error-protection.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/error-protection.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/error-protection.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/error-protection.php diff --git a/TE2/Proyecto Teknovate/wp-includes/feed-atom-comments.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/feed-atom-comments.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/feed-atom-comments.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/feed-atom-comments.php diff --git a/TE2/Proyecto Teknovate/wp-includes/feed-atom.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/feed-atom.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/feed-atom.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/feed-atom.php diff --git a/TE2/Proyecto Teknovate/wp-includes/feed-rdf.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/feed-rdf.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/feed-rdf.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/feed-rdf.php diff --git a/TE2/Proyecto Teknovate/wp-includes/feed-rss.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/feed-rss.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/feed-rss.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/feed-rss.php diff --git a/TE2/Proyecto Teknovate/wp-includes/feed-rss2-comments.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/feed-rss2-comments.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/feed-rss2-comments.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/feed-rss2-comments.php diff --git a/TE2/Proyecto Teknovate/wp-includes/feed-rss2.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/feed-rss2.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/feed-rss2.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/feed-rss2.php diff --git a/TE2/Proyecto Teknovate/wp-includes/feed.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/feed.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/feed.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/feed.php diff --git a/TE2/Proyecto Teknovate/wp-includes/fonts/dashicons.eot b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/fonts/dashicons.eot similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/fonts/dashicons.eot rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/fonts/dashicons.eot diff --git a/TE2/Proyecto Teknovate/wp-includes/fonts/dashicons.svg b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/fonts/dashicons.svg similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/fonts/dashicons.svg rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/fonts/dashicons.svg diff --git a/TE2/Proyecto Teknovate/wp-includes/fonts/dashicons.ttf b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/fonts/dashicons.ttf similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/fonts/dashicons.ttf rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/fonts/dashicons.ttf diff --git a/TE2/Proyecto Teknovate/wp-includes/fonts/dashicons.woff b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/fonts/dashicons.woff similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/fonts/dashicons.woff rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/fonts/dashicons.woff diff --git a/TE2/Proyecto Teknovate/wp-includes/fonts/dashicons.woff2 b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/fonts/dashicons.woff2 similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/fonts/dashicons.woff2 rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/fonts/dashicons.woff2 diff --git a/TE2/Proyecto Teknovate/wp-includes/formatting.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/formatting.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/formatting.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/formatting.php diff --git a/TE2/Proyecto Teknovate/wp-includes/functions.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/functions.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/functions.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/functions.php diff --git a/TE2/Proyecto Teknovate/wp-includes/functions.wp-scripts.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/functions.wp-scripts.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/functions.wp-scripts.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/functions.wp-scripts.php diff --git a/TE2/Proyecto Teknovate/wp-includes/functions.wp-styles.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/functions.wp-styles.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/functions.wp-styles.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/functions.wp-styles.php diff --git a/TE2/Proyecto Teknovate/wp-includes/general-template.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/general-template.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/general-template.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/general-template.php diff --git a/TE2/Proyecto Teknovate/wp-includes/http.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/http.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/http.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/http.php diff --git a/TE2/Proyecto Teknovate/wp-includes/images/admin-bar-sprite-2x.png b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/images/admin-bar-sprite-2x.png similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/images/admin-bar-sprite-2x.png rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/images/admin-bar-sprite-2x.png diff --git a/TE2/Proyecto Teknovate/wp-includes/images/admin-bar-sprite.png b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/images/admin-bar-sprite.png similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/images/admin-bar-sprite.png rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/images/admin-bar-sprite.png diff --git a/TE2/Proyecto Teknovate/wp-includes/images/arrow-pointer-blue-2x.png b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/images/arrow-pointer-blue-2x.png similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/images/arrow-pointer-blue-2x.png rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/images/arrow-pointer-blue-2x.png diff --git a/TE2/Proyecto Teknovate/wp-includes/images/arrow-pointer-blue.png b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/images/arrow-pointer-blue.png similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/images/arrow-pointer-blue.png rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/images/arrow-pointer-blue.png diff --git a/TE2/Proyecto Teknovate/wp-includes/images/blank.gif b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/images/blank.gif similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/images/blank.gif rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/images/blank.gif diff --git a/TE2/Proyecto Teknovate/wp-includes/images/crystal/archive.png b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/images/crystal/archive.png similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/images/crystal/archive.png rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/images/crystal/archive.png diff --git a/TE2/Proyecto Teknovate/wp-includes/images/crystal/audio.png b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/images/crystal/audio.png similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/images/crystal/audio.png rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/images/crystal/audio.png diff --git a/TE2/Proyecto Teknovate/wp-includes/images/crystal/code.png b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/images/crystal/code.png similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/images/crystal/code.png rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/images/crystal/code.png diff --git a/TE2/Proyecto Teknovate/wp-includes/images/crystal/default.png b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/images/crystal/default.png similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/images/crystal/default.png rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/images/crystal/default.png diff --git a/TE2/Proyecto Teknovate/wp-includes/images/crystal/document.png b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/images/crystal/document.png similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/images/crystal/document.png rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/images/crystal/document.png diff --git a/TE2/Proyecto Teknovate/wp-includes/images/crystal/interactive.png b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/images/crystal/interactive.png similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/images/crystal/interactive.png rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/images/crystal/interactive.png diff --git a/TE2/Proyecto Teknovate/wp-includes/images/crystal/license.txt b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/images/crystal/license.txt similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/images/crystal/license.txt rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/images/crystal/license.txt diff --git a/TE2/Proyecto Teknovate/wp-includes/images/crystal/spreadsheet.png b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/images/crystal/spreadsheet.png similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/images/crystal/spreadsheet.png rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/images/crystal/spreadsheet.png diff --git a/TE2/Proyecto Teknovate/wp-includes/images/crystal/text.png b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/images/crystal/text.png similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/images/crystal/text.png rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/images/crystal/text.png diff --git a/TE2/Proyecto Teknovate/wp-includes/images/crystal/video.png b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/images/crystal/video.png similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/images/crystal/video.png rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/images/crystal/video.png diff --git a/TE2/Proyecto Teknovate/wp-includes/images/down_arrow-2x.gif b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/images/down_arrow-2x.gif similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/images/down_arrow-2x.gif rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/images/down_arrow-2x.gif diff --git a/TE2/Proyecto Teknovate/wp-includes/images/down_arrow.gif b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/images/down_arrow.gif similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/images/down_arrow.gif rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/images/down_arrow.gif diff --git a/TE2/Proyecto Teknovate/wp-includes/images/icon-pointer-flag-2x.png b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/images/icon-pointer-flag-2x.png similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/images/icon-pointer-flag-2x.png rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/images/icon-pointer-flag-2x.png diff --git a/TE2/Proyecto Teknovate/wp-includes/images/icon-pointer-flag.png b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/images/icon-pointer-flag.png similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/images/icon-pointer-flag.png rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/images/icon-pointer-flag.png diff --git a/TE2/Proyecto Teknovate/wp-includes/images/media/archive.png b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/images/media/archive.png similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/images/media/archive.png rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/images/media/archive.png diff --git a/TE2/Proyecto Teknovate/wp-includes/images/media/audio.png b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/images/media/audio.png similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/images/media/audio.png rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/images/media/audio.png diff --git a/TE2/Proyecto Teknovate/wp-includes/images/media/code.png b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/images/media/code.png similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/images/media/code.png rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/images/media/code.png diff --git a/TE2/Proyecto Teknovate/wp-includes/images/media/default.png b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/images/media/default.png similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/images/media/default.png rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/images/media/default.png diff --git a/TE2/Proyecto Teknovate/wp-includes/images/media/document.png b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/images/media/document.png similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/images/media/document.png rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/images/media/document.png diff --git a/TE2/Proyecto Teknovate/wp-includes/images/media/interactive.png b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/images/media/interactive.png similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/images/media/interactive.png rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/images/media/interactive.png diff --git a/TE2/Proyecto Teknovate/wp-includes/images/media/spreadsheet.png b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/images/media/spreadsheet.png similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/images/media/spreadsheet.png rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/images/media/spreadsheet.png diff --git a/TE2/Proyecto Teknovate/wp-includes/images/media/text.png b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/images/media/text.png similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/images/media/text.png rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/images/media/text.png diff --git a/TE2/Proyecto Teknovate/wp-includes/images/media/video.png b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/images/media/video.png similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/images/media/video.png rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/images/media/video.png diff --git a/TE2/Proyecto Teknovate/wp-includes/images/rss-2x.png b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/images/rss-2x.png similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/images/rss-2x.png rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/images/rss-2x.png diff --git a/TE2/Proyecto Teknovate/wp-includes/images/rss.png b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/images/rss.png similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/images/rss.png rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/images/rss.png diff --git a/TE2/Proyecto Teknovate/wp-includes/images/smilies/frownie.png b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/images/smilies/frownie.png similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/images/smilies/frownie.png rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/images/smilies/frownie.png diff --git a/TE2/Proyecto Teknovate/wp-includes/images/smilies/icon_arrow.gif b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/images/smilies/icon_arrow.gif similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/images/smilies/icon_arrow.gif rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/images/smilies/icon_arrow.gif diff --git a/TE2/Proyecto Teknovate/wp-includes/images/smilies/icon_biggrin.gif b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/images/smilies/icon_biggrin.gif similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/images/smilies/icon_biggrin.gif rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/images/smilies/icon_biggrin.gif diff --git a/TE2/Proyecto Teknovate/wp-includes/images/smilies/icon_confused.gif b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/images/smilies/icon_confused.gif similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/images/smilies/icon_confused.gif rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/images/smilies/icon_confused.gif diff --git a/TE2/Proyecto Teknovate/wp-includes/images/smilies/icon_cool.gif b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/images/smilies/icon_cool.gif similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/images/smilies/icon_cool.gif rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/images/smilies/icon_cool.gif diff --git a/TE2/Proyecto Teknovate/wp-includes/images/smilies/icon_cry.gif b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/images/smilies/icon_cry.gif similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/images/smilies/icon_cry.gif rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/images/smilies/icon_cry.gif diff --git a/TE2/Proyecto Teknovate/wp-includes/images/smilies/icon_eek.gif b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/images/smilies/icon_eek.gif similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/images/smilies/icon_eek.gif rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/images/smilies/icon_eek.gif diff --git a/TE2/Proyecto Teknovate/wp-includes/images/smilies/icon_evil.gif b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/images/smilies/icon_evil.gif similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/images/smilies/icon_evil.gif rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/images/smilies/icon_evil.gif diff --git a/TE2/Proyecto Teknovate/wp-includes/images/smilies/icon_exclaim.gif b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/images/smilies/icon_exclaim.gif similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/images/smilies/icon_exclaim.gif rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/images/smilies/icon_exclaim.gif diff --git a/TE2/Proyecto Teknovate/wp-includes/images/smilies/icon_idea.gif b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/images/smilies/icon_idea.gif similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/images/smilies/icon_idea.gif rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/images/smilies/icon_idea.gif diff --git a/TE2/Proyecto Teknovate/wp-includes/images/smilies/icon_lol.gif b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/images/smilies/icon_lol.gif similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/images/smilies/icon_lol.gif rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/images/smilies/icon_lol.gif diff --git a/TE2/Proyecto Teknovate/wp-includes/images/smilies/icon_mad.gif b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/images/smilies/icon_mad.gif similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/images/smilies/icon_mad.gif rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/images/smilies/icon_mad.gif diff --git a/TE2/Proyecto Teknovate/wp-includes/images/smilies/icon_mrgreen.gif b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/images/smilies/icon_mrgreen.gif similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/images/smilies/icon_mrgreen.gif rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/images/smilies/icon_mrgreen.gif diff --git a/TE2/Proyecto Teknovate/wp-includes/images/smilies/icon_neutral.gif b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/images/smilies/icon_neutral.gif similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/images/smilies/icon_neutral.gif rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/images/smilies/icon_neutral.gif diff --git a/TE2/Proyecto Teknovate/wp-includes/images/smilies/icon_question.gif b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/images/smilies/icon_question.gif similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/images/smilies/icon_question.gif rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/images/smilies/icon_question.gif diff --git a/TE2/Proyecto Teknovate/wp-includes/images/smilies/icon_razz.gif b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/images/smilies/icon_razz.gif similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/images/smilies/icon_razz.gif rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/images/smilies/icon_razz.gif diff --git a/TE2/Proyecto Teknovate/wp-includes/images/smilies/icon_redface.gif b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/images/smilies/icon_redface.gif similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/images/smilies/icon_redface.gif rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/images/smilies/icon_redface.gif diff --git a/TE2/Proyecto Teknovate/wp-includes/images/smilies/icon_rolleyes.gif b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/images/smilies/icon_rolleyes.gif similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/images/smilies/icon_rolleyes.gif rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/images/smilies/icon_rolleyes.gif diff --git a/TE2/Proyecto Teknovate/wp-includes/images/smilies/icon_sad.gif b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/images/smilies/icon_sad.gif similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/images/smilies/icon_sad.gif rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/images/smilies/icon_sad.gif diff --git a/TE2/Proyecto Teknovate/wp-includes/images/smilies/icon_smile.gif b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/images/smilies/icon_smile.gif similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/images/smilies/icon_smile.gif rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/images/smilies/icon_smile.gif diff --git a/TE2/Proyecto Teknovate/wp-includes/images/smilies/icon_surprised.gif b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/images/smilies/icon_surprised.gif similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/images/smilies/icon_surprised.gif rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/images/smilies/icon_surprised.gif diff --git a/TE2/Proyecto Teknovate/wp-includes/images/smilies/icon_twisted.gif b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/images/smilies/icon_twisted.gif similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/images/smilies/icon_twisted.gif rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/images/smilies/icon_twisted.gif diff --git a/TE2/Proyecto Teknovate/wp-includes/images/smilies/icon_wink.gif b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/images/smilies/icon_wink.gif similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/images/smilies/icon_wink.gif rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/images/smilies/icon_wink.gif diff --git a/TE2/Proyecto Teknovate/wp-includes/images/smilies/mrgreen.png b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/images/smilies/mrgreen.png similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/images/smilies/mrgreen.png rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/images/smilies/mrgreen.png diff --git a/TE2/Proyecto Teknovate/wp-includes/images/smilies/rolleyes.png b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/images/smilies/rolleyes.png similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/images/smilies/rolleyes.png rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/images/smilies/rolleyes.png diff --git a/TE2/Proyecto Teknovate/wp-includes/images/smilies/simple-smile.png b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/images/smilies/simple-smile.png similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/images/smilies/simple-smile.png rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/images/smilies/simple-smile.png diff --git a/TE2/Proyecto Teknovate/wp-includes/images/spinner-2x.gif b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/images/spinner-2x.gif similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/images/spinner-2x.gif rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/images/spinner-2x.gif diff --git a/TE2/Proyecto Teknovate/wp-includes/images/spinner.gif b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/images/spinner.gif similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/images/spinner.gif rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/images/spinner.gif diff --git a/TE2/Proyecto Teknovate/wp-includes/images/toggle-arrow-2x.png b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/images/toggle-arrow-2x.png similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/images/toggle-arrow-2x.png rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/images/toggle-arrow-2x.png diff --git a/TE2/Proyecto Teknovate/wp-includes/images/toggle-arrow.png b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/images/toggle-arrow.png similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/images/toggle-arrow.png rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/images/toggle-arrow.png diff --git a/TE2/Proyecto Teknovate/wp-includes/images/uploader-icons-2x.png b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/images/uploader-icons-2x.png similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/images/uploader-icons-2x.png rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/images/uploader-icons-2x.png diff --git a/TE2/Proyecto Teknovate/wp-includes/images/uploader-icons.png b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/images/uploader-icons.png similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/images/uploader-icons.png rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/images/uploader-icons.png diff --git a/TE2/Proyecto Teknovate/wp-includes/images/w-logo-blue-white-bg.png b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/images/w-logo-blue-white-bg.png similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/images/w-logo-blue-white-bg.png rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/images/w-logo-blue-white-bg.png diff --git a/TE2/Proyecto Teknovate/wp-includes/images/w-logo-blue.png b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/images/w-logo-blue.png similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/images/w-logo-blue.png rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/images/w-logo-blue.png diff --git a/TE2/Proyecto Teknovate/wp-includes/images/wlw/wp-comments.png b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/images/wlw/wp-comments.png similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/images/wlw/wp-comments.png rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/images/wlw/wp-comments.png diff --git a/TE2/Proyecto Teknovate/wp-includes/images/wlw/wp-icon.png b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/images/wlw/wp-icon.png similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/images/wlw/wp-icon.png rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/images/wlw/wp-icon.png diff --git a/TE2/Proyecto Teknovate/wp-includes/images/wlw/wp-watermark.png b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/images/wlw/wp-watermark.png similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/images/wlw/wp-watermark.png rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/images/wlw/wp-watermark.png diff --git a/TE2/Proyecto Teknovate/wp-includes/images/wpicons-2x.png b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/images/wpicons-2x.png similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/images/wpicons-2x.png rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/images/wpicons-2x.png diff --git a/TE2/Proyecto Teknovate/wp-includes/images/wpicons.png b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/images/wpicons.png similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/images/wpicons.png rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/images/wpicons.png diff --git a/TE2/Proyecto Teknovate/wp-includes/images/wpspin-2x.gif b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/images/wpspin-2x.gif similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/images/wpspin-2x.gif rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/images/wpspin-2x.gif diff --git a/TE2/Proyecto Teknovate/wp-includes/images/wpspin.gif b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/images/wpspin.gif similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/images/wpspin.gif rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/images/wpspin.gif diff --git a/TE2/Proyecto Teknovate/wp-includes/images/xit-2x.gif b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/images/xit-2x.gif similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/images/xit-2x.gif rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/images/xit-2x.gif diff --git a/TE2/Proyecto Teknovate/wp-includes/images/xit.gif b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/images/xit.gif similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/images/xit.gif rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/images/xit.gif diff --git a/TE2/Proyecto Teknovate/wp-includes/js/admin-bar.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/admin-bar.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/admin-bar.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/admin-bar.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/admin-bar.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/admin-bar.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/admin-bar.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/admin-bar.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/api-request.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/api-request.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/api-request.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/api-request.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/api-request.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/api-request.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/api-request.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/api-request.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/autosave.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/autosave.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/autosave.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/autosave.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/autosave.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/autosave.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/autosave.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/autosave.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/backbone.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/backbone.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/backbone.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/backbone.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/backbone.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/backbone.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/backbone.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/backbone.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/clipboard.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/clipboard.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/clipboard.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/clipboard.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/clipboard.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/clipboard.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/clipboard.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/clipboard.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/codemirror/codemirror.min.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/codemirror/codemirror.min.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/codemirror/codemirror.min.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/codemirror/codemirror.min.css diff --git a/TE2/Proyecto Teknovate/wp-includes/js/codemirror/codemirror.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/codemirror/codemirror.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/codemirror/codemirror.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/codemirror/codemirror.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/codemirror/csslint.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/codemirror/csslint.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/codemirror/csslint.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/codemirror/csslint.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/codemirror/esprima.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/codemirror/esprima.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/codemirror/esprima.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/codemirror/esprima.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/codemirror/fakejshint.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/codemirror/fakejshint.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/codemirror/fakejshint.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/codemirror/fakejshint.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/codemirror/htmlhint-kses.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/codemirror/htmlhint-kses.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/codemirror/htmlhint-kses.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/codemirror/htmlhint-kses.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/codemirror/htmlhint.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/codemirror/htmlhint.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/codemirror/htmlhint.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/codemirror/htmlhint.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/codemirror/jsonlint.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/codemirror/jsonlint.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/codemirror/jsonlint.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/codemirror/jsonlint.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/colorpicker.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/colorpicker.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/colorpicker.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/colorpicker.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/colorpicker.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/colorpicker.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/colorpicker.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/colorpicker.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/comment-reply.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/comment-reply.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/comment-reply.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/comment-reply.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/comment-reply.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/comment-reply.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/comment-reply.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/comment-reply.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/crop/cropper.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/crop/cropper.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/crop/cropper.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/crop/cropper.css diff --git a/TE2/Proyecto Teknovate/wp-includes/js/crop/cropper.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/crop/cropper.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/crop/cropper.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/crop/cropper.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/crop/marqueeHoriz.gif b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/crop/marqueeHoriz.gif similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/crop/marqueeHoriz.gif rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/crop/marqueeHoriz.gif diff --git a/TE2/Proyecto Teknovate/wp-includes/js/crop/marqueeVert.gif b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/crop/marqueeVert.gif similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/crop/marqueeVert.gif rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/crop/marqueeVert.gif diff --git a/TE2/Proyecto Teknovate/wp-includes/js/customize-base.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/customize-base.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/customize-base.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/customize-base.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/customize-base.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/customize-base.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/customize-base.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/customize-base.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/customize-loader.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/customize-loader.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/customize-loader.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/customize-loader.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/customize-loader.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/customize-loader.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/customize-loader.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/customize-loader.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/customize-models.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/customize-models.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/customize-models.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/customize-models.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/customize-models.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/customize-models.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/customize-models.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/customize-models.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/customize-preview-nav-menus.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/customize-preview-nav-menus.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/customize-preview-nav-menus.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/customize-preview-nav-menus.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/customize-preview-nav-menus.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/customize-preview-nav-menus.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/customize-preview-nav-menus.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/customize-preview-nav-menus.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/customize-preview-widgets.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/customize-preview-widgets.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/customize-preview-widgets.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/customize-preview-widgets.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/customize-preview-widgets.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/customize-preview-widgets.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/customize-preview-widgets.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/customize-preview-widgets.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/customize-preview.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/customize-preview.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/customize-preview.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/customize-preview.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/customize-preview.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/customize-preview.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/customize-preview.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/customize-preview.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/customize-selective-refresh.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/customize-selective-refresh.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/customize-selective-refresh.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/customize-selective-refresh.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/customize-selective-refresh.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/customize-selective-refresh.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/customize-selective-refresh.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/customize-selective-refresh.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/customize-views.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/customize-views.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/customize-views.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/customize-views.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/customize-views.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/customize-views.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/customize-views.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/customize-views.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/dist/a11y.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/a11y.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/dist/a11y.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/a11y.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/dist/a11y.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/a11y.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/dist/a11y.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/a11y.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/dist/annotations.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/annotations.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/dist/annotations.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/annotations.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/dist/annotations.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/annotations.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/dist/annotations.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/annotations.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/dist/api-fetch.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/api-fetch.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/dist/api-fetch.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/api-fetch.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/dist/api-fetch.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/api-fetch.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/dist/api-fetch.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/api-fetch.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/dist/autop.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/autop.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/dist/autop.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/autop.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/dist/autop.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/autop.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/dist/autop.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/autop.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/dist/blob.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/blob.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/dist/blob.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/blob.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/dist/blob.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/blob.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/dist/blob.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/blob.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/dist/block-directory.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/block-directory.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/dist/block-directory.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/block-directory.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/dist/block-directory.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/block-directory.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/dist/block-directory.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/block-directory.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/dist/block-editor.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/block-editor.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/dist/block-editor.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/block-editor.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/dist/block-editor.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/block-editor.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/dist/block-editor.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/block-editor.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/dist/block-library.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/block-library.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/dist/block-library.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/block-library.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/dist/block-library.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/block-library.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/dist/block-library.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/block-library.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/dist/block-serialization-default-parser.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/block-serialization-default-parser.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/dist/block-serialization-default-parser.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/block-serialization-default-parser.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/dist/block-serialization-default-parser.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/block-serialization-default-parser.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/dist/block-serialization-default-parser.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/block-serialization-default-parser.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/dist/blocks.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/blocks.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/dist/blocks.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/blocks.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/dist/blocks.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/blocks.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/dist/blocks.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/blocks.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/dist/components.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/components.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/dist/components.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/components.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/dist/components.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/components.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/dist/components.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/components.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/dist/compose.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/compose.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/dist/compose.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/compose.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/dist/compose.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/compose.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/dist/compose.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/compose.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/dist/core-data.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/core-data.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/dist/core-data.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/core-data.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/dist/core-data.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/core-data.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/dist/core-data.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/core-data.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/dist/data-controls.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/data-controls.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/dist/data-controls.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/data-controls.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/dist/data-controls.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/data-controls.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/dist/data-controls.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/data-controls.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/dist/data.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/data.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/dist/data.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/data.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/dist/data.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/data.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/dist/data.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/data.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/dist/date.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/date.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/dist/date.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/date.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/dist/date.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/date.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/dist/date.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/date.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/dist/deprecated.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/deprecated.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/dist/deprecated.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/deprecated.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/dist/deprecated.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/deprecated.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/dist/deprecated.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/deprecated.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/dist/dom-ready.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/dom-ready.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/dist/dom-ready.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/dom-ready.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/dist/dom-ready.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/dom-ready.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/dist/dom-ready.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/dom-ready.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/dist/dom.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/dom.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/dist/dom.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/dom.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/dist/dom.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/dom.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/dist/dom.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/dom.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/dist/edit-post.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/edit-post.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/dist/edit-post.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/edit-post.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/dist/edit-post.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/edit-post.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/dist/edit-post.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/edit-post.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/dist/editor.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/editor.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/dist/editor.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/editor.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/dist/editor.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/editor.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/dist/editor.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/editor.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/dist/element.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/element.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/dist/element.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/element.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/dist/element.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/element.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/dist/element.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/element.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/dist/escape-html.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/escape-html.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/dist/escape-html.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/escape-html.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/dist/escape-html.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/escape-html.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/dist/escape-html.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/escape-html.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/dist/format-library.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/format-library.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/dist/format-library.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/format-library.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/dist/format-library.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/format-library.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/dist/format-library.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/format-library.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/dist/hooks.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/hooks.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/dist/hooks.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/hooks.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/dist/hooks.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/hooks.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/dist/hooks.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/hooks.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/dist/html-entities.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/html-entities.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/dist/html-entities.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/html-entities.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/dist/html-entities.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/html-entities.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/dist/html-entities.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/html-entities.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/dist/i18n.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/i18n.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/dist/i18n.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/i18n.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/dist/i18n.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/i18n.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/dist/i18n.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/i18n.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/dist/is-shallow-equal.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/is-shallow-equal.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/dist/is-shallow-equal.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/is-shallow-equal.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/dist/is-shallow-equal.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/is-shallow-equal.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/dist/is-shallow-equal.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/is-shallow-equal.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/dist/keyboard-shortcuts.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/keyboard-shortcuts.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/dist/keyboard-shortcuts.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/keyboard-shortcuts.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/dist/keyboard-shortcuts.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/keyboard-shortcuts.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/dist/keyboard-shortcuts.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/keyboard-shortcuts.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/dist/keycodes.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/keycodes.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/dist/keycodes.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/keycodes.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/dist/keycodes.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/keycodes.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/dist/keycodes.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/keycodes.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/dist/list-reusable-blocks.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/list-reusable-blocks.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/dist/list-reusable-blocks.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/list-reusable-blocks.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/dist/list-reusable-blocks.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/list-reusable-blocks.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/dist/list-reusable-blocks.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/list-reusable-blocks.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/dist/media-utils.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/media-utils.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/dist/media-utils.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/media-utils.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/dist/media-utils.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/media-utils.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/dist/media-utils.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/media-utils.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/dist/notices.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/notices.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/dist/notices.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/notices.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/dist/notices.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/notices.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/dist/notices.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/notices.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/dist/nux.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/nux.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/dist/nux.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/nux.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/dist/nux.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/nux.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/dist/nux.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/nux.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/dist/plugins.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/plugins.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/dist/plugins.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/plugins.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/dist/plugins.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/plugins.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/dist/plugins.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/plugins.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/dist/primitives.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/primitives.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/dist/primitives.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/primitives.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/dist/primitives.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/primitives.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/dist/primitives.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/primitives.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/dist/priority-queue.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/priority-queue.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/dist/priority-queue.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/priority-queue.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/dist/priority-queue.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/priority-queue.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/dist/priority-queue.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/priority-queue.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/dist/redux-routine.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/redux-routine.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/dist/redux-routine.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/redux-routine.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/dist/redux-routine.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/redux-routine.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/dist/redux-routine.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/redux-routine.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/dist/reusable-blocks.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/reusable-blocks.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/dist/reusable-blocks.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/reusable-blocks.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/dist/reusable-blocks.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/reusable-blocks.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/dist/reusable-blocks.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/reusable-blocks.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/dist/rich-text.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/rich-text.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/dist/rich-text.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/rich-text.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/dist/rich-text.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/rich-text.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/dist/rich-text.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/rich-text.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/dist/server-side-render.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/server-side-render.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/dist/server-side-render.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/server-side-render.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/dist/server-side-render.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/server-side-render.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/dist/server-side-render.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/server-side-render.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/dist/shortcode.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/shortcode.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/dist/shortcode.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/shortcode.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/dist/shortcode.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/shortcode.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/dist/shortcode.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/shortcode.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/dist/token-list.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/token-list.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/dist/token-list.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/token-list.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/dist/token-list.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/token-list.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/dist/token-list.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/token-list.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/dist/url.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/url.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/dist/url.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/url.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/dist/url.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/url.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/dist/url.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/url.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/dist/vendor/lodash.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/vendor/lodash.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/dist/vendor/lodash.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/vendor/lodash.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/dist/vendor/lodash.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/vendor/lodash.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/dist/vendor/lodash.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/vendor/lodash.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/dist/vendor/moment.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/vendor/moment.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/dist/vendor/moment.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/vendor/moment.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/dist/vendor/moment.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/vendor/moment.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/dist/vendor/moment.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/vendor/moment.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/dist/vendor/react-dom.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/vendor/react-dom.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/dist/vendor/react-dom.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/vendor/react-dom.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/dist/vendor/react-dom.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/vendor/react-dom.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/dist/vendor/react-dom.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/vendor/react-dom.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/dist/vendor/react.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/vendor/react.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/dist/vendor/react.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/vendor/react.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/dist/vendor/react.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/vendor/react.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/dist/vendor/react.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/vendor/react.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/dist/vendor/wp-polyfill-dom-rect.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/vendor/wp-polyfill-dom-rect.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/dist/vendor/wp-polyfill-dom-rect.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/vendor/wp-polyfill-dom-rect.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/dist/vendor/wp-polyfill-dom-rect.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/vendor/wp-polyfill-dom-rect.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/dist/vendor/wp-polyfill-dom-rect.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/vendor/wp-polyfill-dom-rect.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/dist/vendor/wp-polyfill-element-closest.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/vendor/wp-polyfill-element-closest.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/dist/vendor/wp-polyfill-element-closest.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/vendor/wp-polyfill-element-closest.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/dist/vendor/wp-polyfill-element-closest.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/vendor/wp-polyfill-element-closest.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/dist/vendor/wp-polyfill-element-closest.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/vendor/wp-polyfill-element-closest.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/dist/vendor/wp-polyfill-fetch.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/vendor/wp-polyfill-fetch.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/dist/vendor/wp-polyfill-fetch.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/vendor/wp-polyfill-fetch.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/dist/vendor/wp-polyfill-fetch.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/vendor/wp-polyfill-fetch.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/dist/vendor/wp-polyfill-fetch.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/vendor/wp-polyfill-fetch.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/dist/vendor/wp-polyfill-formdata.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/vendor/wp-polyfill-formdata.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/dist/vendor/wp-polyfill-formdata.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/vendor/wp-polyfill-formdata.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/dist/vendor/wp-polyfill-formdata.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/vendor/wp-polyfill-formdata.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/dist/vendor/wp-polyfill-formdata.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/vendor/wp-polyfill-formdata.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/dist/vendor/wp-polyfill-node-contains.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/vendor/wp-polyfill-node-contains.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/dist/vendor/wp-polyfill-node-contains.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/vendor/wp-polyfill-node-contains.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/dist/vendor/wp-polyfill-node-contains.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/vendor/wp-polyfill-node-contains.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/dist/vendor/wp-polyfill-node-contains.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/vendor/wp-polyfill-node-contains.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/dist/vendor/wp-polyfill-url.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/vendor/wp-polyfill-url.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/dist/vendor/wp-polyfill-url.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/vendor/wp-polyfill-url.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/dist/vendor/wp-polyfill-url.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/vendor/wp-polyfill-url.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/dist/vendor/wp-polyfill-url.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/vendor/wp-polyfill-url.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/dist/vendor/wp-polyfill.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/vendor/wp-polyfill.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/dist/vendor/wp-polyfill.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/vendor/wp-polyfill.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/dist/vendor/wp-polyfill.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/vendor/wp-polyfill.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/dist/vendor/wp-polyfill.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/vendor/wp-polyfill.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/dist/viewport.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/viewport.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/dist/viewport.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/viewport.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/dist/viewport.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/viewport.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/dist/viewport.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/viewport.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/dist/warning.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/warning.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/dist/warning.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/warning.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/dist/warning.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/warning.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/dist/warning.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/warning.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/dist/wordcount.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/wordcount.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/dist/wordcount.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/wordcount.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/dist/wordcount.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/wordcount.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/dist/wordcount.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/dist/wordcount.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/heartbeat.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/heartbeat.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/heartbeat.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/heartbeat.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/heartbeat.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/heartbeat.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/heartbeat.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/heartbeat.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/hoverIntent.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/hoverIntent.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/hoverIntent.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/hoverIntent.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/hoverIntent.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/hoverIntent.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/hoverIntent.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/hoverIntent.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/hoverintent-js.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/hoverintent-js.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/hoverintent-js.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/hoverintent-js.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/imagesloaded.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/imagesloaded.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/imagesloaded.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/imagesloaded.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/imgareaselect/border-anim-h.gif b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/imgareaselect/border-anim-h.gif similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/imgareaselect/border-anim-h.gif rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/imgareaselect/border-anim-h.gif diff --git a/TE2/Proyecto Teknovate/wp-includes/js/imgareaselect/border-anim-v.gif b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/imgareaselect/border-anim-v.gif similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/imgareaselect/border-anim-v.gif rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/imgareaselect/border-anim-v.gif diff --git a/TE2/Proyecto Teknovate/wp-includes/js/imgareaselect/imgareaselect.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/imgareaselect/imgareaselect.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/imgareaselect/imgareaselect.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/imgareaselect/imgareaselect.css diff --git a/TE2/Proyecto Teknovate/wp-includes/js/imgareaselect/jquery.imgareaselect.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/imgareaselect/jquery.imgareaselect.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/imgareaselect/jquery.imgareaselect.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/imgareaselect/jquery.imgareaselect.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/imgareaselect/jquery.imgareaselect.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/imgareaselect/jquery.imgareaselect.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/imgareaselect/jquery.imgareaselect.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/imgareaselect/jquery.imgareaselect.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/jcrop/Jcrop.gif b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jcrop/Jcrop.gif similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/jcrop/Jcrop.gif rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jcrop/Jcrop.gif diff --git a/TE2/Proyecto Teknovate/wp-includes/js/jcrop/jquery.Jcrop.min.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jcrop/jquery.Jcrop.min.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/jcrop/jquery.Jcrop.min.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jcrop/jquery.Jcrop.min.css diff --git a/TE2/Proyecto Teknovate/wp-includes/js/jcrop/jquery.Jcrop.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jcrop/jquery.Jcrop.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/jcrop/jquery.Jcrop.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jcrop/jquery.Jcrop.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/jquery/jquery-migrate.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/jquery-migrate.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/jquery/jquery-migrate.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/jquery-migrate.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/jquery/jquery-migrate.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/jquery-migrate.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/jquery/jquery-migrate.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/jquery-migrate.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/jquery/jquery.color.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/jquery.color.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/jquery/jquery.color.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/jquery.color.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/jquery/jquery.form.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/jquery.form.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/jquery/jquery.form.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/jquery.form.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/jquery/jquery.form.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/jquery.form.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/jquery/jquery.form.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/jquery.form.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/jquery/jquery.hotkeys.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/jquery.hotkeys.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/jquery/jquery.hotkeys.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/jquery.hotkeys.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/jquery/jquery.hotkeys.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/jquery.hotkeys.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/jquery/jquery.hotkeys.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/jquery.hotkeys.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/jquery/jquery.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/jquery.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/jquery/jquery.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/jquery.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/jquery/jquery.masonry.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/jquery.masonry.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/jquery/jquery.masonry.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/jquery.masonry.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/jquery/jquery.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/jquery.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/jquery/jquery.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/jquery.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/jquery/jquery.query.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/jquery.query.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/jquery/jquery.query.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/jquery.query.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/jquery/jquery.schedule.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/jquery.schedule.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/jquery/jquery.schedule.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/jquery.schedule.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/jquery/jquery.serialize-object.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/jquery.serialize-object.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/jquery/jquery.serialize-object.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/jquery.serialize-object.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/jquery/jquery.table-hotkeys.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/jquery.table-hotkeys.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/jquery/jquery.table-hotkeys.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/jquery.table-hotkeys.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/jquery/jquery.table-hotkeys.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/jquery.table-hotkeys.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/jquery/jquery.table-hotkeys.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/jquery.table-hotkeys.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/jquery/jquery.ui.touch-punch.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/jquery.ui.touch-punch.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/jquery/jquery.ui.touch-punch.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/jquery.ui.touch-punch.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/jquery/suggest.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/suggest.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/jquery/suggest.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/suggest.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/jquery/suggest.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/suggest.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/jquery/suggest.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/suggest.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/jquery/ui/accordion.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/ui/accordion.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/jquery/ui/accordion.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/ui/accordion.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/jquery/ui/accordion.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/ui/accordion.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/jquery/ui/accordion.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/ui/accordion.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/jquery/ui/autocomplete.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/ui/autocomplete.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/jquery/ui/autocomplete.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/ui/autocomplete.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/jquery/ui/autocomplete.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/ui/autocomplete.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/jquery/ui/autocomplete.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/ui/autocomplete.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/jquery/ui/button.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/ui/button.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/jquery/ui/button.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/ui/button.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/jquery/ui/button.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/ui/button.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/jquery/ui/button.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/ui/button.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/jquery/ui/checkboxradio.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/ui/checkboxradio.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/jquery/ui/checkboxradio.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/ui/checkboxradio.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/jquery/ui/checkboxradio.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/ui/checkboxradio.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/jquery/ui/checkboxradio.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/ui/checkboxradio.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/jquery/ui/controlgroup.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/ui/controlgroup.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/jquery/ui/controlgroup.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/ui/controlgroup.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/jquery/ui/controlgroup.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/ui/controlgroup.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/jquery/ui/controlgroup.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/ui/controlgroup.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/jquery/ui/core.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/ui/core.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/jquery/ui/core.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/ui/core.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/jquery/ui/core.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/ui/core.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/jquery/ui/core.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/ui/core.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/jquery/ui/datepicker.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/ui/datepicker.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/jquery/ui/datepicker.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/ui/datepicker.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/jquery/ui/datepicker.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/ui/datepicker.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/jquery/ui/datepicker.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/ui/datepicker.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/jquery/ui/dialog.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/ui/dialog.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/jquery/ui/dialog.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/ui/dialog.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/jquery/ui/dialog.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/ui/dialog.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/jquery/ui/dialog.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/ui/dialog.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/jquery/ui/draggable.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/ui/draggable.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/jquery/ui/draggable.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/ui/draggable.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/jquery/ui/draggable.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/ui/draggable.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/jquery/ui/draggable.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/ui/draggable.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/jquery/ui/droppable.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/ui/droppable.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/jquery/ui/droppable.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/ui/droppable.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/jquery/ui/droppable.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/ui/droppable.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/jquery/ui/droppable.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/ui/droppable.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/jquery/ui/effect-blind.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/ui/effect-blind.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/jquery/ui/effect-blind.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/ui/effect-blind.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/jquery/ui/effect-blind.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/ui/effect-blind.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/jquery/ui/effect-blind.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/ui/effect-blind.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/jquery/ui/effect-bounce.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/ui/effect-bounce.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/jquery/ui/effect-bounce.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/ui/effect-bounce.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/jquery/ui/effect-bounce.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/ui/effect-bounce.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/jquery/ui/effect-bounce.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/ui/effect-bounce.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/jquery/ui/effect-clip.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/ui/effect-clip.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/jquery/ui/effect-clip.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/ui/effect-clip.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/jquery/ui/effect-clip.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/ui/effect-clip.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/jquery/ui/effect-clip.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/ui/effect-clip.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/jquery/ui/effect-drop.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/ui/effect-drop.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/jquery/ui/effect-drop.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/ui/effect-drop.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/jquery/ui/effect-drop.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/ui/effect-drop.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/jquery/ui/effect-drop.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/ui/effect-drop.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/jquery/ui/effect-explode.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/ui/effect-explode.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/jquery/ui/effect-explode.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/ui/effect-explode.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/jquery/ui/effect-explode.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/ui/effect-explode.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/jquery/ui/effect-explode.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/ui/effect-explode.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/jquery/ui/effect-fade.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/ui/effect-fade.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/jquery/ui/effect-fade.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/ui/effect-fade.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/jquery/ui/effect-fade.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/ui/effect-fade.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/jquery/ui/effect-fade.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/ui/effect-fade.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/jquery/ui/effect-fold.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/ui/effect-fold.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/jquery/ui/effect-fold.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/ui/effect-fold.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/jquery/ui/effect-fold.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/ui/effect-fold.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/jquery/ui/effect-fold.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/ui/effect-fold.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/jquery/ui/effect-highlight.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/ui/effect-highlight.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/jquery/ui/effect-highlight.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/ui/effect-highlight.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/jquery/ui/effect-highlight.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/ui/effect-highlight.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/jquery/ui/effect-highlight.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/ui/effect-highlight.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/jquery/ui/effect-puff.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/ui/effect-puff.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/jquery/ui/effect-puff.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/ui/effect-puff.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/jquery/ui/effect-puff.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/ui/effect-puff.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/jquery/ui/effect-puff.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/ui/effect-puff.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/jquery/ui/effect-pulsate.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/ui/effect-pulsate.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/jquery/ui/effect-pulsate.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/ui/effect-pulsate.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/jquery/ui/effect-pulsate.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/ui/effect-pulsate.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/jquery/ui/effect-pulsate.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/ui/effect-pulsate.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/jquery/ui/effect-scale.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/ui/effect-scale.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/jquery/ui/effect-scale.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/ui/effect-scale.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/jquery/ui/effect-scale.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/ui/effect-scale.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/jquery/ui/effect-scale.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/ui/effect-scale.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/jquery/ui/effect-shake.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/ui/effect-shake.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/jquery/ui/effect-shake.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/ui/effect-shake.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/jquery/ui/effect-shake.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/ui/effect-shake.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/jquery/ui/effect-shake.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/ui/effect-shake.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/jquery/ui/effect-size.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/ui/effect-size.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/jquery/ui/effect-size.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/ui/effect-size.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/jquery/ui/effect-size.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/ui/effect-size.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/jquery/ui/effect-size.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/ui/effect-size.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/jquery/ui/effect-slide.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/ui/effect-slide.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/jquery/ui/effect-slide.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/ui/effect-slide.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/jquery/ui/effect-slide.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/ui/effect-slide.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/jquery/ui/effect-slide.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/ui/effect-slide.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/jquery/ui/effect-transfer.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/ui/effect-transfer.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/jquery/ui/effect-transfer.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/ui/effect-transfer.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/jquery/ui/effect-transfer.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/ui/effect-transfer.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/jquery/ui/effect-transfer.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/ui/effect-transfer.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/jquery/ui/effect.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/ui/effect.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/jquery/ui/effect.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/ui/effect.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/jquery/ui/effect.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/ui/effect.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/jquery/ui/effect.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/ui/effect.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/jquery/ui/menu.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/ui/menu.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/jquery/ui/menu.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/ui/menu.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/jquery/ui/menu.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/ui/menu.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/jquery/ui/menu.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/ui/menu.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/jquery/ui/mouse.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/ui/mouse.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/jquery/ui/mouse.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/ui/mouse.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/jquery/ui/mouse.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/ui/mouse.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/jquery/ui/mouse.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/ui/mouse.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/jquery/ui/progressbar.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/ui/progressbar.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/jquery/ui/progressbar.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/ui/progressbar.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/jquery/ui/progressbar.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/ui/progressbar.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/jquery/ui/progressbar.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/ui/progressbar.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/jquery/ui/resizable.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/ui/resizable.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/jquery/ui/resizable.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/ui/resizable.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/jquery/ui/resizable.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/ui/resizable.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/jquery/ui/resizable.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/ui/resizable.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/jquery/ui/selectable.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/ui/selectable.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/jquery/ui/selectable.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/ui/selectable.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/jquery/ui/selectable.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/ui/selectable.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/jquery/ui/selectable.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/ui/selectable.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/jquery/ui/selectmenu.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/ui/selectmenu.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/jquery/ui/selectmenu.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/ui/selectmenu.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/jquery/ui/selectmenu.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/ui/selectmenu.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/jquery/ui/selectmenu.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/ui/selectmenu.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/jquery/ui/slider.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/ui/slider.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/jquery/ui/slider.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/ui/slider.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/jquery/ui/slider.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/ui/slider.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/jquery/ui/slider.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/ui/slider.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/jquery/ui/sortable.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/ui/sortable.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/jquery/ui/sortable.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/ui/sortable.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/jquery/ui/sortable.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/ui/sortable.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/jquery/ui/sortable.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/ui/sortable.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/jquery/ui/spinner.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/ui/spinner.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/jquery/ui/spinner.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/ui/spinner.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/jquery/ui/spinner.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/ui/spinner.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/jquery/ui/spinner.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/ui/spinner.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/jquery/ui/tabs.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/ui/tabs.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/jquery/ui/tabs.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/ui/tabs.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/jquery/ui/tabs.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/ui/tabs.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/jquery/ui/tabs.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/ui/tabs.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/jquery/ui/tooltip.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/ui/tooltip.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/jquery/ui/tooltip.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/ui/tooltip.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/jquery/ui/tooltip.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/ui/tooltip.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/jquery/ui/tooltip.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/jquery/ui/tooltip.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/json2.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/json2.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/json2.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/json2.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/json2.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/json2.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/json2.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/json2.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/masonry.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/masonry.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/masonry.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/masonry.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/mce-view.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/mce-view.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/mce-view.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/mce-view.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/mce-view.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/mce-view.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/mce-view.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/mce-view.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/media-audiovideo.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/media-audiovideo.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/media-audiovideo.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/media-audiovideo.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/media-audiovideo.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/media-audiovideo.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/media-audiovideo.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/media-audiovideo.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/media-editor.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/media-editor.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/media-editor.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/media-editor.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/media-editor.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/media-editor.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/media-editor.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/media-editor.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/media-grid.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/media-grid.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/media-grid.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/media-grid.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/media-grid.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/media-grid.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/media-grid.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/media-grid.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/media-models.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/media-models.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/media-models.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/media-models.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/media-models.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/media-models.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/media-models.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/media-models.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/media-views.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/media-views.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/media-views.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/media-views.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/media-views.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/media-views.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/media-views.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/media-views.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/mediaelement/mediaelement-and-player.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/mediaelement/mediaelement-and-player.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/mediaelement/mediaelement-and-player.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/mediaelement/mediaelement-and-player.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/mediaelement/mediaelement-and-player.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/mediaelement/mediaelement-and-player.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/mediaelement/mediaelement-and-player.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/mediaelement/mediaelement-and-player.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/mediaelement/mediaelement-migrate.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/mediaelement/mediaelement-migrate.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/mediaelement/mediaelement-migrate.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/mediaelement/mediaelement-migrate.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/mediaelement/mediaelement-migrate.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/mediaelement/mediaelement-migrate.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/mediaelement/mediaelement-migrate.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/mediaelement/mediaelement-migrate.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/mediaelement/mediaelement.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/mediaelement/mediaelement.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/mediaelement/mediaelement.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/mediaelement/mediaelement.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/mediaelement/mediaelement.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/mediaelement/mediaelement.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/mediaelement/mediaelement.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/mediaelement/mediaelement.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/mediaelement/mediaelementplayer-legacy.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/mediaelement/mediaelementplayer-legacy.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/mediaelement/mediaelementplayer-legacy.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/mediaelement/mediaelementplayer-legacy.css diff --git a/TE2/Proyecto Teknovate/wp-includes/js/mediaelement/mediaelementplayer-legacy.min.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/mediaelement/mediaelementplayer-legacy.min.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/mediaelement/mediaelementplayer-legacy.min.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/mediaelement/mediaelementplayer-legacy.min.css diff --git a/TE2/Proyecto Teknovate/wp-includes/js/mediaelement/mediaelementplayer.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/mediaelement/mediaelementplayer.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/mediaelement/mediaelementplayer.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/mediaelement/mediaelementplayer.css diff --git a/TE2/Proyecto Teknovate/wp-includes/js/mediaelement/mediaelementplayer.min.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/mediaelement/mediaelementplayer.min.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/mediaelement/mediaelementplayer.min.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/mediaelement/mediaelementplayer.min.css diff --git a/TE2/Proyecto Teknovate/wp-includes/js/mediaelement/mejs-controls.png b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/mediaelement/mejs-controls.png similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/mediaelement/mejs-controls.png rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/mediaelement/mejs-controls.png diff --git a/TE2/Proyecto Teknovate/wp-includes/js/mediaelement/mejs-controls.svg b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/mediaelement/mejs-controls.svg similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/mediaelement/mejs-controls.svg rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/mediaelement/mejs-controls.svg diff --git a/TE2/Proyecto Teknovate/wp-includes/js/mediaelement/renderers/vimeo.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/mediaelement/renderers/vimeo.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/mediaelement/renderers/vimeo.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/mediaelement/renderers/vimeo.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/mediaelement/renderers/vimeo.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/mediaelement/renderers/vimeo.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/mediaelement/renderers/vimeo.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/mediaelement/renderers/vimeo.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/mediaelement/wp-mediaelement.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/mediaelement/wp-mediaelement.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/mediaelement/wp-mediaelement.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/mediaelement/wp-mediaelement.css diff --git a/TE2/Proyecto Teknovate/wp-includes/js/mediaelement/wp-mediaelement.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/mediaelement/wp-mediaelement.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/mediaelement/wp-mediaelement.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/mediaelement/wp-mediaelement.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/mediaelement/wp-mediaelement.min.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/mediaelement/wp-mediaelement.min.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/mediaelement/wp-mediaelement.min.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/mediaelement/wp-mediaelement.min.css diff --git a/TE2/Proyecto Teknovate/wp-includes/js/mediaelement/wp-mediaelement.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/mediaelement/wp-mediaelement.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/mediaelement/wp-mediaelement.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/mediaelement/wp-mediaelement.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/mediaelement/wp-playlist.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/mediaelement/wp-playlist.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/mediaelement/wp-playlist.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/mediaelement/wp-playlist.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/mediaelement/wp-playlist.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/mediaelement/wp-playlist.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/mediaelement/wp-playlist.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/mediaelement/wp-playlist.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/plupload/handlers.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/plupload/handlers.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/plupload/handlers.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/plupload/handlers.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/plupload/handlers.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/plupload/handlers.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/plupload/handlers.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/plupload/handlers.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/plupload/license.txt b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/plupload/license.txt similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/plupload/license.txt rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/plupload/license.txt diff --git a/TE2/Proyecto Teknovate/wp-includes/js/plupload/moxie.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/plupload/moxie.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/plupload/moxie.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/plupload/moxie.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/plupload/moxie.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/plupload/moxie.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/plupload/moxie.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/plupload/moxie.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/plupload/plupload.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/plupload/plupload.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/plupload/plupload.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/plupload/plupload.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/plupload/plupload.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/plupload/plupload.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/plupload/plupload.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/plupload/plupload.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/plupload/wp-plupload.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/plupload/wp-plupload.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/plupload/wp-plupload.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/plupload/wp-plupload.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/plupload/wp-plupload.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/plupload/wp-plupload.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/plupload/wp-plupload.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/plupload/wp-plupload.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/quicktags.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/quicktags.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/quicktags.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/quicktags.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/quicktags.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/quicktags.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/quicktags.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/quicktags.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/shortcode.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/shortcode.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/shortcode.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/shortcode.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/shortcode.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/shortcode.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/shortcode.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/shortcode.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/swfobject.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/swfobject.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/swfobject.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/swfobject.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/swfupload/handlers.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/swfupload/handlers.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/swfupload/handlers.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/swfupload/handlers.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/swfupload/handlers.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/swfupload/handlers.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/swfupload/handlers.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/swfupload/handlers.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/swfupload/license.txt b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/swfupload/license.txt similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/swfupload/license.txt rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/swfupload/license.txt diff --git a/TE2/Proyecto Teknovate/wp-includes/js/swfupload/swfupload.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/swfupload/swfupload.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/swfupload/swfupload.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/swfupload/swfupload.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/thickbox/loadingAnimation.gif b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/thickbox/loadingAnimation.gif similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/thickbox/loadingAnimation.gif rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/thickbox/loadingAnimation.gif diff --git a/TE2/Proyecto Teknovate/wp-includes/js/thickbox/macFFBgHack.png b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/thickbox/macFFBgHack.png similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/thickbox/macFFBgHack.png rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/thickbox/macFFBgHack.png diff --git a/TE2/Proyecto Teknovate/wp-includes/js/thickbox/thickbox.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/thickbox/thickbox.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/thickbox/thickbox.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/thickbox/thickbox.css diff --git a/TE2/Proyecto Teknovate/wp-includes/js/thickbox/thickbox.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/thickbox/thickbox.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/thickbox/thickbox.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/thickbox/thickbox.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/tinymce/langs/wp-langs-en.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/langs/wp-langs-en.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/tinymce/langs/wp-langs-en.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/langs/wp-langs-en.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/tinymce/license.txt b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/license.txt similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/tinymce/license.txt rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/license.txt diff --git a/TE2/Proyecto Teknovate/wp-includes/js/tinymce/plugins/charmap/plugin.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/plugins/charmap/plugin.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/tinymce/plugins/charmap/plugin.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/plugins/charmap/plugin.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/tinymce/plugins/charmap/plugin.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/plugins/charmap/plugin.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/tinymce/plugins/charmap/plugin.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/plugins/charmap/plugin.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/tinymce/plugins/colorpicker/plugin.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/plugins/colorpicker/plugin.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/tinymce/plugins/colorpicker/plugin.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/plugins/colorpicker/plugin.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/tinymce/plugins/colorpicker/plugin.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/plugins/colorpicker/plugin.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/tinymce/plugins/colorpicker/plugin.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/plugins/colorpicker/plugin.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/tinymce/plugins/compat3x/css/dialog.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/plugins/compat3x/css/dialog.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/tinymce/plugins/compat3x/css/dialog.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/plugins/compat3x/css/dialog.css diff --git a/TE2/Proyecto Teknovate/wp-includes/js/tinymce/plugins/compat3x/plugin.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/plugins/compat3x/plugin.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/tinymce/plugins/compat3x/plugin.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/plugins/compat3x/plugin.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/tinymce/plugins/compat3x/plugin.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/plugins/compat3x/plugin.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/tinymce/plugins/compat3x/plugin.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/plugins/compat3x/plugin.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/tinymce/plugins/directionality/plugin.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/plugins/directionality/plugin.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/tinymce/plugins/directionality/plugin.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/plugins/directionality/plugin.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/tinymce/plugins/directionality/plugin.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/plugins/directionality/plugin.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/tinymce/plugins/directionality/plugin.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/plugins/directionality/plugin.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/tinymce/plugins/fullscreen/plugin.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/plugins/fullscreen/plugin.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/tinymce/plugins/fullscreen/plugin.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/plugins/fullscreen/plugin.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/tinymce/plugins/fullscreen/plugin.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/plugins/fullscreen/plugin.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/tinymce/plugins/fullscreen/plugin.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/plugins/fullscreen/plugin.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/tinymce/plugins/hr/plugin.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/plugins/hr/plugin.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/tinymce/plugins/hr/plugin.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/plugins/hr/plugin.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/tinymce/plugins/hr/plugin.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/plugins/hr/plugin.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/tinymce/plugins/hr/plugin.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/plugins/hr/plugin.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/tinymce/plugins/image/plugin.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/plugins/image/plugin.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/tinymce/plugins/image/plugin.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/plugins/image/plugin.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/tinymce/plugins/image/plugin.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/plugins/image/plugin.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/tinymce/plugins/image/plugin.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/plugins/image/plugin.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/tinymce/plugins/link/plugin.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/plugins/link/plugin.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/tinymce/plugins/link/plugin.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/plugins/link/plugin.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/tinymce/plugins/link/plugin.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/plugins/link/plugin.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/tinymce/plugins/link/plugin.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/plugins/link/plugin.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/tinymce/plugins/lists/plugin.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/plugins/lists/plugin.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/tinymce/plugins/lists/plugin.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/plugins/lists/plugin.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/tinymce/plugins/lists/plugin.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/plugins/lists/plugin.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/tinymce/plugins/lists/plugin.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/plugins/lists/plugin.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/tinymce/plugins/media/plugin.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/plugins/media/plugin.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/tinymce/plugins/media/plugin.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/plugins/media/plugin.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/tinymce/plugins/media/plugin.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/plugins/media/plugin.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/tinymce/plugins/media/plugin.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/plugins/media/plugin.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/tinymce/plugins/paste/plugin.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/plugins/paste/plugin.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/tinymce/plugins/paste/plugin.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/plugins/paste/plugin.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/tinymce/plugins/paste/plugin.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/plugins/paste/plugin.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/tinymce/plugins/paste/plugin.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/plugins/paste/plugin.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/tinymce/plugins/tabfocus/plugin.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/plugins/tabfocus/plugin.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/tinymce/plugins/tabfocus/plugin.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/plugins/tabfocus/plugin.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/tinymce/plugins/tabfocus/plugin.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/plugins/tabfocus/plugin.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/tinymce/plugins/tabfocus/plugin.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/plugins/tabfocus/plugin.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/tinymce/plugins/textcolor/plugin.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/plugins/textcolor/plugin.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/tinymce/plugins/textcolor/plugin.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/plugins/textcolor/plugin.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/tinymce/plugins/textcolor/plugin.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/plugins/textcolor/plugin.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/tinymce/plugins/textcolor/plugin.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/plugins/textcolor/plugin.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/tinymce/plugins/wordpress/plugin.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/plugins/wordpress/plugin.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/tinymce/plugins/wordpress/plugin.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/plugins/wordpress/plugin.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/tinymce/plugins/wordpress/plugin.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/plugins/wordpress/plugin.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/tinymce/plugins/wordpress/plugin.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/plugins/wordpress/plugin.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/tinymce/plugins/wpautoresize/plugin.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/plugins/wpautoresize/plugin.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/tinymce/plugins/wpautoresize/plugin.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/plugins/wpautoresize/plugin.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/tinymce/plugins/wpautoresize/plugin.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/plugins/wpautoresize/plugin.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/tinymce/plugins/wpautoresize/plugin.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/plugins/wpautoresize/plugin.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/tinymce/plugins/wpdialogs/plugin.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/plugins/wpdialogs/plugin.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/tinymce/plugins/wpdialogs/plugin.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/plugins/wpdialogs/plugin.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/tinymce/plugins/wpdialogs/plugin.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/plugins/wpdialogs/plugin.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/tinymce/plugins/wpdialogs/plugin.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/plugins/wpdialogs/plugin.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/tinymce/plugins/wpeditimage/plugin.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/plugins/wpeditimage/plugin.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/tinymce/plugins/wpeditimage/plugin.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/plugins/wpeditimage/plugin.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/tinymce/plugins/wpeditimage/plugin.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/plugins/wpeditimage/plugin.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/tinymce/plugins/wpeditimage/plugin.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/plugins/wpeditimage/plugin.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/tinymce/plugins/wpemoji/plugin.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/plugins/wpemoji/plugin.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/tinymce/plugins/wpemoji/plugin.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/plugins/wpemoji/plugin.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/tinymce/plugins/wpemoji/plugin.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/plugins/wpemoji/plugin.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/tinymce/plugins/wpemoji/plugin.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/plugins/wpemoji/plugin.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/tinymce/plugins/wpgallery/plugin.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/plugins/wpgallery/plugin.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/tinymce/plugins/wpgallery/plugin.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/plugins/wpgallery/plugin.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/tinymce/plugins/wpgallery/plugin.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/plugins/wpgallery/plugin.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/tinymce/plugins/wpgallery/plugin.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/plugins/wpgallery/plugin.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/tinymce/plugins/wplink/plugin.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/plugins/wplink/plugin.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/tinymce/plugins/wplink/plugin.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/plugins/wplink/plugin.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/tinymce/plugins/wplink/plugin.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/plugins/wplink/plugin.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/tinymce/plugins/wplink/plugin.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/plugins/wplink/plugin.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/tinymce/plugins/wptextpattern/plugin.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/plugins/wptextpattern/plugin.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/tinymce/plugins/wptextpattern/plugin.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/plugins/wptextpattern/plugin.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/tinymce/plugins/wptextpattern/plugin.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/plugins/wptextpattern/plugin.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/tinymce/plugins/wptextpattern/plugin.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/plugins/wptextpattern/plugin.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/tinymce/plugins/wpview/plugin.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/plugins/wpview/plugin.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/tinymce/plugins/wpview/plugin.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/plugins/wpview/plugin.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/tinymce/plugins/wpview/plugin.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/plugins/wpview/plugin.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/tinymce/plugins/wpview/plugin.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/plugins/wpview/plugin.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/tinymce/skins/lightgray/content.inline.min.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/skins/lightgray/content.inline.min.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/tinymce/skins/lightgray/content.inline.min.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/skins/lightgray/content.inline.min.css diff --git a/TE2/Proyecto Teknovate/wp-includes/js/tinymce/skins/lightgray/content.min.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/skins/lightgray/content.min.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/tinymce/skins/lightgray/content.min.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/skins/lightgray/content.min.css diff --git a/TE2/Proyecto Teknovate/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.eot b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.eot similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.eot rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.eot diff --git a/TE2/Proyecto Teknovate/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.svg b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.svg similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.svg rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.svg diff --git a/TE2/Proyecto Teknovate/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.ttf b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.ttf similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.ttf rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.ttf diff --git a/TE2/Proyecto Teknovate/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.woff b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.woff similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.woff rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.woff diff --git a/TE2/Proyecto Teknovate/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.eot b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.eot similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.eot rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.eot diff --git a/TE2/Proyecto Teknovate/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.svg b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.svg similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.svg rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.svg diff --git a/TE2/Proyecto Teknovate/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.ttf b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.ttf similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.ttf rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.ttf diff --git a/TE2/Proyecto Teknovate/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.woff b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.woff similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.woff rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.woff diff --git a/TE2/Proyecto Teknovate/wp-includes/js/tinymce/skins/lightgray/img/anchor.gif b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/skins/lightgray/img/anchor.gif similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/tinymce/skins/lightgray/img/anchor.gif rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/skins/lightgray/img/anchor.gif diff --git a/TE2/Proyecto Teknovate/wp-includes/js/tinymce/skins/lightgray/img/loader.gif b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/skins/lightgray/img/loader.gif similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/tinymce/skins/lightgray/img/loader.gif rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/skins/lightgray/img/loader.gif diff --git a/TE2/Proyecto Teknovate/wp-includes/js/tinymce/skins/lightgray/img/object.gif b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/skins/lightgray/img/object.gif similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/tinymce/skins/lightgray/img/object.gif rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/skins/lightgray/img/object.gif diff --git a/TE2/Proyecto Teknovate/wp-includes/js/tinymce/skins/lightgray/img/trans.gif b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/skins/lightgray/img/trans.gif similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/tinymce/skins/lightgray/img/trans.gif rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/skins/lightgray/img/trans.gif diff --git a/TE2/Proyecto Teknovate/wp-includes/js/tinymce/skins/lightgray/skin.min.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/skins/lightgray/skin.min.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/tinymce/skins/lightgray/skin.min.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/skins/lightgray/skin.min.css diff --git a/TE2/Proyecto Teknovate/wp-includes/js/tinymce/skins/wordpress/images/audio.png b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/skins/wordpress/images/audio.png similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/tinymce/skins/wordpress/images/audio.png rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/skins/wordpress/images/audio.png diff --git a/TE2/Proyecto Teknovate/wp-includes/js/tinymce/skins/wordpress/images/dashicon-edit.png b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/skins/wordpress/images/dashicon-edit.png similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/tinymce/skins/wordpress/images/dashicon-edit.png rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/skins/wordpress/images/dashicon-edit.png diff --git a/TE2/Proyecto Teknovate/wp-includes/js/tinymce/skins/wordpress/images/dashicon-no.png b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/skins/wordpress/images/dashicon-no.png similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/tinymce/skins/wordpress/images/dashicon-no.png rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/skins/wordpress/images/dashicon-no.png diff --git a/TE2/Proyecto Teknovate/wp-includes/js/tinymce/skins/wordpress/images/embedded.png b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/skins/wordpress/images/embedded.png similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/tinymce/skins/wordpress/images/embedded.png rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/skins/wordpress/images/embedded.png diff --git a/TE2/Proyecto Teknovate/wp-includes/js/tinymce/skins/wordpress/images/gallery-2x.png b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/skins/wordpress/images/gallery-2x.png similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/tinymce/skins/wordpress/images/gallery-2x.png rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/skins/wordpress/images/gallery-2x.png diff --git a/TE2/Proyecto Teknovate/wp-includes/js/tinymce/skins/wordpress/images/gallery.png b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/skins/wordpress/images/gallery.png similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/tinymce/skins/wordpress/images/gallery.png rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/skins/wordpress/images/gallery.png diff --git a/TE2/Proyecto Teknovate/wp-includes/js/tinymce/skins/wordpress/images/more-2x.png b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/skins/wordpress/images/more-2x.png similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/tinymce/skins/wordpress/images/more-2x.png rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/skins/wordpress/images/more-2x.png diff --git a/TE2/Proyecto Teknovate/wp-includes/js/tinymce/skins/wordpress/images/more.png b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/skins/wordpress/images/more.png similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/tinymce/skins/wordpress/images/more.png rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/skins/wordpress/images/more.png diff --git a/TE2/Proyecto Teknovate/wp-includes/js/tinymce/skins/wordpress/images/pagebreak-2x.png b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/skins/wordpress/images/pagebreak-2x.png similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/tinymce/skins/wordpress/images/pagebreak-2x.png rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/skins/wordpress/images/pagebreak-2x.png diff --git a/TE2/Proyecto Teknovate/wp-includes/js/tinymce/skins/wordpress/images/pagebreak.png b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/skins/wordpress/images/pagebreak.png similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/tinymce/skins/wordpress/images/pagebreak.png rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/skins/wordpress/images/pagebreak.png diff --git a/TE2/Proyecto Teknovate/wp-includes/js/tinymce/skins/wordpress/images/playlist-audio.png b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/skins/wordpress/images/playlist-audio.png similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/tinymce/skins/wordpress/images/playlist-audio.png rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/skins/wordpress/images/playlist-audio.png diff --git a/TE2/Proyecto Teknovate/wp-includes/js/tinymce/skins/wordpress/images/playlist-video.png b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/skins/wordpress/images/playlist-video.png similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/tinymce/skins/wordpress/images/playlist-video.png rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/skins/wordpress/images/playlist-video.png diff --git a/TE2/Proyecto Teknovate/wp-includes/js/tinymce/skins/wordpress/images/video.png b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/skins/wordpress/images/video.png similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/tinymce/skins/wordpress/images/video.png rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/skins/wordpress/images/video.png diff --git a/TE2/Proyecto Teknovate/wp-includes/js/tinymce/skins/wordpress/wp-content.css b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/skins/wordpress/wp-content.css similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/tinymce/skins/wordpress/wp-content.css rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/skins/wordpress/wp-content.css diff --git a/TE2/Proyecto Teknovate/wp-includes/js/tinymce/themes/inlite/theme.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/themes/inlite/theme.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/tinymce/themes/inlite/theme.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/themes/inlite/theme.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/tinymce/themes/inlite/theme.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/themes/inlite/theme.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/tinymce/themes/inlite/theme.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/themes/inlite/theme.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/tinymce/themes/modern/theme.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/themes/modern/theme.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/tinymce/themes/modern/theme.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/themes/modern/theme.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/tinymce/themes/modern/theme.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/themes/modern/theme.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/tinymce/themes/modern/theme.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/themes/modern/theme.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/tinymce/tiny_mce_popup.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/tiny_mce_popup.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/tinymce/tiny_mce_popup.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/tiny_mce_popup.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/tinymce/tinymce.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/tinymce.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/tinymce/tinymce.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/tinymce.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/tinymce/utils/editable_selects.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/utils/editable_selects.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/tinymce/utils/editable_selects.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/utils/editable_selects.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/tinymce/utils/form_utils.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/utils/form_utils.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/tinymce/utils/form_utils.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/utils/form_utils.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/tinymce/utils/mctabs.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/utils/mctabs.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/tinymce/utils/mctabs.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/utils/mctabs.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/tinymce/utils/validate.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/utils/validate.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/tinymce/utils/validate.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/utils/validate.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/tinymce/wp-tinymce.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/wp-tinymce.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/tinymce/wp-tinymce.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/wp-tinymce.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/tinymce/wp-tinymce.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/wp-tinymce.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/tinymce/wp-tinymce.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tinymce/wp-tinymce.php diff --git a/TE2/Proyecto Teknovate/wp-includes/js/tw-sack.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tw-sack.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/tw-sack.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tw-sack.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/tw-sack.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tw-sack.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/tw-sack.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/tw-sack.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/twemoji.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/twemoji.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/twemoji.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/twemoji.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/twemoji.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/twemoji.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/twemoji.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/twemoji.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/underscore.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/underscore.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/underscore.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/underscore.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/underscore.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/underscore.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/underscore.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/underscore.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/utils.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/utils.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/utils.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/utils.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/utils.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/utils.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/utils.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/utils.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/wp-ajax-response.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/wp-ajax-response.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/wp-ajax-response.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/wp-ajax-response.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/wp-ajax-response.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/wp-ajax-response.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/wp-ajax-response.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/wp-ajax-response.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/wp-api.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/wp-api.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/wp-api.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/wp-api.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/wp-api.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/wp-api.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/wp-api.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/wp-api.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/wp-auth-check.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/wp-auth-check.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/wp-auth-check.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/wp-auth-check.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/wp-auth-check.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/wp-auth-check.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/wp-auth-check.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/wp-auth-check.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/wp-backbone.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/wp-backbone.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/wp-backbone.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/wp-backbone.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/wp-backbone.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/wp-backbone.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/wp-backbone.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/wp-backbone.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/wp-custom-header.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/wp-custom-header.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/wp-custom-header.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/wp-custom-header.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/wp-custom-header.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/wp-custom-header.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/wp-custom-header.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/wp-custom-header.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/wp-embed-template.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/wp-embed-template.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/wp-embed-template.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/wp-embed-template.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/wp-embed-template.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/wp-embed-template.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/wp-embed-template.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/wp-embed-template.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/wp-embed.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/wp-embed.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/wp-embed.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/wp-embed.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/wp-embed.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/wp-embed.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/wp-embed.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/wp-embed.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/wp-emoji-loader.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/wp-emoji-loader.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/wp-emoji-loader.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/wp-emoji-loader.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/wp-emoji-loader.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/wp-emoji-loader.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/wp-emoji-loader.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/wp-emoji-loader.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/wp-emoji-release.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/wp-emoji-release.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/wp-emoji-release.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/wp-emoji-release.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/wp-emoji.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/wp-emoji.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/wp-emoji.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/wp-emoji.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/wp-emoji.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/wp-emoji.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/wp-emoji.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/wp-emoji.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/wp-list-revisions.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/wp-list-revisions.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/wp-list-revisions.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/wp-list-revisions.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/wp-list-revisions.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/wp-list-revisions.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/wp-list-revisions.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/wp-list-revisions.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/wp-lists.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/wp-lists.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/wp-lists.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/wp-lists.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/wp-lists.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/wp-lists.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/wp-lists.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/wp-lists.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/wp-pointer.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/wp-pointer.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/wp-pointer.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/wp-pointer.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/wp-pointer.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/wp-pointer.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/wp-pointer.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/wp-pointer.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/wp-sanitize.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/wp-sanitize.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/wp-sanitize.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/wp-sanitize.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/wp-sanitize.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/wp-sanitize.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/wp-sanitize.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/wp-sanitize.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/wp-util.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/wp-util.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/wp-util.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/wp-util.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/wp-util.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/wp-util.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/wp-util.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/wp-util.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/wpdialog.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/wpdialog.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/wpdialog.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/wpdialog.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/wpdialog.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/wpdialog.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/wpdialog.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/wpdialog.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/wplink.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/wplink.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/wplink.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/wplink.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/wplink.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/wplink.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/wplink.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/wplink.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/zxcvbn-async.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/zxcvbn-async.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/zxcvbn-async.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/zxcvbn-async.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/zxcvbn-async.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/zxcvbn-async.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/zxcvbn-async.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/zxcvbn-async.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/js/zxcvbn.min.js b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/zxcvbn.min.js similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/js/zxcvbn.min.js rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/js/zxcvbn.min.js diff --git a/TE2/Proyecto Teknovate/wp-includes/kses.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/kses.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/kses.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/kses.php diff --git a/TE2/Proyecto Teknovate/wp-includes/l10n.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/l10n.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/l10n.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/l10n.php diff --git a/TE2/Proyecto Teknovate/wp-includes/link-template.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/link-template.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/link-template.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/link-template.php diff --git a/TE2/Proyecto Teknovate/wp-includes/load.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/load.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/load.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/load.php diff --git a/TE2/Proyecto Teknovate/wp-includes/locale.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/locale.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/locale.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/locale.php diff --git a/TE2/Proyecto Teknovate/wp-includes/media-template.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/media-template.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/media-template.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/media-template.php diff --git a/TE2/Proyecto Teknovate/wp-includes/media.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/media.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/media.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/media.php diff --git a/TE2/Proyecto Teknovate/wp-includes/meta.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/meta.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/meta.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/meta.php diff --git a/TE2/Proyecto Teknovate/wp-includes/ms-blogs.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/ms-blogs.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/ms-blogs.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/ms-blogs.php diff --git a/TE2/Proyecto Teknovate/wp-includes/ms-default-constants.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/ms-default-constants.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/ms-default-constants.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/ms-default-constants.php diff --git a/TE2/Proyecto Teknovate/wp-includes/ms-default-filters.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/ms-default-filters.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/ms-default-filters.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/ms-default-filters.php diff --git a/TE2/Proyecto Teknovate/wp-includes/ms-deprecated.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/ms-deprecated.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/ms-deprecated.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/ms-deprecated.php diff --git a/TE2/Proyecto Teknovate/wp-includes/ms-files.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/ms-files.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/ms-files.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/ms-files.php diff --git a/TE2/Proyecto Teknovate/wp-includes/ms-functions.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/ms-functions.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/ms-functions.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/ms-functions.php diff --git a/TE2/Proyecto Teknovate/wp-includes/ms-load.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/ms-load.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/ms-load.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/ms-load.php diff --git a/TE2/Proyecto Teknovate/wp-includes/ms-network.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/ms-network.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/ms-network.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/ms-network.php diff --git a/TE2/Proyecto Teknovate/wp-includes/ms-settings.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/ms-settings.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/ms-settings.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/ms-settings.php diff --git a/TE2/Proyecto Teknovate/wp-includes/ms-site.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/ms-site.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/ms-site.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/ms-site.php diff --git a/TE2/Proyecto Teknovate/wp-includes/nav-menu-template.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/nav-menu-template.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/nav-menu-template.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/nav-menu-template.php diff --git a/TE2/Proyecto Teknovate/wp-includes/nav-menu.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/nav-menu.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/nav-menu.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/nav-menu.php diff --git a/TE2/Proyecto Teknovate/wp-includes/option.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/option.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/option.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/option.php diff --git a/TE2/Proyecto Teknovate/wp-includes/pluggable-deprecated.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/pluggable-deprecated.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/pluggable-deprecated.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/pluggable-deprecated.php diff --git a/TE2/Proyecto Teknovate/wp-includes/pluggable.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/pluggable.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/pluggable.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/pluggable.php diff --git a/TE2/Proyecto Teknovate/wp-includes/plugin.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/plugin.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/plugin.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/plugin.php diff --git a/TE2/Proyecto Teknovate/wp-includes/pomo/entry.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/pomo/entry.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/pomo/entry.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/pomo/entry.php diff --git a/TE2/Proyecto Teknovate/wp-includes/pomo/mo.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/pomo/mo.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/pomo/mo.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/pomo/mo.php diff --git a/TE2/Proyecto Teknovate/wp-includes/pomo/plural-forms.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/pomo/plural-forms.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/pomo/plural-forms.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/pomo/plural-forms.php diff --git a/TE2/Proyecto Teknovate/wp-includes/pomo/po.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/pomo/po.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/pomo/po.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/pomo/po.php diff --git a/TE2/Proyecto Teknovate/wp-includes/pomo/streams.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/pomo/streams.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/pomo/streams.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/pomo/streams.php diff --git a/TE2/Proyecto Teknovate/wp-includes/pomo/translations.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/pomo/translations.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/pomo/translations.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/pomo/translations.php diff --git a/TE2/Proyecto Teknovate/wp-includes/post-formats.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/post-formats.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/post-formats.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/post-formats.php diff --git a/TE2/Proyecto Teknovate/wp-includes/post-template.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/post-template.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/post-template.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/post-template.php diff --git a/TE2/Proyecto Teknovate/wp-includes/post-thumbnail-template.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/post-thumbnail-template.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/post-thumbnail-template.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/post-thumbnail-template.php diff --git a/TE2/Proyecto Teknovate/wp-includes/post.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/post.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/post.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/post.php diff --git a/TE2/Proyecto Teknovate/wp-includes/query.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/query.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/query.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/query.php diff --git a/TE2/Proyecto Teknovate/wp-includes/random_compat/byte_safe_strings.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/random_compat/byte_safe_strings.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/random_compat/byte_safe_strings.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/random_compat/byte_safe_strings.php diff --git a/TE2/Proyecto Teknovate/wp-includes/random_compat/cast_to_int.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/random_compat/cast_to_int.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/random_compat/cast_to_int.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/random_compat/cast_to_int.php diff --git a/TE2/Proyecto Teknovate/wp-includes/random_compat/error_polyfill.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/random_compat/error_polyfill.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/random_compat/error_polyfill.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/random_compat/error_polyfill.php diff --git a/TE2/Proyecto Teknovate/wp-includes/random_compat/random.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/random_compat/random.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/random_compat/random.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/random_compat/random.php diff --git a/TE2/Proyecto Teknovate/wp-includes/random_compat/random_bytes_com_dotnet.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/random_compat/random_bytes_com_dotnet.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/random_compat/random_bytes_com_dotnet.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/random_compat/random_bytes_com_dotnet.php diff --git a/TE2/Proyecto Teknovate/wp-includes/random_compat/random_bytes_dev_urandom.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/random_compat/random_bytes_dev_urandom.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/random_compat/random_bytes_dev_urandom.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/random_compat/random_bytes_dev_urandom.php diff --git a/TE2/Proyecto Teknovate/wp-includes/random_compat/random_bytes_libsodium.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/random_compat/random_bytes_libsodium.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/random_compat/random_bytes_libsodium.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/random_compat/random_bytes_libsodium.php diff --git a/TE2/Proyecto Teknovate/wp-includes/random_compat/random_bytes_libsodium_legacy.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/random_compat/random_bytes_libsodium_legacy.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/random_compat/random_bytes_libsodium_legacy.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/random_compat/random_bytes_libsodium_legacy.php diff --git a/TE2/Proyecto Teknovate/wp-includes/random_compat/random_bytes_mcrypt.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/random_compat/random_bytes_mcrypt.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/random_compat/random_bytes_mcrypt.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/random_compat/random_bytes_mcrypt.php diff --git a/TE2/Proyecto Teknovate/wp-includes/random_compat/random_int.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/random_compat/random_int.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/random_compat/random_int.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/random_compat/random_int.php diff --git a/TE2/Proyecto Teknovate/wp-includes/registration-functions.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/registration-functions.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/registration-functions.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/registration-functions.php diff --git a/TE2/Proyecto Teknovate/wp-includes/registration.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/registration.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/registration.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/registration.php diff --git a/TE2/Proyecto Teknovate/wp-includes/rest-api.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/rest-api.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/rest-api.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/rest-api.php diff --git a/TE2/Proyecto Teknovate/wp-includes/rest-api/class-wp-rest-request.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/rest-api/class-wp-rest-request.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/rest-api/class-wp-rest-request.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/rest-api/class-wp-rest-request.php diff --git a/TE2/Proyecto Teknovate/wp-includes/rest-api/class-wp-rest-response.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/rest-api/class-wp-rest-response.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/rest-api/class-wp-rest-response.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/rest-api/class-wp-rest-response.php diff --git a/TE2/Proyecto Teknovate/wp-includes/rest-api/class-wp-rest-server.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/rest-api/class-wp-rest-server.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/rest-api/class-wp-rest-server.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/rest-api/class-wp-rest-server.php diff --git a/TE2/Proyecto Teknovate/wp-includes/rest-api/endpoints/class-wp-rest-application-passwords-controller.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/rest-api/endpoints/class-wp-rest-application-passwords-controller.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/rest-api/endpoints/class-wp-rest-application-passwords-controller.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/rest-api/endpoints/class-wp-rest-application-passwords-controller.php diff --git a/TE2/Proyecto Teknovate/wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php diff --git a/TE2/Proyecto Teknovate/wp-includes/rest-api/endpoints/class-wp-rest-autosaves-controller.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/rest-api/endpoints/class-wp-rest-autosaves-controller.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/rest-api/endpoints/class-wp-rest-autosaves-controller.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/rest-api/endpoints/class-wp-rest-autosaves-controller.php diff --git a/TE2/Proyecto Teknovate/wp-includes/rest-api/endpoints/class-wp-rest-block-directory-controller.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/rest-api/endpoints/class-wp-rest-block-directory-controller.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/rest-api/endpoints/class-wp-rest-block-directory-controller.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/rest-api/endpoints/class-wp-rest-block-directory-controller.php diff --git a/TE2/Proyecto Teknovate/wp-includes/rest-api/endpoints/class-wp-rest-block-renderer-controller.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/rest-api/endpoints/class-wp-rest-block-renderer-controller.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/rest-api/endpoints/class-wp-rest-block-renderer-controller.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/rest-api/endpoints/class-wp-rest-block-renderer-controller.php diff --git a/TE2/Proyecto Teknovate/wp-includes/rest-api/endpoints/class-wp-rest-block-types-controller.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/rest-api/endpoints/class-wp-rest-block-types-controller.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/rest-api/endpoints/class-wp-rest-block-types-controller.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/rest-api/endpoints/class-wp-rest-block-types-controller.php diff --git a/TE2/Proyecto Teknovate/wp-includes/rest-api/endpoints/class-wp-rest-blocks-controller.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/rest-api/endpoints/class-wp-rest-blocks-controller.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/rest-api/endpoints/class-wp-rest-blocks-controller.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/rest-api/endpoints/class-wp-rest-blocks-controller.php diff --git a/TE2/Proyecto Teknovate/wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php diff --git a/TE2/Proyecto Teknovate/wp-includes/rest-api/endpoints/class-wp-rest-controller.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/rest-api/endpoints/class-wp-rest-controller.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/rest-api/endpoints/class-wp-rest-controller.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/rest-api/endpoints/class-wp-rest-controller.php diff --git a/TE2/Proyecto Teknovate/wp-includes/rest-api/endpoints/class-wp-rest-plugins-controller.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/rest-api/endpoints/class-wp-rest-plugins-controller.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/rest-api/endpoints/class-wp-rest-plugins-controller.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/rest-api/endpoints/class-wp-rest-plugins-controller.php diff --git a/TE2/Proyecto Teknovate/wp-includes/rest-api/endpoints/class-wp-rest-post-statuses-controller.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/rest-api/endpoints/class-wp-rest-post-statuses-controller.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/rest-api/endpoints/class-wp-rest-post-statuses-controller.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/rest-api/endpoints/class-wp-rest-post-statuses-controller.php diff --git a/TE2/Proyecto Teknovate/wp-includes/rest-api/endpoints/class-wp-rest-post-types-controller.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/rest-api/endpoints/class-wp-rest-post-types-controller.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/rest-api/endpoints/class-wp-rest-post-types-controller.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/rest-api/endpoints/class-wp-rest-post-types-controller.php diff --git a/TE2/Proyecto Teknovate/wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php diff --git a/TE2/Proyecto Teknovate/wp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php diff --git a/TE2/Proyecto Teknovate/wp-includes/rest-api/endpoints/class-wp-rest-search-controller.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/rest-api/endpoints/class-wp-rest-search-controller.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/rest-api/endpoints/class-wp-rest-search-controller.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/rest-api/endpoints/class-wp-rest-search-controller.php diff --git a/TE2/Proyecto Teknovate/wp-includes/rest-api/endpoints/class-wp-rest-settings-controller.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/rest-api/endpoints/class-wp-rest-settings-controller.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/rest-api/endpoints/class-wp-rest-settings-controller.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/rest-api/endpoints/class-wp-rest-settings-controller.php diff --git a/TE2/Proyecto Teknovate/wp-includes/rest-api/endpoints/class-wp-rest-site-health-controller.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/rest-api/endpoints/class-wp-rest-site-health-controller.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/rest-api/endpoints/class-wp-rest-site-health-controller.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/rest-api/endpoints/class-wp-rest-site-health-controller.php diff --git a/TE2/Proyecto Teknovate/wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php diff --git a/TE2/Proyecto Teknovate/wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php diff --git a/TE2/Proyecto Teknovate/wp-includes/rest-api/endpoints/class-wp-rest-themes-controller.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/rest-api/endpoints/class-wp-rest-themes-controller.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/rest-api/endpoints/class-wp-rest-themes-controller.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/rest-api/endpoints/class-wp-rest-themes-controller.php diff --git a/TE2/Proyecto Teknovate/wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php diff --git a/TE2/Proyecto Teknovate/wp-includes/rest-api/fields/class-wp-rest-comment-meta-fields.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/rest-api/fields/class-wp-rest-comment-meta-fields.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/rest-api/fields/class-wp-rest-comment-meta-fields.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/rest-api/fields/class-wp-rest-comment-meta-fields.php diff --git a/TE2/Proyecto Teknovate/wp-includes/rest-api/fields/class-wp-rest-meta-fields.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/rest-api/fields/class-wp-rest-meta-fields.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/rest-api/fields/class-wp-rest-meta-fields.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/rest-api/fields/class-wp-rest-meta-fields.php diff --git a/TE2/Proyecto Teknovate/wp-includes/rest-api/fields/class-wp-rest-post-meta-fields.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/rest-api/fields/class-wp-rest-post-meta-fields.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/rest-api/fields/class-wp-rest-post-meta-fields.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/rest-api/fields/class-wp-rest-post-meta-fields.php diff --git a/TE2/Proyecto Teknovate/wp-includes/rest-api/fields/class-wp-rest-term-meta-fields.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/rest-api/fields/class-wp-rest-term-meta-fields.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/rest-api/fields/class-wp-rest-term-meta-fields.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/rest-api/fields/class-wp-rest-term-meta-fields.php diff --git a/TE2/Proyecto Teknovate/wp-includes/rest-api/fields/class-wp-rest-user-meta-fields.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/rest-api/fields/class-wp-rest-user-meta-fields.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/rest-api/fields/class-wp-rest-user-meta-fields.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/rest-api/fields/class-wp-rest-user-meta-fields.php diff --git a/TE2/Proyecto Teknovate/wp-includes/rest-api/search/class-wp-rest-post-format-search-handler.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/rest-api/search/class-wp-rest-post-format-search-handler.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/rest-api/search/class-wp-rest-post-format-search-handler.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/rest-api/search/class-wp-rest-post-format-search-handler.php diff --git a/TE2/Proyecto Teknovate/wp-includes/rest-api/search/class-wp-rest-post-search-handler.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/rest-api/search/class-wp-rest-post-search-handler.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/rest-api/search/class-wp-rest-post-search-handler.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/rest-api/search/class-wp-rest-post-search-handler.php diff --git a/TE2/Proyecto Teknovate/wp-includes/rest-api/search/class-wp-rest-search-handler.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/rest-api/search/class-wp-rest-search-handler.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/rest-api/search/class-wp-rest-search-handler.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/rest-api/search/class-wp-rest-search-handler.php diff --git a/TE2/Proyecto Teknovate/wp-includes/rest-api/search/class-wp-rest-term-search-handler.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/rest-api/search/class-wp-rest-term-search-handler.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/rest-api/search/class-wp-rest-term-search-handler.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/rest-api/search/class-wp-rest-term-search-handler.php diff --git a/TE2/Proyecto Teknovate/wp-includes/revision.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/revision.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/revision.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/revision.php diff --git a/TE2/Proyecto Teknovate/wp-includes/rewrite.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/rewrite.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/rewrite.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/rewrite.php diff --git a/TE2/Proyecto Teknovate/wp-includes/rss-functions.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/rss-functions.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/rss-functions.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/rss-functions.php diff --git a/TE2/Proyecto Teknovate/wp-includes/rss.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/rss.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/rss.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/rss.php diff --git a/TE2/Proyecto Teknovate/wp-includes/script-loader.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/script-loader.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/script-loader.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/script-loader.php diff --git a/TE2/Proyecto Teknovate/wp-includes/session.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/session.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/session.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/session.php diff --git a/TE2/Proyecto Teknovate/wp-includes/shortcodes.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/shortcodes.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/shortcodes.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/shortcodes.php diff --git a/TE2/Proyecto Teknovate/wp-includes/sitemaps.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sitemaps.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/sitemaps.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sitemaps.php diff --git a/TE2/Proyecto Teknovate/wp-includes/sitemaps/class-wp-sitemaps-index.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sitemaps/class-wp-sitemaps-index.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/sitemaps/class-wp-sitemaps-index.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sitemaps/class-wp-sitemaps-index.php diff --git a/TE2/Proyecto Teknovate/wp-includes/sitemaps/class-wp-sitemaps-provider.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sitemaps/class-wp-sitemaps-provider.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/sitemaps/class-wp-sitemaps-provider.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sitemaps/class-wp-sitemaps-provider.php diff --git a/TE2/Proyecto Teknovate/wp-includes/sitemaps/class-wp-sitemaps-registry.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sitemaps/class-wp-sitemaps-registry.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/sitemaps/class-wp-sitemaps-registry.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sitemaps/class-wp-sitemaps-registry.php diff --git a/TE2/Proyecto Teknovate/wp-includes/sitemaps/class-wp-sitemaps-renderer.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sitemaps/class-wp-sitemaps-renderer.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/sitemaps/class-wp-sitemaps-renderer.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sitemaps/class-wp-sitemaps-renderer.php diff --git a/TE2/Proyecto Teknovate/wp-includes/sitemaps/class-wp-sitemaps-stylesheet.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sitemaps/class-wp-sitemaps-stylesheet.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/sitemaps/class-wp-sitemaps-stylesheet.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sitemaps/class-wp-sitemaps-stylesheet.php diff --git a/TE2/Proyecto Teknovate/wp-includes/sitemaps/class-wp-sitemaps.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sitemaps/class-wp-sitemaps.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/sitemaps/class-wp-sitemaps.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sitemaps/class-wp-sitemaps.php diff --git a/TE2/Proyecto Teknovate/wp-includes/sitemaps/providers/class-wp-sitemaps-posts.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sitemaps/providers/class-wp-sitemaps-posts.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/sitemaps/providers/class-wp-sitemaps-posts.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sitemaps/providers/class-wp-sitemaps-posts.php diff --git a/TE2/Proyecto Teknovate/wp-includes/sitemaps/providers/class-wp-sitemaps-taxonomies.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sitemaps/providers/class-wp-sitemaps-taxonomies.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/sitemaps/providers/class-wp-sitemaps-taxonomies.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sitemaps/providers/class-wp-sitemaps-taxonomies.php diff --git a/TE2/Proyecto Teknovate/wp-includes/sitemaps/providers/class-wp-sitemaps-users.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sitemaps/providers/class-wp-sitemaps-users.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/sitemaps/providers/class-wp-sitemaps-users.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sitemaps/providers/class-wp-sitemaps-users.php diff --git a/TE2/Proyecto Teknovate/wp-includes/sodium_compat/LICENSE b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/LICENSE similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/sodium_compat/LICENSE rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/LICENSE diff --git a/TE2/Proyecto Teknovate/wp-includes/sodium_compat/autoload-php7.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/autoload-php7.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/sodium_compat/autoload-php7.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/autoload-php7.php diff --git a/TE2/Proyecto Teknovate/wp-includes/sodium_compat/autoload.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/autoload.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/sodium_compat/autoload.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/autoload.php diff --git a/TE2/Proyecto Teknovate/wp-includes/sodium_compat/composer.json b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/composer.json similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/sodium_compat/composer.json rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/composer.json diff --git a/TE2/Proyecto Teknovate/wp-includes/sodium_compat/lib/constants.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/lib/constants.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/sodium_compat/lib/constants.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/lib/constants.php diff --git a/TE2/Proyecto Teknovate/wp-includes/sodium_compat/lib/namespaced.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/lib/namespaced.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/sodium_compat/lib/namespaced.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/lib/namespaced.php diff --git a/TE2/Proyecto Teknovate/wp-includes/sodium_compat/lib/php72compat.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/lib/php72compat.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/sodium_compat/lib/php72compat.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/lib/php72compat.php diff --git a/TE2/Proyecto Teknovate/wp-includes/sodium_compat/lib/php72compat_const.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/lib/php72compat_const.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/sodium_compat/lib/php72compat_const.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/lib/php72compat_const.php diff --git a/TE2/Proyecto Teknovate/wp-includes/sodium_compat/lib/sodium_compat.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/lib/sodium_compat.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/sodium_compat/lib/sodium_compat.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/lib/sodium_compat.php diff --git a/TE2/Proyecto Teknovate/wp-includes/sodium_compat/namespaced/Compat.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/namespaced/Compat.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/sodium_compat/namespaced/Compat.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/namespaced/Compat.php diff --git a/TE2/Proyecto Teknovate/wp-includes/sodium_compat/namespaced/Core/BLAKE2b.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/namespaced/Core/BLAKE2b.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/sodium_compat/namespaced/Core/BLAKE2b.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/namespaced/Core/BLAKE2b.php diff --git a/TE2/Proyecto Teknovate/wp-includes/sodium_compat/namespaced/Core/ChaCha20.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/namespaced/Core/ChaCha20.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/sodium_compat/namespaced/Core/ChaCha20.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/namespaced/Core/ChaCha20.php diff --git a/TE2/Proyecto Teknovate/wp-includes/sodium_compat/namespaced/Core/ChaCha20/Ctx.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/namespaced/Core/ChaCha20/Ctx.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/sodium_compat/namespaced/Core/ChaCha20/Ctx.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/namespaced/Core/ChaCha20/Ctx.php diff --git a/TE2/Proyecto Teknovate/wp-includes/sodium_compat/namespaced/Core/ChaCha20/IetfCtx.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/namespaced/Core/ChaCha20/IetfCtx.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/sodium_compat/namespaced/Core/ChaCha20/IetfCtx.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/namespaced/Core/ChaCha20/IetfCtx.php diff --git a/TE2/Proyecto Teknovate/wp-includes/sodium_compat/namespaced/Core/Curve25519.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/namespaced/Core/Curve25519.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/sodium_compat/namespaced/Core/Curve25519.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/namespaced/Core/Curve25519.php diff --git a/TE2/Proyecto Teknovate/wp-includes/sodium_compat/namespaced/Core/Curve25519/Fe.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/namespaced/Core/Curve25519/Fe.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/sodium_compat/namespaced/Core/Curve25519/Fe.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/namespaced/Core/Curve25519/Fe.php diff --git a/TE2/Proyecto Teknovate/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/Cached.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/Cached.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/Cached.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/Cached.php diff --git a/TE2/Proyecto Teknovate/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P1p1.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P1p1.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P1p1.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P1p1.php diff --git a/TE2/Proyecto Teknovate/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P2.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P2.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P2.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P2.php diff --git a/TE2/Proyecto Teknovate/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P3.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P3.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P3.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P3.php diff --git a/TE2/Proyecto Teknovate/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/Precomp.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/Precomp.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/Precomp.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/Precomp.php diff --git a/TE2/Proyecto Teknovate/wp-includes/sodium_compat/namespaced/Core/Curve25519/H.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/namespaced/Core/Curve25519/H.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/sodium_compat/namespaced/Core/Curve25519/H.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/namespaced/Core/Curve25519/H.php diff --git a/TE2/Proyecto Teknovate/wp-includes/sodium_compat/namespaced/Core/Ed25519.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/namespaced/Core/Ed25519.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/sodium_compat/namespaced/Core/Ed25519.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/namespaced/Core/Ed25519.php diff --git a/TE2/Proyecto Teknovate/wp-includes/sodium_compat/namespaced/Core/HChaCha20.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/namespaced/Core/HChaCha20.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/sodium_compat/namespaced/Core/HChaCha20.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/namespaced/Core/HChaCha20.php diff --git a/TE2/Proyecto Teknovate/wp-includes/sodium_compat/namespaced/Core/HSalsa20.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/namespaced/Core/HSalsa20.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/sodium_compat/namespaced/Core/HSalsa20.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/namespaced/Core/HSalsa20.php diff --git a/TE2/Proyecto Teknovate/wp-includes/sodium_compat/namespaced/Core/Poly1305.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/namespaced/Core/Poly1305.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/sodium_compat/namespaced/Core/Poly1305.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/namespaced/Core/Poly1305.php diff --git a/TE2/Proyecto Teknovate/wp-includes/sodium_compat/namespaced/Core/Poly1305/State.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/namespaced/Core/Poly1305/State.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/sodium_compat/namespaced/Core/Poly1305/State.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/namespaced/Core/Poly1305/State.php diff --git a/TE2/Proyecto Teknovate/wp-includes/sodium_compat/namespaced/Core/Salsa20.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/namespaced/Core/Salsa20.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/sodium_compat/namespaced/Core/Salsa20.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/namespaced/Core/Salsa20.php diff --git a/TE2/Proyecto Teknovate/wp-includes/sodium_compat/namespaced/Core/SipHash.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/namespaced/Core/SipHash.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/sodium_compat/namespaced/Core/SipHash.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/namespaced/Core/SipHash.php diff --git a/TE2/Proyecto Teknovate/wp-includes/sodium_compat/namespaced/Core/Util.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/namespaced/Core/Util.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/sodium_compat/namespaced/Core/Util.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/namespaced/Core/Util.php diff --git a/TE2/Proyecto Teknovate/wp-includes/sodium_compat/namespaced/Core/X25519.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/namespaced/Core/X25519.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/sodium_compat/namespaced/Core/X25519.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/namespaced/Core/X25519.php diff --git a/TE2/Proyecto Teknovate/wp-includes/sodium_compat/namespaced/Core/XChaCha20.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/namespaced/Core/XChaCha20.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/sodium_compat/namespaced/Core/XChaCha20.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/namespaced/Core/XChaCha20.php diff --git a/TE2/Proyecto Teknovate/wp-includes/sodium_compat/namespaced/Core/Xsalsa20.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/namespaced/Core/Xsalsa20.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/sodium_compat/namespaced/Core/Xsalsa20.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/namespaced/Core/Xsalsa20.php diff --git a/TE2/Proyecto Teknovate/wp-includes/sodium_compat/namespaced/Crypto.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/namespaced/Crypto.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/sodium_compat/namespaced/Crypto.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/namespaced/Crypto.php diff --git a/TE2/Proyecto Teknovate/wp-includes/sodium_compat/namespaced/File.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/namespaced/File.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/sodium_compat/namespaced/File.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/namespaced/File.php diff --git a/TE2/Proyecto Teknovate/wp-includes/sodium_compat/src/Compat.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/src/Compat.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/sodium_compat/src/Compat.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/src/Compat.php diff --git a/TE2/Proyecto Teknovate/wp-includes/sodium_compat/src/Core/BLAKE2b.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/src/Core/BLAKE2b.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/sodium_compat/src/Core/BLAKE2b.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/src/Core/BLAKE2b.php diff --git a/TE2/Proyecto Teknovate/wp-includes/sodium_compat/src/Core/Base64/Common.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/src/Core/Base64/Common.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/sodium_compat/src/Core/Base64/Common.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/src/Core/Base64/Common.php diff --git a/TE2/Proyecto Teknovate/wp-includes/sodium_compat/src/Core/Base64/Original.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/src/Core/Base64/Original.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/sodium_compat/src/Core/Base64/Original.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/src/Core/Base64/Original.php diff --git a/TE2/Proyecto Teknovate/wp-includes/sodium_compat/src/Core/Base64/UrlSafe.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/src/Core/Base64/UrlSafe.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/sodium_compat/src/Core/Base64/UrlSafe.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/src/Core/Base64/UrlSafe.php diff --git a/TE2/Proyecto Teknovate/wp-includes/sodium_compat/src/Core/ChaCha20.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/src/Core/ChaCha20.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/sodium_compat/src/Core/ChaCha20.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/src/Core/ChaCha20.php diff --git a/TE2/Proyecto Teknovate/wp-includes/sodium_compat/src/Core/ChaCha20/Ctx.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/src/Core/ChaCha20/Ctx.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/sodium_compat/src/Core/ChaCha20/Ctx.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/src/Core/ChaCha20/Ctx.php diff --git a/TE2/Proyecto Teknovate/wp-includes/sodium_compat/src/Core/ChaCha20/IetfCtx.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/src/Core/ChaCha20/IetfCtx.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/sodium_compat/src/Core/ChaCha20/IetfCtx.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/src/Core/ChaCha20/IetfCtx.php diff --git a/TE2/Proyecto Teknovate/wp-includes/sodium_compat/src/Core/Curve25519.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/src/Core/Curve25519.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/sodium_compat/src/Core/Curve25519.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/src/Core/Curve25519.php diff --git a/TE2/Proyecto Teknovate/wp-includes/sodium_compat/src/Core/Curve25519/Fe.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/src/Core/Curve25519/Fe.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/sodium_compat/src/Core/Curve25519/Fe.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/src/Core/Curve25519/Fe.php diff --git a/TE2/Proyecto Teknovate/wp-includes/sodium_compat/src/Core/Curve25519/Ge/Cached.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/src/Core/Curve25519/Ge/Cached.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/sodium_compat/src/Core/Curve25519/Ge/Cached.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/src/Core/Curve25519/Ge/Cached.php diff --git a/TE2/Proyecto Teknovate/wp-includes/sodium_compat/src/Core/Curve25519/Ge/P1p1.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/src/Core/Curve25519/Ge/P1p1.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/sodium_compat/src/Core/Curve25519/Ge/P1p1.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/src/Core/Curve25519/Ge/P1p1.php diff --git a/TE2/Proyecto Teknovate/wp-includes/sodium_compat/src/Core/Curve25519/Ge/P2.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/src/Core/Curve25519/Ge/P2.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/sodium_compat/src/Core/Curve25519/Ge/P2.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/src/Core/Curve25519/Ge/P2.php diff --git a/TE2/Proyecto Teknovate/wp-includes/sodium_compat/src/Core/Curve25519/Ge/P3.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/src/Core/Curve25519/Ge/P3.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/sodium_compat/src/Core/Curve25519/Ge/P3.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/src/Core/Curve25519/Ge/P3.php diff --git a/TE2/Proyecto Teknovate/wp-includes/sodium_compat/src/Core/Curve25519/Ge/Precomp.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/src/Core/Curve25519/Ge/Precomp.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/sodium_compat/src/Core/Curve25519/Ge/Precomp.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/src/Core/Curve25519/Ge/Precomp.php diff --git a/TE2/Proyecto Teknovate/wp-includes/sodium_compat/src/Core/Curve25519/H.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/src/Core/Curve25519/H.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/sodium_compat/src/Core/Curve25519/H.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/src/Core/Curve25519/H.php diff --git a/TE2/Proyecto Teknovate/wp-includes/sodium_compat/src/Core/Curve25519/README.md b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/src/Core/Curve25519/README.md similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/sodium_compat/src/Core/Curve25519/README.md rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/src/Core/Curve25519/README.md diff --git a/TE2/Proyecto Teknovate/wp-includes/sodium_compat/src/Core/Ed25519.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/src/Core/Ed25519.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/sodium_compat/src/Core/Ed25519.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/src/Core/Ed25519.php diff --git a/TE2/Proyecto Teknovate/wp-includes/sodium_compat/src/Core/HChaCha20.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/src/Core/HChaCha20.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/sodium_compat/src/Core/HChaCha20.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/src/Core/HChaCha20.php diff --git a/TE2/Proyecto Teknovate/wp-includes/sodium_compat/src/Core/HSalsa20.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/src/Core/HSalsa20.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/sodium_compat/src/Core/HSalsa20.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/src/Core/HSalsa20.php diff --git a/TE2/Proyecto Teknovate/wp-includes/sodium_compat/src/Core/Poly1305.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/src/Core/Poly1305.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/sodium_compat/src/Core/Poly1305.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/src/Core/Poly1305.php diff --git a/TE2/Proyecto Teknovate/wp-includes/sodium_compat/src/Core/Poly1305/State.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/src/Core/Poly1305/State.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/sodium_compat/src/Core/Poly1305/State.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/src/Core/Poly1305/State.php diff --git a/TE2/Proyecto Teknovate/wp-includes/sodium_compat/src/Core/Salsa20.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/src/Core/Salsa20.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/sodium_compat/src/Core/Salsa20.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/src/Core/Salsa20.php diff --git a/TE2/Proyecto Teknovate/wp-includes/sodium_compat/src/Core/SecretStream/State.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/src/Core/SecretStream/State.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/sodium_compat/src/Core/SecretStream/State.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/src/Core/SecretStream/State.php diff --git a/TE2/Proyecto Teknovate/wp-includes/sodium_compat/src/Core/SipHash.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/src/Core/SipHash.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/sodium_compat/src/Core/SipHash.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/src/Core/SipHash.php diff --git a/TE2/Proyecto Teknovate/wp-includes/sodium_compat/src/Core/Util.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/src/Core/Util.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/sodium_compat/src/Core/Util.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/src/Core/Util.php diff --git a/TE2/Proyecto Teknovate/wp-includes/sodium_compat/src/Core/X25519.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/src/Core/X25519.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/sodium_compat/src/Core/X25519.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/src/Core/X25519.php diff --git a/TE2/Proyecto Teknovate/wp-includes/sodium_compat/src/Core/XChaCha20.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/src/Core/XChaCha20.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/sodium_compat/src/Core/XChaCha20.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/src/Core/XChaCha20.php diff --git a/TE2/Proyecto Teknovate/wp-includes/sodium_compat/src/Core/XSalsa20.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/src/Core/XSalsa20.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/sodium_compat/src/Core/XSalsa20.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/src/Core/XSalsa20.php diff --git a/TE2/Proyecto Teknovate/wp-includes/sodium_compat/src/Core32/BLAKE2b.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/src/Core32/BLAKE2b.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/sodium_compat/src/Core32/BLAKE2b.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/src/Core32/BLAKE2b.php diff --git a/TE2/Proyecto Teknovate/wp-includes/sodium_compat/src/Core32/ChaCha20.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/src/Core32/ChaCha20.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/sodium_compat/src/Core32/ChaCha20.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/src/Core32/ChaCha20.php diff --git a/TE2/Proyecto Teknovate/wp-includes/sodium_compat/src/Core32/ChaCha20/Ctx.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/src/Core32/ChaCha20/Ctx.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/sodium_compat/src/Core32/ChaCha20/Ctx.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/src/Core32/ChaCha20/Ctx.php diff --git a/TE2/Proyecto Teknovate/wp-includes/sodium_compat/src/Core32/ChaCha20/IetfCtx.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/src/Core32/ChaCha20/IetfCtx.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/sodium_compat/src/Core32/ChaCha20/IetfCtx.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/src/Core32/ChaCha20/IetfCtx.php diff --git a/TE2/Proyecto Teknovate/wp-includes/sodium_compat/src/Core32/Curve25519.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/src/Core32/Curve25519.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/sodium_compat/src/Core32/Curve25519.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/src/Core32/Curve25519.php diff --git a/TE2/Proyecto Teknovate/wp-includes/sodium_compat/src/Core32/Curve25519/Fe.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/src/Core32/Curve25519/Fe.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/sodium_compat/src/Core32/Curve25519/Fe.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/src/Core32/Curve25519/Fe.php diff --git a/TE2/Proyecto Teknovate/wp-includes/sodium_compat/src/Core32/Curve25519/Ge/Cached.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/src/Core32/Curve25519/Ge/Cached.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/sodium_compat/src/Core32/Curve25519/Ge/Cached.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/src/Core32/Curve25519/Ge/Cached.php diff --git a/TE2/Proyecto Teknovate/wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P1p1.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P1p1.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P1p1.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P1p1.php diff --git a/TE2/Proyecto Teknovate/wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P2.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P2.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P2.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P2.php diff --git a/TE2/Proyecto Teknovate/wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P3.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P3.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P3.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P3.php diff --git a/TE2/Proyecto Teknovate/wp-includes/sodium_compat/src/Core32/Curve25519/Ge/Precomp.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/src/Core32/Curve25519/Ge/Precomp.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/sodium_compat/src/Core32/Curve25519/Ge/Precomp.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/src/Core32/Curve25519/Ge/Precomp.php diff --git a/TE2/Proyecto Teknovate/wp-includes/sodium_compat/src/Core32/Curve25519/H.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/src/Core32/Curve25519/H.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/sodium_compat/src/Core32/Curve25519/H.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/src/Core32/Curve25519/H.php diff --git a/TE2/Proyecto Teknovate/wp-includes/sodium_compat/src/Core32/Curve25519/README.md b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/src/Core32/Curve25519/README.md similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/sodium_compat/src/Core32/Curve25519/README.md rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/src/Core32/Curve25519/README.md diff --git a/TE2/Proyecto Teknovate/wp-includes/sodium_compat/src/Core32/Ed25519.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/src/Core32/Ed25519.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/sodium_compat/src/Core32/Ed25519.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/src/Core32/Ed25519.php diff --git a/TE2/Proyecto Teknovate/wp-includes/sodium_compat/src/Core32/HChaCha20.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/src/Core32/HChaCha20.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/sodium_compat/src/Core32/HChaCha20.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/src/Core32/HChaCha20.php diff --git a/TE2/Proyecto Teknovate/wp-includes/sodium_compat/src/Core32/HSalsa20.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/src/Core32/HSalsa20.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/sodium_compat/src/Core32/HSalsa20.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/src/Core32/HSalsa20.php diff --git a/TE2/Proyecto Teknovate/wp-includes/sodium_compat/src/Core32/Int32.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/src/Core32/Int32.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/sodium_compat/src/Core32/Int32.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/src/Core32/Int32.php diff --git a/TE2/Proyecto Teknovate/wp-includes/sodium_compat/src/Core32/Int64.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/src/Core32/Int64.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/sodium_compat/src/Core32/Int64.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/src/Core32/Int64.php diff --git a/TE2/Proyecto Teknovate/wp-includes/sodium_compat/src/Core32/Poly1305.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/src/Core32/Poly1305.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/sodium_compat/src/Core32/Poly1305.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/src/Core32/Poly1305.php diff --git a/TE2/Proyecto Teknovate/wp-includes/sodium_compat/src/Core32/Poly1305/State.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/src/Core32/Poly1305/State.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/sodium_compat/src/Core32/Poly1305/State.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/src/Core32/Poly1305/State.php diff --git a/TE2/Proyecto Teknovate/wp-includes/sodium_compat/src/Core32/Salsa20.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/src/Core32/Salsa20.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/sodium_compat/src/Core32/Salsa20.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/src/Core32/Salsa20.php diff --git a/TE2/Proyecto Teknovate/wp-includes/sodium_compat/src/Core32/SecretStream/State.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/src/Core32/SecretStream/State.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/sodium_compat/src/Core32/SecretStream/State.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/src/Core32/SecretStream/State.php diff --git a/TE2/Proyecto Teknovate/wp-includes/sodium_compat/src/Core32/SipHash.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/src/Core32/SipHash.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/sodium_compat/src/Core32/SipHash.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/src/Core32/SipHash.php diff --git a/TE2/Proyecto Teknovate/wp-includes/sodium_compat/src/Core32/Util.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/src/Core32/Util.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/sodium_compat/src/Core32/Util.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/src/Core32/Util.php diff --git a/TE2/Proyecto Teknovate/wp-includes/sodium_compat/src/Core32/X25519.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/src/Core32/X25519.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/sodium_compat/src/Core32/X25519.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/src/Core32/X25519.php diff --git a/TE2/Proyecto Teknovate/wp-includes/sodium_compat/src/Core32/XChaCha20.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/src/Core32/XChaCha20.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/sodium_compat/src/Core32/XChaCha20.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/src/Core32/XChaCha20.php diff --git a/TE2/Proyecto Teknovate/wp-includes/sodium_compat/src/Core32/XSalsa20.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/src/Core32/XSalsa20.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/sodium_compat/src/Core32/XSalsa20.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/src/Core32/XSalsa20.php diff --git a/TE2/Proyecto Teknovate/wp-includes/sodium_compat/src/Crypto.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/src/Crypto.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/sodium_compat/src/Crypto.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/src/Crypto.php diff --git a/TE2/Proyecto Teknovate/wp-includes/sodium_compat/src/Crypto32.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/src/Crypto32.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/sodium_compat/src/Crypto32.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/src/Crypto32.php diff --git a/TE2/Proyecto Teknovate/wp-includes/sodium_compat/src/File.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/src/File.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/sodium_compat/src/File.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/src/File.php diff --git a/TE2/Proyecto Teknovate/wp-includes/sodium_compat/src/PHP52/SplFixedArray.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/src/PHP52/SplFixedArray.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/sodium_compat/src/PHP52/SplFixedArray.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/src/PHP52/SplFixedArray.php diff --git a/TE2/Proyecto Teknovate/wp-includes/sodium_compat/src/SodiumException.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/src/SodiumException.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/sodium_compat/src/SodiumException.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/sodium_compat/src/SodiumException.php diff --git a/TE2/Proyecto Teknovate/wp-includes/spl-autoload-compat.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/spl-autoload-compat.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/spl-autoload-compat.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/spl-autoload-compat.php diff --git a/TE2/Proyecto Teknovate/wp-includes/taxonomy.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/taxonomy.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/taxonomy.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/taxonomy.php diff --git a/TE2/Proyecto Teknovate/wp-includes/template-loader.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/template-loader.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/template-loader.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/template-loader.php diff --git a/TE2/Proyecto Teknovate/wp-includes/template.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/template.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/template.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/template.php diff --git a/TE2/Proyecto Teknovate/wp-includes/theme-compat/comments.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/theme-compat/comments.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/theme-compat/comments.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/theme-compat/comments.php diff --git a/TE2/Proyecto Teknovate/wp-includes/theme-compat/embed-404.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/theme-compat/embed-404.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/theme-compat/embed-404.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/theme-compat/embed-404.php diff --git a/TE2/Proyecto Teknovate/wp-includes/theme-compat/embed-content.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/theme-compat/embed-content.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/theme-compat/embed-content.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/theme-compat/embed-content.php diff --git a/TE2/Proyecto Teknovate/wp-includes/theme-compat/embed.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/theme-compat/embed.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/theme-compat/embed.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/theme-compat/embed.php diff --git a/TE2/Proyecto Teknovate/wp-includes/theme-compat/footer-embed.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/theme-compat/footer-embed.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/theme-compat/footer-embed.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/theme-compat/footer-embed.php diff --git a/TE2/Proyecto Teknovate/wp-includes/theme-compat/footer.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/theme-compat/footer.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/theme-compat/footer.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/theme-compat/footer.php diff --git a/TE2/Proyecto Teknovate/wp-includes/theme-compat/header-embed.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/theme-compat/header-embed.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/theme-compat/header-embed.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/theme-compat/header-embed.php diff --git a/TE2/Proyecto Teknovate/wp-includes/theme-compat/header.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/theme-compat/header.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/theme-compat/header.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/theme-compat/header.php diff --git a/TE2/Proyecto Teknovate/wp-includes/theme-compat/sidebar.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/theme-compat/sidebar.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/theme-compat/sidebar.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/theme-compat/sidebar.php diff --git a/TE2/Proyecto Teknovate/wp-includes/theme.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/theme.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/theme.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/theme.php diff --git a/TE2/Proyecto Teknovate/wp-includes/update.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/update.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/update.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/update.php diff --git a/TE2/Proyecto Teknovate/wp-includes/user.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/user.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/user.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/user.php diff --git a/TE2/Proyecto Teknovate/wp-includes/vars.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/vars.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/vars.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/vars.php diff --git a/TE2/Proyecto Teknovate/wp-includes/version.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/version.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/version.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/version.php diff --git a/TE2/Proyecto Teknovate/wp-includes/widgets.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/widgets.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/widgets.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/widgets.php diff --git a/TE2/Proyecto Teknovate/wp-includes/widgets/class-wp-nav-menu-widget.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/widgets/class-wp-nav-menu-widget.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/widgets/class-wp-nav-menu-widget.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/widgets/class-wp-nav-menu-widget.php diff --git a/TE2/Proyecto Teknovate/wp-includes/widgets/class-wp-widget-archives.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/widgets/class-wp-widget-archives.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/widgets/class-wp-widget-archives.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/widgets/class-wp-widget-archives.php diff --git a/TE2/Proyecto Teknovate/wp-includes/widgets/class-wp-widget-calendar.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/widgets/class-wp-widget-calendar.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/widgets/class-wp-widget-calendar.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/widgets/class-wp-widget-calendar.php diff --git a/TE2/Proyecto Teknovate/wp-includes/widgets/class-wp-widget-categories.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/widgets/class-wp-widget-categories.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/widgets/class-wp-widget-categories.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/widgets/class-wp-widget-categories.php diff --git a/TE2/Proyecto Teknovate/wp-includes/widgets/class-wp-widget-custom-html.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/widgets/class-wp-widget-custom-html.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/widgets/class-wp-widget-custom-html.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/widgets/class-wp-widget-custom-html.php diff --git a/TE2/Proyecto Teknovate/wp-includes/widgets/class-wp-widget-links.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/widgets/class-wp-widget-links.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/widgets/class-wp-widget-links.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/widgets/class-wp-widget-links.php diff --git a/TE2/Proyecto Teknovate/wp-includes/widgets/class-wp-widget-media-audio.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/widgets/class-wp-widget-media-audio.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/widgets/class-wp-widget-media-audio.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/widgets/class-wp-widget-media-audio.php diff --git a/TE2/Proyecto Teknovate/wp-includes/widgets/class-wp-widget-media-gallery.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/widgets/class-wp-widget-media-gallery.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/widgets/class-wp-widget-media-gallery.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/widgets/class-wp-widget-media-gallery.php diff --git a/TE2/Proyecto Teknovate/wp-includes/widgets/class-wp-widget-media-image.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/widgets/class-wp-widget-media-image.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/widgets/class-wp-widget-media-image.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/widgets/class-wp-widget-media-image.php diff --git a/TE2/Proyecto Teknovate/wp-includes/widgets/class-wp-widget-media-video.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/widgets/class-wp-widget-media-video.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/widgets/class-wp-widget-media-video.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/widgets/class-wp-widget-media-video.php diff --git a/TE2/Proyecto Teknovate/wp-includes/widgets/class-wp-widget-media.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/widgets/class-wp-widget-media.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/widgets/class-wp-widget-media.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/widgets/class-wp-widget-media.php diff --git a/TE2/Proyecto Teknovate/wp-includes/widgets/class-wp-widget-meta.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/widgets/class-wp-widget-meta.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/widgets/class-wp-widget-meta.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/widgets/class-wp-widget-meta.php diff --git a/TE2/Proyecto Teknovate/wp-includes/widgets/class-wp-widget-pages.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/widgets/class-wp-widget-pages.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/widgets/class-wp-widget-pages.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/widgets/class-wp-widget-pages.php diff --git a/TE2/Proyecto Teknovate/wp-includes/widgets/class-wp-widget-recent-comments.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/widgets/class-wp-widget-recent-comments.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/widgets/class-wp-widget-recent-comments.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/widgets/class-wp-widget-recent-comments.php diff --git a/TE2/Proyecto Teknovate/wp-includes/widgets/class-wp-widget-recent-posts.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/widgets/class-wp-widget-recent-posts.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/widgets/class-wp-widget-recent-posts.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/widgets/class-wp-widget-recent-posts.php diff --git a/TE2/Proyecto Teknovate/wp-includes/widgets/class-wp-widget-rss.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/widgets/class-wp-widget-rss.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/widgets/class-wp-widget-rss.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/widgets/class-wp-widget-rss.php diff --git a/TE2/Proyecto Teknovate/wp-includes/widgets/class-wp-widget-search.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/widgets/class-wp-widget-search.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/widgets/class-wp-widget-search.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/widgets/class-wp-widget-search.php diff --git a/TE2/Proyecto Teknovate/wp-includes/widgets/class-wp-widget-tag-cloud.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/widgets/class-wp-widget-tag-cloud.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/widgets/class-wp-widget-tag-cloud.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/widgets/class-wp-widget-tag-cloud.php diff --git a/TE2/Proyecto Teknovate/wp-includes/widgets/class-wp-widget-text.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/widgets/class-wp-widget-text.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/widgets/class-wp-widget-text.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/widgets/class-wp-widget-text.php diff --git a/TE2/Proyecto Teknovate/wp-includes/wlwmanifest.xml b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/wlwmanifest.xml similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/wlwmanifest.xml rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/wlwmanifest.xml diff --git a/TE2/Proyecto Teknovate/wp-includes/wp-db.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/wp-db.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/wp-db.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/wp-db.php diff --git a/TE2/Proyecto Teknovate/wp-includes/wp-diff.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/wp-diff.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-includes/wp-diff.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-includes/wp-diff.php diff --git a/TE2/Proyecto Teknovate/wp-links-opml.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-links-opml.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-links-opml.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-links-opml.php diff --git a/TE2/Proyecto Teknovate/wp-load.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-load.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-load.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-load.php diff --git a/TE2/Proyecto Teknovate/wp-login.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-login.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-login.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-login.php diff --git a/TE2/Proyecto Teknovate/wp-mail.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-mail.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-mail.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-mail.php diff --git a/TE2/Proyecto Teknovate/wp-settings.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-settings.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-settings.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-settings.php diff --git a/TE2/Proyecto Teknovate/wp-signup.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-signup.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-signup.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-signup.php diff --git a/TE2/Proyecto Teknovate/wp-trackback.php b/TE2/Proyecto Teknovate/htdocs/wordpress/wp-trackback.php similarity index 100% rename from TE2/Proyecto Teknovate/wp-trackback.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/wp-trackback.php diff --git a/TE2/Proyecto Teknovate/xmlrpc.php b/TE2/Proyecto Teknovate/htdocs/wordpress/xmlrpc.php similarity index 100% rename from TE2/Proyecto Teknovate/xmlrpc.php rename to TE2/Proyecto Teknovate/htdocs/wordpress/xmlrpc.php diff --git a/TE2/Proyecto Teknovate/htdocs/xampp/.modell b/TE2/Proyecto Teknovate/htdocs/xampp/.modell new file mode 100644 index 0000000..e62cdb3 --- /dev/null +++ b/TE2/Proyecto Teknovate/htdocs/xampp/.modell @@ -0,0 +1 @@ +XAMPP \ No newline at end of file diff --git a/TE2/Proyecto Teknovate/htdocs/xampp/.modell-usb b/TE2/Proyecto Teknovate/htdocs/xampp/.modell-usb new file mode 100644 index 0000000..c1df3ff --- /dev/null +++ b/TE2/Proyecto Teknovate/htdocs/xampp/.modell-usb @@ -0,0 +1 @@ +XAMPP-PORTABLE \ No newline at end of file diff --git a/TE2/Proyecto Teknovate/htdocs/xampp/.version b/TE2/Proyecto Teknovate/htdocs/xampp/.version new file mode 100644 index 0000000..ae9a76b --- /dev/null +++ b/TE2/Proyecto Teknovate/htdocs/xampp/.version @@ -0,0 +1 @@ +8.0.0