diff options
| author | Mirta <mirta@twine-s.com> | 2020-12-30 16:39:52 +0200 |
|---|---|---|
| committer | Mirta <mirta@twine-s.com> | 2020-12-30 16:39:52 +0200 |
| commit | 00a491d93733d4625ad329b2ba8237f445364b3f (patch) | |
| tree | 4b24c6fa78d7648f4bb7cefafa464bb0b063fec4 /Software/Visual_Studio/Web/Tango.MachineService/Styles/FSE/FSELayout.css | |
| parent | 124ad4150f80c6846fdee41dbbda9848c105f6e5 (diff) | |
| download | Tango-00a491d9.tar.gz Tango-00a491d9.zip | |
merge
Diffstat (limited to 'Software/Visual_Studio/Web/Tango.MachineService/Styles/FSE/FSELayout.css')
| -rw-r--r-- | Software/Visual_Studio/Web/Tango.MachineService/Styles/FSE/FSELayout.css | 175 |
1 files changed, 0 insertions, 175 deletions
diff --git a/Software/Visual_Studio/Web/Tango.MachineService/Styles/FSE/FSELayout.css b/Software/Visual_Studio/Web/Tango.MachineService/Styles/FSE/FSELayout.css deleted file mode 100644 index 8c268d7c8..000000000 --- a/Software/Visual_Studio/Web/Tango.MachineService/Styles/FSE/FSELayout.css +++ /dev/null @@ -1,175 +0,0 @@ -body { - margin: 0; - padding: 0; - overflow-x: hidden; - font-family: 'Segoe UI'; -} - -.fse_primary_background { - background-color: #303030; -} - -.fse_primary_accent_background { - background-color: #009FE7; -} - -.fse_border_background { - background-color: #404040; -} - -.fse_gray_foreground { - color: #808080; -} - -.fse_primary_background_light { - background-color: #404040; -} - -.fse_primary_foreground { - color: #EEEEEE; -} - -.fse_primary_accent { - color: #009FE7; -} - -.fse_header_back { - position: fixed; - padding: 20px; - box-shadow: black 1px 1px 10px 1px; - z-index: 100; - width: 100%; -} - -.fse_machine_logo { - position: absolute; - left: 20px; - top: 20px; - width: 120px; - float: left; -} - -.fse_twine_logo { - height: 80px; - display: block; - margin: auto auto; -} - -.fse_container { - position: absolute; - margin-top: 100px; - overflow: hidden; - clear: both; - width:100%; -} - -.fse_side_abstract { - position: fixed; - width: 60px; - height: 100%; - float: left; - background-image: url('../../Images/fse/abstract1.png'); - background-repeat: repeat; -} - -.fse_side_abstract_top { - position: absolute; - box-shadow: black 0px 3px 10px 2px; - width: 100%; -} - -.fse_history_downloads_container { - float: left; - margin-left: 150px; - margin-top: 20px; - width: 500px; -} - -.fse_history_download { - clear: both; - margin-top: 60px; -} - -.fse_download_title { - vertical-align: baseline middle; -} - -.fse_download_image { - height: 32px; -} - -.fse_download_name { - margin-top: 5px; - margin-left: 5px; - vertical-align: top; - display: inline-block; -} - -.fse_download_date { - float: right; - margin-top: 5px; - vertical-align: top; - display: inline-block; -} - -.fse_download_separator { - clear: both; - height: 1px; - margin-top: 5px; -} - -.fse_download_commets { - font-size: 12px; - margin-top: 10px; -} - -.fse_download_link { - float: right; - text-decoration: none; - padding: 3px 15px; - border-radius: 2px; - font-size: 14px; -} - -.fse_latest_version_container { - border-radius: 5px; - float: left; - margin-top: 100px; - margin-left: 200px; - width: 400px; - text-align: center; - box-shadow: black 0px 0px 5px 0px; -} - -.fse_download_image_latest { - width: 64px; - margin-top: 20px; -} - -.fse_download_title_latest { - margin-top: 10px; - font-size: 20px; - font-weight: 400; - text-align: center; -} - -.fse_download_button_latest { - display: block; - padding: 15px 20px; - margin: 30px; - margin-top: 90px; - font-weight: 700; - border-radius: 25px; - text-decoration: none; - box-shadow: black 0px 0px 5px 0px; -} - -.fse_title { - position: absolute; - display: inline-block; - float: left; - margin-left: 140px; - margin-top: 20px; - font-size: 25px; - font-weight: 400; -} |
