mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 03:40:32 +00:00
433 lines
14 KiB
CSS
433 lines
14 KiB
CSS
input {
|
|
-webkit-box-sizing: content-box;
|
|
-moz-box-sizing: content-box;
|
|
box-sizing: content-box;
|
|
border-top: 0 solid;
|
|
border-right: 1px solid;
|
|
border-bottom: 1px solid;
|
|
border-left: 0 solid;
|
|
-webkit-border-radius: 0 0 11px;
|
|
border-radius: 0 0 11px;
|
|
font: italic normal bold 20px/normal "Times New Roman", Times, serif;
|
|
color: rgba(0,0,0,0.9);
|
|
-o-text-overflow: clip;
|
|
text-overflow: clip;
|
|
-webkit-box-shadow: 5px 5px 21px 1px rgba(0,0,0,0.3) inset;
|
|
box-shadow: 5px 5px 21px 1px rgba(0,0,0,0.3) inset;
|
|
}
|
|
|
|
input:hover {
|
|
background: rgba(74,134,232,0.02);
|
|
-webkit-transform: skewX(2deg);
|
|
transform: skewX(2deg);
|
|
}
|
|
|
|
input[type=number]:after {
|
|
|
|
content: "" !important;
|
|
|
|
}
|
|
|
|
.sheet-header {
|
|
-webkit-box-sizing: content-box;
|
|
-moz-box-sizing: content-box;
|
|
box-sizing: content-box;
|
|
width: 800px;
|
|
height: 120px;
|
|
border: none;
|
|
margin: 0 0 20px;
|
|
font: normal 16px/normal "Times New Roman", Times, serif;
|
|
color: rgba(0,0,0,0.9);
|
|
-o-text-overflow: clip;
|
|
text-overflow: clip;
|
|
background: url("http://img11.hostingpics.net/pics/206358Capturechannelfear.png"), -webkit-linear-gradient(-90deg, rgba(124,123,123,1) 0, rgba(0,0,0,1) 50%, rgba(28,28,28,1) 100%);
|
|
background: url("http://img11.hostingpics.net/pics/206358Capturechannelfear.png"), -moz-linear-gradient(180deg, rgba(124,123,123,1) 0, rgba(0,0,0,1) 50%, rgba(28,28,28,1) 100%);
|
|
background: url("http://img11.hostingpics.net/pics/206358Capturechannelfear.png"), linear-gradient(180deg, rgba(124,123,123,1) 0, rgba(0,0,0,1) 50%, rgba(28,28,28,1) 100%);
|
|
background-repeat: no-repeat, repeat;
|
|
background-position: 50% 50%;
|
|
-webkit-background-origin: padding-box;
|
|
background-origin: padding-box;
|
|
-webkit-background-clip: border-box;
|
|
background-clip: border-box;
|
|
-webkit-background-size: auto auto;
|
|
background-size: auto auto;
|
|
-webkit-box-shadow: 5px 5px 8px 2px rgba(0,0,0,0.5) ;
|
|
box-shadow: 5px 5px 8px 2px rgba(0,0,0,0.5) ;
|
|
-webkit-transform: rotateX(-5.15662015617741deg) rotateY(-5.729577951308233deg) rotateZ(-1.1459155902616465deg) ;
|
|
transform: rotateX(-5.15662015617741deg) rotateY(-5.729577951308233deg) rotateZ(-1.1459155902616465deg) ;
|
|
}
|
|
.sheet-bloque {
|
|
-webkit-box-sizing: content-box;
|
|
-moz-box-sizing: content-box;
|
|
box-sizing: content-box;
|
|
margin: 8px 5px;
|
|
padding: 10px;
|
|
border: none;
|
|
-webkit-border-radius: 18px;
|
|
border-radius: 18px;
|
|
font: normal 16px/normal "Times New Roman", Times, serif;
|
|
color: rgba(0,0,0,0.9);
|
|
-o-text-overflow: clip;
|
|
text-overflow: clip;
|
|
background-image: -webkit-linear-gradient(0deg, rgba(107,113,127,0.52) 0, rgba(0,0,0,0) 33%, rgba(0,0,0,0.59) 100%);
|
|
background-image: -moz-linear-gradient(90deg, rgba(107,113,127,0.52) 0, rgba(0,0,0,0) 33%, rgba(0,0,0,0.59) 100%);
|
|
background-image: linear-gradient(90deg, rgba(107,113,127,0.52) 0, rgba(0,0,0,0) 33%, rgba(0,0,0,0.59) 100%);
|
|
background-position: 50% 50%;
|
|
-webkit-background-origin: padding-box;
|
|
background-origin: padding-box;
|
|
-webkit-background-clip: border-box;
|
|
background-clip: border-box;
|
|
-webkit-background-size: auto auto;
|
|
background-size: auto auto;
|
|
-webkit-box-shadow: 0 0 7px 4px rgba(65,96,119,0.5) ;
|
|
box-shadow: 0 0 7px 4px rgba(65,96,119,0.5) ;
|
|
}
|
|
|
|
.sheet-titre1 {
|
|
-webkit-box-sizing: content-box;
|
|
-moz-box-sizing: content-box;
|
|
box-sizing: content-box;
|
|
width: 100%;
|
|
border: 2px solid black;
|
|
-webkit-border-radius: 15px 99px 0 0 / 19px 99px 0 0;
|
|
border-radius: 15px 99px 0 0 / 19px 99px 0 0;
|
|
font: normal 1.5em/normal "Times New Roman", Times, serif;
|
|
color: rgba(255,255,255,1);
|
|
-o-text-overflow: clip;
|
|
text-overflow: clip;
|
|
background: rgb(0,0,0);
|
|
-webkit-box-shadow: 0 0 9px 4px rgba(0,0,0,0.5) ;
|
|
box-shadow: 0 0 9px 4px rgba(0,0,0,0.5) ;
|
|
}
|
|
.sheet-titre2 {
|
|
-webkit-box-sizing: content-box;
|
|
-moz-box-sizing: content-box;
|
|
box-sizing: content-box;
|
|
border: 2px solid;
|
|
-webkit-border-radius: 0 / 19px 0 0;
|
|
border-radius: 0 / 19px 0 0;
|
|
font: normal 1.2em/normal "Times New Roman", Times, serif;
|
|
color: rgba(255,255,255,1);
|
|
-o-text-overflow: clip;
|
|
text-overflow: clip;
|
|
background: rgb(0,0,0);
|
|
}
|
|
.sheet-rot {
|
|
-webkit-box-sizing: content-box;
|
|
-moz-box-sizing: content-box;
|
|
box-sizing: content-box;
|
|
width: 80%;
|
|
margin: 10px auto;
|
|
border: 1px dotted;
|
|
font: normal 16px/normal "Times New Roman", Times, serif;
|
|
color: rgba(0,0,0,0.9);
|
|
-o-text-overflow: clip;
|
|
text-overflow: clip;
|
|
-webkit-box-shadow: 5px 5px 8px 2px rgba(0,0,0,0.4) ;
|
|
box-shadow: 5px 5px 8px 2px rgba(0,0,0,0.4) ;
|
|
-webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
|
|
-moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
|
|
-o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
|
|
transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
|
|
-webkit-transform: rotateZ(1deg) ;
|
|
transform: rotateZ(1deg) ;
|
|
}
|
|
|
|
.sheet-rot:hover {
|
|
-webkit-box-shadow: 5px 5px 8px 2px rgba(74,134,232,0.7) ;
|
|
box-shadow: 5px 5px 8px 2px rgba(74,134,232,0.7) ;
|
|
-webkit-transform: scaleX(1.05) scaleY(1.05) ;
|
|
transform: scaleX(1.05) scaleY(1.05) ;
|
|
}
|
|
|
|
|
|
textarea {
|
|
resize: none;
|
|
font: italic normal bold 20px/normal "Times New Roman", Times, serif;
|
|
}
|
|
|
|
button[type=roll].sheet-bouton:before{
|
|
content: '';
|
|
}
|
|
.sheet-bouton {
|
|
width: 200px;
|
|
-webkit-box-sizing: content-box;
|
|
-moz-box-sizing: content-box;
|
|
box-sizing: content-box;
|
|
border: none;
|
|
font: normal normal bold 16px/normal "Times New Roman", Times, serif;
|
|
color: rgba(255,255,255,0.9);
|
|
text-align: center;
|
|
-o-text-overflow: clip;
|
|
text-overflow: clip;
|
|
background: rgb(0,0,0);
|
|
-webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
|
|
-moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
|
|
-o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
|
|
transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
|
|
}
|
|
|
|
.sheet-bouton:hover {
|
|
width: 200px;
|
|
color: rgba(74,134,232,0.7);
|
|
-webkit-transform: scaleX(1.05) scaleY(1.05) ;
|
|
transform: scaleX(1.05) scaleY(1.05) ;
|
|
}
|
|
|
|
|
|
.sheet-notes {
|
|
-webkit-box-sizing: content-box;
|
|
-moz-box-sizing: content-box;
|
|
box-sizing: content-box;
|
|
padding: 40px;
|
|
width: 200px;
|
|
height: 400px;
|
|
border: none;
|
|
font: italic normal bold 16px/normal "Times New Roman", Times, serif;
|
|
color: rgba(0,0,0,0.9);
|
|
-o-text-overflow: clip;
|
|
text-overflow: clip;
|
|
background: url("http://img11.hostingpics.net/pics/8306877910616spiraleblocnotespapieravecfonddeligneisolBanquedimages.jpg");
|
|
background-repeat: no-repeat;
|
|
background-position: 50% 50%;
|
|
-webkit-background-origin: border-box;
|
|
background-origin: border-box;
|
|
-webkit-background-clip: border-box;
|
|
background-clip: border-box;
|
|
-webkit-background-size: contain;
|
|
background-size: contain;
|
|
-webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
|
|
-moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
|
|
-o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
|
|
transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
|
|
-webkit-transform: rotateZ(2deg) ;
|
|
transform: rotateZ(2deg) ;
|
|
}
|
|
|
|
.sheet-notes:hover {
|
|
background-repeat: no-repeat;
|
|
background-position: 50% 50%;
|
|
-webkit-background-origin: border-box;
|
|
background-origin: border-box;
|
|
-webkit-background-clip: border-box;
|
|
background-clip: border-box;
|
|
-webkit-background-size: contain;
|
|
background-size: contain;
|
|
-webkit-transform: scaleX(1.1) scaleY(1.1) ;
|
|
transform: scaleX(1.1) scaleY(1.1) ;
|
|
}
|
|
|
|
|
|
|
|
.sheet-box{
|
|
border:1px solid black;
|
|
-webkit-border-image: url("http://2.bp.blogspot.com/-OQxY8bahwck/TqBtKZ3kBKI/AAAAAAAABNc/SbCmJTv2ZXg/s1600/grunge+frame+free+2.png") 30 round; /* Safari 3.1-5 */
|
|
-o-border-image: url("http://2.bp.blogspot.com/-OQxY8bahwck/TqBtKZ3kBKI/AAAAAAAABNc/SbCmJTv2ZXg/s1600/grunge+frame+free+2.png") 30 round; /* Opera 11-12.1 */
|
|
border-image: url("http://2.bp.blogspot.com/-OQxY8bahwck/TqBtKZ3kBKI/AAAAAAAABNc/SbCmJTv2ZXg/s1600/grunge+frame+free+2.png") 30 round;
|
|
margin-top:10px;
|
|
margin-bottom:10px;
|
|
max-height:20px;
|
|
-webkit-transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1), all 0.5s cubic-bezier(0.42, 0, 0.58, 1) 1s;
|
|
-moz-transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1), all 0.5s cubic-bezier(0.42, 0, 0.58, 1) 1s;
|
|
-o-transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1), all 0.5s cubic-bezier(0.42, 0, 0.58, 1) 1s;
|
|
transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1), all 0.5s cubic-bezier(0.42, 0, 0.58, 1) 1s;
|
|
|
|
|
|
}
|
|
.sheet-box:hover{
|
|
max-height:800px;
|
|
-webkit-transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1), all 0.5s cubic-bezier(0.42, 0, 0.58, 1) 1s;
|
|
-moz-transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1), all 0.5s cubic-bezier(0.42, 0, 0.58, 1) 1s;
|
|
-o-transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1), all 0.5s cubic-bezier(0.42, 0, 0.58, 1) 1s;
|
|
transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1), all 0.5s cubic-bezier(0.42, 0, 0.58, 1) 1s;
|
|
|
|
}
|
|
.sheet-inbox{
|
|
opacity:0;
|
|
margin:auto;
|
|
width:100%;
|
|
|
|
-webkit-transform-origin: 50% 0 0;
|
|
transform-origin: 50% 0 0;
|
|
-webkit-transform: scaleY(0);
|
|
transform: scaleY(0);
|
|
|
|
overflow:hidden;
|
|
-webkit-transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1), all 0.5s cubic-bezier(0.42, 0, 0.58, 1) 1s;
|
|
-moz-transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1), all 0.5s cubic-bezier(0.42, 0, 0.58, 1) 1s;
|
|
-o-transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1), all 0.5s cubic-bezier(0.42, 0, 0.58, 1) 1s;
|
|
transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1), all 0.5s cubic-bezier(0.42, 0, 0.58, 1) 1s;
|
|
}
|
|
.sheet-box:hover > .sheet-inbox{
|
|
display:block;
|
|
opacity:1;
|
|
overflow:auto;
|
|
-webkit-transition: all 1s cubic-bezier(0.42, 0, 0.58, 1), all 1s cubic-bezier(0.42, 0, 0.58, 1) 1s;
|
|
-moz-transition: all 1s cubic-bezier(0.42, 0, 0.58, 1), all 1s cubic-bezier(0.42, 0, 0.58, 1) 1s;
|
|
-o-transition: all 1s cubic-bezier(0.42, 0, 0.58, 1), all 1s cubic-bezier(0.42, 0, 0.58, 1) 1s;
|
|
transition: all 1s cubic-bezier(0.42, 0, 0.58, 1), all 1s cubic-bezier(0.42, 0, 0.58, 1) 1s;
|
|
|
|
-webkit-transform-origin: 50% 0 0;
|
|
transform-origin: 50% 0 0;
|
|
-webkit-transform: scaleY(1);
|
|
transform: scaleY(1);
|
|
|
|
|
|
}
|
|
|
|
|
|
.sheet-rolltemplate-aptitude table {
|
|
text-align: center;
|
|
width: 100%;
|
|
background: url('http://2.bp.blogspot.com/-OQxY8bahwck/TqBtKZ3kBKI/AAAAAAAABNc/SbCmJTv2ZXg/s1600/grunge+frame+free+2.png');
|
|
background-size:100% 100%;
|
|
border: 4px ridge #999999;
|
|
color: black;
|
|
font-size: 1em;
|
|
font-family: "Franklin Gothic Medium";
|
|
box-shadow: -5px -5px 5px black;
|
|
padding: 30px;
|
|
margin: 10px;
|
|
}
|
|
.sheet-rolltemplate-aptitude th {
|
|
font-family:"Franklin Gothic Medium";
|
|
padding: 4px;
|
|
color: white;
|
|
line-height: 1.6em;
|
|
font-size: 1.4em;
|
|
width: 100%;
|
|
height: 100%;
|
|
border-spacing: 0;
|
|
text-shadow: 0px 0px 5px black, 0px 0px 5px black, 0px 0px 5px black;
|
|
|
|
|
|
box-shadow: inset 5px 0px 20px 0px black, inset -5px 0px 20px 0px black;
|
|
}
|
|
|
|
.sheet-rolltemplate-aptitude .sheet-tcat {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.sheet-rolltemplate-aptitude td {
|
|
padding: 10px;
|
|
}
|
|
|
|
.sheet-rolltemplate-aptitude .inlinerollresult {
|
|
display: inline-block;
|
|
min-width: 1.5em;
|
|
text-align: center;
|
|
border: 2px solid #89E799;
|
|
background:transparent;
|
|
}
|
|
|
|
|
|
|
|
.sheet-rolltemplate-aptitude .inlinerollresult.importantroll {
|
|
border: 2px solid #4A57ED;
|
|
}
|
|
|
|
|
|
|
|
.sheet-rolltemplate-relance table {
|
|
text-align: center;
|
|
width: 100%;
|
|
background: url('http://2.bp.blogspot.com/-OQxY8bahwck/TqBtKZ3kBKI/AAAAAAAABNc/SbCmJTv2ZXg/s1600/grunge+frame+free+2.png');
|
|
background-size:100% 100%;
|
|
border: 4px ridge #999999;
|
|
color: black;
|
|
font-size: 1em;
|
|
font-family: "Franklin Gothic Medium";
|
|
box-shadow: -5px -5px 5px black;
|
|
padding: 30px;
|
|
margin: 10px;
|
|
}
|
|
.sheet-rolltemplate-relance th {
|
|
font-family:"Franklin Gothic Medium";
|
|
padding: 4px;
|
|
color: white;
|
|
line-height: 1.6em;
|
|
font-size: 1.4em;
|
|
width: 100%;
|
|
height: 100%;
|
|
border-spacing: 0;
|
|
text-shadow: 0px 0px 5px black, 0px 0px 5px black, 0px 0px 5px black;
|
|
|
|
|
|
box-shadow: inset 5px 0px 20px 0px black, inset -5px 0px 20px 0px black;
|
|
}
|
|
|
|
.sheet-rolltemplate-relance .sheet-tcat {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.sheet-rolltemplate-relance td {
|
|
padding: 10px;
|
|
}
|
|
|
|
.sheet-rolltemplate-relance .inlinerollresult {
|
|
display: inline-block;
|
|
min-width: 1.5em;
|
|
text-align: center;
|
|
border: 2px solid #89E799;
|
|
background:transparent;
|
|
}
|
|
|
|
|
|
|
|
.sheet-rolltemplate-relance .inlinerollresult.importantroll {
|
|
border: 2px solid #4A57ED;
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.sheet-rolltemplate-degats table {
|
|
text-align: center;
|
|
width: 100%;
|
|
background: url('http://2.bp.blogspot.com/-OQxY8bahwck/TqBtKZ3kBKI/AAAAAAAABNc/SbCmJTv2ZXg/s1600/grunge+frame+free+2.png');
|
|
background-size:100% 100%;
|
|
border: 4px ridge #999999;
|
|
color: black;
|
|
font-size: 1em;
|
|
font-family: "Franklin Gothic Medium";
|
|
box-shadow: -5px -5px 5px black;
|
|
padding: 30px;
|
|
margin: 10px;
|
|
}
|
|
.sheet-rolltemplate-degats th {
|
|
font-family:"Franklin Gothic Medium";
|
|
padding: 4px;
|
|
color: white;
|
|
line-height: 1.6em;
|
|
font-size: 1.4em;
|
|
width: 100%;
|
|
height: 100%;
|
|
border-spacing: 0;
|
|
text-shadow: 0px 0px 5px black, 0px 0px 5px black, 0px 0px 5px black;
|
|
|
|
|
|
box-shadow: inset 5px 0px 20px 0px black, inset -5px 0px 20px 0px black;
|
|
}
|
|
|
|
.sheet-rolltemplate-degats .sheet-tcat {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.sheet-rolltemplate-relance td {
|
|
padding: 10px;
|
|
}
|
|
|
|
.sheet-rolltemplate-degats .inlinerollresult {
|
|
display: inline-block;
|
|
min-width: 1.5em;
|
|
text-align: center;
|
|
border: 2px solid #89E799;
|
|
background:transparent;
|
|
}
|
|
|
|
|
|
|
|
.sheet-rolltemplate-degats .inlinerollresult.importantroll {
|
|
border: 2px solid #4A57ED;
|
|
} |