mirror of
https://github.com/ysoftdevs/pf2015.git
synced 2026-05-06 07:53:37 +02:00
initial commit
This commit is contained in:
58
css/pexeso.css
Normal file
58
css/pexeso.css
Normal file
@@ -0,0 +1,58 @@
|
||||
#mainContent {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: xx-large;
|
||||
font-weight: bold;
|
||||
background-color: #E3F0FB;
|
||||
border-radius: 4px;
|
||||
padding: 10px;
|
||||
text-align: center;
|
||||
}
|
||||
.buttonStyle {
|
||||
border-radius: 4px;
|
||||
border: thin solid #F0E020;
|
||||
padding: 5px;
|
||||
background-color: #F8F094;
|
||||
font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
|
||||
font-weight: bold;
|
||||
color: #663300;
|
||||
width: 75px;
|
||||
}
|
||||
|
||||
.buttonStyle:hover {
|
||||
border: thin solid #FFCC00;
|
||||
background-color: #FCF9D6;
|
||||
color: #996633;
|
||||
cursor: pointer;
|
||||
}
|
||||
.buttonStyle:active {
|
||||
border: thin solid #99CC00;
|
||||
background-color: #F5FFD2;
|
||||
color: #669900;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.card {
|
||||
width: 10em;
|
||||
height: 10em;
|
||||
}
|
||||
|
||||
.solved {
|
||||
background: green;
|
||||
}
|
||||
|
||||
.selected1 {
|
||||
background: yellow;
|
||||
}
|
||||
|
||||
.selected2 {
|
||||
background: orange;
|
||||
}
|
||||
|
||||
.selected3 {
|
||||
background: white;
|
||||
}
|
||||
|
||||
.mystery {
|
||||
background: blue;
|
||||
color: blue;
|
||||
}
|
||||
Reference in New Issue
Block a user