- Add videodb PHP/MySQL media collection manager (Blu-ray, DVD, CD) - Dockerfile: PHP 8.1 + Apache with GD/mysqli/exif extensions - docker-compose.yml: app on port 6761 + MySQL 8.0 with health checks - docker-entrypoint.sh: auto-generates config.inc.php from env vars, waits for MySQL, initializes DB schema idempotently - init-db.php: CLI schema installer using app's own prefix_query() logic - Persistent volumes for DB, cache, and cover images Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
72 lines
2.4 KiB
CSS
72 lines
2.4 KiB
CSS
/* found at http://niels.beyond-reality.nl/video/ */
|
|
|
|
|
|
|
|
body {font-family:sans-serif; font-size:16px; background-color: #FF9933;}
|
|
|
|
|
|
|
|
a:link {text-decoration:none; color:#000011;}
|
|
|
|
a:visited {text-decoration:none; color:#000011;}
|
|
|
|
a:active {text-decoration:none; color:#000011;}
|
|
|
|
a:hover {text-decoration:underline;}
|
|
|
|
|
|
|
|
.even {background-color:#FFBB55;}
|
|
|
|
.odd {background-color:#FFAA44;}
|
|
|
|
.lent {background-color:#999999;}
|
|
|
|
|
|
|
|
.center {text-align: center;}
|
|
|
|
|
|
|
|
.filter {font-size:12px}
|
|
|
|
|
|
|
|
.list_title {font-weight:bold}
|
|
|
|
.list_diskid {font-weight:bold;font-size:12px}
|
|
|
|
.list_seen {font-size:12px}
|
|
|
|
.list_info {font-style:italic}
|
|
|
|
.list_plot {font-size:12px}
|
|
|
|
|
|
|
|
.tableborder {border-width:1px; border-style:solid; border-color:#3333FF;}
|
|
|
|
.infobox {border-width:1px; border-style:solid; border-color:#000000; font-size:18px;}
|
|
|
|
.infobox td {text-align:center}
|
|
|
|
|
|
|
|
.show_title {font-size:20pt; font-weight:bolder;}
|
|
|
|
.show_subtitle {font-size:16pt; font-weight:bolder;}
|
|
|
|
|
|
|
|
.notavail {color:#ff0000; font-weight:bold}
|
|
|
|
|
|
|
|
.logo {color: Steelblue; font-size:28px; font-weight:bolder; font-style:italic;}
|
|
|
|
|
|
|
|
.splitbrain {font-size:10px;}
|
|
|
|
.version {font-size:10px;}
|
|
|
|
|
|
|
|
.example {font-family:monospace; color:#004444;}
|
|
|
|
|
|
|
|
.textbox {font-family:sans-serif; font-size:12px; width:300px; height:120px }
|
|
|
|
|
|
|
|
/* setup screenshot thumbnails */
|
|
|
|
.setup-thumb {
|
|
|
|
float: left;
|
|
|
|
width: 105px;
|
|
|
|
text-align: center;
|
|
|
|
font-size: 12px;
|
|
|
|
border: 1px solid #999;
|
|
|
|
margin: 0 15px 15px 0;
|
|
|
|
padding: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.setup-thumb a:hover {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* this fixes a problem with opera */
|
|
|
|
tr {vertical-align: top;}
|
|
|
|
td {vertical-align: top; text-align:left}
|
|
|
|
|
|
|
|
/* special formatings for stuff in the helpbrowser */
|
|
|
|
.helpbrowser code {font-family:monospace; color:#004444;}
|
|
|
|
.helpbrowser td {background-color:#FFAA44;}
|
|
|
|
.helpbrowser th {background-color:#FFAA44;}
|
|
|
|
.helpbrowser h1 {text-align:center; font-size:20pt; font-weight:bolder;}
|
|
|
|
.helpbrowser h2 {margin-left:10px; font-size:16pt; font-weight:bolder;}
|
|
|
|
.helpbrowser h3 {margin-left:30px; font-size:12pt; font-weight:bolder; font-variant:small-caps}
|
|
|
|
.helpbrowser p {text-align:justify; margin-left:50px; width:90%}
|
|
|
|
.helpbrowser pre {margin-left:50px; font-family:monospace; color:#004444;}
|
|
|
|
.helpbrowser ul {margin-left:50px; width:90%}
|
|
|
|
.helpbrowser table {margin-left:50px; width:90%}
|
|
|