Style changes
This commit is contained in:
BIN
VAR.Focus.Web/Images/BGCork.png
Normal file
BIN
VAR.Focus.Web/Images/BGCork.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 458 KiB |
@@ -1,12 +1,15 @@
|
||||
.divBoard {
|
||||
position: relative;
|
||||
height: 100%;
|
||||
background-image: url(../Images/BGCork.png);
|
||||
box-shadow: 0 0 10px black inset;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.divToolbox {
|
||||
position: absolute;
|
||||
background-color: rgb(127,127,255);
|
||||
box-shadow: 0 0 10px rgba(0,0,0,0.5);
|
||||
box-shadow: 0 5px 15px rgba(0,0,0,0.5);
|
||||
min-width: 150px;
|
||||
min-height: 50px;
|
||||
padding: 5px;
|
||||
@@ -64,12 +67,10 @@
|
||||
|
||||
.divCard {
|
||||
position: absolute;
|
||||
background-color: rgb(255,255,0);
|
||||
box-shadow: 0 0 10px rgba(0,0,0,0.5);
|
||||
min-width: 150px;
|
||||
max-width: 250px;
|
||||
min-height: 150px;
|
||||
max-height: 250px;
|
||||
background-color: rgb(255,255,127);
|
||||
box-shadow: 0 3px 10px rgba(0,0,0,0.5);
|
||||
width: 200px;
|
||||
height: 150px;
|
||||
padding: 5px;
|
||||
border-radius: 2px;
|
||||
overflow: auto;
|
||||
|
||||
@@ -51,6 +51,7 @@
|
||||
</Reference>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="Images\BGCork.png" />
|
||||
<Content Include="priv\keep.txt" />
|
||||
<Content Include="Scripts\01. Base.js" />
|
||||
<None Include="packages.config" />
|
||||
|
||||
Reference in New Issue
Block a user