Compare commits

...

5 Commits
Dev ... master

Author SHA1 Message Date
Micheal Jouanneau
586616c4bc Merge pull request #12 from Michael-Jouanneau/master
Pull
2017-07-09 11:19:13 +02:00
Michael Jouanneau
323a500ea4 Updating the themes 2017-07-09 11:18:00 +02:00
Michael Jouanneau
640c12a59f Updating the themes 2017-07-09 11:07:43 +02:00
Taco Dev
bc77fbe2d3 Set theme jekyll-theme-cayman 2017-02-23 18:25:08 +01:00
Taco Dev
eb6aa7a625 Merge pull request #12 from GabrielTofvesson/master
Merge pull request #11 from GabrielTofvesson/master
2017-02-23 18:23:33 +01:00
3 changed files with 24 additions and 20 deletions

1
_config.yml Normal file
View File

@ -0,0 +1 @@
theme: jekyll-theme-cayman

View File

@ -14,6 +14,7 @@ If you get sick reading, we will not claim responsibility on your health. Please
package Launcher;
// import Launcher.net.Updater;
import Launcher.net.Updater;
import com.tofvesson.async.Async;
import com.tofvesson.reflection.SafeReflection;
import javafx.animation.KeyFrame;
@ -54,8 +55,8 @@ public class Main extends Application {
// Semantic versioning system data
public static final String semVerDevState = "Alpha-Dev"; // Development stage
public static final int semVerMajor = 0; // Major version
public static final int semVerMinor = 0; // Minor version
public static final int semVerPatch = 2; // Patch version
public static final int semVerMinor = 3; // Minor version
public static final int semVerPatch = 0; // Patch version
double xOffset = 0, yOffset = 0; // Offsets for dragging
@ -80,7 +81,7 @@ public class Main extends Application {
primaryStage.initStyle(StageStyle.UNDECORATED);
//TODO: Remove the comments under when updater class is fixed
/* if(args.length<2 || !args[1].equals("false")){
if(args.length<2 || !args[1].equals("false")){
Stage d = new Stage();
Timeline t = new Timeline();
t.getKeyFrames().add(new KeyFrame(Duration.millis(1), event ->{ d.close(); primaryStage.show(); }));
@ -95,7 +96,7 @@ public class Main extends Application {
});
t1.setDaemon(true);
t1.start();
} else primaryStage.show(); */ // Remove ugly trash
} else primaryStage.show(); // Remove ugly trash
root = (Pane) Tabs.load("main"); // Load via layout loader
((Label)root.lookup("#version")).setText(((Label) root.lookup("#version")) // Dynamically set version label

View File

@ -1,46 +1,48 @@
#pane {
-fx-background-color: #05030c;
-fx-background-color: #6770e3;
}
#rectangle {
-fx-fill: #050519;
-fx-fill: #373ab0;
-fx-text-fill: white;
}
#rectangle-1 {
-fx-fill: #070620;
-fx-fill: #4e4ecf;
-fx-text-fill: white;
}
#rectangle-2 {
-fx-fill: #060317;
-fx-fill: #4c46d5;
-fx-text-fill: white;
}
#rectangle-3 {
-fx-fill: #0b052e;
-fx-fill: #3736ac;
-fx-text-fill: white;
-webkit-box-shadow: 10px 10px 15px rgba(191, 191, 191, 0.72);
box-shadow: 10px 10px 15px rgba(191, 191, 191, 0.72);
}
#download-modpack, #download-modpack-a, #view-modpack-a, #view-modpack, #Launch-VM, #Update-VM {
-fx-background-color: #0a073b;
-fx-background-color: #5d7ba6;
-fx-background-radius: 0em;
-fx-text-fill: white;
}
#download-modpack:hover, #view-modpack:hover, #view-modpack-a:hover, #download-modpack-a:hover, #Launch-VM:hover, #Update-VM:hover {
-fx-background-color: #07061b;
-fx-background-color: #2442da;
-fx-background-radius: 0em;
-fx-text-fill: white;
}
#default-theme,#dark-theme, #light-theme {
-fx-background-color: #0d072f;
-fx-background-color: #4051c2;
-fx-background-radius: 0em;
-fx-text-fill: white;
}
#default-theme:hover {
-fx-background-color: #0d0c39;
-fx-background-color: #19168c;
-fx-background-radius: 0em;
-fx-text-fill: white;
}
@ -70,19 +72,19 @@
}
#minecraft-login-btn {
-fx-background-color: #0a073b;
-fx-background-color: #3e58cb;
-fx-background-radius: 0em;
-fx-text-fill: white;
}
#minecraft-login-btn:hover {
-fx-background-color: #07061b;
-fx-background-color: #2c3f7b;
-fx-background-radius: 0em;
-fx-text-fill: white;
}
#Modpack-back, #home-back, #Settings-back, #instance-back {
-fx-fill: #0a0e2e;
-fx-fill: #2a36c9;
-fx-text-fill: white;
}
#exit, #min{
@ -96,7 +98,7 @@
#search-modpacks {
-fx-prompt-text-fill: white;
-fx-text-fill: white;
-fx-background-color: #0a0e2e;
-fx-background-color: rgba(230, 42, 152, 0);
-fx-padding: 5px;
}
@ -123,17 +125,17 @@
}
.tab:hover{
-fx-background-color: #09042e;
-fx-background-color: #372bf1;
}
.selected {
-fx-background-color: #05030c;
-fx-background-color: #496ce2;
-fx-background-radius: 0em;
}
.selected:hover {
-fx-background-color: #05030c;
-fx-background-color: #2421e0;
}
#minecraftuser, #minecraftpass{