Code Monkey home page Code Monkey logo

themes's Introduction

phpMyAdmin

A web interface for MySQL and MariaDB.

https://www.phpmyadmin.net/

Code status

Testsuite End-to-End tests Documentation build status Translation status Coverage percentage Code quality score CII Best Practices Type coverage Infection MSI

Download

You can get the newest release at https://www.phpmyadmin.net/.

If you prefer to follow the Git repository, the following branch and tag names may be of interest:

  • STABLE is the current stable release.
  • master is the development branch.
  • Releases are tagged; for example, version 5.0.1 was tagged as RELEASE_5_0_1.

Note that phpMyAdmin uses Composer to manage library dependencies; when using Git development versions, you must manually run Composer. Please see the documentation for details.

More Information

Please see https://docs.phpmyadmin.net/, or browse the documentation in the docs folder.

For support or security issues, you can visit https://www.phpmyadmin.net/

Translations are welcome. You can translate phpMyAdmin into your language.

If you would like to contribute to the phpMyAdmin's codebase, you can read the code contribution file or browse our website's contributing page.

themes's People

Contributors

2m avatar bourock avatar cybottm avatar dasatti avatar davidubi73 avatar derrabus avatar dskc avatar fantu avatar garas avatar gasparfm avatar helmo avatar hiddenpearls avatar kestutisv avatar koswalds avatar lem9 avatar madhuracj avatar mehboobbugti avatar nijel avatar panos78 avatar picajoso avatar piotrp avatar readmanr avatar rebeluca avatar rimy avatar ruleant avatar rytiss avatar svenerik1968 avatar teekirol avatar veeven avatar wedi avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

themes's Issues

Create release script should check for screenshot

It's been customary to include a screenshot of the theme, so create-release.sh should check for the presence of the screen.png file before continuing (perhaps allowing the user to continue if they so decide).

Update darkwolfbootstrap theme for phpMyAdmin 5.2

Hi....

Update for the darkwolfbootstrap theme, fixed minor details, such as font color, background color, margins as well as being able to change the size of the text areas (resize)

darkwolfbootstrap.zip

I will appreciate any comment and in case of any detail, to be able to correct it as soon as possible, greetings.

Radio buttons have oval shape when calling a routine

...as title suggests - when calling a routine that accepts ENUM parameters, it renders these as radio buttons, but these get stretched to the width of other inputs for the routine, making it an oval shape.

image

Iยดm running PMA 5.2.1 with the darkwolf theme.

Blueberry minor issues

@movahhedi

  • When there are too many users for one page of the User Account tab, the pagination area doesn't seem to fit with the rest of the theme:

image

  • Also, on the "Databases" tab I have a warning text that "Note: Enabling the database statistics here might cause heavy traffic between the web server and the MySQL server." which is not very readable. This is at the dialog where I could enable statistics.

image

  • Similarly, from the main/home page if I click on Export, the list of possible databases listed is unstyled when selected (when deselected, it looks fine):

image

Financial support for development

Hello friends,
phpMyAdmin is one of the most popular for database management. But it certainly has the potential to have many tools for ease of use.
Is there anyone who can provide financial support so that I can work on it professionally?

Made a dark theme for 4.9 phpMyAdmin.

I don't know how to share it or have it be reviewed. If anyone has advice for me, let me know. I use Git for version control software on my PC, but don't understand the cloud GitHub site. Maybe one of these days I'll get it.

I used the pmahomme files after installing phpMyAdmin via composer and called it pmahommeDark.

screen

Modernize pmahomme for PMA5

Hey guys,

I think we should update the default pmahomme theme. The current theme looks like 2000 and use so many Icons (page slowly). My idea is to create a modern theme without icons and very good performance. We can use Icons from Font Awesome (very good quality). Remove not used functions and reduce JQuery Code for better performance.

I looked a little bit around and found a skin called AdminLTE. I tested with it, maybe we can orient ourselves on this structure?

The goal should be to create a sleek, fast and modern design. It should use current browser techniques and we can't support older browsers anymore in my opinion.

Here's an example, as I imagine based on AdminLTE for tests:

demo_pmahomme_modern

Does anyone have any ideas? :)

Thanks in advance for your answers

PS: Sorry for my bad english I'm from Germany :D

Please add dark theme in base archive.

95% of people use phpmyadmin built-in site hosting personal account. of course, there will be a standard theme. I ask you to embed the dark theme in the base archive.

BooDark - errors, bugs, features

Hi @ibennetch @williamdes

The BooDark theme is a new theme, currently under development, and I'm happy to get feedback from those who are already using it. Personally, while using it, I discover errors and bugs but also things that I would like to improve. Being a "dark-mode" theme, it's much more pleasing to the eyes.

In the next 2 weeks I plan to release a new, much improved version that will be much more stable. So if you find bugs, errors or want some improvements, please feel free to open a new issue, it would help me a lot. Thank you! ๐Ÿ˜‰

How to convert php to css?

If I put theme to folder /usr/share/phpmyadmin/themes, I don't see theme in settings, because each them doesn't have theme.json + css files

Font still too big in textareas

This issue is still not fixed?

#67

Because I have the same problem, see screenshot "font too big".

I removed

textarea{font-family:monospace;font-size:1.2em}

from theme.css and it works fine, see screenshot "font ok".

I don't think is necessary to set a different font family and font size for textareas?

Theme pmahomme

phpMyAdmin Version 5.2.1

font too big
font ok

Missing b_key.png in pmaterial theme

First of all, thanks for the nice looking theme.
It turned out that one image is missing (b_key.png). It tries to be shown on the table-structure page when a field is marked as an index

theme arctic_ocean .navigation suggestion color

Hi i dont know why the navigation table text color became like this

image
when i change the color in f12 i think changing .navigation color will solve this issue !

image
expected output when the issue fix

image

Build tools for PMA v5

@williamdes
Thanks for giving my BooDark theme as an example. In the following days I will update the theme, something minor, and I will also update the build tools. My theme is based on the Bootstrap theme, not pmahomme. Supports PMA v5.2 with Bootstrap v5.2.3.

Helpful for those who want to build a new theme, continued from #104

Keep in touch! ๐Ÿ’ช

Darkmod-Neo Theme Coloring (Black on Dark Background)

This is a LOW PRIORITY as it's a mere theme annoyance and I can just switch themes to make it work. But still... annoyance is annoyance.

The element #move_columns_dialog li has black (#000) text on a dark-blue ( #222435 ) background. This was discovered in the 'Move Columns' dialog while trying to reorganize a table.

Since I don't know where to fix it, and there's not an issue tracker on @suprethreal 's fork, I'm dropping this here. Hopefully, someone has time to dig through the SASS and CSS files and figure out an optimal solution. Hopefully, that someone is at least as competent as @suprethreal is.

The text as it stands is incredibly hard to see, even at night on a brightened screen. The rest of the theme is beautiful and I've had no other issues. There's a reason I'm making an issue instead of just switching to a new theme.

Theme not showing up in xampp

Hola estimados,

gracias por compartir su conocimiento.

tengo una consulta como aplico el tema en phpmyadmin, tengo ubuntu 22.04, descomprimi la contenido del tema en opt/lampp/phpmyadmin/themes, pero cuando lo cargo de nuevo el xampp no veo tema en el listado, no se que estoy haciendo mal.

gracias

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.