Re: Agatha and potential Atlantic formation
Posted by Chris in Tampa on 5/30/2022, 9:52 am
They had shifted that potential area of formation to the NW Carib and now they are back to either that or Bay of Campeche with their graphic. It was uncertain when they were leaning toward one or the other, but it's really uncertain over that huge of an area.












O/T:



Thanks. The static pages on my site I only go over about once per year, sometimes every two years, because there's getting to be too much on them. At least when I made that part of the site mobile friendly I did finally spend some time to write more about things. But I still probably have hundreds of links I could add, many of them from you that you have posted, but I just haven't had the time to go through them.

I'll get back to adding more about CSS on the More HTML page at soon. I got sidetracked with that overlay stuff. Then I also found a few other things that I coded into the forum.

40% shown graphically:



Coded using:

<div style="max-width: 100px; height: 100px; background-image: conic-gradient(orange 0turn, orange 0.4turn, lightgray 0.4turn); border-radius: 50%;"></div>

Most of these kinds of things are now allowed:

https://www.w3schools.com/css/css3_gradients.asp
https://www.w3schools.com/css/css3_gradients_radial.asp
https://www.w3schools.com/css/css3_gradients_conic.asp

I haven't finished yet, but here is a rough draft of what I will eventually put somewhere about what other things are allowed in the forum:



In addition to the allowed HTML tags that we allow at CaneTalk, we also allow customization through inline CSS. (Cascading Style Sheets) Inline CSS can be added using the style attribute on HTML tags. If you are familiar with CSS, you know that CSS styling can also be used from an external file and also includes CSS selectors to select various elements. To control the kind of CSS we allow, we don't allow that kind of CSS usage, only inline CSS. Only styling in the exact format that we allow can be used. You can test styling when you preview your message to see if you can use the styling you want to use. If you have a specific styling you would like to use that isn't allowed, please contact the webmaster to see if it can be added. We have listed the various CSS properties that we allow below.



The ones currently supported at CaneTalk, at least to some extent, are:



Text Formatting:

color
font
font-family
font-size
font-style
font-variant
font-weight
line-height
text-align
text-decoration
white-space
text-indent
letter-spacing
word-spacing



More Advanced Text Formatting:

text-transform
... none
... capitalize
... uppercase
... lowercase
text-shadow
... none
... 15px 10px
... 15px 10px 2px
... 5px 5px red
... 2px 2px 3px blue
writing-mode
... horizontal-tb
... vertical-rl
... vertical-lr
transform: rotate(10deg); ... only up to 10 degrees of rotation, either "10" or "-10".
direction
... ltr
... rtl
unicode-bidi
... normal
... bidi-override
max-width
... Percent (1% to 100%)
... Pixels (1px to 9999px)
width
... Percent (1% to 100%)



Text Columns (like a newspaper):

columns
column-width
column-count
column-gap
column-rule
column-rule-width
column-rule-style
column-rule-color



CSS Margin Properties:

margin
margin-top
margin-right
margin-bottom
margin-left



CSS Padding Properties:

padding
padding-top
padding-right
padding-bottom
padding-left



CSS Border Properties:

border
border-width
border-style
border-color
border-top
border-top-width
border-top-style
border-top-color
border-right
border-right-width
border-right-style
border-right-color
border-bottom
border-bottom-width
border-bottom-style
border-bottom-color
border-left
border-left-width
border-left-style
border-left-color



CSS in tables:

border-spacing
border-collapse
vertical-align
empty-cells



CSS in item lists:

list-style-type
list-style-position



CSS Backgrounds:

background ... Only background color or linear-gradient, radial-gradient and conic-gradient is supported, not backgrounds containing images.
background-color
background-image: linear-gradient()
background-image: repeating-linear-gradient()
background-image: radial-gradient()
background-image: repeating-radial-gradient()
background-image: conic-gradient()
background-image: repeating-conic-gradient()



To choose a color you want, for text or a background for example, you can use a color picker such as the one here at Google to find the HEX ode of the color you want. You can also use a color by its name if it appears on the list here. In addition to supporting HEX codes (which are either 6 characters or for shorthand for some codes, 3 characters), we also support the RGB, RGBA, HSL and HSLA formats. You can find additional color pickers for HEX codes, the RGB format and the HSL format by clicking each of those.
32
In this thread:
EastPAC's Agatha & Atlantic 5-day - cypresstx, 5/28/2022, 2:43 pm
< Return to the front page of the: message board | monthly archive this page is in
Post A Reply
This thread has been archived and can no longer receive replies.