mirror of
https://github.com/AleziaKurdis/Overte-community-apps.git
synced 2025-08-25 09:06:42 +02:00
Add files via upload
This commit is contained in:
parent
abd69ff3a6
commit
fb0dfc8c25
1 changed files with 8 additions and 88 deletions
|
@ -5,11 +5,11 @@
|
|||
<style>
|
||||
|
||||
body {
|
||||
background: #73758c;
|
||||
background: #ffffff; //#3e4563;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 12px;
|
||||
color: #FFFFFF;
|
||||
font-weight: 600;
|
||||
font-size: 14px;
|
||||
color: #000000;
|
||||
font-weight: 500;
|
||||
text-decoration: none;
|
||||
font-style: normal;
|
||||
font-variant: normal;
|
||||
|
@ -25,7 +25,7 @@
|
|||
font-style: normal;
|
||||
font-variant: normal;
|
||||
text-transform: none;
|
||||
text-shadow: 3px 3px 3px rgba(63,64,76,1);
|
||||
text-shadow: 3px 3px 3px rgba(0,0,0,0.75);
|
||||
}
|
||||
|
||||
font.appname {
|
||||
|
@ -83,95 +83,15 @@
|
|||
text-transform: none;
|
||||
}
|
||||
|
||||
div.iconContainer{
|
||||
border-radius: 15px;
|
||||
background: #000000;
|
||||
padding: 5px;
|
||||
width: 70px;
|
||||
height: 70px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
table.item {
|
||||
background: #3E415E;
|
||||
}
|
||||
|
||||
td {
|
||||
vertical-align: top;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
button.install {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
background-color: #008CBA;
|
||||
font-size: 16px;
|
||||
color: #ffffff;
|
||||
font-weight: 600;
|
||||
border-radius: 6px;
|
||||
border: 2px solid #008CBA;
|
||||
transition-duration: 0.3s;
|
||||
}
|
||||
|
||||
button.install:hover {
|
||||
background-color: #10afe3;
|
||||
border: 2px solid #10afe3;
|
||||
}
|
||||
|
||||
button.uninstall {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
background-color: #b34700;
|
||||
font-size: 16px;
|
||||
color: #ffffff;
|
||||
font-weight: 600;
|
||||
border-radius: 6px;
|
||||
border: 2px solid #b34700;
|
||||
transition-duration: 0.3s;
|
||||
}
|
||||
|
||||
button.uninstall:hover {
|
||||
background-color: #e34c22;
|
||||
border: 2px solid #e34c22;
|
||||
}
|
||||
|
||||
button.processing {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
background-color: #b59207;
|
||||
font-size: 16px;
|
||||
color: #ffffff;
|
||||
font-weight: 600;
|
||||
border-radius: 6px;
|
||||
border: 2px solid #b59207;
|
||||
transition-duration: 0.3s;
|
||||
}
|
||||
|
||||
div.searchbox {
|
||||
border-radius: 6px;
|
||||
background: #ffffff;
|
||||
padding: 4px;
|
||||
border: 0px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
input.searchtextbox{
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 14px;
|
||||
color: #000000;
|
||||
font-weight: 400;
|
||||
text-decoration: none;
|
||||
border: 0px;
|
||||
outline-color: #ffffff;
|
||||
}
|
||||
|
||||
|
||||
|
||||
#wrapper {
|
||||
margin: 0 auto;
|
||||
width: 600px;
|
||||
width: 700px;
|
||||
}
|
||||
|
||||
#content {
|
||||
float: left;
|
||||
width: 600;
|
||||
width: 700;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
@ -179,7 +99,7 @@
|
|||
<body>
|
||||
<div id="wrapper">
|
||||
<div id="content">
|
||||
<h1>"Project Athena" Applications Repository</h1>
|
||||
<div align = 'center'><h1>"Project Athena" Applications Repository</h1></div>
|
||||
<p>This repository stores the optional <b>tablet's applications</b> and <b>functionalities</b> provided by the contributions of the community members.</p>
|
||||
|
||||
<p>If you have created an Application and want to offer it to the community, this is where you can do it.</p>
|
||||
|
|
Loading…
Reference in a new issue