123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266 |
- * .unity-label#title, * .unity-text-field#title-field,* .unity-label#contents, * .unity-text-field#contents-field
- {
- -unity-font:resource("GraphView/DummyFont(LucidaGrande).ttf");
- }
- .sticky-note
- {
- min-height: 100px;
- min-width: 80px;
- position:absolute;
- flex-direction:column;
- align-items:stretch;
- --layer:-100;
- border-radius:0;
- margin-left: 0;
- margin-right: 0;
- margin-top: 0;
- margin-bottom: 0;
- border-left-width:0;
- border-top-width:0;
- border-bottom-width:0;
- border-right-width:0;
- padding-left:0;
- padding-right:0;
- padding-top:0;
- padding-bottom:0;
- border-radius: 2px;
- }
- .sticky-note #selection-border
- {
- border-radius: 2px;
- }
- .sticky-note, * .unity-text-field , * .unity-text-field > .unity-base-text-field__input
- {
- background-color: #fcd76e;
- padding-left:0;
- padding-right:0;
- padding-top:0;
- padding-bottom:0;
- font-size:20px;
- }
- .sticky-note, * .unity-text-field, .unity-base-text-field .unity-base-text-field__input
- {
- border-left-width:0;
- border-top-width:0;
- border-bottom-width:0;
- border-right-width:0;
- unity-text-align:top-left;
- }
- .unity-text-field:hover, .unity-base-text-field .unity-base-text-field__input:hover
- {
- border-left-width:0;
- border-top-width:0;
- border-bottom-width:0;
- border-right-width:0;
- }
- .sticky-note .resizer
- {
- margin-bottom: 6px;
- margin-right: 6px;
- }
- .sticky-note *
- {
- color:#584308;
- }
- /* Themes*/
- .theme-black *
- {
- color:#AB924B;
- }
- .theme-black > #node-border
- {
- border-color:#AB924B;
- border-radius: 8px;
- }
- .sticky-note.theme-black, .theme-black .unity-text-field
- {
- background-color: #362905;
- }
- * > #node-border
- {
- flex:1 0 auto;
- flex-direction:column;
- align-items:stretch;
- border-left-width: 2px;
- border-top-width: 2px;
- border-bottom-width: 2px;
- border-right-width: 2px;
- }
- * #title, * #title-field
- {
- font-size: 20px;
- white-space: normal;
- }
- * #contents
- {
- margin-top:0;
- margin-bottom:0;
- padding-top:0;
- padding-bottom:0;
- }
- * #contents, * #contents *
- {
- font-size: 11px;
- white-space: normal;
- }
- * #title
- {
- margin-top:0;
- margin-bottom:0;
- padding-top:0;
- padding-bottom:0;
- white-space: normal;
- }
- * #title.empty
- {
- height: 12px;
- }
- * #contents
- {
- flex:1 0 auto;
- }
- * .unity-text-field
- {
- position: absolute;
- left:0;
- right:0;
- top:0;
- bottom:0;
- margin-left:0;
- margin-right:0;
- margin-top:0;
- margin-bottom:0;
- padding-left: 0;
- padding-right: 0;
- padding-top: 0;
- padding-bottom: 0;
- }
- * .unity-text-field .unity-base-field__input
- {
- background-image:none;
- }
- * .unity-label
- {
- border-top-width: 1px;
- border-left-width: 1px;
- border-right-width: 1px;
- border-bottom-width: 1px;
- margin-left: 6px;
- margin-right: 6px;
- margin-top: 1px;
- margin-bottom: 1px;
- padding-left:0;
- padding-right:0;
- overflow:hidden;
- }
- .size-medium #title, .size-medium #title-field
- {
- font-size: 40px;
- }
- .size-medium #contents, .size-medium #contents *
- {
- font-size: 24px;
- }
- .size-large #title, .size-large #title-field
- {
- font-size: 60px;
- }
- .size-large #contents, .size-large #contents *
- {
- font-size: 36px;
- }
- .size-huge #title, .size-huge #title-field
- {
- font-size: 80px;
- }
- .size-huge #contents, .size-huge #contents *
- {
- font-size: 56px;
- }
- * .unity-label:hover
- {
- border-color: rgba(68,192,255, 0.5);
- }
- * .unity-text-field:hover
- {
- background-image:none;
- }
- * .unity-text-field .unity-base-field__input:focus
- {
- background-image:none;
- }
- * .unity-text-field .unity-base-field__input:focus:hover
- {
- background-image:none;
- }
- /*
- .sticky-note.theme-orange, .theme-orange TextField
- {
- background-color:#FCD76E;
- }
- .sticky-note.theme-orange *
- {
- color:#000000;
- }
- .sticky-note.theme-orange #node-border
- {
- border-color:none;
- }
- .sticky-note.theme-red *
- {
- color:#FF8B8B;
- }
- .sticky-note.theme-green *
- {
- color:#6BE6B0;
- }
- .sticky-note.theme-blue *
- {
- color:#8FC1DF;
- }
- .sticky-note.theme-teal *
- {
- color:#84E4E7;
- }
- .sticky-note.theme-purple *
- {
- color:#FBCBF4;
- }
- */
|