Skip to content

Commit

Permalink
update css and shorcut
Browse files Browse the repository at this point in the history
  • Loading branch information
seungmi committed Sep 24, 2019
1 parent 4102c8e commit fd583d0
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 12 deletions.
5 changes: 2 additions & 3 deletions 008_00_known_bug_list.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@

Known Bug List
=================

Here are bug list for current version.
Here are bug list for current version.

----------

Expand All @@ -26,4 +25,4 @@ Variable name cannot have special characters and numbers, but only can Underbar(
'#' or '@' character in File Path
----------------------------------

If file path has '#' or '@' character, IUEditor cannot load resource path. Do not use '#' or '@' character in file path.
If file path has '#' or '@' character, IUEditor cannot load resource path. Do not use '#' or '@' character in file path.
2 changes: 1 addition & 1 deletion 010_02_appendix_shortcut.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Project Management
Mode Switch
----------------------------

* ``Editor Mode`` :kbd:`(Cmd+[)` : Switch to Editor Mode.
* ``Editor Mode`` :kbd:`Cmd+[` : Switch to Editor Mode.
* ``Developer Mode (Cmd+])`` : Switch to Developer Mode.
* ``Prototype Mode (Cmd+\)`` : Switch to Prototype Mode.

Expand Down
33 changes: 33 additions & 0 deletions _static/css/my_theme.css
Original file line number Diff line number Diff line change
@@ -1 +1,34 @@
b,strong{color:rgba(75,145,200,1) !important;}code{padding:4px 8px 1px 8px !important;border:solid 1px rgba(190,190,190,0.7) !important;background-color:rgba(242,243,244,1) !important;}.document a {border-bottom:dotted 1px !important;}

/* ref
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/kbd
*/
kbd {
background-color: #eee;
border-radius: 3px;
border: 1px solid #b4b4b4;
box-shadow: 0 1px 1px rgba(0, 0, 0, .2), 0 2px 0 0 rgba(255, 255, 255, .7) inset;
color: #333;
display: inline-block;
font-size: .85em;
font-weight: 700;
line-height: 1;
padding: 2px 4px;
white-space: nowrap;
}

/* Relocate ads at bottom*/
.wy-nav-side .ethical-rtd {
margin-top: 200px;
}

/* custom css */
.prevent-responsive-table td, .prevent-responsive-table th {
white-space: normal !important;
}
.prevent-responsive-table th {
vertical-align: middle;
}
.prevent-responsive-table th p {
margin: 0;
}
9 changes: 1 addition & 8 deletions advanced_scenario_mode.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
.. _Revision History : #id1
.. _Project Workflow : #id2
.. _Screen Definition : #id3



Scenario Mode
=======================

Expand All @@ -12,7 +6,7 @@ Scenario Mode

From the toolbar at the top, you can switch from **Edit Mode** to **Scenario Mode** by clicking ``Scenario / Edit Mode Switch Button``.

Scenario Mode offers `Revision History`_ / `Project Workflow`_ / `Screen Definition`_ page. You can refresh scenario by clicking ``Refresh Scenario Button`` and can build **HTML Scenario** by clicking ``Document Build Button`` .
Scenario Mode offers :ref:`Revision History` / :ref:`Project Workflow` / :ref:`Screen Definition` page. You can refresh scenario by clicking ``Refresh Scenario Button`` and can build **HTML Scenario** by clicking ``Document Build Button`` .



Expand Down Expand Up @@ -45,4 +39,3 @@ Screen Definition
.. image:: resource/scenario/ic_SB_screen.png

Displays **Screen Definition** about the selected page. You can add or change content in screen description or exception area.

0 comments on commit fd583d0

Please sign in to comment.