css fixes, css seperation, sql fixes style fixes
This commit is contained in:
parent
adbf35fd25
commit
207613261a
@ -12,12 +12,7 @@
|
||||
</div>
|
||||
<div class="col-md-4" style="text-align: right;">
|
||||
<div class="fb-page" data-href="https://www.facebook.com/${artist_fb}/" data-tabs="timeline" data-height="800" data-small-header="false" data-adapt-container-width="true" data-hide-cover="false" data-show-facepile="true"><div class="fb-xfbml-parse-ignore"><blockquote cite="https://www.facebook.com/${artist_fb}/"><a href="https://www.facebook.com/${artist_fb}/">${artist_fb}</a></blockquote></div></div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<hr style="color: white">
|
||||
<div class="row" style="padding: 20px;">
|
||||
${artist_additional}
|
||||
</div>
|
||||
<hr style="color: white">
|
||||
<div class="row" style="padding: 20px;">${artist_additional}</div>
|
||||
<button class="btn btn-primary" onclick="system.back();">zurück</button>
|
||||
41
redestoff/page/default_page/css/bootstrap_menu.css
vendored
Normal file
41
redestoff/page/default_page/css/bootstrap_menu.css
vendored
Normal file
@ -0,0 +1,41 @@
|
||||
nav{
|
||||
padding-left: 70px;
|
||||
background: none !important;
|
||||
border: 0 !important;
|
||||
}
|
||||
.navbar-collapse{
|
||||
padding-left: 0 !important;
|
||||
}
|
||||
.navbar .nav li.dropdown.open>.dropdown-toggle{
|
||||
background: none !important;
|
||||
}
|
||||
.dropdown:hover .dropdown-menu {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
display: block;
|
||||
margin-top: 0;
|
||||
}
|
||||
.dropdown .dropdown-menu a{
|
||||
color: #5d6365 !important;
|
||||
font-weight: bold;
|
||||
}
|
||||
.dropdown:hover .dropdown-menu li{
|
||||
}
|
||||
|
||||
.navbar .nav>li>a{
|
||||
text-shadow: none;
|
||||
}
|
||||
.nav_btn{
|
||||
text-shadow: none;
|
||||
color: whitesmoke !important;
|
||||
text-decoration: none !important;
|
||||
display: block !important;
|
||||
width: 6em !important;
|
||||
}
|
||||
.nav_btn:hover{
|
||||
color: whitesmoke !important;
|
||||
text-decoration: none !important;
|
||||
display: block !important;
|
||||
width: 6em !important;
|
||||
text-shadow: 1px #5d6365;
|
||||
}
|
||||
@ -6,40 +6,10 @@ body{
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
nav{
|
||||
padding-left: 70px;
|
||||
background: none !important;
|
||||
border: 0 !important;
|
||||
}
|
||||
|
||||
.container-fluid{
|
||||
padding-left: 0 !important;
|
||||
}
|
||||
.navbar-collapse{
|
||||
padding-left: 0 !important;
|
||||
}
|
||||
.navbar .nav li.dropdown.open>.dropdown-toggle{
|
||||
background: none !important;
|
||||
}
|
||||
.dropdown:hover .dropdown-menu {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
display: block;
|
||||
margin-top: 0; // remove the gap so it doesn't close
|
||||
|
||||
}
|
||||
.dropdown .dropdown-menu a{
|
||||
color: #5d6365 !important;
|
||||
font-weight: bold;
|
||||
}
|
||||
.dropdown:hover .dropdown-menu li{
|
||||
}
|
||||
.dropdown:hover .dropdown-menu a{
|
||||
color: white !important;
|
||||
font-weight: bold;
|
||||
}
|
||||
.dropdown:hover .dropdown-menu a:hover{
|
||||
color: white !important;
|
||||
}
|
||||
@media (max-device-width: 760px){
|
||||
body{
|
||||
background: none !important;
|
||||
@ -57,22 +27,22 @@ nav{
|
||||
}
|
||||
|
||||
.nav_btn{
|
||||
text-shadow: none;
|
||||
color: whitesmoke !important;
|
||||
text-decoration: none !important;
|
||||
display: block !important;
|
||||
}
|
||||
.nav_btn:hover{
|
||||
color: whitesmoke !important;
|
||||
text-decoration: none !important;
|
||||
display: block !important;
|
||||
width: 2em !important;
|
||||
text-shadow: 1px #5d6365;
|
||||
}
|
||||
#myNavbar{
|
||||
background: #5d6365 !important;
|
||||
margin-left: 10px;
|
||||
}
|
||||
text-shadow: none;
|
||||
color: whitesmoke !important;
|
||||
text-decoration: none !important;
|
||||
display: block !important;
|
||||
}
|
||||
.nav_btn:hover{
|
||||
color: whitesmoke !important;
|
||||
text-decoration: none !important;
|
||||
display: block !important;
|
||||
width: 2em !important;
|
||||
text-shadow: 1px #5d6365;
|
||||
}
|
||||
#myNavbar{
|
||||
background: #5d6365 !important;
|
||||
margin-left: 10px;
|
||||
}
|
||||
}
|
||||
h3{
|
||||
color: #039;
|
||||
@ -89,23 +59,6 @@ p:hover{
|
||||
color: white;
|
||||
text-decoration: none;
|
||||
}
|
||||
.navbar .nav>li>a{
|
||||
text-shadow: none;
|
||||
}
|
||||
.nav_btn{
|
||||
text-shadow: none;
|
||||
color: whitesmoke !important;
|
||||
text-decoration: none !important;
|
||||
display: block !important;
|
||||
width: 6em !important;
|
||||
}
|
||||
.nav_btn:hover{
|
||||
color: whitesmoke !important;
|
||||
text-decoration: none !important;
|
||||
display: block !important;
|
||||
width: 6em !important;
|
||||
text-shadow: 1px #5d6365;
|
||||
}
|
||||
a:link{
|
||||
color: white;
|
||||
text-decoration: none;
|
||||
|
||||
@ -7,7 +7,8 @@ class default_page extends SYSTEM\PAGE\Page {
|
||||
\SYSTEM\HTML\html::link(\LIB\lib_font_awesome::css()->WEBPATH(false)).
|
||||
\SYSTEM\HTML\html::link(\SYSTEM\CACHE\cache_css::url(
|
||||
array( \LIB\lib_system::css(),
|
||||
new PPAGE('default_page/css/default_page.css')
|
||||
new PPAGE('default_page/css/default_page.css'),
|
||||
new PPAGE('default_page/css/bootstrap_menu.css')
|
||||
)));
|
||||
}
|
||||
private static function js(){
|
||||
|
||||
@ -34,7 +34,7 @@
|
||||
<li data-toggle="collapse" data-target=".nav-collapse.in" id="start_link" style="display: inline-block;">
|
||||
<a href="#!start" class="nav_btn"><span class="glyphicon glyphicon-star-empty"></span> Gude</a>
|
||||
</li>
|
||||
<li class="dropdown" style="color: white; padding-top: 0.1em">
|
||||
<li class="dropdown" style="padding-top: 0.1em">
|
||||
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false" style="color: whitesmoke;"><span class="glyphicon glyphicon-user"></span> Crew</a>
|
||||
<ul class="dropdown-menu">
|
||||
<li style=""><a href="#!artist;artist.jonny_vicious">Jonny Vicious</a></li>
|
||||
@ -58,8 +58,8 @@
|
||||
</ul>
|
||||
<ul class="nav navbar-nav pull-right">
|
||||
<li><img width="220" src="${IMG_PATH_SP}" class="img-responsive"></li>
|
||||
<li><a href="https://www.facebook.com/Redestoff/" target="_blank"><i class="fa fa-facebook fa-lg"></i></a></li>
|
||||
<li><a href="http://www.youtube.com/user/RedestoffMusik" target="_blank"><i class="fa fa-youtube fa-lg"></i></a></li>
|
||||
<li><a style="color: white;" href="https://www.facebook.com/Redestoff/" target="_blank"><i class="fa fa-facebook fa-lg"></i></a></li>
|
||||
<li><a style="color: white;" href="http://www.youtube.com/user/RedestoffMusik" target="_blank"><i class="fa fa-youtube fa-lg"></i></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -13,5 +13,4 @@
|
||||
${release_artists}
|
||||
</div>
|
||||
</div>
|
||||
<hr style="color: white">
|
||||
<button class="btn btn-primary" onclick="system.back();">zurück</button>
|
||||
@ -1,4 +1,4 @@
|
||||
<div class="row">
|
||||
<div class="row" style="text-align: center;">
|
||||
<div class="col-md-4">
|
||||
<iframe width="320" height="180" src="https://www.youtube.com/embed/LSEsjT0uzNM" frameborder="0" allowfullscreen></iframe>
|
||||
</div>
|
||||
@ -11,7 +11,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="row"> </div>
|
||||
<div class="row">
|
||||
<div class="row" style="text-align: center;">
|
||||
<div class="col-md-4">
|
||||
<iframe width="320" height="180" src="https://www.youtube.com/embed/Tef79-KSRKg" frameborder="0" allowfullscreen></iframe>
|
||||
</div>
|
||||
@ -23,7 +23,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="row"> </div>
|
||||
<div class="row">
|
||||
<div class="row" style="text-align: center;">
|
||||
<div class="col-md-4">
|
||||
<iframe width="320" height="180" src="https://www.youtube.com/embed/tMO6amV4DLU" frameborder="0" allowfullscreen></iframe>
|
||||
</div>
|
||||
@ -34,5 +34,4 @@
|
||||
<iframe width="320" height="180" src="https://www.youtube.com/embed/ZXGDCIHm-Jk" frameborder="0" allowfullscreen></iframe>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row"> </div>
|
||||
|
||||
<div class="row"> </div>
|
||||
@ -5,11 +5,6 @@ class DATA_REDESTOFF extends \SYSTEM\DB\QI {
|
||||
public static function files_mysql(){
|
||||
return array( (new \PSQL('/mysql/system_page.sql'))->SERVERPATH(),
|
||||
(new \PSQL('/mysql/system_api.sql'))->SERVERPATH(),
|
||||
(new \PSQL('/mysql/system_text.sql'))->SERVERPATH(),
|
||||
//(new \PSQL('/mysql/system_cron.sql'))->SERVERPATH(),
|
||||
//(new \PSQL('/mysql/schema_mojotrollz_server.sql'))->SERVERPATH(),
|
||||
//(new \PSQL('/mysql/schema_mojotrollz_vote.sql'))->SERVERPATH(),
|
||||
//(new \PSQL('/mysql/schema_mojotrollz_addon.sql'))->SERVERPATH()
|
||||
);
|
||||
(new \PSQL('/mysql/system_text.sql'))->SERVERPATH());
|
||||
}
|
||||
}
|
||||
@ -16,8 +16,6 @@ INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_
|
||||
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('ojay_vibeztime_additional', 'deDE', '<iframe src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/users/179343481&color=ff5500&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false" width="100%" height="450" frameborder="no" scrolling="no" data-mce-src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/users/179343481&color=ff5500&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false"></iframe><hr style="color: white;" data-mce-style="color: white;"><iframe src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/users/109178440&color=ff5500&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false" width="100%" height="450" frameborder="no" scrolling="no" data-mce-src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/users/109178440&color=ff5500&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false"></iframe>', 1, 1, '2016-01-28 20:56:29', '2016-01-28 20:56:29');
|
||||
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('ojay_vibeztime_fb', 'deDE', 'FMNAmusic', 1, 1, '2016-01-28 19:52:51', '2016-01-28 19:52:51');
|
||||
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('ojay_vibeztime_name_path', 'deDE', 'Ojay_Vibeztime', 1, 1, '2016-01-30 01:27:07', '2016-01-30 01:27:07');
|
||||
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('sai_todo_title', 'deDE', 'System To-do', 2, 2, '2015-04-23 01:53:37', '2015-04-23 01:53:37');
|
||||
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('sai_todo_title', 'enUS', 'System ToDo', 2, 2, '2015-04-17 19:22:57', '2015-04-17 19:22:57');
|
||||
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('sick_joker_fb', 'deDE', 'SickJokerBeats', 1, 1, '2016-01-28 19:47:40', '2016-01-28 19:47:40');
|
||||
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('sick_joker_info', 'deDE', '<a href="https://www.facebook.com/SickJokerBeats?__mref=message_bubble" target="_blank" data-mce-href="https://www.facebook.com/SickJokerBeats?__mref=message_bubble">https://www.facebook.com/SickJokerBeats</a>', 1, 1, '2016-01-28 19:27:36', '2016-01-28 19:27:36');
|
||||
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('sick_joker_name', 'deDE', 'Sick Joker', 1, 1, '2016-01-28 19:34:28', '2016-01-28 19:34:28');
|
||||
@ -66,4 +64,4 @@ INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('sick_joker_name_path', 'sic
|
||||
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('sick_joker_releases', 'artist');
|
||||
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('sick_joker_releases', 'sick_joker');
|
||||
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('yugin_name_path', 'artist');
|
||||
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('yugin_name_path', 'yugin');
|
||||
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('yugin_name_path', 'yugin');
|
||||
Loading…
x
Reference in New Issue
Block a user